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.
Esta versión incluye un nuevo "si" integrado, un nuevo "forfile" BUILTIN ( "forfile *. txt menos $ _" es equivalente a la de bash "para i en txt #.; Lo menos $ i; hecho"), una reorientación de nuevo y la sintaxis de tuberías ( "ls> [= FILEHANDLE]", incompatible con el SH antigua como la sintaxis), una estrategia para encontrar y ejecutar Darwin / Mac OS X Appbundle programas, el apoyo a & & y | | con comandos simples, temas y importante reducción del tiempo de inicio. Acentos abiertos ahora trabajo.
This release adds a new "if" builtin, a new "forfile" builtin
("forfile *.txt less $_" is equivalent to bash's "for i in #.txt; do
less $i; done"), a new redirection and piping syntax ("ls
>[=FILEHANDLE]", incompatible with the old sh-like syntax), a strategy
for finding and running Darwin/Mac OS X Appbundle programs, support
for && and || with simple commands, themes, and major startup time
reduction. Backticks now work.
Nueva builtins cambiar el nombre, FC, se unen, y las unidades, la historia de orden interna reforzada, acentos abiertos en el trabajo de órdenes internas, y un mejor funcionamiento en virtud de ActiveState Perl para Win32.
New builtins rename, fc, bind, and drives, enhanced builtin history, backticks work for builtins, and better operation under ActiveState Perl for Win32.
Nuevos y mejorados incorporadas (CD, directorios, completa, FirstTime, la función, la historia, unalias), un código de finalización extendido para Perl (soporta foo # $, $ foo-> (clave, $ foo-> método, y sin subrutina , y Perl reservados símbolos), después de la funcionalidad inicial! para escapar de Shell, el apoyo a nivel mundial. pshrc archivo en / etc / pshrc en Unix, y las tuberías y de anidación son ahora posibles con los alias.
New and enhanced built-ins (cd, dirs, complete, firsttime, function, history, unalias), an extended completion code for Perl (supports $#foo, $foo->{key, $foo->method, subroutine without &, and Perl reserved symbols), functionality after initial ! for shell escape, support for a global .pshrc file at /etc/pshrc in Unix, and piping and nesting are now possible with aliases.
Apoyo a los títulos de la ventana (el comportamiento es como cadenas de comandos), matar a una orden interna que ahora apoya el envío de una señal a un trabajo llamado (por ejemplo, emacs y, mata emacs), debidamente alias pipeable, un conjunto nuevo orden interna que actúa como conjunto de bash y devuelve el medio ambiente, y una solución para hacer que el controlador de Unix el tamaño correctamente en xterms grande.
Support for window titles (the behavior is like prompt strings), a builtin kill which now supports sending a signal to a named job (e.g. emacs & ; kill emacs), properly pipeable aliases, a new builtin set which acts like bash's set and returns environment, and a fix to make the Unix resize handler work correctly in big xterms.