Scott M. Mcdermott
UNIX Systems & Network Administrator
available for contract or salaried positions
site location:
home
⇒
code
⇒
libsh/
⇒
util/
⇒
count
count
count ()
{
local -i i while
read
line
do
let i++
done
echo
$i
}
# vim:syn=sh:ft=sh