lvacula.com-blog/content/shortnotes/bash-reverse-search.md
2024-01-31 09:41:14 -05:00

12 lines
360 B
Markdown

+++
title = "Bash history search"
date = 2023-10-05
[taxonomies]
tags= ["shortnotes"]
+++
Another useful tip for Linux users and admins: you can search your command history in bash with `Ctrl+r`. Typing something and hitting it again will search backward through commands that match that pattern. It saves a lot of time compared to pressing up repeatedly.