Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

Using Linux/Unix Shell

Using Linux/Unix Shell

Arash Badie Modiri

March 16, 2012
Tweet

More Decks by Arash Badie Modiri

Other Decks in Programming

Transcript

  1. Using a Shell A gentle introduction Part One: Why The

    Hell Should I Use a CLI? Part Two: The Basics
  2. $ cp [option]... <file1> <file2> $ mv [option]... <file1> <file2>

    $ cp -R /home/salam/code ~/ $ mv ./salam.txt ./salam.png