|
|
|
|
|
by raverbashing
1200 days ago
|
|
> What's natural about cat on only one file? What's natural about using tar to create .tar.gz files instead of using them to archive files to tape? "cat is to catenate" sounds like an argument from people that need to get out and smell the flowers once in a while From 'man cat' > cat – concatenate and print files So if I want to print a file to stdout, I'll use cat, thanks. |
|