Download List

프로젝트 설명

Since v2.04, bash has allowed you to intelligently program and extend its
standard completion behavior to achieve complex command lines with just a few
keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from
your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of
all string handling functions in the UNIX manual. mount system: [Tab] would
complete on all exported file-systems from the host called system, while make
[Tab] would complete on all targets in Makefile. This project was conceived to
produce programmable completion routines for the most common Linux/UNIX
commands, reducing the amount of typing sysadmins and programmers need to do on
a daily basis.

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-03-01 19:42 Back to release list
20060301

많은 새로운 완성 기능이 추가되었고 많은 기존의 것들을 개선 또는 최적화되었습니다. 또한, 수많은 버그, 중요한 bash는 3.1의 호환성 문제 등 해결되었습니다. 이 릴리스 3.1을 준수하는 bash에있을 것으로 생각됩니다.
Tags: Stable, Minor feature enhancements
Many new completion functions have been added, and many existing ones have been improved or optimised. In addition, innumerable bugs have been fixed, including important bash 3.1 compatibility issues. This release is believed to be bash 3.1 compliant.

Project Resources