• 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

 

相关文章:

  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-09-05
  • 2021-10-30
  • 2021-08-12
  • 2019-11-18
相关资源
相似解决方案