Printing Command history

I wasn’t able to find any documentation or other forum posts on this topic, so I figured I’d ask. You know how in many operating systems you view the whole command history, not just up-arrow through it? For example, in Linux, the command “history” will dump out the entire history buffer.
is something like that possible in RouterOS? I’ve been poking around and not found anything. system/history/print doesn’t do anything for me.

There is /system/history but it’s not quite the same, but in the “undo=” should show the actual previous commands.

/system/history/print detail

Also RouterOS support Ctrl-R / F3 to search the command history, which is like a Linux Shell. And hitting F1 twice will the CLI options.