Hi,
Inside my iCloud folder I have a Downloaded folder and Safari in my iOS devices are downloading to it.
I want to make a symbolic link from that to my Downloaded folder at my Mac.
The issue here is that I can't find the iCloud path in Terminal.
I'm thinking to just link it to my Downloaded folder and name it Safari inside there. Easy
ln -s ~/Documents/Downloads ~/Downloads <--- but changing the path should make it work.
Inside my iCloud folder I have a Downloaded folder and Safari in my iOS devices are downloading to it.
I want to make a symbolic link from that to my Downloaded folder at my Mac.
The issue here is that I can't find the iCloud path in Terminal.
I'm thinking to just link it to my Downloaded folder and name it Safari inside there. Easy
ln -s ~/Documents/Downloads ~/Downloads <--- but changing the path should make it work.