[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash Scripting Question



> The script I am trying to write executes a program 
> that requires a keyboard response.
> .... 

  A varaible can be set to a keyboard response
  using a  read  prompt .... 

    read -e -p "What do you need ?" xVariable

    echo $xVariable


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona


Reply to: