Answers for "bash expand alias"

2

linux expand alias

type alias_name
# example:
type ls
# ls is aliased to `ls --color=auto'
Posted by: Guest on August-10-2021
0

expand aliases

shopt -s direxpand
shopt -s expand_aliases
Posted by: Guest on May-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language