1
00:00:01,370 --> 00:00:06,120
Hello in this election we are going to talk about W.C. command.

2
00:00:06,590 --> 00:00:15,110
Firstly let's get empty file called article and edit it with some content

3
00:00:19,060 --> 00:00:29,430
for example first line second line and other line and it and other line

4
00:00:37,250 --> 00:00:39,220
now open terminal

5
00:00:42,310 --> 00:00:50,830
and run WC command followed by name of newly created file called article.

6
00:00:50,830 --> 00:00:53,680
We see some numbers about what they means.

7
00:00:53,860 --> 00:00:55,000
Let's check Monroe

8
00:01:00,350 --> 00:01:05,360
we see that it prints New Line Ward and white gowns for each file.

9
00:01:05,360 --> 00:01:14,250
So that means that we should see for New Line as we have four lines and nine boards AP closed.

10
00:01:14,320 --> 00:01:15,030
Meanwhile

11
00:01:27,530 --> 00:01:37,670
output of W.C. colon gives us really four new lines nine words and five fifty three is the size of file

12
00:01:37,680 --> 00:01:52,830
invites we can also use some parameters as for example you can use parameter out and barometer our brains.

13
00:01:52,840 --> 00:02:07,760
The new line counts so tight WC with parameter our optical and output is when we run it the output is

14
00:02:07,820 --> 00:02:17,240
for good also very often me is used WC command together with cat command which brings the content of

15
00:02:17,290 --> 00:02:27,030
fire we after cat article use pipe symbol we are telling you that output of cat command should be moved

16
00:02:27,030 --> 00:02:30,910
into another command which can be for example WC.

17
00:02:30,990 --> 00:02:32,460
So if we push enter

18
00:02:36,470 --> 00:02:42,370
we see number four that means file article has four lines.

19
00:02:42,470 --> 00:02:50,290
Don't be afraid if you don't understand it now blue will cover piping lately in much more detail.

20
00:02:50,870 --> 00:02:58,010
I just here wanted to mention another way of using WC command and that's by using pipe.
