wsl.rst
changeset 2366 55f48026a610
parent 2365 d907310aeacf
child 2367 f295973a87a5
equal deleted inserted replaced
2365:d907310aeacf 2366:55f48026a610
    12 
    12 
    13   wsl ls
    13   wsl ls
    14   wsl -e /bin/ls
    14   wsl -e /bin/ls
    15   wsl --exec /bin/bash
    15   wsl --exec /bin/bash
    16 
    16 
       
    17 Run Linux command from specific distro::
       
    18 
       
    19   wsl -d ubuntu ls
       
    20   wsl -d debian -e /bin/ls
       
    21   wsl -d debian --exec /bin/bash
       
    22   wsl -distribution debian --exec /bin/bash
       
    23