Re: Re (3): automating execution of script.

2011-12-21 Thread Bob Proulx
peasth...@shaw.ca wrote: > /home/peter/script IN_MODIFY /home/peter/script &> /home/peter/result > ... > It should have been executed with the stderr and stdout > put into result but it failed. Any observations? Using "&>" is bash specific syntax. I expect that it was executed with /bin/sh whic

Re (3): automating execution of script.

2011-12-21 Thread peasthope
A second copy of the message with syntax of the header corrected. * From: Andrei Popescu * Date: Tue, 20 Dec 2011 22:55:21 +0200 # apt-get install incron $ incrontab -e # /home/pe/control.sh IN_MODIFY /home/pe/bin/do_stuff Simple solution to a simple problem. Thanks. root@joule:/et