Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. adrian1970

    %ENV variables not picked up when run from crontab

    found a solution to my problem anyway, use: $user = $ENV{'LOGNAME'}; this still works when scripts is called a crontab.
  2. adrian1970

    %ENV variables not picked up when run from crontab

    Hi, when using the predefined hash %ENV some variables are not found if the script is run from a crontab. $HOME = $ENV{'HOME'}; works fine, but; $user = $ENV{'USER'}; produces no result. why is that? thanks, Ad

Part and Inventory Search

Back
Top