X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:reply-to:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=SRUrrQylwo+6jRkzw UB17XETxBuvEdHXaUIFsVC/GM0=; b=IO96aA//sbVSyMlHURnhbLSoGaYaKw9ii 7KX4I8wjYa8XoFrrySZwqxJ9rHg0cvPWE2QdYnRv7HBZLvZLvAFRwEk4J8DLpAHb Gkzf3MffrAmXTHM0AmQVkGmVfuJV5WP44c+mj3m0rSk10ohOLPbX+hDNxxQmbhA2 gzMyUT/ohoE0IXR00T+IsVu9j41fCn2sjUckTIGcsGk6IMM4XSrlAETYco4ln1g2 sN8z1Mpo2FqGmKupxOKoQysb2s04YXTXBwx0ROmnct1JAf++cqlTGm5ZgZfBew9u T6Znm6eyQvliQAvz0hHEEPzq18sRjhiWQ3bw38N1QdMuvx9qkgrnA== X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :reply-to:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=SRUrrQylwo+6jRkzwUB17XETxBuvEdHXaUIFsVC/GM0=; b=fv1i/+WHAqze qjLijjCQuj+RM97RSI7nf28RWGhn2Omhetr4wNu4r6y5o+BCmT3eDy31Wo9/G7aS SocMLIOWvX//5DckMqn0QdBcfV/mU08OUQZH7A2XQb4e6S+8ueemA7YrhpxlZVpx bX0ViTHHX3ug+LAc7sC3jvVycmUybEH/sgLrGast0qxwcfMxPilgULxc69qf3c13 mEtnrUf8XS92rm6+AWFNgo3Ay8Qqss1DRsEDFMwF58KRpTeQ+7fNFilIZkQOMsi9 ygbMewoE7nXTvTfLDQR/eDNPZPEu+rhNv4FcTge27/Fd1/Zkl5D76jYbUmnPu7xo +K/FzoDEsg== X-ME-Proxy: X-ME-Sender: Subject: Re: [geda-user] gschem multiple pages To: geda-user AT delorie DOT com References: <20180723174702 DOT 285F4841DEBA AT turkos DOT aspodata DOT se> From: "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: <2c7bd562-e19e-b39e-1e9f-2245fdaacdef@fastmail.com> Date: Mon, 23 Jul 2018 11:37:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 07/23/2018 11:18 AM, Roland Lutz wrote: > On Mon, 23 Jul 2018, karl AT aspodata DOT se wrote: >> Oh I see, the page manager is useful when you do gschem *.sch, not so >> much for gschem top_file.sch. > > I guess the standard case would be to do > >     $ gschem toplevel_1.sch toplevel_2.sch ... toplevel_n.sch > > but you can use it like this, too. > > (This is obviously equivalent if you aren't using hierarchy and don't > have other schematic files in the directory.) > Greetings, Another option is that, in Linux anyway, the gschem "File Open" dialog allows multiple files to be selected by using the standard shift and Ctrl options. When the dialog is closed, the selected files are all opened and available, and the page manager has them all listed. I have not tried it, but are wildcards (*,?) available on the command line? If so, it could simplify the command line. i.e.:     $ gschem toplevel_*.sch Also, I would think some creative use of "find" in a script could dynamically create the command line arguments. HTH. Girvin Herr