Search Results

Search: Posts Made By: ajiwww
5,635
Posted By Lakris
Hi, I'm not sure about this one because I get...
Hi,
I'm not sure about this one because I get three lines in fileC instead of 2 as You state, but anyway, it may work as a hint:

>fileC
>fileD
while read a b c d date time; do
grep "$a $b $c...
3,845
Posted By penchal_boddu
awk '{if ( $6 == "03/09/11" ) {split($7,a,":") ;...
awk '{if ( $6 == "03/09/11" ) {split($7,a,":") ; if ( a[1] > 6 ){print}} else {print} }' filename
4,033
Posted By methyl
Can't see anything wrong except that the command...
Can't see anything wrong except that the command you typed in post #7 sorts to YY/MM/DD SS:MM:HH order which does not match the requirement.

anchal_khare post #6
sort -k6.7,6.8 -k6.1,6.2...
Showing results 1 to 3 of 3

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