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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by renesteg

  1. renesteg

    problems with variables in kornshell

    I've got another problem with strings. I was reading a file using the read command like this: while read offNormalStatus do .... done Then I executed the command like this: pcms ac $ChangeRequestID /STATUS="$offNormalStatus" where $ChangeRequestID was always a single String and...
  2. renesteg

    problems with variables in kornshell

    The problem was not in the command level, it was how I set the value for the variable I used. When setting the variable like: nextStatus="INTEGRATION TEST" and using the command pcms ac $ChangeRequestID /STATUS="$nextStatus" the error occurs as described. But when...
  3. renesteg

    problems with variables in kornshell

    I try to execute the following command in a kornshell: pcms ac $ChangeRequestID /STATUS=$nextStatus where "pcms" is a programm of an API I use, "ac" the method of this API-function. Now, when korn shell is gathering the variable "$nextStatus" it seems to stop with...

Part and Inventory Search

Back
Top