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

    case statement in ksh script

    Hi, Can I do the following in a case statement of a ksh script; Check to see if my variable SIZE is >100, >200, >300 etc. If so what is the syntax? case $SIZE in >100) What is the correct syntax for >100, if this is possible? >200) ... esac I can do this with a series of if statements...
  2. cfoly

    Spiltting a String

    Hi, I have a string which I need to split in relation to certain characters. I know that these characters are unique within the string. String "...DEL_v...". I want to split the string into two seperate strings where the underscore appears above, leaving me with String...

Part and Inventory Search

Back
Top