On 03/14/2017 04:40 AM, Hogren wrote:
> Hello,
>
> Did you try with the alternative substitution syntax ("$(date +%F)" in
> place of "`date +%F`") ?
>
> Did you try to replace "%F" with "%Y-%m-%d" ?
>
> Did you try to escape the % ("\%")?
>
> I don't know Xface, so I give you advices with my Ba
On Mon, 13 Mar 2017 17:10:40 -0600, the...@sys-concept.com wrote:
> I'm trying to add to Xface menu: Configure Custom Actions
> This:
> pdfunite %N folder/`date +%F`-output.pdf
>
> The file in dir folder gets created ("-output.pdf") but is missing the
> date.
>
> This works from command line:
>
Hello,
Did you try with the alternative substitution syntax ("$(date +%F)" in
place of "`date +%F`") ?
Did you try to replace "%F" with "%Y-%m-%d" ?
Did you try to escape the % ("\%")?
I don't know Xface, so I give you advices with my Bash skills.
Good luck.
Hogren
On 14/03/2017 00:10, the
I'm trying to add to Xface menu: Configure Custom Actions
This:
pdfunite %N folder/`date +%F`-output.pdf
The file in dir folder gets created ("-output.pdf") but is missing the date.
This works from command line:
pdfunite 1.pdf 2.pdf folder/`date +%F`-output.pdf
What kind of bracket am I missing?
4 matches
Mail list logo