On Thu, Oct 11, 2001, Carlos Maldonado wrote: > I think your problem with cron is that the ~is probably not set when the > cron is running since it uses sh shell, and your ~variable is set in the > bash_profile for the bash shell
I doubt that is the problem, since on most (all?) Linux systems (based on other info in his message I assume James is running this on a Linux system) /bin/sh is a symlink to /bin/bash. /Mike

