Tim's Blog

I live in bash shell and I found various shortcuts to make you more productive. Here they are:

Bash command line tips:
ctrl-e -> to end of line
ctrl-p -> up to last command in history
ctrl-n -> down to next command in history
ctrl-a -> to start of line
ctrl-h -> delete one char back
ctrl-w -> delete one word back
ctrl-u -> delete from cursor to line start
ctrl-k -> delete from cursor to line end
ctrl-f -> move one char forward
ctrl-b -> move one char back
ctrl-t -> toggle current char with previous then move forward one char
ctrl-l -> clear terminal without destroying in progress line


To Tumblr, Love PixelUnion