Tag Archives: cli

How to find out if a Linux command has an alias

Here’s a nifty Linux trick to find out if a command has an alias set. If you want to find out if the command ls has an alias set use the following command: type -all ls ls is aliased to … Continue reading

Posted in linux | Tagged , , | Leave a comment