Renaming and copying files to a new directory in Python

后端 未结 0 1195
有刺的猬
有刺的猬 2020-12-07 09:06

currently I have this command I\'m using,

ls -v /home/pi/tl | cat -n | while read n f; do mv -n "$f" "$n.jpg"; done

It re

相关标签:
回答
  • 消灭零回复
提交回复
热议问题