> > for i in $(find . -name "*.php" -print) > do > mv $i $(basename $i .php)".dhtml" > done > thanks it converted all the .php files to .dhtml. thanks & regards Ankush
> > for i in $(find . -name "*.php" -print) > do > mv $i $(basename $i .php)".dhtml" > done > thanks it converted all the .php files to .dhtml. thanks & regards Ankush