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 IamaSherpa 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. lrhatice

    store result of command into an array

    [[ "${array1[@]}" = "${array2[@]}" ]] && echo same || echo different
  2. lrhatice

    store result of command into an array

    Hey guys, New on this forum. Would really appreciate some help on this issue I'm having. I'm trying to store the result of this command into an array so that I can compare this array with another array so I can get the difference between the two. My first problem is storing this output into an...

Part and Inventory Search

Back
Top