Posts

Showing posts from December, 2018

Terminal Hacked - Tips and Tricks

Image
In this blog article, we are going to see some simple tricks for using terminal efficiently. To execute the previous command using the following command !!   To use the second part of the previous command use !$ To go to parent directory or one level back use .. To go to last used directory use cd - To search for usage of command use Ctrl + R   To move to the beginning of the line press Ctrl + A To move to the end of the line press Ctrl + E To delete a single word press Ctrl + W  Stay tuned for more tricks.