Python ---- 找出'/mnt'目錄下最大(最早)的十個文件

 今天看了一下Python自動化的書,裏邊兒有個這個需求,嘗試做了一下,感覺還湊合= =,記錄一下我的Python自動化學習過程; 先定義一個通用函數,可被循環;(其實上一篇博客裏就有) #!/usr/bin/python3 import os, fnmatch def is_file_match(filename,patterns): for pattern in pattern
相關文章
相關標籤/搜索