From 21e9a21939cf15166bf640a558006517c512fd53 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 15 Sep 2021 23:39:37 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 175015d..35d53fd 100644 --- a/README.md +++ b/README.md @@ -273,13 +273,14 @@ the `*COPY` command: If the target file exists and is writeable it will be overwritten. If a directory is specified as the destination then the file will be copied into the directory using the same filename. No wildcards - are allowed in the source filename in this case. For example: - `*COPY TEXT/ABC.TXT ../BACKUPS/ABC.BACKUP.TXT` + are allowed in the source filename in this case. An example of + this type of usage is `*COPY TEXT/ABC.TXT ../BACKUPS/ABC.BACKUP.TXT` - `*COPY ` - Copy multiple files. The first argument refers to a list of files, specified using wildcards. The second argument must refer to a directory. All the files included in the wildcard pattern will be copied into the destination - directory. For example `*COPY :71/DOCS/ABC.TXT :72/MYDIR`. + directory. For example of copying multiple files is + `*COPY :71/DOCS/*.TXT :72/TEXTDIR` `*FX a[,x,y]` - invokes `OSBYTE` MOS calls.