I have a script installs templates and default files on multiple platforms. In order to get the default datadir I use sed : pandoc -v | sed -rn "s/User data directory: (.*)$/\1/p" It works, but it is (a) not very elegant and (b) it depends on sed and might fail on windows. My question is: What am I missing? Is there a more direct way to get the default datadir? -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ea89a95c-fd70-429e-ae1f-db343f8bdd19n%40googlegroups.com.