1
00:00:02,440 --> 00:00:03,540
Hello everyone.

2
00:00:03,580 --> 00:00:06,410
In this lecture we will talk about coping.

3
00:00:07,000 --> 00:00:13,280
But firstly let's create directories data 1 and listen to

4
00:00:20,260 --> 00:00:26,230
inside of data one directory create a file called Hello Dot.

5
00:00:26,230 --> 00:00:26,680
Text

6
00:00:33,390 --> 00:00:39,240
and inside the directory there too is nothing.

7
00:00:39,330 --> 00:00:40,050
Empty folder

8
00:00:45,840 --> 00:00:51,420
when you want to copy file how old a text from folder data one into a folder there.

9
00:00:51,480 --> 00:00:59,200
There is no challenge for us when we are using graphical interface but both straight from Terminal

10
00:01:03,760 --> 00:01:04,500
4 copy.

11
00:01:05,410 --> 00:01:13,750
We are using CB command so just type C.P.

12
00:01:16,480 --> 00:01:19,480
followed by path to file or folder.

13
00:01:19,480 --> 00:01:20,500
We want to copy

14
00:01:27,490 --> 00:01:39,850
so in my case my home folder there one how old the text then space and part where we want it to be copied.

15
00:01:39,850 --> 00:01:42,820
So in my case my home directory dear to

16
00:01:47,900 --> 00:01:53,790
remember that Tilde represents a home directory and I see that file Hello.

17
00:01:53,790 --> 00:01:54,910
The text the most copy.

18
00:01:54,930 --> 00:01:56,140
Good.

19
00:01:56,340 --> 00:02:07,430
I can also check by using our US command in order to directory so let's switch into neutral directory

20
00:02:09,580 --> 00:02:11,050
using C D command

21
00:02:17,560 --> 00:02:20,970
and we see that here is copied file.

22
00:02:20,980 --> 00:02:21,530
Hello Dot.

23
00:02:21,550 --> 00:02:22,430
Text.

24
00:02:22,780 --> 00:02:33,710
We can remove it by using our command and now we can try another way of coping.

25
00:02:33,730 --> 00:02:40,090
First specify what should be copied and then specify a place where it should be copied.

26
00:02:40,090 --> 00:02:44,580
If I want to copy it into current directory where I am.

27
00:02:44,650 --> 00:02:51,370
It is enough to just use dot symbol and get it.

28
00:02:51,520 --> 00:02:54,220
You see that file will successfully copy.
