#!/bin/sh for s in $* do if [ ! -e $s/Post ] then echo $s; fi done