Parameters:
-p
: preserve original time attributes instead of overwriting with current date and time.
-n
: Avoid clobbering, i.e. overwriting existing files with the same name.
-i
: Interactive - ask before overwriting a file with existing name.
-v
: Verbose - list copied files
Side note: Also, avoid spaces in file paths entirely. They are just headaches when working with the terminal.
Parameters:
* `-p`: preserve original time attributes instead of overwriting with current date and time.
* `-n`: Avoid clobbering, i.e. overwriting existing files with the same name.
* `-i`: Interactive - ask before overwriting a file with existing name.
* `-v`: Verbose - list copied files
----
Side note: Also, avoid spaces in file paths entirely. They are just headaches when working with the terminal.
(post is archived)