Forum: CFEngine Help
Subject: Re: Build an slist from an array of slists
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,27036,27065#msg-27065
nickanderson Wrote:
---
> and since a list can only contain
> one instance of a valu
Forum: CFEngine Help
Subject: Re: CFEngine Help: Integer splayclass equivalent
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,27010,27064#msg-27064
I suppose I should've mentioned that I would much prefer to do this without
incurring the overhead of a fork(). Or actually, 3 f
Forum: CFEngine Help
Subject: Re: Concatenating multiple files
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,27049,27063#msg-27063
Is it out of the question to read each file into an array, and use an
insert_lines promise with preserve_block to ensure that each file be added?