1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 20:15:24 +02:00

wsl: add option placeholders (#17233)

* Update wsl.md

* Update wsl.md

---------

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
Managor 2025-07-15 15:21:15 +03:00 committed by GitHub
parent 7aec0ae0fa
commit d67651776d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,15 +9,15 @@
- Run a Linux command without using a shell:
`wsl --exec {{command}} {{command_arguments}}`
`wsl {{[-e|--exec]}} {{command}} {{command_arguments}}`
- Specify a particular distribution:
`wsl --distribution {{distribution}} {{shell_command}}`
`wsl {{[-d|--distribution]}} {{distribution}} {{shell_command}}`
- List available distributions:
`wsl --list`
`wsl {{[-l|--list]}}`
- Export a distribution to a `.tar` file: