Walk a file hierarchy
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
basic_find-0.0.3.tar.gz
(8.6 kB
view hashes)
Built Distribution
Close
Hashes for basic_find-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c51624be37c28f28daba5ed1b7674bd40bb04745604743aba19c8b949661cd5 |
|
MD5 | 4939cc726c8248570c148877dab3f08e |
|
BLAKE2b-256 | 904961231b21b64202cfb9acb60764cc8afe2d565dc821e0a3c2a9f7954c40ad |