Skip to content

Commit ceb306f

Browse files
authored
Update 588-file-copy.markdown
1 parent cd6fb45 commit ceb306f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# COPY
22

3-
> COPY "file", "newfile"
3+
> COPY file, newfile
44
5-
Makes a copy of specified file to the 'newfile'.
5+
Makes a copy of specified file the newfile.
6+
7+
```
8+
copy "test.txt", "test_backup.txt"
9+
```
610

711

0 commit comments

Comments
 (0)