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


Click here to return to the 'Bundle identifier ignored when using stdin' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Bundle identifier ignored when using stdin
Authored by: rspeed on Dec 01, '05 09:45:47AM
Very cool! Never thought to do that. Here's a quick test I did:
echo "<html><body>Moo</body></html>" | open -a /Applications/Safari.app -f
One weird thing I noticed is that it doesn't seem to work with -b. For example,
echo "<html><body>Moo</body></html>" | open -b com.apple.safari -f
is sent to TextEdit instead.

[ Reply to This | # ]