LINUX - HOW TO UNZIP A FILE
The command is as follows:-
Command :-tar -xvzf /home/odadmin/test1/compress.tgz
In the above command, we have unzipped the file compress.tgz file with the tar command as shown below.
After zipping the file we can see the 3 files:- sorted1.txt, sorted.txt and sorttest.txt as shown above.
No comments:
Post a Comment