Dash: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
| (11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
; POSIX-konforme Shell | |||
Debian Almquist Shell (dash) ist eine POSIX-konforme Shell | |||
* Dash wurde von der ash abgeleitet | |||
; Standardmäßige System-Shell auf Debian-Systemen | |||
* Führt Skripte schneller als die Bash aus | |||
* Hat weniger Bibliotheksabhängigkeiten | |||
** robuster gegen Software- oder Hardwarefehler | |||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
< /syntaxhighlight> | sudo apt install dash | ||
</syntaxhighlight> | |||
== Aufruf == | == Aufruf == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
< /syntaxhighlight> | </syntaxhighlight> | ||
=== Optionen === | === Optionen === | ||
| Zeile 16: | Zeile 25: | ||
! Unix !! GNU !! Parameter !! Beschreibung | ! Unix !! GNU !! Parameter !! Beschreibung | ||
|- | |- | ||
| || || || | | || || || | ||
|- | |- | ||
|} | |} | ||
| Zeile 34: | Zeile 43: | ||
== Anwendung == | == Anwendung == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
< /syntaxhighlight> | </syntaxhighlight> | ||
=== Problembehebung === | === Problembehebung === | ||
| Zeile 44: | Zeile 53: | ||
! Datei !! Beschreibung | ! Datei !! Beschreibung | ||
|- | |- | ||
| || | | || | ||
|- | |- | ||
| || | | || | ||
|} | |} | ||
| Zeile 60: | Zeile 69: | ||
=== Dokumentation === | === Dokumentation === | ||
; Man-Page | ; Man-Page | ||
# [https://manpages.debian.org/stable/ | # [https://manpages.debian.org/stable/dash/dash.1.en.html dash(1)] | ||
<!-- | <!-- | ||
; Info-Pages | ; Info-Pages | ||
--> | --> | ||
=== | === Dateien === | ||
/usr/bin/dash | |||
/usr/bin/sh | |||
/usr/share/debianutils/shells.d | |||
/usr/share/debianutils/shells.d/dash | |||
/usr/share/doc/dash/README.Debian.diet | |||
/usr/share/doc/dash/README.source | |||
/usr/share/doc/dash/changelog.Debian.gz | |||
/usr/share/doc/dash/changelog.gz | |||
/usr/share/doc/dash/copyright | |||
/usr/share/lintian/overrides/dash | |||
/usr/share/man/man1/dash.1.gz | |||
/usr/share/man/man1/sh.1.gz | |||
/usr/share/menu/dash | |||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
# https://de.wikipedia.org/wiki/Unix-Shell# | |||
{{DEFAULTSORT:dash}} | |||
{{DISPLAYTITLE:dash}} | |||
[[Kategorie:Shell]] | |||
</noinclude> | |||
/ | |||
Aktuelle Version vom 17. Oktober 2025, 18:46 Uhr
Beschreibung
- POSIX-konforme Shell
Debian Almquist Shell (dash) ist eine POSIX-konforme Shell
- Dash wurde von der ash abgeleitet
- Standardmäßige System-Shell auf Debian-Systemen
- Führt Skripte schneller als die Bash aus
- Hat weniger Bibliotheksabhängigkeiten
- robuster gegen Software- oder Hardwarefehler
Installation
sudo apt install dash
Aufruf
Optionen
| Unix | GNU | Parameter | Beschreibung |
|---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
| Wert | Beschreibung |
|---|---|
| 0 | Erfolg |
| >0 | Fehler |
Anwendung
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
Dateien
/usr/bin/dash /usr/bin/sh
/usr/share/debianutils/shells.d /usr/share/debianutils/shells.d/dash
/usr/share/doc/dash/README.Debian.diet /usr/share/doc/dash/README.source /usr/share/doc/dash/changelog.Debian.gz /usr/share/doc/dash/changelog.gz /usr/share/doc/dash/copyright
/usr/share/lintian/overrides/dash
/usr/share/man/man1/dash.1.gz /usr/share/man/man1/sh.1.gz
/usr/share/menu/dash
Links
Projekt
Weblinks