Shorcuts

There are a lot of shortcuts you can use in the terminal. Lets see a few of them.

ctr+a: moves the cursor to the beginning of the command line

ctr+e: moves the cursor to the end of the command line

ctr+r: search the historical records of your past commands (includes autocompletition)

As always look for the man system for more information and reference.

You may also enjoy…