We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28eb98 commit 9c66bfaCopy full SHA for 9c66bfa
1 file changed
_build/reference/588-file-copy.markdown
@@ -2,7 +2,9 @@
2
3
> COPY file, newfile
4
5
-Makes a copy of specified file the newfile.
+Makes a copy of file `file` to the file `newfile`.
6
+
7
+### Example
8
9
```
10
copy "test.txt", "test_backup.txt"
0 commit comments