lvacula.com-blog/content/posts/2023/10/bash-reverse-search.md
2024-03-24 15:45:15 -04: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.