They are mostly shell-scripts. The Solaris script I am looking at returns
255, and is at version 1.6. I remember a Cray script returning the same
value and being at version 32.1 or something like that.
The mind boggles. Did they have a change history?
But on the Linux system I am using it is 1 (but it is not a script,
but a compiled program, and it refused to give the version).
$ /bin/false --version
false (GNU sh-utils) 2.0.11
Written by no one.
Copyright (C) 2000 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.
Are you sure you're running the program and not a command in your shell
(bash and zsh both implement it as a command directly, without running
the external program)?
Chris C