Copy files with cp (fancy way)

Copy files from dir A to dir B. 
(cause i always forget which are the proper flags...) 
cp -Rpnv "Dir_A" "Dir_b"
  • n : Do not overwrite an existing file (overides -f flag).
  • p : Preserves attributes for each source file.
  • R : Files are copied recursively.
  • v : Show files while copying them.

Comments

Popular posts from this blog

Como configurar el control de directv para que funcione con el Tv

Python Ipdb Cheatsheet

Adopción de ap unifi cuando el comando set-inform no aparece en el ap por ssh - docker controller