Concept Flow - History command and search
User runs commands
Commands saved in history list
User types 'history'
Display all past commands
User types 'history | grep keyword'
Filter and show matching commands
User types '!number' or '!keyword'
Execute command from history
Commands run are saved in history. 'history' shows all. You can search with grep or run past commands by number or keyword.