Silly Science Electronics, Programming and Hacking About

10Jan/122

Stupid things you should not do #1

> python generator.py --help
Opening --help
Outputting start code...
Outputting template...
Writing out finish...
Done

Do'h!!

> ls
--help generator.py

> rm --help
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file

> rm "--help"
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file

Gah! and hooray for GUIs