How to Install Homebrew in macOS
We often struggle to install the Homebrew package manager in our mac. Although it is a simple installation but it always gives surprises. I have also done it earlier couple of times, and had different experience for macOS. Its been a bit tricky, but anyways it’s simple. we can follow the below steps and it […]
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 […]