Simple grep command in Python using CPython and .NET framework

Опубликовано: 19 Март 2026
на канале: greatsoftw
1,469
3

A simple Python script that behaves LIKE grep Unix command. It can be executed with CPython. It employs Python stdlib in order to parse command line arguments. It relies on .NET classes directly in order to open files, and do the rest of the job.