Search Results

Search: Posts Made By: kion
1,999
Posted By kion
yeap ..good point..this worked as well thank...
yeap ..good point..this worked as well

thank you both
1,999
Posted By kion
yeap tried that and worked just great ...
yeap tried that and worked just great

thanx.you've been really helpfull

cheers
1,999
Posted By kion
i dont want the space in front.. but how:)
i dont want the space in front..
but how:)
1,999
Posted By kion
awk output?
i have this file

11 tony tony
12 john john 0
13 nick nick 20
14 mary mary 40

i want to display the file like

tony tony missing
john john 0 Failed
nick nick Failed
mary mary 40
...
6,126
Posted By kion
well done mate ...i couldnt find anything and...
well done mate ...i couldnt find anything and someone proposed using grep like :
(grep -v '^[0-9]' final2 | sort -k 2,2 -k 1,1; grep '^[0-9]' final2 | sort -k 2,2 -k 1,1)
wich worked just fine...
6,126
Posted By kion
i've tried that ,i 've read the man pages and...
i've tried that ,i 've read the man pages and still i cant get the numbers to appear at the end the file ..

any other ideas?
6,126
Posted By kion
sorting lines
i have another question..

i have this file:

John Jones
John Smith
Jack Smith
100100 13
Helen Bold
100200 5

how can i use sort to make it look like :

Helen Bold
John Jones
Jack...
13,640
Posted By kion
Thanx man i forgot * is a metacharacter. cheers...
Thanx man i forgot * is a metacharacter.
cheers
kion
13,640
Posted By kion
-awk: bailing out near line 1
Hi
I'm using cygwin and the script below works just fine under cygwin..
when i upload it on a unix server the script fails with the following errors
-awk: syntax error near line 1
-awk: bailing...
Showing results 1 to 9 of 9

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