The command ocopy source destination copies the directory source into the destination (or destinations) as expected.
However, the command ocopy source/ destination behaves exactly the same. Many users like me would expect rsync-like behaviour, so that the command copies the "contents" of source into the destination (but not the parent directory source itself).
The command
ocopy source destinationcopies the directorysourceinto thedestination(or destinations) as expected.However, the command
ocopy source/ destinationbehaves exactly the same. Many users like me would expectrsync-like behaviour, so that the command copies the "contents" ofsourceinto thedestination(but not the parent directorysourceitself).