Answers for "hoe to find find in history command in ubutnu"

1

ubuntu command history

cat ~/.bash_history
less ~/.bash_history

# Or use builtin history
history
Posted by: Guest on May-27-2020
0

run command from history ubuntu

Use Key combination Ctrl - r, you will be able to use keyword to search bash history.
OR 
In bash, just !636 will be ok.
Posted by: Guest on January-11-2021

Code answers related to "hoe to find find in history command in ubutnu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language