CentOS中stdin的用法详解什么是stdinstdin,全称为StandardInput,即标准输入,在Linux系统中,stdin是三个标准输入输出流之一,另外两个分别是stdout(标准输出)和stderr(标准错误输出),st...