Editor: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" highlight="1" line> update-alternatives --get-selections | grep editor editor auto /bin/nano </syntaxhighlight>“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<syntaxhighlight lang="bash" highlight="1" line> | '''editor''' - Aufruf des Standardeditors | ||
== Beschreibung == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
type editor | |||
editor ist /usr/bin/editor | |||
</syntaxhighlight> | |||
<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 | ||
</syntaxhighlight>{{SORTIERUNG:editor}} | |||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Optionen === | |||
=== Argumente === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
== Anwendung == | |||
=== Problembehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
; Man-Page | |||
;Info-Page | |||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
{{DISPLAYTITLE:editor}} | |||
[[Kategorie:Linux/Befehl]] | |||
[[Kategorie:Linux/Editoren]] | |||
</noinclude> |
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