Editor: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „===== Info-Pages =====“ durch „;Info-Page“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
type editor | type editor | ||
editor ist /usr/bin/editor | editor ist /usr/bin/editor | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
update-alternatives --get-selections | grep editor | update-alternatives --get-selections | grep editor | ||
editor auto /bin/nano | editor auto /bin/nano | ||
Zeile 13: | Zeile 13: | ||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Aufruf == | == Aufruf == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Zeile 31: | Zeile 31: | ||
== Anhang == | == Anhang == | ||
=== Siehe auch === | === Siehe auch === | ||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} | ||
=== Dokumentation === | |||
; Man-Page | ; Man-Page | ||
;Info-Page | ;Info-Page | ||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
{{DISPLAYTITLE:editor}} | {{DISPLAYTITLE:editor}} |
Aktuelle Version vom 11. Mai 2025, 13:42 Uhr
editor - Aufruf des Standardeditors
Beschreibung
type editor
editor ist /usr/bin/editor
update-alternatives --get-selections | grep editor
editor auto /bin/nano
Installation
Aufruf
Optionen
Argumente
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
Konfiguration
Dateien
Anhang
Siehe auch
Dokumentation
- Man-Page
- Info-Page