Hacker News new | ask | show | jobs
by desperatecuban 585 days ago
You can use \cat to prevent alias expansion.
4 comments

Or 'command cat', which is a little less convenient but will also handle the case where "cat" is a function, not an alias.

(In bash at least. Not sure about newfangled shells!)

Neat! thanks for sharing. Few times I needed that but I had to go hunting down the full path.
I have ‘ccat’ aliases to the original cat binary
That's even better, thank you!
or you can do =cat on zsh