# HG changeset patch # User Oleksandr Gavenko # Date 1558686061 -10800 # Node ID 55f48026a610d90f57686401e0aa6efa5e64602b # Parent d907310aeacfab12615d6879f5ba159a3082685b Run Linux command from specific distro. diff -r d907310aeacf -r 55f48026a610 wsl.rst --- a/wsl.rst Fri May 24 11:20:08 2019 +0300 +++ b/wsl.rst Fri May 24 11:21:01 2019 +0300 @@ -14,3 +14,10 @@ wsl -e /bin/ls wsl --exec /bin/bash +Run Linux command from specific distro:: + + wsl -d ubuntu ls + wsl -d debian -e /bin/ls + wsl -d debian --exec /bin/bash + wsl -distribution debian --exec /bin/bash +