mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 04:55:24 +02:00
color: add German translation (#7298)
This commit is contained in:
parent
c087c6e253
commit
e25a05eaf7
1 changed files with 16 additions and 0 deletions
16
pages.de/windows/color.md
Normal file
16
pages.de/windows/color.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# color
|
||||
|
||||
> Setze die Vordergrund- und Hintergrundfarben der Kommandozeile.
|
||||
> Weitere Informationen: <https://docs.microsoft.com/windows-server/administration/windows-commands/color>.
|
||||
|
||||
- Setze die Kommandozeilenfarben auf die Standardwerte:
|
||||
|
||||
`color`
|
||||
|
||||
- Liste alle verfügbaren Farben und detailierte Informationen auf:
|
||||
|
||||
`color /?`
|
||||
|
||||
- Setze die Vordergrund- und Hintergrundfarbe der Kommandozeilen auf eine spezifische Farbe:
|
||||
|
||||
`color {{vordergrundfarbe_code}}{{hintergrundfarbe_code}}`
|
Loading…
Add table
Reference in a new issue