Hacker News new | ask | show | jobs
by mzl 484 days ago
From the linked web-page

    A cat written with UUOC might still be preferred for readability reasons, as reading a piped stream left-to-right might be easier to conceptualize.[14] Also, one wrong use of the redirection symbol > instead of < (often adjacent on keyboards) may permanently delete the content of a file, in other words clobbering, and one way to avoid this is to use cat with pipes.
I personally think the cat-style is easier to read since it only uses commands and pipes, with no need to keep track of redirection directions.