#!/bin/bash for f in * do [[ $f == "txt2htm" \]] || [[ $f == "install ]] && ./txt2htm $f ../htdocs/doc/$f done