mcat
mcat
The "mcat" command is part of the "mtools" package in Linux, which provides utilities for working with MS-DOS filesystems from the command line. "mcat" specifically allows you to display the contents of files on an MS-DOS filesystem.
help
Usage: mcat [-V] [-w] device
-w write on device else read
-s, --sector-size": Specify the sector size of the disk image.
-i, --image": Specify the image file to operate on.
-b, --binary": Output in binary format instead of ASCII.
-h, --help": Display a help message (as you've invoked).
Last updated