用分号作为分隔符
function test() {
echo "mkdir /opt/a;
ls -l;
pwd;
ls -l"
}
本文共 117 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/ftrako/p/7760368.html