- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unix toolkit for Windows
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:32 AM
01-11-2002 11:32 AM
I used to own one built by Reed-Kottler, but I can't find them on the Web anymore.
I need to write some fairly sophisticated scripts that run under windows and I dread the thought of kluging together a bunch of .BAT files.
Thanks in advance,
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:35 AM
01-11-2002 11:35 AM
Re: Unix toolkit for Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:39 AM
01-11-2002 11:39 AM
Re: Unix toolkit for Windows
http://www.gnusoftware.com/ilink/ilink.cgi?Category=Shells%3ABash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:44 AM
01-11-2002 11:44 AM
Re: Unix toolkit for Windows
http://sources.redhat.com/cygwin/
I'm not running this, so cannot comment on how well it does or not.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 12:59 PM
01-11-2002 12:59 PM
SolutionThough not free, the best that I know of is the MKS Toolkit. http://www.mkssoftware.com/. It pretty much has everything. awk, grep, sed, shell, ...
Plan B. Try using Perl which is available for free at http://www.activeperl.com. The nice thing about this approach is that your scripts will run on both UNIX and Windows often with no modification. I truly love a scripting language that will let me do sockets and combines the best features of awk, grep, sed, and the shell. It's pattern matching is like awk or sed on steroids.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 03:20 PM
01-11-2002 03:20 PM
Re: Unix toolkit for Windows
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 05:10 PM
01-11-2002 05:10 PM
Re: Unix toolkit for Windows
It provides a Unix-like command line (bash,
ksh, csh, sh, etc.), the usual commands (cp,
mv, awk, etc.), and enough APIs so that you
can write programs as if you were on a Unix
machine.
There's even an Xserver you can run on it.
It has a graphical installer, and can be updated
automatically over the Net.
It almost makes using a Win**** bearable, as long
as you don't have to leave the Cygwin terminal
window! :-)