tar
To create compressed archives of directories and files, and also to extract directories and files from an archive. Example:
% tar -tvzf essay.tar.gz
displays the file names in the compressed archive essay.tar.gz while
% tar -xvzf essay.tar.gzextracts the files from essay.tar.gz.
No comments:
Post a Comment