In a Linux bash script you can loop over a set of data like a list of directories, database table names etc.
But you do not always want to use all the items in this list so you need to filter the results.
In this example I will use a generated list of directory names.
Filtering the directories [...]
↧