> "A" == Asterix writes:
A> Instead of this printf OUTPUT_FILE "@output\n\n";
A> I've used print OUTPUT_FILE "@output\n\n";
that would not make any difference in buffering or anything. the second
is better in that you don't use printf's formatting there. when i see
lots o
On 20 Apr, 12:25, t.baetz...@bringe.com (Thomas Bätzler) wrote:
> Asterix asked:
>
> > I've made a little script to capture the output of networking
> > devices.
> > Everything works fine, until I use the "show tech" command in an Cisco
> > device.
>
> Have you considered using the cmd() method of
On 20 Apr, 12:25, t.baetz...@bringe.com (Thomas Bätzler) wrote:
> Asterix asked:
>
> > I've made a little script to capture the output of networking
> > devices.
> > Everything works fine, until I use the "show tech" command in an Cisco
> > device.
>
> Have you considered using the cmd() method of