# Displays all previous commands run from this user containing the phrase "execute". Numbers each command. You can then run one of the commands by typing !number
$ history | grep -i execute
675 ./executeShellCommand
678 ./transferFiles -o LARGE
$ !678
#runs ./transferFiles -o LARGE