In most of the cases we use history command to find forgotten commands
eg:-
eg:-
$ history | grep brewoutput:
251 brew update 252 brew outdated 253 brew search plist 297 brew services 463 brew info python 464 brew listSay you want to run the last command that is listed. Then you should just run:
$ !464It will run just fine like you normally type and run
$ brew list
Comments
Post a Comment