Linux Command Line Tutorial For Beginners 30 - wc command

preview_player
Показать описание
wc - print newline, word, and byte counts for each file

use
wc [OPTION]... [FILE]...
wc [OPTION]... --files0-from=F

DESCRIPTION
Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input. A word is a non-zero-length sequence of characters delimited by white space. The options below may be used to select which counts are printed, always in the following order: newline, word, character, byte, maximum line length.

-c, --bytes
print the byte counts

-m, --chars
print the character counts

-l, --lines
print the newline counts

--files0-from=F
read input from the files specified by NUL-terminated names in file F; If F is - then read names from standard input

-L, --max-line-length
print the length of the longest line

-w, --words
print the word counts

--help display this help and exit

--version
output version information and exit
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

I will watch the video from #1 to #38, Thank you very much, I learned a lot.

gregcachin
Автор

watched 30 video on single nyt and i think i remembered em oll thnku :)

clavodestiriouso
Автор

I wished this showed the code to run the wc command in a program :( stuck on a lab and dont know how to do it

daneliacardet
Автор

showing large windows on last minute are annoying. too large and too long and too many.
can not see well what you are doing as summary.
I appreciate if you make sure they wont cover your working window.

ayone