copy
copy <source> <dest>Wraps cp, stripping trailing slashes from source directories to prevent unintended nesting inside the destination.
copy ./mydir/ ~/backup # copies mydir INTO backup, not backup/mydir/copy <source> <dest>Wraps cp, stripping trailing slashes from source directories to prevent unintended nesting inside the destination.
copy ./mydir/ ~/backup # copies mydir INTO backup, not backup/mydir/