Find all folders with same name in a directory tree and execute commands on them
Sunday, October 11th, 2009In a Linux CLI environment you can use the "find" command to search for files or folder. In this tutorial I will explain how to find folders having the same name in a directory tree and execute commands on them. Since the best way to learn is by example, let's consider ...