Skip to main content

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.

Project details


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.2.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

basic_find-0.0.2-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page