[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 19: Command History

Page 19

  
  Command History
  Bash keeps a history of the commands you've typed so you can look back at what you've done:
  linux$ echo "Hello, World!"
  Hello, World!
  linux$ pwd
  /home/reegen
  linux$ mv *.jpg myjpgs/
  linux$ history | tail -3
     15    echo "Hello, World!"
     16    pwd
     17    mv *.jpg myjpgs/

Copyright 2005, Bri Hatch of Onsight, Inc.

Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2005

Presentation created using vim and MagicPoint.