tar -cvf CowsLookLikeMaps.tar CowsLookLikeMaps
Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
I just remember zxvf, but if I have to do anything else then extract a tar.gz we’re fucked.
tldr tar | head -n 1
Yeah tar is easy. Regex on the other hand..
I can remember regex, but I need to check tar almost every time.
Regex, the write only language.
Nothing a .*
can't solve
Oh jeez, I use regex at least 2-3 times a week. It's really not too bad for simple stuff and doing basic search and replace operations in text editors
7zz x *
Or just double click.
tar -xvf is the only one I know
And I think it was tar -cvf for creating .tar files?
I always liked dtrx
(do the right extraction)
Btw, GNU tar has long options.
tar -h
I'll take my award in all ones please