Hacker News new | ask | show | jobs
by bpicolo 3218 days ago
Tar it up, cat it to devnull
2 comments

It is important to compress it with bzip2 or your even better custom algorithm before finally archiving it in /dev/null
You shouldn't use cat for a single tar. Less will work just as well.