Download List

Projeto Descrição

V6 Thompson Shell Port provides two ports of the original /bin/sh from Sixth Edition (V6) UNIX (circa 1975). osh is an enhanced port of the shell, and sh6 is an unenhanced port of the shell. This project also includes glob6, if, goto, and fd2 as external shell utilities. While they remain external for compatible use by sh6, these utilities are integrated into osh to improve shell performance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-04 06:42 Back to release list
20120102

Esta versão altera o status de saída de SST alias e unalias para que eles sair com um falso status (1) quando não há nenhum aliases para imprimir, definido, ou desactivado. Caso contrário, eles sair com um verdadeiro estatuto (0) quando não há nenhum erro. Ele adiciona 'versão' como um comando de built-in especial SST, substituindo o anterior alias 'versão' encontrado no examples/dot.oshrc. Ele muda a definição _XOPEN_SOURCE de 600 para 600 L em mkconfig. Ele também adiciona as definições de DEBUG_ALIAS, DEBUG_GLOB e DEBUG_PROC (indefinidas por padrão) para err.h para depuração de printf.
Tags: Stable, Milestone
This release changes the osh exit status for alias and unalias so that they exit with a false (1) status when there are no aliases to print, set, or unset. Otherwise, they exit with a true (0) status when there is no error. It adds 'version' as an osh special built-in command, replacing the previous 'version' alias found in examples/dot.oshrc. It changes the _XOPEN_SOURCE definition from 600 to 600L in mkconfig. It also adds DEBUG_ALIAS, DEBUG_GLOB, and DEBUG_PROC definitions (undefined by default) to err.h for printf debugging.

Project Resources