Moving find command from terminal to file giving error

前端 未结 0 937
旧巷少年郎
旧巷少年郎 2020-12-16 02:53

Running

find . -maxdepth 1 -type f -execdir bash -c \'d=${1##*/}; ls -1Ad --color=auto "$d"\' \'-\' \'{}\' \';\'

on the command lin

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