Re: Creating a shell script with AppleScript, and line endings
Re: Creating a shell script with AppleScript, and line endings
- Subject: Re: Creating a shell script with AppleScript, and line endings
- From: Rob Morton <email@hidden>
- Date: Mon, 14 Jul 2003 13:22:06 -0400
Not the greatest, but I did it one line at a time...
do shell script "echo 'Text goes here' > /tmp/UNIXfile.sh"
Rob Morton
On Monday, July 14, 2003, at 12:26 PM, Charles Heizer wrote:
Hello,
I'm creating a small shell script on the fly with AppleScript, but
when I do a more on my shell script it all runs together. It looks
like the line endings are not UNIX but Mac. Is there a easy way to
specify a UNIX Line Feed?
Thanks.
- Charles
_______________________________________________
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.
_______________________________________________
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.