Search Results

Search: Posts Made By: rollyah
3,125
Posted By rollyah
i'd like to start by thanking you again and...
i'd like to start by thanking you again and again.
however your help is needed once again.
i've almost understood the given awk help though i'm facing trouble with the following records:
whaty ou...
3,058
Posted By rollyah
associative arrays?
Hello,
i'm writing a little script that checks a .txt file for a specific ID that came after 9:10 am which outputs it's data to a file LateUsers.txt
once done , it should mention the following:

...
3,125
Posted By rollyah
Thank you for your tremendous help, everything...
Thank you for your tremendous help, everything works great though i'mm still trying to get my head around this as i really would like to learn awk.
i got a tutorial for advanced scripting and i fast...
3,125
Posted By rollyah
thank you, used this : as i didn't...
thank you, used this :

as i didn't understand how it's exactly done, so i couldnt get rid of the "before" lines myself.

is it too much if i ask u to explain to me how it's done ?
here's the...
3,125
Posted By rollyah
Thanks to your help i've reached this step: ...
Thanks to your help i've reached this step:


original data:

01,01368,2010-12-02,09:07:00,Pass
01,01368,2010-12-02,10:54:00,Pass
01,01368,2010-12-02,13:07:04,Pass...
3,125
Posted By rollyah
Thanks for your help, i've gathered to build on...
Thanks for your help, i've gathered to build on your advice and come up with something that works for what i want to accomplish:

wc -l test; awk -F , '{if ($4 > "09:10:00") print $2 " was late...
3,125
Posted By rollyah
Text Proccessing with sort,uniq,awk
Hello,

I have a log file with the following input:
X , ID , Date, Time, Y
01,01368,2010-12-02,09:07:00,Pass
01,01368,2010-12-02,10:54:00,Pass
01,01368,2010-12-02,13:07:04,Pass...
Showing results 1 to 7 of 7

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