Search Results

Search: Posts Made By: zaxxon
2,773
Posted By zaxxon
Try this: $ awk -F, 'sum < 12 {print; print...
Try this:

$ awk -F, 'sum < 12 {print; print sum+=$2; next} {print "RESET"; sum=$2; print; print sum}' infile
1,3,/informatica/apps/logs/fin/ote/TgtFiles/Destination/CWXX/CW1900
3...
Showing results 1 to 1 of 1

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