How to list history commands on VMS ?
On linx, we can use "history".
I cannot find corresponding commands on VMS .
Any help will be appreciated.
Thanks
you can use Recall/all its give you last buffer commands in following format
now you can run again using
recall 42
ie
help
and as in unix "!pattern" its run very last command matching with pattern same in OpenVMS RECALL PATTERN example
$ recall s
the result is
$ set verify = procedure
The command you're looking for is
RECALL /ALL
. See this handy-dandy list of OpenVMS commands and their UNIX equivalents.