> Which shell and version is /bin/sh on Haiku again? Is sed derived from > somewhere else? > > Thanks, > Ralf >
Here's the terminal output from haiku checking the version of sh and sed. Welcome to the Haiku shell. ~> sh --version GNU bash, version 4.0.35(1)-release (i586-pc-haiku) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ~> sed --version GNU sed version 4.2.1 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, to the extent permitted by law. GNU sed home page: <http://www.gnu.org/software/sed/>. General help using GNU software: <http://www.gnu.org/gethelp/>. E-mail bug reports to: <bug-gnu-ut...@gnu.org>. Be sure to include the word ``sed'' somewhere in the ``Subject:'' field. ~> -scottmc