Article URL: https://www.abuseofcats.com Comments URL: https://news.ycombinator.com/item?id=48953719 Points: 18 # Comments: 22

grep can open files by itself. Piping a single file through cat spawns an entire process whose only job is to copy bytes to a program that already knew how to read them. grep can open files by itself. Piping a single file through cat spawns an entire process whose only job is to copy bytes to a program that already knew how to read them.