MWRITE(1) General Commands Manual MWRITE(1)NAME
mwrite - low level write (copy) a Unix file to MSDOS
SYNOPSIS
mwrite [ -tnvm ] unixfile msdosfile
mwrite [ -tnvm ] unixfile [ unixfiles... ] msdosdirectory
DESCRIPTION
In the first form, mwrite copies the specified Unix file to the named MSDOS file. The second form of the command copies multiple Unix
files to the named MSDOS directory.
Mwrite will allow the following command line options:
t Text file transfer. Mwrite will translate incoming line feeds to carriage return/line feeds.
n No warning. Mwrite will not warn the user when overwriting an existing file.
v Verbose mode. Display the new filename if the Unix filename requires conversion.
m Preserve the file modification times.
If the target file already exists, and the -n option is not in effect, mwrite asks whether or not to overwrite the file.
Reasonable care is taken to create a valid MSDOS filename. If an invalid name is specified, mwrite will change the name (and display the
new name if the verbose mode is set).
MSDOS subdirectory names are are supported with 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 mcd command may be used to establish the device and the current working directory (relative to MSDOS), otherwise the default is A:/.
SEE ALSO mcd(1), mcopy(1), mread(1)BUGS
Unlike MSDOS, the destination directory may not be omitted.
local MWRITE(1)
Check Out this Related Man Page
MCOPY(1) General Commands Manual MCOPY(1)NAME
mcopy - copy MSDOS files to/from Unix
SYNOPSIS
mcopy [ -tnvm ] sourcefile targetfile
mcopy [ -tnvm ] sourcefile [ sourcefiles... ] targetdirectory
DESCRIPTION
Mcopy copies the specified file to the named file, or copies multiple files to the named directory. The source and target can be either
MSDOS or Unix files.
The use of a drive letter designation on the MSDOS files, 'a:' for example, determines the direction of the transfer. A missing drive des-
ignation implies a Unix file whose path starts in the current directory
Mcopy will allow the following command line options:
t Text file transfer. Mcopy will translate incoming carriage return/line feeds to line feeds.
n No warning. Mcopy will not warn the user when overwriting an existing file.
v Verbose mode.
m Preserve the file modification time.
If the target file already exists, and the -n option is not in effect, mcopy asks whether or not to overwrite the file.
MSDOS subdirectory names are supported with 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 mcd command may be used to establish the device and the current working directory (relative to MSDOS), otherwise the default is A:/.
SEE ALSO mcd(1), mread(1), mwrite(1)BUGS
Unlike MSDOS, the destination directory may not be omitted.
The '+' operator (append) from MSDOS is not supported.
No other Mtools command requires the use of a drive letter designation on MSDOS files.
local MCOPY(1)
Hi Guys
I'm trying to look for a file in Unix but I do not know which path or directory it may be located in. Does anyone know the command to search and display the directory of a certain file? Thanks! (7 Replies)
I tried looking for the answer online and came up with only a few semi-answers as to why file and directory names are case sensitive in Unix. Right off the bat, I'll say this doesn't bother me. But I run into tons of Windows and OpenVMS admins in my day job who go batty when they have to deal... (3 Replies)
Hi all! I'm a web developer with a question.
We have a contractor that is working on a project that requires the user to access a ton of files on the clients Unix server. He has plans to built a VB interface for on site windows users to access those files and wants us to develop a web based... (4 Replies)
Hi All,
Can anyone please help me in sort out the command to get the following command
say File abc.log contains
....
......
This is the first line
This is the second line
This is the third line
This is the fourth line
This is the fifth line
This is the first line
This is the... (7 Replies)
Hi All,
I'm working for a software consultancy ,where I'm working on Oracle. But I'm more interested towards open systems. I would like to start with Unix.
I know Unix to some extent, but unable to understand where to start. :confused:
Please suggest me where I can get very good material, and... (3 Replies)
Hi....i m working with Unix commands from 6 months.
Now i wanna learn Unix scripting. I know the basic. But i need to practice.
Can some one recommend me the site or books of Assigments..
question like "write a script to" etc..so that i ll learn easier and faster. (3 Replies)
Hi.
I am relatively new to working with Unix OS. In the past few years I worked with windows but programmed on Linux through SSH.
I have been working on a computer with Unix OS for the past few months, and I have a reoccurring problem. One of my processes gets stuck, and the computer freezes.... (5 Replies)
Hi,
I'm new to Unix and am trying to write a copy command for the following scenario: Copy all .tif files from the src directory to dest directory but exclude the ones under archive directory.
In other words, I'm trying to write the unix cp equivalent of the following ant target:
<target... (3 Replies)
All,
I know this question has been asked , but mine is different scenario
I am unsing HP unix, trying to transfer HP-Unix to HP-Unix.
I am transfering a bunch of file form machine1 to machine2. when i intiate my FTP script the files are getting transfered from machine1 to machine2.... (7 Replies)
Hello Unix Users,
I am very new to Unix so I am not sure how do I do the following.
I need a script such that when I type the following in the command prompt
> . scriptName.sh wordToBeReplaced DirectoryLocation
will find the word someword located in a somefile.xml in DirectoryLocation... (8 Replies)
I am new to unix so this is probably a pretty basic question.
I am trying to write several commands on one line that creates a directory called bf in the current directory, then copy all files within that directory and any subdirectories, that do not start with the letter c to the new bf folder.... (5 Replies)
Hi All,
There is one file in one of the directory in my Unix. I don't remember the file name and location exactly, But i have some what idea about the file name.
Is it possible that the Unix can search that file in all directories and if any of the file name resemble that name i have given... (4 Replies)
Hello All, I have a question in Unix
Let's say when the command is executed in Unix, where the shell search for that command in Unix. I mean where
that command is defined in Unix.
And how Can we make our own command. (7 Replies)
Given this directory /web
I need to get the current usage (in %) on Linux and Unix both using the same command on bash shell ?
The command i tried was working on Unix (solaris) but does not filter the desired same value when run of Linux.
My command df -h /web | awk '{print $5}' | sed -n... (5 Replies)