Bash Alias
Create a new Bash Alias
- add a new bash alias called
allhomecontents
which shows all files (including hidden files) to your~/.bashrc
profile- source the new file
- run the new alias
allhomecontents
which shows all files (including hidden files) to your ~/.bashrc
profileallhomecontents
alias what command is being run?