tar
interprets the next argument after -f
as the file name of the tar file.
Put the p
before the f
:
tar -xvpf file.tar.gz
tar
interprets the next argument after -f
as the file name of the tar file.
Put the p
before the f
:
tar -xvpf file.tar.gz