#!/bin/bash for F in $(ls iot/*.bin); do bash dumpInfo.sh "$F" done