This is based on ubuntu.
~/.When you open the bashrc
file, you can see several settings and alias commands defined.
alias l='ls-alF'
is written, which means
When you type ll
, the actual ls-alF
is executed.
© 2024 OneMinuteCode. All rights reserved.