Monday, October 17, 2005
The new project
So far I'm up to 1729 lines of code, including comments and blanks. That's pretty depressing considering how long I've been working on it.
I used this command to check:
wc `find . -iname "*.pl" -or -iname "*.cmd" -or -iname "*.bat" -or -iname "*.pm" -or -iname "*.ini" -or -iname "*.txt"`
Although, for comparison sake, it is replacing 209 lines of code...
I used this command to check:
wc `find . -iname "*.pl" -or -iname "*.cmd" -or -iname "*.bat" -or -iname "*.pm" -or -iname "*.ini" -or -iname "*.txt"`
Although, for comparison sake, it is replacing 209 lines of code...