Wiki source for BashWc
=====Bash Word-Counting=====
return to DevBash
====Code====
Simple file line count
%%(bash)
wc -l filename.txt
%%
====References====
http://stackoverflow.com/questions/114814/count-non-blank-lines-of-code-in-bash
return to DevBash
====Code====
Simple file line count
%%(bash)
wc -l filename.txt
%%
====References====
http://stackoverflow.com/questions/114814/count-non-blank-lines-of-code-in-bash