What’s the difference in copying directories in a command line between these two code lines:
- cp -R prize_winners/ brats/
- cp -R prize_winners brats
What’s the difference in copying directories in a command line between these two code lines:
Hey, Dias.
There’s only a difference in how they look, both commands to exactly the same thing.