Re: Encrypting passwords with AS
Re: Encrypting passwords with AS
- Subject: Re: Encrypting passwords with AS
- From: David Hood <email@hidden>
- Date: Fri, 7 Feb 2003 17:26:01 +1300
On Friday, February 7, 2003, at 04:20 PM, Paul Skinner wrote:
>man tr | tr "\n" "\r" > ~/Desktop/tr.txt
Can you pass that through do shell script?
Does this help?
set trthing to "thing to tr"
set returnValue to do shell script ("echo '" & trthing & "' | tr 't'
'r'")
return returnValue -- rhing ro rr
_______________________________________________
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.