#!/bin/bash
echo "Lines, words and characters of source:"
wc Base/*.h Base/*.cc Objects/*.h Objects/*.cc RPC/*.h RPC/*.cc TelnetServer/*.h TelnetServer/*.cc Chat/*.h Chat/*.cc Posix/*.h Posix/*.cc Services/*.h Services/*.cc Lang/*.h Lang/*.cc Mud/*.h Mud/*.cc Streams/*.h Streams/*.cc Main.cc | grep total
echo "Lines, words and characters of Abermud source:"
wc /home/emily/aber/idirt-1.82/include/*.h /home/emily/aber/idirt-1.82/src/*.c | grep total
echo "Lines, words and characters of Sleazymud source:"
wc ~/DEVEL/mud/mud.cc ~/DEVEL/mud/command/*.cc ~/DEVEL/mud/command/*.h ~/DEVEL/mud/include/*.cc ~/DEVEL/mud/include/*.h ~/DEVEL/mud/spell/*.cc ~/DEVEL/mud/spell/*.h ~/DEVEL/mud/container/*.cc ~/DEVEL/mud/container/*.h ~/DEVEL/mud/item/*.cc ~/DEVEL/mud/item/*.h ~/DEVEL/mud/mprog/*.cc ~/DEVEL/mud/mprog/*.h ~/DEVEL/mud/character/*.h ~/DEVEL/mud/character/*.cc ~/DEVEL/mud/database/*.h ~/DEVEL/mud/database/*.cc ~/DEVEL/mud/location/*.h ~/DEVEL/mud/location/*.cc ~/DEVEL/mud/random/*.h ~/DEVEL/mud/random/*.cc ~/DEVEL/mud/zone/*.h ~/DEVEL/mud/zone/*.cc | grep total



