[CentralOH] Refactoring Pylint Command
jep200404 at columbus.rr.com
jep200404 at columbus.rr.com
Wed May 13 22:40:14 CEST 2015
On Wed, 13 May 2015 16:22:09 -0400, jep200404 at columbus.rr.com wrote:
> grep -v '^ *$' |
> grep -v '^[-+=]*$' |
which refactors to just:
grep -v '^[-+= ]*$' |
More information about the CentralOH
mailing list