blob: 8e036f4758a33d37b006894a2c19ab6d54bbae91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Source: ksh
Section: shells
Priority: required
Maintainer: Oliver Kiddle <okiddle@yahoo.co.uk>
Homepage: http://www.kornshell.com/
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.3
Package: ksh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pdksh (<< 5.2.14-18)
Replaces: system-shell
Provides: system-shell
Essential: yes
Description: Real, AT&T version of the Korn shell
Ksh is a UNIX command interpreter (shell) that is intended for both
interactive and shell script use. Its command language is a superset of
the sh(1) shell language.
.
The 1993 version adds a number of new, mostly scripting related,
features over the 1988 version that is typically distributed with
commercial UNIX variants. For example, it has lexical scoping, compound
variables, associative arrays, named references and floating point
math.
|