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.
How to create a file with extension
Name: thomas leung Date: October 9, 2006 at 08:54:14 Pacific OS: linux CPU/Ram: Pentinum 4
Comment:
Hello,
I tried to create a tar file in zip format as following:-
[thomas@localhost assignment_3]$ tar -cvfz ass3.tgz * tar: ass3.tgz: Cannot stat: No such file or directory ass3 assFiles.tar : : working/myapp.ex.4.2 tar: Error exit delayed from previous errors
What's wrong in the command? Please advise and correct usage.
Summary: Hi, How to parse a file that has more than 199 columns. 'awk' fails when line is having more than 199 fields. Is there a way to resolve this...what i am thinking is to strip off all those columns be...