8000 GitHub - arcseldon/basic_find: Basic find program, cut-down version of unix 'find'
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Basic find program, cut-down version of unix 'find'

License

Notifications You must be signed in to change notification settings

arcseldon/basic_find

Repository files navigation

basic_find

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

  • find . -name ‘*.txt’
  • find temp -type f
  • find . -type d
  • find . -name '*.rb' -exec rm {} ;

Run as follows:

  • python -m basic_find . -name ‘*.txt’
  • python -m basic_find temp -type f
  • python -m basic_find . -type d

About

Basic find program, cut-down version of unix 'find'

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0