The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-07-2008
vickylife vickylife is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 34
unsetting OPTINT in getopts

i am calling a function multiple time which uses getopts to parse function arguments.
WHile running, i am getting a bad shift error. i read somewhere that we have to reset the OPTIND variable after each getopts call. how do we do it?
using unset OPTIND doesn't help