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 ...
2
votes
1answer
260 views
Space in Volume Name; can you remove?
I have two drives in my machine:
An SSD with the OS on it
a HDD with all my data.
I have a symlink on the SSD for my home directory on the HDD so /Volumes/SSD/Users/Ross/ points to ...