Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 296 Bytes

find.md

File metadata and controls

12 lines (9 loc) · 296 Bytes

find

  • This python script is try to implement unix find command in python

Uses:

  • find -h //for help
  • find -d <"dir where you want to search"> -p <"the pattern you want to search">

Example

find -d D:/ -p *.

in this case "dir" is current working dir

find -p *.java