loop through all files in directory bash code example Example: bash loop over files in directory #!/bin/bash for filename in /Data/*.txt; do ... done