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


Click here to return to the 'OnMyCommand' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
OnMyCommand
Authored by: markju on Jul 08, '04 12:47:32PM
tr won't do what you want it to, you'll have to use sed:
echo "file://" + {objectpath} | sed -e 's/ /%20/g' | pbcopy
(with a space between the '/')

[ Reply to This | # ]