$linuxcli.in _    [commands]    [tips & tricks]    [manpage]    [ESXi CLi]    [what is my ip?]    [pingme!]    [BIOS lock code]    [Code repo]




wc -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: wc [-cmlwL] [FILE]...
    Count lines, words, and bytes for each FILE (or stdin)
    	-c	Count bytes
    	-m	Count characters
    	-l	Count newlines
    	-w	Count words
    	-L	Print longest line length