Report
histo
lists current command history buffer
Page
bash
utility
nbcli
Bash commands list
function histo() { history | cut -c 8- }
histo