Tag Archives: bash

Bash Script to Issue a Command in Sub-Directories

The way projects are organized at my current employer often requires me to run the same command in within the first level of sub-directories.

For example, maybe I have to issue this command in ten sub-directories:

This little script I wrote helps.