================================== Marking Code comment abbreviations ================================== -IAN! idallen@ncf.ca I use these abbreviations when marking your shell scripts: cat - superfluous use of "cat" command (not necessary) com - missing or incorrect comments mis - missing code required by specification nnc - not necessary (probably correct; but, should be left out) quo - incorrect use of quoting (including missing quotes) sim - code is too complex; simplify syn - incorrect command syntax (see the man page) unk - unknown purpose (code, comment, or syntax) If you don't understand why I made the comment, come see me. "Less code is better code"