I have installed WSL on Windows 10 Pro. And I need to execute bash commands from Windows Command Line like this:
bash -c ll Expected: ll command output in Command Line console
In practice: /bin/bash: ll: command not found
But its work for some commands like ls or apt.
Please, see :
What could be the problem?
