1
00:00:00,770 --> 00:00:08,870
In a set we can easily remove lines which contains search pattern or we can them for example third or

2
00:00:08,870 --> 00:00:11,820
fourth line or any other number line.

3
00:00:12,140 --> 00:00:13,210
So it started.

4
00:00:13,430 --> 00:00:19,680
But firstly let's check how our final table the text looks like.

5
00:00:19,680 --> 00:00:24,140
Now let's remove all the lines which contains pattern ID.

6
00:00:24,170 --> 00:00:32,280
So what I set as an address is a regular expression for searching I-T.

7
00:00:33,380 --> 00:00:44,510
And as a common use D which means move and we can of course need to specify an input file table to text

8
00:00:45,740 --> 00:00:49,300
and we see that lines containing I-T that are removed.

9
00:00:49,310 --> 00:00:50,290
Great.

10
00:00:50,330 --> 00:00:55,880
Now let's recheck how Luke's content of table file we see everything.

11
00:00:55,910 --> 00:01:01,930
Without any change as we only removed 80 lines from being printed in standard output.

12
00:01:01,940 --> 00:01:05,910
We didn't change the actual file.

13
00:01:05,930 --> 00:01:14,060
Now open our table file and change your name from lowercase to uppercase

14
00:01:21,810 --> 00:01:28,230
and we can use the same command we use previously for deleting lines containing staying I-T

15
00:01:34,600 --> 00:01:38,000
VC dead the first line was also removed.

16
00:01:38,110 --> 00:01:45,890
Which is correct because it has Potten ID invert unit but would like to keep first line Berzon.

17
00:01:46,120 --> 00:01:53,860
So let's change our address with search but then we need to specify address to match lines only with

18
00:01:54,080 --> 00:01:59,390
the unit we can do that by adding up before I-T.

19
00:01:59,500 --> 00:02:08,320
Because when I created the file I used stop instead of spaces to make table more readable if used spaces

20
00:02:08,320 --> 00:02:11,450
between words age and event.

21
00:02:11,560 --> 00:02:16,500
You can use blank or space character class instead.

22
00:02:18,900 --> 00:02:25,310
So that's the right set as a command.

23
00:02:25,480 --> 00:02:26,340
Use the

24
00:02:30,150 --> 00:02:32,760
for others use character class.

25
00:02:32,760 --> 00:02:34,890
For example space

26
00:02:42,850 --> 00:02:45,190
followed by vord I the

27
00:02:49,300 --> 00:02:53,550
and do a change for file table got text

28
00:02:57,480 --> 00:02:58,270
and great.

29
00:02:58,350 --> 00:03:05,120
We see that first line is present and only lines with the unit were removed.

30
00:03:05,190 --> 00:03:06,230
Valks perfectly.
