On Mon, Oct 26, 2009 at 5:26 PM, Larry Hall (Cygwin) wrote: > It is not gratuitous. 'ash' is now 'dash' instead of 'bash'. Dash is a > more standards compliant shell which is also faster.
Huh? ash was never bash, and ash.exe was part of the dash package last I checked, so I'm confused by the above statement. Ash is the Almquist Shell, and Bash is the Bourne-Again Shell. Ash is designed to be lightweight and fast while (mostly) achieving POSIX compliance, while Bash is designed to be feature-rich and as POSIX-compliant as you want (plus some compliance with non-POSIX features of the Korn Shell thrown in for good measure, along with lots of purely idiosyncratic Bashisms). Both are inspired by the original UNIX Bourne shell, but as far as I can tell they have no actual code in common with it or each other. Dash (the Debian Almquist Shell) is the port of ash to Linux, which has since had further development... -- Mark J. Reed <[email protected]> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

