06 2024 档案
把当前目录文件名输出到一个文件
摘要:linux ls > filename.txt --打印当前目录及子目录所有文件 find "$PWD" > print.txt window dos dir > filename.txt --打印当前目录及子目录所有文件 dir /s /b > print.txt 转自:https://www.c 阅读全文
posted @ 2024-06-11 17:49 06 阅读(75) 评论(0) 推荐(0)