Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. pdfs=() ; while IFS= read -d '' -r pdf ; do pdfs+=("$pdf") ; done < <(find . -maxdepth 1 -name '*.pdf' -print0 | sort -zV) ;    ## pdftk "${pdfs[@]}" cat output ../../"${iDir%/}.pdf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement