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.
Eliminating Duplicates from File
Name: maheshwar Date: May 12, 2008 at 03:48:02 Pacific OS: Unix CPU/Ram: 512 MB
Comment:
We have a file like the following data. (emplid | exclude type | exclude reason)
Summary: I have a file (sme.txt) that contains 530,000 records. Sample 5 lines of the file: LBAB1 0000006982 11119026 01224624005 19880421 99991231 (end line) LBAB1 0000006982 11119026 01224626366 19940915 999...
Summary: Hi, I want to read a file in a C shell script and process all the words of each line as a command set. something like this read line from file get the first word from line and assign it to a var...
Summary: Well, I think you could do something like this..( the earlier one will not give the result as the file1 and file2 are not read in order). grep -v "summed" file1 > file3 [removed the first line from fi...