Terminal Hacked - Tips and Tricks

Terminal



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.

Comments

Popular posts from this blog

How to install Apache Tomcat in Ubuntu

How to install MRTG on UBUNTU

How to send email on user login in ubuntu