Last Updated: February 25, 2016
·
22.72K
· Chip Castle

List aliases in UNIX or Linux

Are you wondering if you have a UNIX alias already set for a specific command?

You can find it easily by issuing this on the command line:

alias

This command will list all aliases currently set for you shell account.

For more UNIX tips, please check out
Learning the UNIX Command Line.

Enjoy,
Chip