Earlier quoted context omitted.
> Using `cat file.txt | ...` has always felt more natural to me Use whatever you prefer¹, but if what you care for is the logic of reading left to right, you can do so without `cat` by doing instead ` ¹ It’s absurd this needs to be spelled out, but here we are.
I don't care about fancy ' I want to type 'cat'. The visual imagery of summoning a cute cat to do my POSIX sorcery trumps all else.
Then do. I’m certainly not stopping you, or saying you’re wrong to do it. I offered an alternative with no judgement for the other method.