search

Sunday, March 11, 2018

bash: How to check what hides behind an alias

To check what command is assigned to the alias use type command:
$ type gl
gl is aliased to `git log --oneline'

No comments:

Post a Comment