Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <09719EC6B8C4D5119A7600D0B76FDDE10B839E@cpex3.channelpoint.com>
From: Troy Noble <troy.noble@channelpoint.com>
To: "'Sathish Vasudevaiah'" <sv@sonysard.co.in>, cygwin@cygwin.com
Subject: RE: getopt problem
Date: Wed, 31 Oct 2001 08:25:50 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-1"
X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/)

> From: Sathish Vasudevaiah
>
> Is there an equivalnet of /usr/bin/getopt command (linux)
> in cygwin ?

Could you be looking for BASH's builtin getopts?

bash$ type getopts
getopts is a shell builtin

See the bash online docs at GNU mirror sites for more information.

http://www.gnu.org/manual/bash-2.02/bashref.html


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

