Skip to content

Scottsuen/find_file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

find_file

查找指定目录下指定扩展名的文件

使用说明

   1.输入要查找的特定目标文件扩展名,来遍历查找特定扩展名的文件,eg:python find_file.py txt /home
   2.通过-f指定将结果写入到特定名称的文件,eg:python -f txt_result txt,否则将结果打印在控制台
   3.在指定要查找的特定扩展名文件后,指定查找的根目录,eg:python find_file.py txt /

About

查找指定目录下指定扩展名的文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%