I need to call files from windows to use in wsl. how to do this from /home/user/?
Usually, I type /mnt/c/users/etc but this becomes time-consuming. Alternatively, I could just copy and paste a path but the dashes are always in the wrong direction. If there is a way to fix this it would be helpful.
You could create a symbolic link in the root dir
Now all you need to do to switch to this directory is
cd /efrom anywhere in the file system, minimal typing required.