Here again is the question:
Is there any difference between tar xvf 9207.tar 9.2.0
and tar xvf 9207.tar
9207 being binaries file and 9.2.0 being a directory?
Thanks
Printable View
Here again is the question:
Is there any difference between tar xvf 9207.tar 9.2.0
and tar xvf 9207.tar
9207 being binaries file and 9.2.0 being a directory?
Thanks
tar xvf 9207.tar 9.2.0 will untar under the 9.2.0 directory
and tar xvf 9207.tar will untar under the current directory
:rolleyes:
Thanks LKBrwn_DBA