Answers for "linux tar forlder command"

2

how to create tar in unix

tar -czvf file.tar.gz directory
Posted by: Guest on July-08-2021
21

tar a directory linux

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on March-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language