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?
--
Thelma

