?? readme
字號:
This version of mtools contains changes by David MacKenzie(djm@eng.umd.edu) to support the IBM RT under 4.3BSD (ACIS). MTOOLS version 2.0Mtools is a public domain collection of programs to allow Unix systemsto read, write, and manipulate files on an MSDOS filesystem (typically adiskette).The following MSDOS commands are emulated:Mtool MSDOSname equivalent Description----- ---- -----------mattrib ATTRIB change MSDOS file attribute flagsmcd CD change MSDOS directorymcopy COPY copy MSDOS files to/from Unixmdel DEL/ERASE delete an MSDOS filemdir DIR display an MSDOS directorymformat FORMAT add MSDOS filesystem to a low-level formatmlabel LABEL make an MSDOS volume label.mmd MD/MKDIR make an MSDOS subdirectorymrd RD/RMDIR remove an MSDOS subdirectorymread COPY low level read (copy) an MSDOS file to Unixmren REN/RENAME rename an existing MSDOS filemtype TYPE display contents of an MSDOS filemwrite COPY low level write (copy) a Unix file to MSDOSYou should be able to just close your eyes and pretend you're on an MSDOSsystem. Everything should work the same... except for the added 'm' atthe beginning of each command.I really wanted to avoid the use of a 'text' mode and a 'data' mode whentransferring files, but I couldn't find a better way. It gets ratherconfusing and it's quite possible to mess up a file if you apply thetext mode when it is not appropriate (ie: to a COM or EXE file).The pattern matching routine more closely resembles Unix than MSDOS.For example, "*" matches all MSDOS files in lieu of "*.*".The use of wildcards (or the '\' separator) will require the names to beenclosed in quotes to protect them from the shell. For example: RIGHT: mcopy "a:*.c" . will copy all files on the A: disk with the extension .C to the current Unix directory. WRONG: mcopy a:*.c . will cause the shell to expand a:*.c in the current Unix directory (which is probably not what you wanted) then copy that list of files (if there were any) from A: to the current Unix directory. RIGHT: mcopy *.c a: will copy all files with the extension .c in the current Unix directory to the A: drive. (This time you *want* the shell the expand the *.c).The manuals are very terse... it's assumed that the reader is alreadyfamiliar with MSDOS.Mcopy is really a front-end to the low level Mread and Mwrite commands.Please *DO* read the Configure file and the Release.notes (that's why they're there...).Emmet P. Gray US Army, HQ III Corps & Fort Hood...!uunet!uiucuxc!fthood!egray Attn: AFZF-DE-ENVfthood!egray@uxc.cso.uiuc.edu Directorate of Engineering & Housing Environmental Management Office Fort Hood, TX 76544-5057
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -