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.
list of different lines in files
Name: johnny Date: July 14, 2003 at 12:59:09 Pacific OS: unix CPU/Ram: ?
Comment:
I need help from anyone out there. I have three files (one about 400 lines, one about 13000 lines and one about 13450 lines). The two smaller files are included somewhere within the larger file, however I am trying to isolate the 50 lines that do not appear in either of the first two files.
I've tried a combination of joins and cmps but I can't seem to figure out how to isolate the 50 lines that don't appear in the other two files. Can any of you help?
Summary: Hi All, I have a file, contains: "jfd, jlk, slj, lsk, lskd, sldj, adk" "sdj, lkdjf, lsdjfj, lsjf, kds, skldj, slk" "kdj, kdsk, skd, skdk, sljs " ... each line has quotes, spaces, commas and charact...
Summary: I need more help on removing the first line of my file. I have tried both suggestions but both of them seems to extract the 1st line of my old file and places to a new file. I didn't exactly want that...
Summary: Hi, My query is as follows: (1) I want to write a Schell Script which will first read multiple files.Each file contains multiple lines/records. (2) Each line /record in a file starts with 'H' , 'D' or...