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

  1. jameschaucer

    ksh93

    In ksh93, I want to match on a string and be able to print out the subpatterns like I do in perl. Given the following: line="abc (hij) = lmn" if [[ $line = @(*[a-z]\(*[a-z]\)=*[a-z]) ]]; then v1=${.sh.match[1]} v2=${.sh.match[2]} v3=${.sh.match[3]} print...

Part and Inventory Search

Back
Top