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: *

  • Users: adrian1970
  • Content: Threads
  • Order by date
  1. 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