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 biv343 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. ddtxjobsearch03

    bourne shell and user variable initialization problem

    I try this in script and it did not work... first did a read of file to initial $Line... followed by the following user var init: abc=$Line|cut -d~ -f2 echo $abc The echo did not work/i.e. produced error. however the following does produce expected result: echo $Line|cut =d~ -f2 I think I...

Part and Inventory Search

Back
Top