Can someone explain to me why "cd" doesn't work in cron? I want to manipulate some files in a cron job, and I don't want to have to spell out the whole file address each time in my command line. I tried "PATH=workingdirectory; commandline" , and that doesn't seem to work either.