diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-04-28 23:19:58 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-04-28 23:19:58 +0800 |
commit | e7afae6e06caa281d90a600757b956fcbfa19256 (patch) | |
tree | f9013927c16350ee6765b2f4c389b2dc73f3dd05 /japanese/mtools/pkg-descr | |
parent | 4ea9d163e507e33cd620a154552c7b569bbb218f (diff) | |
download | freebsd-ports-gnome-e7afae6e06caa281d90a600757b956fcbfa19256.tar.gz freebsd-ports-gnome-e7afae6e06caa281d90a600757b956fcbfa19256.tar.zst freebsd-ports-gnome-e7afae6e06caa281d90a600757b956fcbfa19256.zip |
Tools for manipulating MSDOS files + support 1232KB , Unicode LFN, SJIS
Submitted by: WTANABE Junya <junya-w@remus.dti.ne.jp>
PR: ports/4707
Diffstat (limited to 'japanese/mtools/pkg-descr')
-rw-r--r-- | japanese/mtools/pkg-descr | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/japanese/mtools/pkg-descr b/japanese/mtools/pkg-descr new file mode 100644 index 000000000000..46576e583cd5 --- /dev/null +++ b/japanese/mtools/pkg-descr @@ -0,0 +1,42 @@ +Mtools is a public domain collection of programs to allow Unix systems +to read, write, and manipulate files on an MSDOS filesystem (typically +a diskette). Each program attempts to emulate the MSDOS equivalent +command as closely as practical. + +The following MSDOS commands are emulated: + +Mtool MSDOS +name equivalent Description +----- ---- ----------- +mattrib ATTRIB change MSDOS file attribute flags +mcd CD change MSDOS directory +mcopy COPY copy MSDOS files to/from Unix +mdel DEL/ERASE delete an MSDOS file +mdir DIR display an MSDOS directory +mformat FORMAT add MSDOS filesystem to a low-level format +mlabel LABEL make an MSDOS volume label. +mmd MD/MKDIR make an MSDOS subdirectory +mrd RD/RMDIR remove an MSDOS subdirectory +mread COPY low level read (copy) an MSDOS file to Unix +mren REN/RENAME rename an existing MSDOS file +mtype TYPE display contents of an MSDOS file +mwrite COPY low level write (copy) a Unix file to MSDOS + +You should be able to just close your eyes and pretend you're on an MSDOS +system. Everything should work the same... except for the added 'm' at +the beginning of each command. + +MSDOS filenames are optionally composed of a drive letter followed by +a colon, a subdirectory, and a filename. Sub- directory names can use +either the '/' or '\' separator. The use of the '\' separator or +wildcards will require the names to be enclosed in quotes to protect +them from the shell. + +The regular expression "pattern matching" routines follow the +Unix-style rules. For example, '*' matches all MSDOS files in lieu of +'*.*'. The archive, hidden, read-only and system attribute bits are +ignored during pattern matching. + +This is support 1232KB Floopy reading/writing for FreeBSD(98), +SJIS Short File Name and Unicode Long File Name files. +This patch to make by kogane@kces.koganemaru.co.jp. |