Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
CSH & awk two files > one file
Name: amaussa Date: January 15, 2005 at 02:39:23 Pacific OS: SUN CPU/Ram: -
Comment:
I have two files: - EQUI containing two columns old_code and new_code - NAME containing a list of article with the old ones I code seek how to carry out a Unix order to replace in the file NAME all the old_code by their equivalents defini in file EQUI. tancks
Summary: could you help me to undestand how works the programme ama.awk line by line. If I have another file name.txt with three columm and I want to compare the columm one of equi.txt with the columm tree of ...
Summary: Hi , I wish to know how to combine two files to one file using unix command. I had two files aaa and bbb aaa files: 02 02 02 02 02 02 and bbb files : 5646 5646 5646 5646 5646 5646 I need to put it to...