Re: [Tutor] Parsing a String

2016-11-25 Thread Bryon Adams
On 11/25/2016 05:26 PM, Bryon Adams wrote: Hello, I have written a script that pulls certain bits of information out of a Cisco router's 'show version' command. The output is given in the assignment and it does work on several different routers (I tested 3 different models from work). What I

[Tutor] Parsing a String

2016-11-25 Thread Bryon Adams
Hello, I have written a script that pulls certain bits of information out of a Cisco router's 'show version' command. The output is given in the assignment and it does work on several different routers (I tested 3 different models from work). What I did seems a bit messy to me though, woul