Update of /cvsroot/basedb/basedb/www
In directory sc8-pr-cvs1:/tmp/cvs-serv17255/www
Modified Files:
codesize
Log Message:
widened column
Index: codesize
===================================================================
RCS file: /cvsroot/basedb/basedb/www/codesize,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** codesize 3 Feb 2003 17:22:05 -0000 1.8
--- codesize 18 Feb 2003 07:49:48 -0000 1.9
***************
*** 3,7 ****
function cntstuff
{
! printf "%-8s %5d %6d %6d %8d\\n" \
"$1" \
`ls -1 $2 |wc -l` \
--- 3,7 ----
function cntstuff
{
! printf "%-12s %5d %6d %6d %8d\\n" \
"$1" \
`ls -1 $2 |wc -l` \
***************
*** 14,18 ****
}
! echo "type files funcs lines bytes"
cntstuff www "*.phtml"
cntstuff classes "../include/classes/*.php"
--- 14,18 ----
}
! echo "type files funcs lines bytes"
cntstuff www "*.phtml"
cntstuff classes "../include/classes/*.php"
***************
*** 22,26 ****
cntstuff webinc "../include/web/*.php"
cntstuff bin "../bin/*.php"
! cntstuff plotapp "plotapplet/*.phtml"
cntstuff total "
*.phtml
--- 22,26 ----
cntstuff webinc "../include/web/*.php"
cntstuff bin "../bin/*.php"
! cntstuff plotapplet "plotapplet/*.phtml"
cntstuff total "
*.phtml
|