BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 10 Jan 1985 16:52:03 +0000 (08:52 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 10 Jan 1985 16:52:03 +0000 (08:52 -0800)
Work on file usr/contrib/cpm/src/cpm.hlp

Synthesized-from: CSRG/cd1/4.3

usr/contrib/cpm/src/cpm.hlp [new file with mode: 0644]

diff --git a/usr/contrib/cpm/src/cpm.hlp b/usr/contrib/cpm/src/cpm.hlp
new file mode 100644 (file)
index 0000000..694f490
--- /dev/null
@@ -0,0 +1,21 @@
+
+Commands available:
+
+       copyin name1 name2 - copy unix text file `name1' to cpm file `name2'
+       copyout name1 name2 - copy cpm text file `name1' to unix file `name2'
+       ccopyin name1 name2 - copy unix code file `name1' to cpm file `name2'
+       ccopyout name1 name2 - copy cpm code file `name1' to unix file `name2'
+       dir[ectory]     - display directory
+       ls              - display directory
+       del[ete] name   - delete cpm file `name'
+       era[se] name    - delete cpm file `name'
+       exi[t]          - quit
+       log[out]        - quit
+       ^D              - quit
+       typ[e] name     - display cpm file `name' on console
+       dum[p] name     - dump the given file to the terminal in ascii and hex
+       ren[ame] from to - rename file `from' to `to'
+
+       Wildcards are not supported
+
+       (refer to manual page for details)