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.
tar command help
Name: satish Date: March 5, 2002 at 22:05:57 Pacific
Comment:
Hi to all, I am new user. I want to know how to use tar command in scounixware 7.1.0. Can any one give me full but simple decription of same(Man tar help I can not understand).
Name: James Boothe Date: March 6, 2002 at 06:31:43 Pacific
Reply:
Those man pages can be very confusing! On HP-UX, to create a tar file:
tar cf myfile.tar
To expand a tar file:
tar xf myfile.tar
0
Response Number 2
Name: James Boothe Date: March 6, 2002 at 06:36:57 Pacific
Reply:
Sorry, above is wrong. Even though I use the special coding for left angle bracket, and it looks good on the Confirm screen, the info disappears upon posting. I will avoid the angle brackets. To create a tar file:
Summary: Dear all, Anyone know if there is any switch tell tar command not to tar the files which are in use or incomplete (e.g. during ftp)? Thanks in advance. ...
Summary: Hi , what are the commands that i can use to identify all the source code, executables which are located in an unix server. I need to find out the source codes and executables and arhive them.The unix...