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


Click here to return to the 'Syntax Mistake in example' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Syntax Mistake in example
Authored by: lullabud on Apr 14, '05 02:04:22PM
Gah, I don't know what happened but those semi-colons need to be back-slashed in the -exec command.

find /some/path/ -name '*.html' -exec open "{}" \;

[ Reply to This | # ]