[PLUG] Shell Shortcuts

Tyler F. Creelan creelan at engr.orst.edu
Sat Aug 10 19:49:31 UTC 2002


I put together this list of handy shortcuts in the bash shell, a lot of
them apply in other shells as well.

Handy shell shortcuts

key		effect
---------------------------------------------------------
Control A	jump to start of line
Control E	jump to end of line
Control K	delete to end of line
Control U	delete whole line
Control L	clear screen
Control D	log out / delete character

Control Y	yank deletions
Control X ~	list user accounts
Control W	delete word to the left
Control T	transpose two characters

Control F	Move forward a character
Control B	Move backward a character
Meta F		move forward one word
Meta B		move backward one word

Control R	search history in reverse
Control S	search history
Control P	move up history
Control N	move down history
---------------------------------------------------------

More info:
http://www.gnu.org/manual/bash-2.05a/html_chapter/bashref_8.html#SEC100




-----------------------------
Tyler F. Creelan
College of Engineering
Oregon State University
503-618-3101
-----------------------------
"As we enjoy great Advantages from the Inventions of others
we should be glad of an opportunity to serve others by any
Invention of ours, and this we should do freely and generously."

--Benjamin Franklin
------------------------------






More information about the PLUG mailing list