peter at ficc.uu.net (Peter da Silva) writes: >People write once-only programs all the time. It's just that in UNIX, they >never get stored anywhere. For example: [example deleted] % ln -s /dev/tty foo.c % cc foo.c main() { printf("hello world\n"); } ^D % jim frost saber software jimf at saber.com