#!/bin/sh # --- multiarch-utils while read instfile ; do echo $instfile | grep -q '/multiarch-.*-linux/' && echo multiarch-utils done