Search Results

Search: Posts Made By: RudiC
14,204
Posted By RudiC
Apart from solving above line length problems,...
Apart from solving above line length problems, here's something to start with if the problem doesn't hit system limits:
awk -F"\t" '
NR == 1 {printf "%s", substr ($0, 1, index($0, $5)-1)
...
Showing results 1 to 1 of 1

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