This commit is contained in:
louiscklaw
2025-01-31 22:57:47 +08:00
parent b1cd1d4662
commit b3cc8e8323
764 changed files with 722101 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- coding:utf8 -*-
import os
# 生成路径列表文件
# os.system("dir /b/s/p/w *.jpg > neg.txt")
os.system("find " + os.path.abspath(os.curdir) + " -name '*.jpg' > neg.txt")
# os.system("pause")

View File

@@ -0,0 +1,8 @@
# -*- coding:utf8 -*-
import os
# os.system("copy .\\neg.txt ..\\")
os.system("cp ./neg.txt ../")
# os.system("pause")