#4 Let's get familiar with your terminal

Why?

Not this!

No,Not even this!

Maybe!

Totally!

Let's get started!

Title Text

Title Text

Other cool things

  • Up/Down arrows to scroll through your history
  • Ctrl-R Reverse search command 
  • open a.txt to open in your default application 

Some more commands

  • ssh,
  • scp
  •  kill,
  • lsof,
  • ps -aux

Title Text

Bash

  • bash_history
  • .bashrc

VIM

CowSay & Fortune

if [ -x /usr/games/cowsay -a -x /usr/games/fortune ]; then
    fortune | cowsay
fi

Made with Slides.com