Hi guys,
Trying to set up a cron job using this tutorial
I have replaced {my/magento/install} with my site path and tried to execute it as a unix command.
/usr/bin cd /{/var/sites/e/mysite.com}/shell/; php -f attributeimport.php -- --attribute manufacturer --file ../manufacturers.txt;
It gives me an error:
Error: The command you entered does not appear to be valid or the program does not exist. If it is a script, please create it before setting up the cron job.