标签:linux返回码 $?
Linux中,每个命令都返回一个0-255之间的代码,返回代码暗示程序运行成功与否,shell将变量$?设置为上一次运行命令返回的代码
linux返回码 $?
原文地址:http://10120275.blog.51cto.com/10110275/1670292