(file) Return to sub.sh CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

1 mike  1.1 for i in *.h *.cpp
2           do
3               if [ -f $i ]
4               then
5           	echo $i
6           	cp $i $i.bak
7           	sed -f /tmp/sub.sed $i.bak > $i
8               fi
9           done

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2