Compiling multiple files without master document
Hi, Currently it is possible to process a file with an external environment file specified via the command line. ``` context file --environment=mydefs ``` Very nice. Is it possible to process multiple files from the command line without a master document? Like so: ``` context file1 file2 file3 --environment=mydefs ``` Or should I just use `cat file1 file2 file3 > file` before processing? Best, Denis
context file1 file2 file3 --environment=mydefs
On 5/14/2019 9:58 AM, Denis Maier wrote: this will process three files not three-as-one Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Ok, so no all-files-as-one option at the moment? Do you think this would be
useful?
Am Mi., 15. Mai 2019 um 09:20 Uhr schrieb Hans Hagen
On 5/14/2019 9:58 AM, Denis Maier wrote:
context file1 file2 file3 --environment=mydefs this will process three files not three-as-one
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Denis Maier
-
Hans Hagen