Com ls , você pode fazer:
ls -c -ltd -- *PRO*.PLI
com find :
find . ! -name . -prune -type f -name '*PRO*.PLI'
(observe que find incluirá arquivos ocultos como .xPRO.PLI , enquanto o shell glob ( *PRO*.PLI ) não será por padrão).