mac terminal copy file to another directory code example
Example 1: cmd to copy file to another folder in mac
cp source destination
Example 2: mac copy folder terminal
cp -R ~/Documents/Expenses /Volumes/Data/Expenses
Example 3: command line move file
mv file.txt ~/Desktop/Folder