阅读背景:

如何将此bash脚本移植到sh?

来源:互联网 

This works:

这有效:

#!/bin/bash
while read system_name mount_name
do
   echo "${system_name} ${mount_name}"
done < <(echo "select system_name, mount_name from SystemTable" | mysql ifm -uroot -pinsite3)
#!/bin/bash
while read sys



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: