Search Results

Search: Posts Made By: RudiC
11,675
Posted By RudiC
Not sure I get it - do you want the "a" numbers...
Not sure I get it - do you want the "a" numbers modified in the the file, or work on the file names starting with "a" only? I case of the former, try gsub (/a001/, "a" TCNT, T), in case of the...
11,675
Posted By RudiC
Try awk ' {ARR[NR] = $0} END {for...
Try awk '
{ARR[NR] = $0}
END {for (i=1; i<=MAX; i++) {if (FN) close (FN)
TCNT = sprintf ("%03d", i)
FN = FILENAME...
Showing results 1 to 2 of 2

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