Search Results

Search: Posts Made By: FishTornado
6,223
Posted By Scrutinizer
awk '{getline p<f; printf "%50-s%50-s\n",$0,p}'...
awk '{getline p<f; printf "%50-s%50-s\n",$0,p}' f=file2 file1
6,223
Posted By Axiomfinity
Solution
Read line from file1 then read line from file2Strcat the two to one line and output to file3
Rinse and repeat until eof


-Chris
6,223
Posted By joeyg
How about...
The following example was done with only one sample file. In your case, you would not re-use filenames -- your paste command would be files __32a and __33 (for instance).

$ cat sample32.txt...
Showing results 1 to 3 of 3

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