Vorlage:UserTerminal
Zur Navigation springen
Zur Suche springen
Verwendung
Beispiel #1
{{UserTerminal
|Pfad=~
|1=ls -l
|2=cat passwd
|3=systemctl status ssh
}}
Ausgabe #1
user@debian:~ $ ls -l
user@debian:~ $ cat passwd
user@debian:~ $ systemctl status ssh
user@debian:~ $ cat passwd
user@debian:~ $ systemctl status ssh
Beispiel #2
Quoting von Urls innerhalb von Befehlen ist erforderlich! Das geht so:
{{UserTerminal
|Pfad=/tmp
|1=wget <nowiki>https://example.com/file.iso</nowiki>
}}
Ausgabe #2
user@debian:/tmp $ wget https://example.com/file.iso