Vassilis Asked: 2010-11-05 04:46:13 +0800 CST2010-11-05 04:46:13 +0800 CST 2010-11-05 04:46:13 +0800 CST 检索txt文件中的文件名 772 如何将文件名检索到txt文件? command-line 1 个回答 Voted Best Answer txwikinger 2010-11-05T04:55:08+08:002010-11-05T04:55:08+08:00 你可以执行 ls -1 >filename 这将使用给定的文件名重定向文件中的输出。 对于文件夹的内容: ls -1 foldername >filename
你可以执行
这将使用给定的文件名重定向文件中的输出。
对于文件夹的内容: