Linux – avoid running an alias command

Linux – how to avoid running an alias command in shell In some cases, you might have multiple binaries, scripts or aliases with the same name in your system. Under certain circumstances you want to run only a built-in shell command, but no an alias of the command. Here are some ways to do it. … Continue reading Linux – avoid running an alias command