Run a command that is shadowed by an alias

Let's say I have the following alias in bash - alias ls='ls --color=auto' - and I want to call ordinary ls without options. Is the only way to do that is to unalias, do the command and then alias again? Or there is some nifty trick or workaround?

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论