code:find . -type f | while read i; do mv "$i" "`dirname $i`/t_`basename $1`"; done
Quote:А я бы заботал PowerShell, все равно ведь потом пригодится.