Linux extract compressed file using tar command
Linux extract compressed file using tar command for linux servers to extract a compressed file using command line use the following tar -xvf filename.tar
Linux extract compressed file using tar command for linux servers to extract a compressed file using command line use the following tar -xvf filename.tar
Linux tar compress command line for Linux servers to compress a files or folders use the following command $ tar -cvf filename.tar filename this can be also works for folders $ tar -cvf filename.tar foldername