What is the correct way to use the --remove-files option when using tar?
Is it...
tar -cfvj --remove-files archive.tar.bz2 archive/
Or...
tar -cfvj archive.tar.bz2 archive/ --remove-files
|
What is the correct way to use the Is it...
Or...
|
||||
|
|
|
Since the
|
|||
|
|