Re: Count word's occurences
Re: Count word's occurences
- Subject: Re: Count word's occurences
- From: "koenig.yvan" <email@hidden>
- Date: Mon, 08 Sep 2014 15:09:25 +0200
Le 08/09/2014 à 14:48, Lanphier, Daniel A. < email@hidden> a écrit :
Try Os command “grep apple FILENAME |wc –w” Dan Lanphier
I tried to apply your proposal with :
set leFichier to (path to desktop as text) & "forGrep.txt" set theKey to "apple"
do shell script "grep " & theKey & space & (quoted form of POSIX path of leFichier) & " |wc –w"
Alas, I got :
error "wc: –w: open: No such file or directory" number 1 What may be wrong in my attempt ?
Yvan KOENIG (VALLAURIS, France) lundi 8 septembre 2014 15:09:10
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden