您的位置:首页 > 其它

命令行把文件列表输出到一个文件里

2017-11-22 14:37 369 查看
linux

  https://www.linuxquestions.org/questions/linux-general-1/ls-do-not-list-full-path-only-filename-657894/

ls --format single-column > a.txt

https://unix.stackexchange.com/questions/22218/linux-ls-to-show-only-filename-date-and-size
stat -c "%n" * > c.txt


windows

    

dir GA*.txt /b/o:N > b.txt
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐