How to do recursive copy in mac
Before learning about recursive copy lets go through the copy command first. What is Copy command in mac? “cp” command is used to copy the files from source directory to destination directory in mac. If we are using this “cp” command without any arguments as below, it can only copy the specific file. It won’t […]
Manage .DS_Store files on Mac
If We are using a Mac, we can see that whenever we create any folder in macOs, the system automatically creates a DS_Store files for each folder. and as these files contains dot at in-front of the file, so usually we can’t see these file which is hidden by nature. What is .DS_Store File? DS_Store […]