Design
letters.asc
Associated article: Letters
Tags: Design
_LETTERS_
[EXAMPLE 1]
# MK_FUNCLIST.ONE
echo " /*****FUNCTION LIST*****/n"
for i; do
echo "n/*`basename ${i} `*/"
cat ${i}|uncomment|funcfilt3
done
---------------------------------------------------------
%{
/*UNCOMMENT- based on usenet posting by: */
/* Chris Thewalt; thewalt@ritz.cive.cmu.edu */
%}
STRING &...


