You are here |
naildrivin5.com | ||
| | | |
www.trickster.dev
|
|
| | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | |
blog.miguelgrinberg.com
|
|
| | | | miguelgrinberg.com | |
| | | |
michaelscodingspot.com
|
|
| | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | |
www.outcoldman.com
|
|
| | If you are on Mac, I highly recommend trying the app I have built ShellHistory. I spend a lot of time in terminals, as most of you. I never been more productive than when I started to use dbhist. You probably know several ways how you can search bash history. My ways were Control-R or history | grep foo. Both have limitations, both has issues. With grep it always a hassle for me to write POSIX compatible regexp, like it always gets me, it should be [[:digit:]], not \d. And don't want to mention how often bash corrupts or unexpectedly overrides history file, which I use one for all sessions. |