``` for f in *.eps; do gs -dNOPAUSE -dBATCH -dEPSCrop -sDEVICE=pdfwrite \ -sOutputFile="${f%.eps}.pdf" "$f" done ``` ghostscript
ghostscript