> 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/
