Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 593 Bytes

File metadata and controls

19 lines (15 loc) · 593 Bytes

Command Line

WHAT IS LINUX SHELL --- HOME --- BASH SHELL

  • Ctrl + L : Clear the Screen
  • Ctrl + W : Deete word starting at cursor
  • Ctrl + U : Clear the line
  • Ctrl + R : Search through previous run command
  • Ctrl + C : Cancel current running command
  • Ctrl + T : Swap last two character before cursor
  • Esc + T : Swap last two word before cursor
  • Ctrl + H : Delete letter starting at cursor

Getting Help in Linux

  • man COMMAND
  • info COMMAND
  • COMMAND -h
  • COMMAND --help