Commands Help : wc

  •   Print the number of newlines, words, and bytes in files

[SYNOPSIS] wc OPTION FILE
option
-cprint the byte counts
-lprint the newline counts
-wprint the word counts

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN