Ask a Question related to Macromedia ColdFusion, Design and Development.
-
lemmings_15 #1
cfexecute under linux
hi all,
i would like to use grep under linux but when i do this code i have this
error msg
code :
<cfexecute name="grep" arguments="-c '| E' ATT856561.txt"
outputfile="/...../...../plan/test.txt"></cfexecute>
and this one to:
<cfexecute name="grep -c '| E' ATT856561.txt"
outputfile="/...../...../plan/test.txt"></cfexecute>
error msg :
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException:
java.io.IOException: grep -c '| E' file.txt: not found
thx for your help ;-)
Pierre
lemmings_15 Guest
-
cfexecute
Did the solution below work for you? Thanks. Chris -
Using CFEXECUTE with Webalizer
Hi Everyone, I'm having a problem getting CFEXECUTE and Webalizer to play nice. The Webalizer works when I run it from the machine it's... -
CFExecute and MX7
Under testing CFEXECUTE in MX7 I noted it is running under the SYSTEM account. In MX6.1 it ran under the account that was running the MMCF service. ... -
cfexecute on linux
I'm trying to run jwhois on a linux server with cfexecute, but I can't get it to work. It is not throwing any errors. As part of my testing I tried... -
ImageMagick & cfexecute
I just moved all our websites to a new server which is running win2003 and CFMX 6.1 with updates. The old server was Win2k and CFMX 6.1 no updates.... -



Reply With Quote


