Create and extract tar.gz files on any Linux
I allways forget how to extract a *.tar.gz file from command line on Linux, so I have to write it down. Example of extract tar file: Where: –x extract –v verbose output (prints all extracted files) –f specify input filename… Continue Reading
