Man page of the last command you ran
If you want to look at the man page of the last command you ran just execute
man !!
!! is an alias for the last command you ran, and thus pulls up the man page for whatever the previous command was.
If you want to look at the man page of the last command you ran just execute
man !!
!! is an alias for the last command you ran, and thus pulls up the man page for whatever the previous command was.