cpmtools

Tools to access and manipulate CP/M file systems and disk images

brewmacoslinux
Try with needOr install directly
Source

About

Tools to access CP/M file systems

Commands

cpmlscpmcpcpmrmcpmchmodcpmchownmkfs.cpm

Examples

List files on a CP/M disk image$ cpmls -f diskimage.img
Copy a file from CP/M disk to host system$ cpmcp -f diskimage.img 0:filename.txt .
Remove a file from CP/M disk image$ cpmrm -f diskimage.img 0:oldfile.txt