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

November 22, 2024 ยท View on GitHub

cp -r source target

i.e.

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