doswrite.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


DOSWRITE(1)               Minix Programmer's Manual                DOSWRITE(1)


NAME
     doswrite - write a file onto an MS-DOS diskette [IBM]

SYNOPSIS
     doswrite [-a] drive file

OPTIONS

     -a   ASCII file

EXAMPLES

     doswrite A x/y <z   # Write file z to disk as x/y

     doswrite -a B f     # Copy stdin to MS-DOS file f

DESCRIPTION

     Doswrite writes its stdin to an MS-DOS file.  The diskette  or  partition
     must  be  formatted  and  have  an  MS-DOS  file system already in place,
     including all the directories leading up to the file.  See dosdir on  the
     use of single letter drive codes.






























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?