Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Awk from two files into one file
Name: xoir Date: April 27, 2004 at 14:11:32 Pacific OS: solaris CPU/Ram: ultra 5
Summary: Hi, hopefully someone can help me with this. I have two different data files and I need to parse them into one. scan1: 3.000000 0.350000 3.000000 30133.768166 7536.733367 3.010000 0.350000 3.000000 30...
Summary: UnixNewbie: I'm not certain what you're asking. Are you asking to output the "contents" of two separate files on one line? If so, this will do it: cat myfile1 myfile2|xargs Regards, Nails ...
Summary: Hi, How to gzip multiple files into one .gz file. Ex: I have 3 files - a1.txt a2.txt a3.txt I want to zip them into aall.gz and later when I unzip, it should unzip into a1.txt, a2.txt a3.txt. I tried ...