| From: Eli Barzilay (eli at barzilay.org) Date: Sat Nov 28 17:33:20 EST 2009 |
|
To see that, you can try
echo *
on cmd, and see that it just prints a `*'. OTOH, try
foo xyzzy*
on unix, and several shells will give you different responses, with
csh doing the ridiculous thing of showing an error on behalf of the
inexistent `foo' command.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|