We've covered a lot of linux commands, and it's sometimes necessary to write the same command over and over again. On Linux and other Unix like systems, we can use the alias command to avoid the drudgery of typing the same thing over and over again. ...
fjolt.hashnode.dev2 min read
To make aliases like permanent, they can be placed into ~/.bashrc file
Patrick
👨💻 Young full-stack web developer | 🖋 Content Writer | 🎓 Computer science student | 📌 Core developer @biznisbox
This is the first time I've heard of Linux aliases in the console👀.