Was trying to extract a totally legit copy of Skate 3 I downloaded today to play on my Steam Deck
I do
tax -xvf filename
tax
Boom.
I like the way you pointed that out lmao
touch foo; tar cvf foo.tar foo
My fucking autocorrect decided that
cvf
should have beenxvf
. I caught it before I hit enter to close out the code block, but wtf? When did my keyboard develop opinions on command args‽tar --help
tar -czvf tar_name.tar.gz ./
I even read this aloud in my head as “CREATE ZE VUCKING FILE” in a particularly bad German accent same as over 20 years ago when a friend I worked for drilled it in my head.
Read it in tf2 medics voice
tar --help
In the true spirit of UNIX, it’s
tar -h
It’s
tar --help
on my system 💥
tar x
tar --help
tar -h
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options Try 'tar --help' or 'tar --usage' for more information.
Just
tar
, no arguments. Does nothing, still a valid command, no?Exit code 2 -> boom