![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding Shell Scripting | anilkarikkandar | UNIX for Dummies Questions & Answers | 3 | 11-19-2006 09:26 PM |
| HELP PLS!! Shell Scripting!! | Mary_xxx | Shell Programming and Scripting | 9 | 09-16-2006 03:52 AM |
| difference between AIX shell scripting and Unix shell scripting. | haroonec | Shell Programming and Scripting | 2 | 04-12-2006 05:12 AM |
| something else on shell scripting | master_6ez | Shell Programming and Scripting | 1 | 11-21-2004 08:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Shell Scripting
HEEllloo
Juz a question: besides using telnet to program Shells scripts like korn,bourne,bash,C is there other ways to actaully program shell scripts? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Notepad
You can program your scripts in Windows Notepad for all you like but it needs an incarnation of a UNIX shell to run. That does not particularly mean that you need a UNIX system, alot of the UNIX shells have been ported to the other OS's: Windows, OS/2. However you are likely to find gaps in functionality when using a UNIX shell other than on a true UNIX system.
__________________
Patrick Van der Veken - UNIX consultant (c) 2001 - 2001 http://www.baanboard.com - http://www.ux-core.com 'True strength lies in gentleness' - Irish proverb |
|
#3
|
|||
|
|||
|
Thanx Patvdv for replying
Anyway,where and how can i actually port this shell?? |
|
#4
|
||||
|
||||
|
What patvdv means by "port", means it's been written to act very similarly to the original, but has been "re-programmed" to work on other systems. In this case, a shell that was written for Unix has been rewritten to work on Windows systems. All you have to do is to download and install it.
A few examples of Unix-like tools on Windows: www.mkssoftware.com www.research.att.com/sw/tools/uwin/ There are more out there, you just have to search for them. I recommend here: www.google.com |
|
#5
|
|||
|
|||
|
awk, nawk, perl, txt control, etc
|
|||
| Google The UNIX and Linux Forums |