diff --git a/COPY-files.md b/COPY-files.md index 50247cf..4470a51 100644 --- a/COPY-files.md +++ b/COPY-files.md @@ -1,4 +1,4 @@ ``` +COPY [-R] + ``` -Copy files to destination. Multiple sources can be specified as long as the destination is a directory. Copies can be done recursively with the use of the ```-R``` option. \ No newline at end of file +Copy files to destination. Multiple sources can be specified as long as the destination is a directory. Wildcard filenames can be specified with ? matching any character and * matching any sequence of characters. Copies can be done recursively with the use of the ```-R``` option. \ No newline at end of file