我想知道,我需要运行indent一堆参数:
indent
indent slithy_toves.c -cp33 -di16 -fc1 -fca -hnl -i4 -o slithy_toves.c
我想要的是读取每个*.c和*.h文件并用相同的名称覆盖它们.
*.c
*.h
我怎么能在bash脚本中这样做,所以下次我可以运行脚本并立即进行所有缩进?
谢谢
bash loops
bash ×1
loops ×1