for f in `/bin/ls dataset.* | sed 's/dataset.//'`
do
	wfprocess dataset.$f | wl4 | sort -b +1 > output.$f
done
