Skip to content

Commit 9c66bfa

Browse files
authored
Update 588-file-copy.markdown
1 parent b28eb98 commit 9c66bfa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_build/reference/588-file-copy.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
> COPY file, newfile
44
5-
Makes a copy of specified file the newfile.
5+
Makes a copy of file `file` to the file `newfile`.
6+
7+
### Example
68

79
```
810
copy "test.txt", "test_backup.txt"

0 commit comments

Comments
 (0)