in reply to Re^3: Read UNIX environment variable
in thread Read UNIX environment variable
You can access environment variables in a script run as a cron job but take note that cron jobs often have only a sub-set of the environment available to a user shell. For instance, you will likely have a minimal $PATH under cron. It might be worth writing a small script to dump the environment to a file then run it as a cron job to see what's available.
I hope this is helpful.
Cheers,
JohnGG
|
|---|