UP TO 80% DISCOUNT ON AMAZON LIMITED TIME ...

Sunday, 2 August 2015

Linux Keyboard Shortcut keys:

Linux Keyboard Shortcut keys:


DescriptionShortcut key
Run the commandEnter
Show the previous commandUp Arrow
Allows you to type a part of the command you're looking for and finds itCtrl + R
Stops the current command, resume with fg in the foreground or bg in the backgroundCtrl + Z
Halts the current command, cancel the current operation and/or start with a fresh new lineCtrl + C
Clear the screenCtrl + L
Allows the scrolling of the bash command window using Shift + Up Arrow and Shift + Down Arrowcommand | less
Repeats the last command!!
Repeats the last argument of the previous commandcommand
Return to the start of the command you're typingCtrl + A
Go to the end of the command you're typingCtrl + E
Cut everything before the cursor to a special clipboard, erases the whole lineCtrl + U
Cut everything after the cursor to a special clipboardCtrl + K
Paste from the special clipboard that Ctrl + U and Ctrl + K save their data toCtrl + Y
Swap the two characters before the cursor (you can actually use this to transport a character from the left to the right, try it!)Ctrl + T
Delete the word / argument left of the cursor in the current lineCtrl + W
Log out of current session, similar to exitCtrl + D
List manual pages for subjectapropos subject
Display man pages containing keywordman -k keyword
Show the manual for commandman command
Make a pdf of a manual pageman -t man | ps2pdf - > man.pdf
Show full path name of commandwhich command
See how long a command takestime command
Show possible locations of appwhereis app
Show which app will be run by default; it shows the full pathwhich app

No comments:

Post a Comment