Was trying to extract a totally legit copy of Skate 3 I downloaded today to play on my Steam Deck
You must log in or register to comment.
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‽I do
tax -xvf filename
tax
Boom.
tar --help
In the true spirit of UNIX, it’s
tar -h
F
You just killed us all by putting a space between the dashes
Or by using gnu style options on potentially bsd tar
Fuckin autocorrect was the death of us all.
tar -h
Just
tar
, no arguments. Does nothing, still a valid command, no?Exit code 2 -> boom