Skip to content

Instantly share code, notes, and snippets.

@besteban1989
Created October 27, 2022 04:08
Show Gist options
  • Save besteban1989/6275cd16f9202f042bebea9485642da0 to your computer and use it in GitHub Desktop.
Save besteban1989/6275cd16f9202f042bebea9485642da0 to your computer and use it in GitHub Desktop.
Bash utils
# show bash history of commands for all users, replace the * with a user name to filter the results to a specific user.
sudo su
grep -e "$pattern" /home/*/.bash_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment