![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simple shell - how to get a parameter typed in a shell script | cmitulescu | Shell Programming and Scripting | 4 | 01-09-2009 08:45 PM |
| Linux Shell Question: how to print the shell script name ? | meili100 | UNIX for Dummies Questions & Answers | 3 | 07-01-2008 01:55 PM |
| How to Start a Shell as Login shell instead of ordinary shell | Sivaswami | Linux | 3 | 07-01-2008 01:52 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 02:27 AM |
| how to convert from korn shell to normal shell with this code? | forevercalz | Shell Programming and Scripting | 21 | 11-23-2005 02:18 AM |
| View Poll Results: What's your most useful shell? | |||
| /bin/sh |
|
61 | 8.62% |
| /bin/csh |
|
34 | 4.80% |
| /bin/ksh |
|
295 | 41.67% |
| /bin/tcsh |
|
33 | 4.66% |
| /bin/bash |
|
285 | 40.25% |
| Voters: 708. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
I prefer ksh93. I do not mind bash for interactive use and I suspect that many users use it mostly in that fashion. However for scripting work I try to use ksh93 whenever possible. It knows features like e.g. advanced job control, associative arrays, a.b. variables, call by value and call by name in functions, the way it handles locality in loops and floating point arithmetic. Plus (big plus) in my experience ksh93 really is a lot faster then any other shell I know.
|
|
||||
|
I prefer ksh. I'm a huge fan of using automation to enforce standards. The ability of ksh to use FPATH and autoload to define ksh functions is incredible. This allows us to write common functions once that can be reused by everyone, eliminating the need to re-invent the wheel each time. This can be done in other shells, just not as cleanly as the ksh, IMO.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| bash, ksh, linux commands, shell, shell script, shell scripting, unix commands, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|