#!/usr/bin/env bash for file in $(ls *.tar.zst); do echo processing $file namcap -mi $file > ./out/$file.namcap done