
wsl
List of commands for wsl:
-
wsl:tldr:50a3e wsl: Specify a particular distribution.$ wsl --distribution ${distribution} ${shell_command}try on your machineexplain this command
-
wsl:tldr:747b7 wsl: Shut down Windows Subsystem for Linux.$ wsl --shutdowntry on your machineexplain this command
-
wsl:tldr:8528d wsl: Change the version of wsl used for the specified distribution.$ wsl --set-version ${distribution} ${version}try on your machineexplain this command
-
wsl:tldr:a21c4 wsl: List available distributions.$ wsl --listtry on your machineexplain this command
-
wsl:tldr:b81f4 wsl: Run a Linux command without using a shell.$ wsl --exec ${command} ${command_arguments}try on your machineexplain this command
-
wsl:tldr:bb1f5 wsl: Start a Linux shell (in the default distribution).$ wsl ${shell_command}try on your machineexplain this command
-
wsl:tldr:e04c0 wsl: Import a distribution from a `.tar` file.$ wsl --import ${distribution} ${path\to\install_location} ${path-to-distro_file-tar}try on your machineexplain this command
-
wsl:tldr:f2df8 wsl: Export a distribution to a `.tar` file.$ wsl --export ${distribution} ${path\to\distro_file-tar}try on your machineexplain this command