run.sh内容为: #!/bin/sh
echo `date` abinip <inp.files>& log echo `date` ./run.sh执行后出现错误: ./run.sh: 2: Syntax error: Bad fd number 参考网上资料把run.sh的第一行改为: #!/bin/bash 有空再研究为什么。 |
|
来自: yetao_study > 《Linux》