Create tar file of a folder
Useful for “packing up” a folder with lots of small files for delivery over a network.
$ tar -cvf filename.tar foldername
Useful for “packing up” a folder with lots of small files for delivery over a network.
$ tar -cvf filename.tar foldername