in reply to Re: Re: How To Count Lines In File?
in thread How To Count Lines In File?

The command shell in windows can't handle the single quotes (') shown in that oneliner. Change them to double quotes (") and it should work for you.
perl -lpe "}{*_=*.}{" file


ryddler