1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-06 01:55:47 +00:00

Updated COPY files (markdown)

David Schmenk 2020-01-16 15:36:10 -08:00
parent 1f00046894
commit aee814aac5

@ -1,4 +1,4 @@
```
+COPY [-R] <SRCPATH>+ <DSTPATH>
```
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.
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.