|
From: | Joaquin Villanova |
Subject: | [Help-bash] hi, doubt about xargs |
Date: | Mon, 13 May 2013 12:09:13 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130428 Thunderbird/17.0.5 |
find ~/ -name '*pdf*' -print0 | xargs -0 -n 1 pdf2djvu -i '{}' -o '{}'In pdf2djvu -i goes for input and -o for output. The issue here is that i want to get the output to the same directories to the inputfile, but with this order all what i get is one output file only, thanks in advance!
[Prev in Thread] | Current Thread | [Next in Thread] |