Hi. Growl's a great tool. Thanks all.

I use growlnotify in shell scripts that I call from the AppleScript
Menu so that output goes into growl notifications. I hadn't had any
problems until today.

In order to learn when the last cron maintenance scripts where run I
use in the Terminal.app:

ls -l /var/log/*.out | cut -d\K -f2 | cut -d\/ -f1,4 | /usr/local/bin/
growlnotify -s -t "Last maintenance rounds"

which renders perfectly thanks to the sequential cut commands and
beautifully thanks to growl.


However, when I put this pipe (unmodified) into a bash script and run
it from the AppleScript Menu, growlnotify seems to ignore the cut
commands, and takes input directly from the ls command.

Am I doing something wrong? Is this a bug?

I'm using growl 1.2 on MacOS X 10.6.3 in a MacBookPro

gilberto

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to