Thursday 10, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Sunday, 17 September 2017

mcopy Linux Command

mcopy

mcopy [options] sourcefile target
Copy files between Unix and MS-DOS format partitions. See cp and mtools for more information. Multiple source files can be specified and written to a target directory.

Options

The mcopy option flags differ from the flags passed to the Unix cp command. The flags are:

-t
Convert Unix line breaks to MS-DOS line breaks and vice versa when copying text files.

-b
Operate in batch mode; use for large copies of data.

-s
Copy recursively.

-P
Preserve attributes of copied files.

-Q
When copying multiple files, if one copy fails, stop. Useful if you think you may run out of disk space.

-a
Assume that all incoming files are ASCII and convert carriage return/line feed to plain line feed.

-T
Convert line breaks as with -a, but also convert PC-8 characters to ISO-8859-1 characters. Replace untranslatable characters with # or . for Unix and DOS respectively.

-n
Do not ask for confirmation when overwriting Unix files.

-o
Turn off confirmation for overwriting DOS files.

-m
Preserve file modification time.

-v
Display the names of files as they are copied.

-D clash-option
Specify the action to take if the specified directory name already exists. See mmd for the possible clash options.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • ssh-agent - Linux Command ssh-agent ssh-agent [options] [command [arguments] ] Hold private keys used for public key authentication. ssh-agent is usually executed at the beginning of an X or login session; then all other windows or programs given … Read More
  • ssh-keyscan - Linux Commands ssh-keyscan ssh-keyscan [options] Gather public and private host keys from a number of hosts. Can be used in scripts. Options -4 Use IPv4 addresses only. -6 Use IPv6 addresses only. -f file Read hostnames or addrlist… Read More
  • grep Linux Command grep grep [options] pattern [files] Search one or more files for lines that match a regular expression pattern. Regular expressions are described in Chapter 7. Exit status is 0 if any lines match, 1 if none match, and 2 fo… Read More
  • Patch Linux Command patch patch [options] [original [patchfile] ] Apply the patches specified in patchfile to original. Replace the original with the new, patched version; move the original to original.orig or original~. The patch file is a d… Read More
  • Create or change a password using passwd Linux Command passwd passwd [options] [user] Create or change a password associated with a user name. Only the owner or a privileged user may change a password. Owners need not specify their user name. Users can change their own passwo… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: mcopy Linux Command Rating: 5 Reviewed By: eHowToNow