Terminal Hacked - Tips and Tricks
- 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.
Comments
Post a Comment