On Wed, Mar 09, 2022 at 01:44:05PM +0000, Adrian Brooks wrote: > Hello, > > Is it possible to configure the Bird console so that the output isn't > interrupted with '-More-' statements please? (similar to the Cisco 'terminal > length 0' command) > > I'm using Expect in a Python script to collect data from Bird, so it would be > handy to be able to switch this off (I'm using 2.0.9)
Hi There is no such option, but it uses pagination only on terminal. If you call birdc with a pipe on stdin, pagination is not used. Also, you can use birdc with commands as arguments (i.e. 'birdc show route'), then pagination is also not used. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: [email protected]) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
