basic-find 0.0.3

Creator: coderz1093

Last updated:

Add to Cart

Description:

basicfind 0.0.3

Basic find program, cut-down version of unix ‘find’. Walks a file
hierarchy.

[x] find . -name ‘*.txt’
[x] find temp -type f
[x] find . -type d
[ ] find . -name ‘*.rb’ -exec rm {} ;

Run as follows:

[x] python -m basic_find . -name ‘*.txt’
[x] python -m basic_find temp -type f
[x] python -m basic_find . -type d


History

0.0.1 (2019-03-23)

First release on PyPI.



0.0.2 (2019-03-23)

Add __main__.py to enable package execution.



0.0.3 (2019-03-23)

Address PEP8 and pylint tasks.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.