Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpicolo
3218 days ago
Tar it up, cat it to devnull
2 comments
cryptos
3218 days ago
It is important to compress it with bzip2 or your even better custom algorithm before finally archiving it in /dev/null
link
sleepychu
3218 days ago
You shouldn't use cat for a single tar. Less will work just as well.
link