Search Results

Search: Posts Made By: saqibshah
6,110
Posted By kurumi
$ ruby -ane 'print if $F[0]+$F[2]=="r3"'...
$ ruby -ane 'print if $F[0]+$F[2]=="r3"' file
6,110
Posted By rdcwayx
Not really correct, but simple. grep "^r.* 3...
Not really correct, but simple.

grep "^r.* 3 " file
6,110
Posted By bartus11
awk '$1=="r" && $3==3' file
awk '$1=="r" && $3==3' file
Showing results 1 to 3 of 3

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