Search Results

Search: Posts Made By: awkliker
6,347
Posted By awkliker
Thanks!
Thanks to you all for working so hard to help me!
:)
6,347
Posted By awkliker
"' awk '{printf "%s\t",$0} END '{print}'' file*...
"' awk '{printf "%s\t",$0} END '{print}'' file* "" This one still does not work.

Thanks!
6,347
Posted By awkliker
Yes, Vidyadhar85. That's exactly the format I am...
Yes, Vidyadhar85. That's exactly the format I am looking format.
file1:
1 2 3 4 5
6 7 8 9 0
1 2 3 4 7

file2:
1 8 2 5 6
1 3 6 7 3
4 2 7 4 6

he want final file as:
5 6
0 3
7 6

Thanks!
6,347
Posted By awkliker
Thank you all for your help! These two...
Thank you all for your help!

These two command lines "awk '{print $5}' file1 ...... file184>result.txt;paste -s result.txt > a06.txt" give the following output:
c5file1
c5file2
.
.
....
6,347
Posted By awkliker
Thanks! I am new to the forum, and could not...
Thanks!

I am new to the forum, and could not figure out where to add new post.

awkliker
6,347
Posted By awkliker
AWK program
Hi all,

I have the following problem and hope someone could help me.

I have 184 files, each with 5 columns (c1, c2, c3, c4, c5). I am only interrested in column 5, and would like to paste...
Showing results 1 to 6 of 6

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