how to check command history in linux code example
Example 1: histroy of commands
Highly recommended command to use in terminal for reviewing commands and
reuse some of them. Just execute in terminal:
history
Also recommended to use together with grep for filtering a specific used command
history | grep "foo*"
Example 2: history command linux
Highly recommended command to use in terminal for reviewing commands and reuse
some of them. Just execute in terminal:
history
Also recommended to use together with grep for filtering a specific used command
history | grep "foo*"
Example 3: linux history command
Just check the enumeration of your commands history and then delete them:
history -d 7