type -all
example output:
$ type -all ls
ls is aliased to `ls -G'
ls is /bin/ls
variations:
alias | grep command
tips:
if you would like to skip alias and use the original command you can put a backslash in front of it like so: \ls or use command ls