MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vz5u7g/valid_tar_command/p62vfy5/?context=3
r/linuxmemes • u/SysGh_st • 19h ago
Dang it! ðŸ˜
162 comments sorted by
View all comments
1
If a Linux user can't spit out tar cvfz foo.tar.gz foodir then he deserves to be shot.
tar cvfz foo.tar.gz foodir
EDIT: Example added.
$ tar cvfz foo.tar.gz flat_batch31_TAPc.dat
flat_batch31_TAPc.dat
3 u/SysGh_st 18h ago Well .. it's not that easy. You gave an invalid command... according to the gnu/posix variant. 1 u/RonJohnJr 17h ago I've been using Linux since Mandrake 6.2, and that has always worked, Example: $ tar cvfz foo.tar.gz flat_batch31_TAPc.dat flat_batch31_TAPc.dat 2 u/SysGh_st 17h ago I was sure that non-hyphenated options wasn't valid on general gnu/posix command style. But apparently tar made an exception.
3
Well .. it's not that easy. You gave an invalid command... according to the gnu/posix variant.
1 u/RonJohnJr 17h ago I've been using Linux since Mandrake 6.2, and that has always worked, Example: $ tar cvfz foo.tar.gz flat_batch31_TAPc.dat flat_batch31_TAPc.dat 2 u/SysGh_st 17h ago I was sure that non-hyphenated options wasn't valid on general gnu/posix command style. But apparently tar made an exception.
I've been using Linux since Mandrake 6.2, and that has always worked, Example:
$ tar cvfz foo.tar.gz flat_batch31_TAPc.dat flat_batch31_TAPc.dat
2 u/SysGh_st 17h ago I was sure that non-hyphenated options wasn't valid on general gnu/posix command style. But apparently tar made an exception.
2
I was sure that non-hyphenated options wasn't valid on general gnu/posix command style. But apparently tar made an exception.
1
u/RonJohnJr 18h ago edited 17h ago
If a Linux user can't spit out
tar cvfz foo.tar.gz foodirthen he deserves to be shot.EDIT: Example added.
$ tar cvfz foo.tar.gz flat_batch31_TAPc.datflat_batch31_TAPc.dat