Search found 1 match
- Mon Jul 18, 2011 4:01 pm
- Forum: Linux
- Topic: Bash Shortcuts
- Replies: 2
- Views: 3576
Bash Shortcuts
Ctrl-a -> go to the start of command line Ctrl-e -> go to the end of command line Ctrl-p -> previous command in history Ctrl-n -> next command in history Ctrl-f -> next character in command line Ctrl-b -> previous character in command line Ctrl-r -> reverse search in history file Ctrl-d -> delete cu...