7 pointsby gregsadetsky16 hours ago1 comment
  • gnabgib16 hours ago
    (2000) Some discussion in 2020 (31 points, 42 comments) https://news.ycombinator.com/item?id=23341711
    • cwillu5 minutes ago
      [0]: > > Did running a ‘cat’ really take more time in '95 than fiddling around the ‘<file’?

      > It does now for a sufficiently large file. And it's even more extreme when the recipient can do things with a file that it can't do with a pipe.

      Processes doing things differently with a file than they would with a pipe is one of the reasons why I default to `cat foo | …`

      [0] https://news.ycombinator.com/item?id=23344655