Software >> OS >> Unix >> Shell >> Bash >> How to recall a command from history without running it

## list the commands in history

history

 

## take note the number to the left of the command

for example 100

## print to the screen

!100:p