Saturday, June 16

Command Prompt Shortcuts:

1. Clear the screen - instead of using command 'clear' CTRL
$ CTRL  + l 
2. Move Cursor to Start-Of-Line
$ CTRL  + a 
3. Move Cursor to End-Of-Line
$ CTRL  + e 
4. Quit from current shell
$  CTRL  + d

2 comments: