Search Results

Search: Posts Made By: genix2008
21,094
Posted By genix2008
i will try also.... i don't know anything about...
i will try also.... i don't know anything about nawk. i know, man nawk. thanks....
:o
21,094
Posted By genix2008
hey, your code this worked as well... this how i...
hey, your code this worked as well... this how i used it.

....some codes | xargs -n3 | awk 'BEGIN {OFS="\t"} {print $1,$2,$3}'

for tab delimited ouput.

thanks!
21,094
Posted By genix2008
The above command (nawk) works perfectly! I...
The above command (nawk) works perfectly! I discarded the last awk command...

awk 'BEGIN {FS="\n";RS="";ORS=""} { x=1; while (x<NF) {print $x"\t"; x++} print $NF "\n"}'

so the structure is......
16,481
Posted By genix2008
i dont know what you mean by "hang" but when my...
i dont know what you mean by "hang" but when my solaris OS is getting really slow responding and seeing that the CPU load is almost always 100% the first thing i would do is execute "prstat" to check...
21,094
Posted By genix2008
line to column using awk
hi,

i'm a newbie and this is my first post here. 'hope all of you fellow members are doing fine. so here is my first thread to ask for help on how to use awk language to do this task.

i have a...
Showing results 1 to 5 of 5

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