Let’s say I have the following alias defined:
alias agi='sudo apt-get install'
When I execute agi
I would like to see sudo apt-get install
displayed before the command is run. This would serve as a reminder of what is actually being done. Is there a way to make this happen?