Sometimes I want to merge two folder trees into one from the command line.
tl;dr – cp -alr source target
then rm -rf source
See: https://unix.stackexchange.com/a/172402/207182
Sometimes I want to merge two folder trees into one from the command line.
tl;dr – cp -alr source target
then rm -rf source
See: https://unix.stackexchange.com/a/172402/207182