[c]reate an archive and write it to a [f]ile

tar

  • Archiving utility.
    Often combined with a compression method, such as gzip or bzip2.
    More information: <https://www.gnu.org/software/tar>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

tar cf {{target.tar}} {{file1}} {{file2}} {{file3}}

click the source code to copy install tar on any operating system with command-not-found.com