Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / cpmtools / DESCR
1 This package allows to access CP/M file systems similar to the
2 well-known mtools package, which accesses MSDOS file systems. I use it
3 for file exchange with a Z80-PC simulator, but it works on floppy
4 devices as well. Currently it contains:
5
6 * cpmls - list sorted directory with output similar to ls, DIR, P2DOS
7         DIR and CP/M3 DIR[FULL]
8 * cpmcp - copy files from and to CP/M file systems
9 * cpmrm - erase files from CP/M file systems
10 * cpmchmod - change file permissions
11 * cpmchattr - change file attributes
12 * mkfs.cpm - make a CP/M file system
13 * fsck.cpm - check and repair a CP/M file system (only simple errors
14         can be repaired so far). Some images of broken file systems
15         are provided for testing.
16 * fsed.cpm - view CP/M file system
17 * manual pages for everything including the CP/M file system format