@nixCraft
I mostly do
cat ./.bash_history | grep "stuff".
I know about the history command but it sometimes doesn't back far enough.
Reading the comments, I might want to try ctrl+r now too
@nixCraft
I mostly do
cat ./.bash_history | grep "stuff".
I know about the history command but it sometimes doesn't back far enough.
Reading the comments, I might want to try ctrl+r now too