From cf29ffb4a058a379a709184e4beacf14e7bd31c5 Mon Sep 17 00:00:00 2001 From: Kenneth John Odle Date: Sun, 9 Jun 2024 15:16:29 +0000 Subject: [PATCH] Add 'Resources to investigate' --- Resources-to-investigate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Resources-to-investigate.md diff --git a/Resources-to-investigate.md b/Resources-to-investigate.md new file mode 100644 index 0000000..a90ec0b --- /dev/null +++ b/Resources-to-investigate.md @@ -0,0 +1,13 @@ +Searching your Bash History + +https://www.cyberciti.biz/faq/linux-unix-shell-history-search-command/ + +https://www.digitalocean.com/community/tutorials/how-to-use-bash-history-commands-and-expansions-on-a-linux-vps + +https://superuser.com/questions/7414/how-can-i-search-the-bash-history-and-rerun-a-command + +https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html\#Bindable-Readline-Commands + +https://stackoverflow.com/questions/7131670/make-a-bash-alias-that-takes-a-parameter + +https://tecadmin.net/how-to-create-bash-aliases-with-parameters/ \ No newline at end of file