Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Share a music/photo hard drive between two systems' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Share a music/photo hard drive between two systems
Authored by: maxz on Jun 24, '09 01:23:56AM

Just as airdrummer points out, don't use backticks for your commands in the bash scripts, it serves no purpose in this case.

Also, by enclosing the variable subsitutions in double quotes, for example:

[code]rm "$IPHOTOLIBRARY_LINK"[/code]

the script handles files and paths with spaces.



[ Reply to This | # ]