Re: R é p: reading a property list item
Re: R é p: reading a property list item
- Subject: Re: R é p: reading a property list item
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 21 May 2008 14:58:16 -0400
On Wed, May 21, 2008 at 2:45 PM, Bruce Robertson <email@hidden> wrote:
>> I posted a solution for Tcl code hunks a while back. Basically use the triple
>> whammy <<< operator.
>
> Can you point me to some place where I can find documentation on <<< ?
man bash
It's a variation on the "here-document" syntax called a "here-string".
I don't much see the point, really.
foo <<<"blah"
is the same as
echo "blah" | foo
or
foo <<<EOF
blah
EOF
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden