Download List

프로젝트 설명

Bash.Diff is a patch against Bash shell. In the
main core, it adds the following syntax: {a..b};
${var|...}; then-else-fi to for/while/until/case
statements; try-block with string exception;
<&lt+; and, <<<<. As builtin, it
adds the following: sscanf(3), <string.h>,
<ctype.h> wrappers; array, regex(3), stack,
queue operations; GDBM, SQLite, PostgreSQL, MySQL
database interfaces; HTML template engine (BASP);
Expat XML parser interface; x-y char plot; DOS,
CSV, Awk support; Libwebserver interface; RPN
calculator with <math.h> functions; and,
GTK+2 interface for GUI dialog.

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.

2006-05-29 19:09 Back to release list
1.38

일반적으로, 하나의 위치와 매개 변수의 값을 변경할 수없습니다. 이 버전은 'strcat'및 'strcpy'builtins를 통해 기존의 매개 변수를 변경하실 수있습니다.
Tags: Minor feature enhancements
Normally, one cannot change the value of positional parameters. This version allows changing an existing parameter through the 'strcat' and 'strcpy' builtins.

Project Resources