Accessing WSL (Windows Subsystem for Linux) files from PowerShell and Vice Versa
To access WSL (Windows Subsystem for Linux) files from PowerShell, you can do so through the special \\wsl$\ network path or by navigating directly to the WSL distribution's file system mounted under your user profile. Here are the two main ways:
1....
thecodingprocess.hashnode.dev1 min read