mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
wsl: add German translation (#7263)
This commit is contained in:
parent
547f0a5c1e
commit
381ba1d168
1 changed files with 36 additions and 0 deletions
36
pages.de/windows/wsl.md
Normal file
36
pages.de/windows/wsl.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# wsl
|
||||
|
||||
> Verwalte das Windows Subsystem für Linux von der Kommandozeile.
|
||||
> Weitere Informationen: <https://docs.microsoft.com/windows/wsl/reference>.
|
||||
|
||||
- Starte eine Linux-Shell (in der Standard-Distribution):
|
||||
|
||||
`wsl {{shell_befehl}}`
|
||||
|
||||
- Führe einen Linux-Befehl aus, ohne eine Shell zu benutzen:
|
||||
|
||||
`wsl --exec {{befehl}} {{befehl_argumente}}`
|
||||
|
||||
- Gib eine bestimmte Distribution an:
|
||||
|
||||
`wsl --distribution {{distribution}} {{shell_befehl}}`
|
||||
|
||||
- Liste verfügbare Distributionen auf:
|
||||
|
||||
`wsl --list`
|
||||
|
||||
- Exportiere eine Distribution in eine `.tar` Datei:
|
||||
|
||||
`wsl --export {{distribution}} {{pfad/zu/datei.tar}}`
|
||||
|
||||
- Importiere eine Distribution von einer `.tar` Datei:
|
||||
|
||||
`wsl --import {{distribution}} {{pfad/zu/installations_verzeichnis}} {{pfad/zu/datei.tar}}`
|
||||
|
||||
- Ändere die WSL-Version einer bestimmten Distribution:
|
||||
|
||||
`wsl --set-version {{distribution}} {{version}}`
|
||||
|
||||
- Fahre das Windows Subsystem für Linux herunter:
|
||||
|
||||
`wsl --shutdown`
|
Loading…
Add table
Reference in a new issue