- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fully functional KSH 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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-01-2002 07:13 AM
тАО03-01-2002 07:13 AM
Does anyone have access to or know of a fully functional korn shell (ksh) for windows environments, outside of loading linux. I am trying to get one to be able to script while at home. I have 2 options, a windows 98 machine at home, and a win2k thinkpad laptop so either o/s is good for me.
Thanks all.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 07:15 AM
тАО03-01-2002 07:15 AM
Solution-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 07:22 AM
тАО03-01-2002 07:22 AM
Re: Fully functional KSH for windows.
I haven't used this myself, but looks like its worth a shot.
http://www.research.att.com/sw/tools/uwin/
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 07:22 AM
тАО03-01-2002 07:22 AM
Re: Fully functional KSH for windows.
Though it's not free. The best is the MKS Toolkit from: http://www.mkssoftware.com/.
Typically when you need shell scripting, you also need awk, grep, sed, ... . All of that comes with the Toolkit. You can download a trial version.
Plan B. Use Perl instead from http://www.activeperl.com. If your Perl is well-written the same scripts will run without change on Windows and UNIX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 07:59 AM
тАО03-01-2002 07:59 AM
Re: Fully functional KSH for windows.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x12c128e43106d6118ff40090279cd0f9,00.html
Cheers
GEorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 08:15 AM
тАО03-01-2002 08:15 AM
Re: Fully functional KSH for windows.
J-T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 08:44 AM
тАО03-01-2002 08:44 AM
Re: Fully functional KSH for windows.
I think you have to purchase a licence for it too.
It does supply NFS access, although I have not explored how robust it is.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 10:21 AM
тАО03-01-2002 10:21 AM
Re: Fully functional KSH for windows.
you can probably install the genuine AT&T
ksh88 or ksh93. Get the source from David Korn's
(hence the name "Korn Shell") site
http://www.kornshell.com.
If the AT&T licensing is a problem, try the public
domain clone of ksh called pdksh. Do a search
on the Web for it.
Personally, I find that "bash" works just as well as
ksh, plus it supports much of the handy csh-type
syntax that I like but ksh does not have.