Versions Compared

Key

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

Das Terminal ist ein wichtiges Werkzeug für Programmierer und ermöglicht das schnelle erledigen von vielen Aufgaben.

Obwohl die Kommandozeile noch aus der Zeit vor grafischen Benutzeroberflächen stammt heisst das nicht, dass es veraltet ist und nicht mehr gebraucht werden kann.

Image Removed

Ein kleines aber hilfreiches Programm ist zum Beispiel tree das Verzeichnisse rekursive in Text form auflisten kann:

...

languagetext
title$ tree
collapsetrue

...

The Terminal is one of the post important tools of a programer and allows a quick completion of various tasks.

Even tough the command line is from a time before Graphical User Interfaces, it has still kept its value.
Today many developments tools are only available as command line applications.
In that sense it its crucial for developers too learn how to use it.

Image Added

Links

  • The Course on codecademy is perfect for beginners.
  • A Cheatsheet with the most important commands can be found here.
  • A video with extensive explanations is available here.
  • UI Fetishists can download a nice color profile here.
  • Professionals might want to install an alternative Shell like fish or zsh.