#!/bin/sh /bin/ls -1 *.[Pp][Dd][Ff] | while read PDF; do xpdf "${PDF}" done