background preloader

Ksh

Facebook Twitter

Korn

Oracle acquired Sun Microsystems in 2010, and since that time Oracle's hardware and software engineers have worked side-by-side to build fully integrated systems and optimized solutions designed to achieve performance levels that are unmatched in the industry.

Early examples include the Oracle Exadata Database Machine X2-8, and the first Oracle Exalogic Elastic Cloud, both introduced in late 2010. During 2011, Oracle introduced the SPARC SuperCluster T4-4, a general-purpose, engineered system with Oracle Solaris that delivered record-breaking performance on a series of enterprise benchmarks. Oracle's SPARC-based systems are some of the most scalable, reliable, and secure products available today. Unix shell scripting with sh/ksh. Comp.Unix.Aix archive query results.

Ksh. Bourne / Korn Shell (Public Domain) ksh [-st] [-c command] [file [argument ...]]

Ksh

This document only summarizes the System V, release 2 shell features. All of the System V features except for ``restricted mode'' are implemented. Command completion. One of the most powerful (and typically underused) features of many shells (ksh, bash, zsh) is filename completion facility, introduced to Unix in C shell, and originated in DEC TOPS-20 operating system.

Command completion

The idea behind filename completion is that when you need to type a filename, you should not have to type more than is necessary to identify the file unambiguously. This is an excellent idea although it is limited by absence of visual feedback (compare with OFM filename completion). Still in moderate dozes it can save you some typing. There is also a possibility to increase efficiency of programming completion by considering the type of arguments (which can be deducted from the command and its options) that particular command accepts.

KSH-93 - Frequently Asked Questions.