Re: [Tutor] Newby Linux Program review + help with regular expressions

2009-03-10 Thread Lie Ryan
David wrote: This program generates a report of a Linux System and some important ..conf files. The goal is for users to be able to post their information and compare with others, ask for help etc. Am I using the subrocess module too much because I am comfortable with the commands? Should I ju

Re: [Tutor] Newby Linux Program review + help with regular expressions

2009-03-09 Thread Alan Gauld
"David" wrote and compare with others, ask for help etc. Am I using the subrocess module too much because I am comfortable with the commands? Should I just write this type of program in bash. Personally I'd use bash for this kind of thing. If you wanted to post process the report then I'd u

[Tutor] Newby Linux Program review + help with regular expressions

2009-03-09 Thread David
This program generates a report of a Linux System and some important .conf files. The goal is for users to be able to post their information and compare with others, ask for help etc. Am I using the subrocess module too much because I am comfortable with the commands? Should I just write this t