command
Version:
v0.0.0-...-ba0b20d
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
`copy` copies files and directories.
Use it when you want to duplicate data to a new path.
Example usage:
```sh
copy notes.txt backup/notes.txt
copy --recursive projects/ backup/projects/
copy --force build/output.bin /tmp/output.bin
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.