![]() |
|
|
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 02:55 PM |
| How to Start a Shell as Login shell instead of ordinary shell | Sivaswami | Linux | 3 | 07-01-2008 02:52 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 03: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.58% |
| /bin/csh |
|
34 | 4.78% |
| /bin/ksh |
|
295 | 41.49% |
| /bin/tcsh |
|
33 | 4.64% |
| /bin/bash |
|
288 | 40.51% |
| Voters: 711. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Also, someone mentioned the korn shell autocompletion tip "\" + "=" and that lists the matches to the given pattern in a numbered list. Can you recall the match by the given number?
/# ls /bin/perl 1) perl 2) perlbug 3) perlcc 4) perldoc 5) perlivp /# ls /bin/perl |
|
||||
|
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.
|
![]() |
| 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 |
|
|