Markus Neteler wrote: > Maybe mv fails and it must be 'mv -f'? The cronjob runs under > my user login on xblade14 and mv is an alias to 'mv -v'. I don't > know if aliases are picked up by user cronjobs.
They aren't, nor is the user's environment from /etc/profile, ~/.bash_profile, etc. In any case, aliases only work in shells where they are explicitly defined (in practice, this means interactive shells which source ~/.bashrc). They aren't propagated to child processes (e.g. scripts, make, etc). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
