Search Results

Search: Posts Made By: panyam
2,220
Posted By panyam
Some thing like this: ? diff...
Some thing like this: ?


diff output_file input_file | grep "^<" | sed 's/^< //g'
2,220
Posted By panyam
if the data in column number 2, is smaller than...
if the data in column number 2, is smaller than 4, or it's a word, go to "next" line ( ignore the current line )
2,220
Posted By panyam
awk '$2 <4 || $2 ~/[a-z]/ { next } 1' ...
awk '$2 <4 || $2 ~/[a-z]/ { next } 1' input_file
Showing results 1 to 3 of 3

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