Scan QR code or get instant email to install app
Question:
The most common are -c, -z, -v, and -f (the command tar -czvf archive.tar.gzip /path to files). The -c command option creates an archive, the -z command option compresses the archive, the -v command option displays the process (runs in verbose mode), and the -f command option specifies the filename of the archive (archive.tar.gzip).
Comments