Posts with tag Bash
Home / All Tags- Replacing Ctrl-R in Bash without TIOCSTI I have [previously
written](https://rickardlindberg.me/2017/05/19/evolution-of-recalling.html)
about how I use [rlselect](https://rickardlindberg.me/projects/rlselect/) as a
replacement for Ctrl+R in Bash.
It works by creating a key binding in...
- Bash Redirects Explained I thought I knew how Bash redirects worked.
If I wanted to redirect the output of a command to a file,...
- Evolution of recalling Bash history This article is about how I've become more efficient at using Bash, the
interactive UNIX shell.
When I work in Bash, I...