View Single Post
Old 06-27-2008, 09:50 AM   #9
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by tompe View Post
That seems like overkill. find or ls and xargs should work in this case:
Code:
  find . -name "*.html" | xargs pdftohtml

  ls -1 *.html | xargs pdftohtml
I use the script for other things, but thanks for the xargs tip.
JeffElkins is offline   Reply With Quote