9 time-saving tricks for your command line
How do you write great code? If you want to create something awesome, youll have to eliminate the time dumps that slow you down. Create aliases Every shell comes with a file called~/.bashrcor~/.bash_profile. Which one youll use depends on your system. This post explains it in detail. Now think about commands that you use a lot. Typing them each time is arduous, and you could mess things up if youre prone to making typos....