Quick tips I - Terminal

Hello everyone, I’m back to share with you some quick tips for terminal that helps a lot in our today workflow on the terminal. If you, like the most developers use the terminal for every two tasks on the computer, it will probably come in handy. Sometimes you need the create a new directory and immediately cd into it: mkdir caique && cd $_ Sometime you enter a command but it requires sudo permission: vim /etc/hosts If you try to save a change to your hosts file:...

April 22, 2016