The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-06-2008
ramkrix ramkrix is offline
Registered User
 

Join Date: Dec 2007
Location: TamilNadu,INDIA
Posts: 46
It simple as follows if my understanding is write:

I think you wish to store the output in a variable in your shell script. If so, use this:

Var=`autostatus -G jpm_day_today`
Reply With Quote