#!/bin/sh -f 

subdirs=`cat =subdirs`
for s in $subdirs; do
  echo $1 in $s ...
  cd $s
  $*
  cd ..
done

#################
#
# ,file-id archive://[lord]/482/rgx-tests/=each/1998-05-20
#
