![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Online UNIX emulator for Korn Shell scripting | eswasas | UNIX for Dummies Questions & Answers | 1 | 02-01-2007 01:46 PM |
| Unix Emulator for DOS Shell | robersh | UNIX for Dummies Questions & Answers | 1 | 08-14-2006 09:29 PM |
| UNIX Emulator | st_matan | UNIX for Dummies Questions & Answers | 9 | 04-12-2006 01:44 PM |
| Unix Emulator Or Simulator | ravirajindia | UNIX for Advanced & Expert Users | 2 | 01-18-2006 03:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Unix Shell Emulator
Hi all:
I have windows XP and i want to learn UNIX SHELL PROGRAMMING! can you tell me any unix shell emulator or simulator which i can install on windows and learn unix shell programming (FOR SOME REASON I DONT WANT TO INSTALL LINUX)!!! PLEASE HELP! CHEERS |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Why don't you just install the shell itself (bash, ksh, etc)?
cygwin will install a set of tools on your PC that include several shells. If, for some reason, you don't want to install cygwin either, you can find KSH for Windows and probably bash as well. Otherwise, you'll have to crack open the books and pretend. And by the way, posting the same message in more than one forum is against the rules. Last edited by tmarikle; 01-18-2006 at 12:09 PM. |
|
#3
|
|||
|
|||
|
You should have a llok at MKS Toolkit. This is a set of tools that will emulate Unix/Linux comnmand line under Windows. Very nice to test your script before using them live on your UNIX box.
|