

How do you propose zcat tell the difference between an uncompressed file and a corrupted compressed file? Or are you saying if it doesn’t recognize it as compressed, just dump the source file regardless? Because that could be annoying.
How do you propose zcat tell the difference between an uncompressed file and a corrupted compressed file? Or are you saying if it doesn’t recognize it as compressed, just dump the source file regardless? Because that could be annoying.
I have this vague memory of one of the CSIs showing a list of IP addresses with 4-digit octets… I get not wanting to risk using real IP addresses, but at least use 10.x.x.x or 192.168.x x
If you want to confuse people… I pronounce /etc as “ets”, but one of my coworkers recently called it “slash e t c” and I had to ask him to repeat it a couple times before I figured out what he meant…
Have you ever tried catching flies? Vinegar works better than honey, after all, flies eat shit.
It’s not that they “took a lot of code from the GNU project”, it’s that “Linux” is the kernel, which is just the core of the OS, by itself it’s not very useful. All the stuff around it that constitutes the rest of the operating system, like the command line and the vast majority of the commands you might run from there, are the GNU project. And I’m not even getting into desktop environments.
You are literally a fascist!
(Am I doing this right?)
What even is plain text anymore? If you mean ASCII, ok, but that leaves out a lot. Should it include a minimal utf-8 detector? Utf-16? The latest goofy encoding? Should zcat duplicate the functionality of file? Generally, unix-like commands do one thing, and do it well, combining multiple functions is frowned upon.