Y
Hacker News
new
|
ask
|
show
|
jobs
by
desperatecuban
585 days ago
You can use \cat to prevent alias expansion.
4 comments
wlonkly
584 days ago
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!)
link
drdude
585 days ago
Neat! thanks for sharing. Few times I needed that but I had to go hunting down the full path.
link
aroch
582 days ago
I have ‘ccat’ aliases to the original cat binary
link
SushiHippie
585 days ago
That's even better, thank you!
link
ossusermivami
582 days ago
or you can do =cat on zsh
link
(In bash at least. Not sure about newfangled shells!)