Aliases are custom shortcuts or abbreviations for longer or frequently used commands. They basically allow you to create your own commands or modify existing ones by assigning them a shorter and more memorable name.
# .bashrc line to include your dedicated .bash_aliases
if [ -f ~/.bash_aliases ]; then source ~/.bash_aliases; fi
CHAPTERS
------------------
0:00 - Intro
0:56 - What is an Alias?
1:30 - The alias command
2:26 - How to persist aliases
3:34 - Examples of aliases
6:21 - Inline bash functions
6:54 - Thumb rules and outro
Ещё видео!