#! /bin/sh # Force a soft link in the current directory to all files in # the directory $1/.texthtml/ # dnw 20Aug02 for file in $1/.texthtml/* do ln -fs $file `pwd` done