Editor: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
 
{{DISPLAYTITLE:editor}}
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line>
type editor
type editor
Zeile 8: Zeile 8:
update-alternatives --get-selections | grep editor
update-alternatives --get-selections | grep editor
editor                        auto    /bin/nano
editor                        auto    /bin/nano
</syntaxhighlight>
</syntaxhighlight>{{SORTIERUNG:editor}}
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Editoren]]

Aktuelle Version vom 1. Oktober 2024, 21:58 Uhr

type editor
editor ist /usr/bin/editor
update-alternatives --get-selections | grep editor
editor                         auto     /bin/nano