Tagged Questions
4
votes
2answers
4k views
How do I create a symbolic link to a directory with a space in it?
I was trying to create a symbolic link using the following command:
ln -s "~/Foo Bar/" Foo
... but it didn't work (i.e. when I go into finder and try double clicking it, it says that it's pointing ...