pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling * Update pages/common/strings.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * pages.*: update outdated pages * Update conky.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -7,17 +7,17 @@
|
||||
|
||||
`cmd`
|
||||
|
||||
- Ausführen eines Befehls (**C**ommand):
|
||||
- Ausführen eines Befehls (Command):
|
||||
|
||||
`cmd /c "{{Befehl}}"`
|
||||
`cmd /c {{echo Hallo Welt}}`
|
||||
|
||||
- Ausführen eines Skripts:
|
||||
|
||||
`cmd {{Pfad/zur/Datei.bat}}`
|
||||
`cmd {{Pfad\zur\Datei.bat}}`
|
||||
|
||||
- Ausführen eines Befehls und anschließendes Aufrufen einer interaktiven Shell:
|
||||
|
||||
`cmd /k "{{Befehl}}"`
|
||||
`cmd /k {{echo Hallo Welt}}`
|
||||
|
||||
- Starten einer interaktiven Shell-Sitzung, bei der `echo` in der Befehlsausgabe deaktiviert ist:
|
||||
|
||||
|
Reference in New Issue
Block a user