What is your single most favorite command-line trick using Bash?
Posted
by hoyhoy
on Stack Overflow
See other posts from Stack Overflow
or by hoyhoy
Published on 2008-09-16T00:55:59Z
Indexed on
2010/03/18
10:41 UTC
Read the original article
Hit count: 185
We all know how to use <ctrl>-R
to reverse search through history, but did you know you can use <ctrl>-S
to forward search if you set stty stop ""
? Also, have you ever tried running bind -p to see all of your keyboard shortcuts listed? There are over 455 on Mac OS X by default.
What is your single most favorite obscure trick, keyboard shortcut or shopt configuration using bash?
© Stack Overflow or respective owner