Date: Thu, 7 Jan 1999 09:22:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Raju K.V" cc: djgpp AT delorie DOT com Subject: Re: unix utilities ported to DOS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 7 Jan 1999, Raju K.V wrote: > i need a list of unix utilities that have been ported to DOS. For a full list, you will have to look inside the *.mft file in every package in v2gnu directory on SimTel. A convenient way to look at individual files without downloading the entire package is at this URL: http://www.delorie.com/djgpp/dl/ofc/ However, since you seem to be arranging a Unix-like environment, you will eventually want almost everything in v2gnu anyway ;-). > is i am not able to find the zip file for certian utilities. For eg. i > downloaded > > bsh1147b.zip > fil316b.zip > shl112b.zip > txt122b.zip You will definitely want Grep, Sed, Gawk, Diffutils, and Findutils as well. Probably also Tar, Flex, Bison, and cpio. > from the simtel site but i did not get clear.exe. There's no clear.exe. DOS/Windows terminals don't support terminfo databases, so this utility would be useless on MS platforms. Use the DOS command "cls" instead. (You can make an alias for that, if you absolutely must have "clear".)