Search Results

Search: Posts Made By: Satish Mantha
1,838
Posted By Satish Mantha
wc -L giving incorrect length of longest line
Running below line gives 3957 as length of longest line in file 20121119_SRMNotes_init.dat

awk ' { if ( length > 3950 ) { x = length } }END{ print x }' 20121119_SRMNotes_init.dat

While wc -L...
Showing results 1 to 1 of 1

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