From aee814aac5eb6f5f2d9ce2bf0e5d34267c663c4c Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 16 Jan 2020 15:36:10 -0800 Subject: [PATCH] Updated COPY files (markdown) --- COPY-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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