Korn Shell
The original Korn Shell. The ksh is an sh-compatible command
interpreter that executes commands read from standard input or from a
file.
- Developed at shells
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/ksh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Agreement | 0000000561 561 Bytes | |
CPL | 0000012885 12.6 KB | |
EPL | 0000012139 11.9 KB | |
INIT.2012-02-29.tar.bz2 | 0000299600 293 KB | |
Warning | 0000000572 572 Bytes | |
ast-base.2012-02-29.tar.bz2 | 0008022544 7.65 MB | |
astksh_builtin_poll20120806_001.diff | 0000031879 31.1 KB | |
ifs-crash.sh | 0000000524 524 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000110868 108 KB | |
ksh.spec | 0000025278 24.7 KB | |
ksh93-aso.dif | 0000000846 846 Bytes | |
ksh93-builtin.dif | 0000001452 1.42 KB | |
ksh93-compat.dif | 0000002510 2.45 KB | |
ksh93-env.dif | 0000000470 470 Bytes | |
ksh93-foreground-prgrp.dif | 0000000403 403 Bytes | |
ksh93-gcc.dif | 0000001479 1.44 KB | |
ksh93-gmt2utc.dif | 0000001842 1.8 KB | |
ksh93-heredoc.dif | 0000000257 257 Bytes | |
ksh93-ia64.dif | 0000001062 1.04 KB | |
ksh93-jobs.dif | 0000000506 506 Bytes | |
ksh93-limit-name-len.dif | 0000000959 959 Bytes | |
ksh93-limits.dif | 0000002782 2.72 KB | |
ksh93-pathtemp.dif | 0000005880 5.74 KB | |
ksh93-profile.dif | 0000001928 1.88 KB | |
ksh93-read-dont-ignore-esc.dif | 0000000603 603 Bytes | |
ksh93-reg.dif | 0000000702 702 Bytes | |
ksh93-s390.dif | 0000000711 711 Bytes | |
ksh93-shift_ijs.dif | 0000011222 11 KB | |
ksh93-signals.dif | 0000001430 1.4 KB | |
ksh93-suid_exec.dif | 0000003749 3.66 KB | |
ksh93-test.dif | 0000001587 1.55 KB | |
ksh93-uname.dif | 0000003350 3.27 KB | |
ksh93-unset-f.dif | 0000000470 470 Bytes | |
ksh93-vi.dif | 0000001305 1.27 KB | |
ksh93-vm.dif | 0000001393 1.36 KB | |
ksh93-vmleak.dif | 0000000995 995 Bytes | |
ksh93-zerofill.dif | 0000000846 846 Bytes | |
ksh93.dif | 0000014316 14 KB | |
leak1.sh | 0000000938 938 Bytes | |
leak2.sh | 0000001093 1.07 KB | |
leak3.sh | 0000000337 337 Bytes | |
rpmlintrc | 0000000868 868 Bytes | |
sigexec.c | 0000005298 5.17 KB | |
ulimit.sh | 0000000338 338 Bytes | |
vmbalance | 0000000820 820 Bytes | |
workaround-stupid-build-system.diff | 0000011193 10.9 KB |
Revision 83 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 139271
from
Dr. Werner Fink (WernerFink)
(revision 83)
- Make last patch smart that is use /dev/shm for temporary file descriptors - Add a workaround for filled /tmp file systems (bnc#786134) - Check for subshell if tmp file can be used otherwise use a a pipe (bnc#786134) - Restore shell variables before any outpur will be placed in a temp file or buffer (bnc#786134) - Be able to export justified and zerofilled variables (bnc#785360) - This requires that variables with this attributes should be really cleared if unset
Comments 0