Automator services - echo, stdout, stderr and writing to console
Automator services - echo, stdout, stderr and writing to console
- Subject: Automator services - echo, stdout, stderr and writing to console
- From: René v Amerongen <email@hidden>
- Date: Sun, 12 Sep 2010 11:20:27 +0200
Hi everybody,
Busy to write a service.
I want to write to the console to show up my echo's.
Reading the Apple docs I need to use
set -xv
exec 2>>/dev/console
echo myLine 1>&2
but it doesn't show up in the console.
Now I write directly to disk and will try to use logger ( hint from BH at the unix forum ) but still like to know, how can I get this working and where does /dev/console drop its output then?
Thanks in advance _______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden