5 Bash Tips, Part II
Jul 07, 2009, 15:04 (0 Talkback[s])
(Other stories by Dan Craciun)
[ Thanks to Chris7mas for this link.
]
"Although these may not be necessarily
productivity-related, they will surely ease working in a Bash
terminal and it may be worth knowing them. If you're not familiar
with the terminal, command-line interface and Bash you can go ahead
and read my introduction to Linux CLI.
"Using Ctrl+R (reversed search)
Ctrl+R performs a reversed search in the history. For example,
typing the command df -h | grep /dev/sda1, then pressing Ctrl+R and
typing only df, the most recent command will be auto-completed and
performed upon pressing Enter. Ctrl+R searches for occurences of
what you type and returns the last command in which it finds
it:"
Complete
Story
Related Stories:
- Practical Programming: An Introduction to Computer Science Using Python(Jul 02, 2009)
- Asking a Yes/No Question from a Bash Script(Jul 01, 2009)
- Names Pipes... or how to get two separate applications to interact(Jun 30, 2009)
- 6 Bash Productivity Tips(Jun 29, 2009)
- Creating a Bash Spinner(Jun 15, 2009)
- 6 things that I miss in bash(Jun 09, 2009)
- Bash Tricks II: Repetitive tasks on files(Jun 07, 2009)
- Use the Bash trap Statement to Clean Up Temporary Files(May 12, 2009)
-
Command line made easy: five simple recipes for grep(May 06, 2009)
- The Tiny Unix And Linux Shell Crash Course For Beginners(May 01, 2009)