Search Results

Search: Posts Made By: pseudo.seppuku
12,387
Posted By RavinderSingh13
Hello pseudo.seppuku, Could you please try...
Hello pseudo.seppuku,

Could you please try following and let me know if this helps, not tested though.

for file in *.txt; do let "i = i + 1"; awk -vI=$i...
12,387
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...
12,387
Posted By RavinderSingh13
Hello pseudo.seppuku, Welcome to forums....
Hello pseudo.seppuku,

Welcome to forums. Could you please try following and let me know if this helps you.

for file in *.txt
do
let "i = i + 1"
awk -vI=$i...
Showing results 1 to 3 of 3

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