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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-29-2007
ahmedwaseem2000 ahmedwaseem2000 is offline
Registered User
  
 

Join Date: Aug 2005
Location: Bangalore
Posts: 219
YOu can code is it using the function GETOPTS and OPTARGS. GETOPTS will check for the flags, and OPTARGS will get the arguments for that flags.

Last edited by ahmedwaseem2000; 08-29-2007 at 03:53 AM..