Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle cases when windows file path has empty space and needs to be invoked on WSL linux side? #2807

Closed
fxfactorial opened this issue Jan 4, 2018 · 1 comment

Comments

@fxfactorial
Copy link

fxfactorial commented Jan 4, 2018

Related to #1766

Still doesn't seem to be a clear resolution as to how to properly handle situations of

/mnt/c/Users/first_n last_n/item/here

specifically in cases of:

bash -c '/mnt/c/Users/first_n last_n/item/here`

I have also tried:
Where here is a shell script to run.

Also tried:

bash -c '/mnt/c/Users/first_n\ last_n/item/here'

and

bash -c '/mnt/c/Users/first_n\\ last_n/item/here'

and

bash -c '"/mnt/c/Users/first_n\ last_n/item/here"'
@fxfactorial
Copy link
Author

Nvm, it was working but didn't read error message well. tired eyes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant