The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-09-2007
Brusimm Brusimm is offline
Registered User
 

Join Date: May 2007
Location: Bay Area, CA
Posts: 3
Quote:
Originally Posted by jim mcnamara
-eq means equal (integer), ......
What you probably want is getopts. It is used for things like -h.
Thanks Jim....

Would I use the getopts in place of the structure I have here, or add in after the code I've got?

Last edited by Brusimm; 05-09-2007 at 10:43 PM..
Reply With Quote