我希望能够gg=G
使用我的 bash 脚本,或者一些不会阻碍简单回声的自动格式变体。
我觉得这样的事情不是问题,我只是还没有找到正确的方法:
- 在这种情况下正确回显字符串
- 为作业发出正确的命令
如果有人可以帮助我,将不胜感激。
我输入的内容:
someFun()
{
echo "Some really long string that is going to be automatically
indented.";
}
我在提示中看到的
>./someFun
Some really long string that is going to be automatically
indented.