This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How To find what is Implemented


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]