From: tage DOT westlund AT stockholm DOT mail DOT telia DOT com (Tage Westlund) Subject: Re: How To find what is Implemented 11 Oct 1997 00:55:54 -0700 Message-ID: <343E428D.5967.cygnus.gnu-win32@stockholm.mail.telia.com> References: <199710090900 DOT OAA29889 AT marina DOT orp DOT pdc DOT com> Reply-To: tage DOT westlund AT stockholm DOT mail DOT telia DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: desh AT orp DOT pdc DOT com Cc: gnu-win32 AT cygnus DOT com desh wrote: > Is there a way or a document available to find out which all Unix > systems calls have been ported in b18. (and are working fine ). To "desh"! There are simple methods to find at least the majority of the binary modules. Suppose you want to know if tar is implemented. Then its name is tar.exe Remember also that often the original UNIX command may have been altered (made better often). Then you could seek for it with a "g" in front of the UNIX command name. bash$ tar ( simply type tar and you get a few lines ) bash$ taxxx ( non existing ) BASH.EXE: tarxxx: command not found bash$ tar --help > /some_temp_dir/temp1.txt ( you will have a rather complete list of options. Those texts can give you a small manual ) Two directories where binary modules reside are: ..../gnuwin32/b18/H-i386-cygwin32/bin ..../gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/bin Using Win95 it is possible to search for tar.exe among all files starting from a root, for instance C:\gnuwin\b18 Tage - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".