Editor: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" highlight="1" line> update-alternatives --get-selections | grep editor editor auto /bin/nano </syntaxhighlight>“
 
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:editor}}
<syntaxhighlight lang="bash" highlight="1" line>
type editor
editor ist /usr/bin/editor
</syntaxhighlight>
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line>
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