Show Hidden Files on your Mac; Aasim Naseem, May 29, 2011 | Read Count: 14,499April 7, 2025 Category: My Tutorials > Random TipsLast night i was working with SVN and need to delete .svn files in a particular directory hierarchy; I couldn’t find a direct way to do this so i moved to terminal and achieved this; So hows it go; Launch the Terminal and enter these commands exactly as shown. The first command activates the ability to see the hidden files: defaults write com.apple.Finder AppleShowAllFiles TRUE Now you must relaunch the Finder by killing it, this is how the changes take effect: killall Finder Thats it; Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions Architect, and Scrum Master certified professional with 17+ years of hands-on experience leading projects, building teams, and helping organizations deliver software solutions better, faster, and smarter. Outside of work, I’ve got a deep curiosity for history — especially ancient civilizations like Egypt. I also enjoy reflecting on the everyday moments that shape how we live and work. This blog is my space to share insights, lessons, and thoughts from both my professional journey and personal interests. Thanks for reading — and I hope you will find something here that matches your interest. Latest entries IslamJune 6, 2025 | Read Count: 336Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 565Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 516Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 543When Not To Use Agile: 5 Signs You Need a Different Approach Random Tips hidden files in macHidden Files in Mac OS Xhow to show hidden files in mackillall Findermac finder hidden filesmac hidden filesmac osShow Hidden Files in Mac OS XViewing hidden files on a Mac
Random Tips CES 2012: Windows 8 Demo; February 28, 2012 | Read Count: 13,448April 7, 2025 Category: My Tutorials > Random TipsSo here it goes; Earlier, we discussed about the expected layout of windows 8 here; Now microsoft has released the Win8 in public and talked about its new operating system in CES (Consumer Electronics Show) [youtube=http://www.youtube.com/watch?v=Wd1wvZvarFM] Author Profile Aasim Naseem Hey, Thanks for your interest…. Read More
Random Tips ZK Framework September 17, 2009 | Read Count: 16,508 Category: My Tutorials > Random Tips ZK is the leading open source Ajax + Mobile framework. With over 1,000,000 downloads, ZK empowers a variety of companies and institutions, ranging from small to large, including Barclays, Sun Microsystems, Swiss RE, Alcatel-Lucent, and many others. Rich User Experience Leverage over 200 off-the-shelf,… Read More
Random Tips Windows 8 August 8, 2010 | Read Count: 15,505April 7, 2025 Category: My Tutorials > Random TipsWindows 7 isn’t out the door yet, but Microsoft seems to be making good progress with Windows 8. Microsoft had already begun work on Windows 8 before Windows 7 was completed. The reason being that different teams work on different aspects of the operating system,… Read More
In order to hide these files we can run defaults write com.apple.Finder AppleShowAllFiles FALSE KillAll Finder Reply