From ad5e3d6e72f2d0a985204fa6e646f66c0acfebcf Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 7 Jul 2018 00:38:00 +0100 Subject: [PATCH] cpmfs: add help file --- Applications/cpmfs/src/cpm.hlp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Applications/cpmfs/src/cpm.hlp diff --git a/Applications/cpmfs/src/cpm.hlp b/Applications/cpmfs/src/cpm.hlp new file mode 100644 index 00000000..302f9254 --- /dev/null +++ b/Applications/cpmfs/src/cpm.hlp @@ -0,0 +1,20 @@ + +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 + 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) -- 2.34.1