将所有文件的tab换成4个空格_hxshine的博客-CSDN博客

find . -name '*.py' ! -type d -exec bash -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;

Original url: Access
Created at: 2020-01-10 11:24:06
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论