Find out if a command is aliased to another command
If you want to learn that a specific command is aliased to another or not, you can use type utility with -all parameter as below:
$ type -all ls
ls is aliased to `ls --color=auto'
ls is /bin/ls
- 0 Comment
- Mike Chirico
- 23 Oct 2008, 15:53
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
