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
Zeile 1: Zeile 1:
<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>

Version vom 30. September 2024, 12:14 Uhr

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