Script To Remove Files Made Either By Python Or Git

Grant Edwards invalid at invalid.invalid
Fri Oct 9 10:01:51 EDT 2015


On 2015-10-09, Joshua Stokes <joshua.stokes at icloud.com> wrote:

> Is there an available script to remove file created by either using
> the Python module or by using git?

Yes.  Execute the following at the bash prompt:

$ rm $(find . <find-options-go-here>)

-- 
Grant Edwards               grant.b.edwards        Yow! Four thousand
                                  at               different MAGNATES, MOGULS
                              gmail.com            & NABOBS are romping in my
                                                   gothic solarium!!



More information about the Python-list mailing list