p:: CLI
Creating a compressed tar file
For the above, you can read -cvzf
as: (c)reate a g(z)ipped tar (f)ile in (v)erbose mode, called filename.tar.gz
, using the content from /path/to/dir
.
Search
Jan 12, 20251 min read
p:: CLI
For the above, you can read -cvzf
as: (c)reate a g(z)ipped tar (f)ile in (v)erbose mode, called filename.tar.gz
, using the content from /path/to/dir
.