Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
title$ tree
collapsetrue
.
├── README.md
├── app
│   ├── application.js
│   ├── assets
│   │   └── index.html
│   ├── styles
│   │   └── main.styl
│   └── test.js
├── bower.json
├── brunch-config.coffee
├── package.json
└── public
    ├── README.md
    ├── app.css
    ├── app.css.map
    ├── app.js
    ├── app.js.map
    └── index.html

4 directories, 14 files

 

Verzeichnis Navigation

Die wichtigsten Befehle im Terminal werden benutzt um Verzeichnisse zu navigieren.

Mit dem Befehl pwd kann das aktuelle Verzeichnis angezeigt werden. Eine Terminal Session started immer Heimverzeichnis des aktuellen Benutzer.

Code Block
$ pwd
/Users/user