Linux.com

Re(1): Korn -- an extended shell

Posted by: Anonymous [ip: 195.135.144.148] on May 06, 2008 01:01 PM
Hm. Looks pretty built-in to me ...


# bash --version
GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.


# which echo
/bin/echo

# mv /bin/echo /bin/echo.bak

# echo test
test

;)

#

Return to Korn -- an extended shell