Unix commands:
ls list files
cd change directory (directories should have NO embedded spaces for this Unix cmd
md make directory
cd .. up a directory help duh?
link for command tool UNIX commands - http://www.cs.colostate.edu/helpdocs/vi.html
sqlite3 commands:
sqlite3 filename.db Opens the filename database
.help guess what