Zum Inhalt springen

Editor: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „BASEPAGENAME}}}}“ durch „BASEPAGENAME}}/}}“
K Textersetzung - „ “ durch „ “
 
(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
</syntaxhighlight>{{SORTIERUNG:editor}}
</syntaxhighlight>{{SORTIERUNG:editor}}


== 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 32: Zeile 32:
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
==== Dokumentation ====
=== Dokumentation ===


; Man-Page
; Man-Page
;Info-Page
;Info-Page
==== Links ====
=== Links ===
===== Projekt =====
==== Projekt ====
===== Weblinks =====
==== Weblinks ====


{{DISPLAYTITLE:editor}}
{{DISPLAYTITLE:editor}}

Aktuelle Version vom 14. Juni 2026, 00:45 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

Projekt