Sky飞羽
记录 | 绝对实用的linux下快速生成文件夹下所有文件的绝对路径imagelist
阅读 42
2023-12-25
方法如下:
realpath -s filedir/* > imagelist.txt
realpath 可以获取文件的绝对路径
相关推荐
精彩评论(0)