每当我写这篇文章时:
tar - xvf grads-2.0.2.oga.2-bundle.tar.gz
我得到这个:
You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
如何使用这个?
答案1
删除 后面的空格-
,甚至-
完全删除:
tar xvf grads-2.0.2.oga.2-bundle.tar.gz
对于那些想知道这些选项的作用的人,来自man tar
:
-x, --extract, --get
extract files from an archive
-v, --verbose
verbosely list files processed
-f, --file ARCHIVE
use archive file or device ARCHIVE