#!/bin/rc

cd /env

for (e in *){
	v=`{cat $e}
	echo $e'='^$"v
}
