Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Django Girls Taipei: Command Line

Django Girls Taipei: Command Line

Command Line 教學(用於 Django Girls Taipei)

Tzu-ping Chung

May 30, 2015
Tweet

More Decks by Tzu-ping Chung

Other Decks in Programming

Transcript

  1. $  dir  /w   [.]          

                       [..]                            [bedroom]   [Contacts]                [Desktop]                  [Documents]   [Downloads]              [Favorites]              [Links]   [Music]                      [Pictures]                [Saved  Games]   [Searches]                [Videos]
  2. $  ls   Desktop          Downloads  

       Pictures        bedroom   Documents      Movies            Public
  3. $  ls   bedroom          Downloads  

       Templates   Desktop          Pictures        Videos   Documents      Public  
  4. $  dir  /w   [.]          

                       [..]                            table.txt   [bedroom]                  [Contacts]                [Desktop]   [Documents]              [Downloads]              [Favorites]   [Links]                      [Music]                      [Pictures]   [Saved  Games]          [Searches]                [Videos]
  5. $  ls   Desktop          Downloads  

       Pictures        bedroom   Documents      Movies            Public            table
  6. $  ls   bedroom          Documents  

       Public   table              Downloads      Templates   Desktop          Pictures        Videos  
  7. $  del  table.txt   $  rmdir  /s  bedroom   $

     rmdir  /s  living-­‐room   敮嫅։
  8. $  rm  table.txt   $  rm  -­‐r  bedroom   $

     rm  -­‐r  living-­‐room   敮嫅։
  9. $  git  init   Initialized  empty  Git  repository  in  

    /Users/uranusjr/djangogirls-­‐notes/.git/