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