How to view the contents of tar.gz file
To view the contents of tar.gz file, run tar tf FILE.tar.gz -f, –file=ARCHIVE use archive file or device ARCHIVE -t, –list list…
To view the contents of tar.gz file, run tar tf FILE.tar.gz -f, –file=ARCHIVE use archive file or device ARCHIVE -t, –list list…
I wanted to make a tar of a folder on a remote server. But the server don’t have much disk space left,…