|
|
|
|
|
by drdaeman
1482 days ago
|
|
> While everyone hates tar, because it's impossible to remember the correct cli-options to it Huh? You must be kidding me, there are people who have trouble with tar, enough to warrant an XKCD? `tar xvf filename.tar` is so trivial I don't even think about it - it's just some muscle memory at this point. There's `x` for eXtract, `v` for Verbose` and `f` for the Filename to follow. I only check manpages if I need to exclude some directories or do filename transformations - because my brain is too limited to remember all those details. |
|