shell script with stdin from Applescript...
shell script with stdin from Applescript...
- Subject: shell script with stdin from Applescript...
- From: David Crowe <email@hidden>
- Date: Wed, 2 Jul 2003 17:16:28 -0600
I want to run a shell script with input to be created by an
applescript, something like:
do shell script "/usr/bin/unixapp <<$
line 1
line 2
line 3
$"
I can get this (the part in quotes, obviously) working fine in
Terminal, but I get an "fread error 0" when trying this from
AppleScript.
I've tried placing a backslash at the end of the lines, but the
Applescript compiler just removes them.
- David Crowe
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.