Command History (cont) You can re-run something from your history: Using the command history number: linux$ !15 echo "Hello, World!" Hello, World! Using the initial part of the command name linux$ !p pwd /home/reegen Note that it repeats the command name for you before running it.