From: CSRG Date: Thu, 10 Jan 1985 16:52:03 +0000 (-0800) Subject: BSD 4_3 development X-Git-Tag: BSD-4_3~1344 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ac2f15ec0f962e4c17b613c914dfaadb48a35cd3 BSD 4_3 development Work on file usr/contrib/cpm/src/cpm.hlp Synthesized-from: CSRG/cd1/4.3 --- diff --git a/usr/contrib/cpm/src/cpm.hlp b/usr/contrib/cpm/src/cpm.hlp new file mode 100644 index 0000000000..694f490899 --- /dev/null +++ b/usr/contrib/cpm/src/cpm.hlp @@ -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)