我怎样才能缩进一个文件,比如它的第一行?
例子:
一个文件包含
x=1+2+3+4+ 5+6+7+8 +9+10+12
应该转换为
我需要在 Linux 系统上的 shell 脚本中使用它。优选单衬。
shell-script text-processing indentation
indentation ×1
shell-script ×1
text-processing ×1