Expert Shell Scripting

使用set -x查看输出过程 #!/bin/sh #set -x echo -n "Can you write device drivers? " read answer answer=`echo $...
阅读全文