Basic WSL Commands
Run these commands in PowerShell or in the windows command line.
Run Linux commands from the Windows command line.
wsl ls -alh
# this will run the ls command in the current directory.
wsl sudo apt update
# this updates the package lists for upg...
blog.harshitsaini.com3 min read