Search Results

9
votes

What is your single most favorite command-line trick using Bash?

Here's a couple of configuration tweaks: ~/.inputrc: "\C-[[A": history-search-backward "\C-[[B": history-search-forward This works the same as …