Wednesday, December 31, 2014

Create .tar file in Linux

Following command can be used to create .tar file in Linux.

tar -cvf all.tar *.txt

Above command ceate tar files for all .txt files in the directory.


No comments:

Post a Comment