tar

The tar parameters can be the following:

  • c — create a new archive;
  • f — specify the archive name;
  • t — display the archive contents in the terminal;
  • x — extract specified files;
  • v — enable verbose logging.
  • z — compression.