Next: shell vars
Up: bash shell navigation
Previous: Directory Structure
- After running some commands
- use arrow keys or C-p & C-n to go back & forth in the history
- find . -print | xargs grep "mail" #like rgrep
- If you know what command in the history you're looking for, after
running a few more commands, I can use C-r to search backwards for
"mail" without having to scroll up, this is part of emacs editing
mode.
Isaac Jones
2001-10-02