How do I count lines of files in Windows in the fastest way, without installing any additional software? Basically, only the equivalent of Windows' wc -l filename
will do. So no installation of cygwin etc, because I need this to work with installation of other software.
It's not a duplicate of this as that talks about a solution that I can't re-use as it was designed for multiple files..