@files=qx(find /home/ -type f \( -iname "*.php" -o -iname "*.js"\) -mtime -$t -ls | awk '{print \$8 ":" \$9":" \$11}');