Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 135 Bytes

copy_files_recursively.md

File metadata and controls

7 lines (4 loc) · 135 Bytes

Copy files from A to B -- recursively -- on linux bash ubuntu wsl

cp -r source target

i.e.

cp -r /some/src/path /mnt/c/some/path