Search Results

Search: Posts Made By: AK47
6,017
Posted By rdrtx1
try also: awk ' BEGIN { ...
try also:
awk '
BEGIN {
cols="RANGE,OBB,BO,VER,MVER,PER,CBAA,CBAZA,ALP";
cc=split(cols, oc, ",");
for (j=1; j<=cc; j++) printf oc[j] (j<cc ? "\t":"\n");
}
{if ($1 ~ /^[0-9]+$/) {
...
6,017
Posted By RudiC
Try this if it fits your needs:awk 'function...
Try this if it fits your needs:awk 'function printall (RES) {
for (i=1; i<=8; i++) printf "%s\t", RES[i]; printf "%s\n", RES[9]
}
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy