Search Results

Search: Posts Made By: ramky79
1,019
Posted By 47shailesh
awk way awk '$3 ~ /@GDF_INPUT/{print $0 >>...
awk way
awk '$3 ~ /@GDF_INPUT/{print $0 >> "File1"}; $3 ~ /@FF_INPUT/{print $0 >> "File2"}' infile
2,056
Posted By jim mcnamara
awk '/^[0-9]/ && length($1)<2 {next} {print} '...
awk '/^[0-9]/ && length($1)<2 {next} {print} ' inputfile


using awk.
Showing results 1 to 2 of 2

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