linux shell 脚本 命令 换行 && 换行 命令 这样写不对 建议你把操作相关的命令放在一块,或者使用函数来调用,管理方便,容易维护脚本。
shell 脚本命令太长,如何换行 可以换echo abc\\defabcdef\\就可以了
shell 脚本命令太长,如何换行? 尾巴上加上 \\ 就行了。比如指令 sqlplus arg1 arg2 arg3.arg100 很长,可以写成sqlplus arg1\\arg2\\arg3\\arg100
linux shell 脚本 命令 换行 && 换行 命令 这样写不对 建议你把操作相关的命令放在一块,或者使用函数来调用,管理方便,容易维护脚本。
shell 脚本命令太长,如何换行 可以换echo abc\\defabcdef\\就可以了
shell 脚本命令太长,如何换行? 尾巴上加上 \\ 就行了。比如指令 sqlplus arg1 arg2 arg3.arg100 很长,可以写成sqlplus arg1\\arg2\\arg3\\arg100