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-06-16 19:19
1.41

고정 문자열 패턴 (grep - F를) '일치'내장에 대해 지정된 될 수있을 것 같아요. '신용 카드'내장 이제 사용자가 지정한 체중을 받아 자리를 확인하는 대신 인쇄할 수있습니다.
Tags: Minor feature enhancements
A fixed string pattern (think grep -F) can be specified for the 'match' builtin. The 'creditcard' builtin now accepts user-specified weight, and can print check digit instead.

2006-06-12 10:54
1.40

일반적으로 계수 - 신용 카드 번호를 확인하는 방법을 10이 추가되었습니다. 또한, "vcat"명령을 표준 출력으로, 이는 "strcopy의 대화이다"와 ""strcat 명령은 변수를 쓸 것입니다.
Tags: Minor feature enhancements
A common modulus-10 method of checking a credit
card number has been added. Also, the "vcat"
command will write a variable to stdout, which is
the converse of the "strcopy" and "strcat"
commands.

2006-06-08 04:49
1.39

이 릴리스에서는, 'strcat'및 'strcpy'명령이 표준 입력에서 읽을 수있습니다. 이미지 파일을 이제는 GTK를 지정할 수있습니다 + 버튼 '는 GTK'명령했다.
Tags: Minor feature enhancements
In this release, the 'strcat' and 'strcpy' commands can read from stdin. An image file can now be specified for the GTK+ button in the 'gtk' command.

2006-05-29 19:09
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.

2006-05-15 17:14
1.37

이 버전)의 비밀 번호를 암호화하는 데 사용됩니다 crypt이고 (3 쉘 래퍼를 추가합니다.
Tags: Minor feature enhancements
This version adds a shell wrapper for crypt(3)
which is used for password encryption.

Project Resources