Skip to content

Latest commit

 

History

243 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncp – New and Improved, Now Asbestos-Free Copy Utility

Usage: ncp [option]... <SOURCE>... [DESTINATION]
                       
Options:               
-a, --archive              Archive mode (equivalent to -rmotD --unlink=auto).
-D                         Same as --special --devices.
    --devices              Preserve device files.
-F, --follow-dest-links    Dereference destination symlinks.
-f, --unlink=[when]        Unlink destination before writing. [when] can be one of:
                           'never', 'always' or 'auto'.
                           If [when] is omitted, 'always' is assumed.
                           If the option is omitted entirely, 'auto' is used.
-g, --group                Preserve group ownership.
-h, --help                 Show this help message and exit.
-i, --interactive          Prompt before overwriting files.
-j, --jobs=<N>             Number of files to copy in parallel (max: 16).
-L, --follow-links         Dereference source symlinks (default when non-recursive).
-M, --move                 Remove source files after copying.
-m, --mode                 Preserve file permissions (mode bits).
-o, --ownership            Same as --user --group.
-P, --keep-links           Preserve source symlinks (default when recursive).
-p, --progress             Show progress bar.
-r, --recursive            Copy directories recursively.
    --special              Preserve named pipes and sockets.
-T, --target=<dir>         Target directory to copy into.
-t, --time                 Preserve modification time.
-U, --update=[when]        Update existing files. [when] can be one of:
                           'none', 'all', 'older', 'changed' (size or time) or 'size'.
                           If [when] is omitted, 'older' is assumed.
                           If the option is omitted entirely, all files are updated,
                           which is equivalent to --update=all.
-u, --user                 Preserve user ownership.
-V, --version              Show program version and exit.
-v, --verbose              Explain what is being done.
                       
Parameters:            
SOURCE                     Files or directories to copy or move.
DESTINATION                Destination file or directory.

Installation

TODO

Share and enjoy.

Authors

  • Dimitry Ishenko - dimitry (dot) ishenko (at) (gee) mail (dot) com

License

This project is distributed under the GNU GPL license. See the LICENSE.md file for details.

About

ncp – new and improved, now asbestos-free copy utility

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages