Let's say I use CTRL-R and then type tail to find the last time I ran tail.
What comes up is tail -F /path/to/log/file-2011-03-07.log
The command I want to run is the above command, but with 2011-03-08 instead of 2011-03-07. Is there a way to do replace with a regexp via the command line?