Creating a Tar file:-
Step 1- Create a folder and dump the requested files in unix.
Step 2- tar cvf <tar_file_name>.tar *.*
Extracting from the Tar:-
Step 1- Go to a folder where you wanted to extract the files from the Tar file
Step 2-tar xvf <tar_file_name>.tar
Step 1- Create a folder and dump the requested files in unix.
Step 2- tar cvf <tar_file_name>.tar *.*
Extracting from the Tar:-
Step 1- Go to a folder where you wanted to extract the files from the Tar file
Step 2-tar xvf <tar_file_name>.tar
No comments:
Post a Comment