Search Results

Search: Posts Made By: kekaes
2,220
Posted By kekaes
Ok. Thank you very much. Only one question more. ...
Ok. Thank you very much. Only one question more.

if I do following:

awk '$1 !~/[a-z]/ { next } 1 ' file_input | awk '$2>90 || $2 !~/^[0-9]/ { next } 1 | awk '$3 <-360 || $3>360 || $3...
2,220
Posted By kekaes
Ok. Thanks, it is just what I needed . Can you...
Ok. Thanks, it is just what I needed . Can you explain to me the significance of "{ next } 1"?
2,220
Posted By kekaes
Delete lines
Hello.

I've a file with 17 column. I need to filter this file. For example, if the data in column number 2, is smaller than 4, or it's a word, the programa must delete the line.

Input:

abc ...
Showing results 1 to 3 of 3

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