Re: Print text to Terminal
Re: Print text to Terminal
- Subject: Re: Print text to Terminal
- From: Andrew Oliver <email@hidden>
- Date: Tue, 17 May 2005 17:53:28 -0700
On 5/17/05 5:14 PM, "Gnarlodious" <email@hidden> wrote:
> I want to send some text to Terminal, just for information's sake. How would
> I do that?
>
> The closest I can get is the "echo" command, but then I get a command AND
> the text:
>
> tell application "Terminal" to do script "echo 'I want to suppress this
> command and only see the text...' " in front window
>
> Is there a way to only print text to Terminal?
No. The terminal dictionary doesn't support this kind of thing - and it's
not really what it's designed for.
If you're just looking for information logging consider using the normal
console which Console.app can happily display for you in real-time:
do shell script "echo \"message here\" > /dev/console"
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden