Linux Time Saving Tip: Use Bash Aliases for Commands!
EposVox
If you regularly use a specific terminal command and arguments in the Linux terminal, you can save time by setting up aliases for that command.
First edit ".bashrc" - nano .bashrc
Format: alias aliasname='command -arg -arg'
Example: alias dl='wget -r -e robots=off -nc -np' ... https://www.youtube.com/watch?v=CUePYTZuJ1E
2020-05-22
4.0 LBC
Copyrighted (contact publisher)
14234741 Bytes