Earlier quoted context omitted.
And if you wanted to repeat that 10 times you would...?
Press up ten times. That's still what a lot of us do in terminal (particularly when we're on a machine without fancy shell history fuzzy-searching etc.). I guess I might press and hold at ten.
But that aside, if you’re into arrow pressing, a few lines in your .inputrc can go a long ways
Test this out sometime:
# Incremental searching with Up and Down and Left and Right
"\e[A": history-search-backward
"\e[B": history-search-forward
Now you can type “find” and press up/down arrow to just cycle through history that starts with find