Stdin
基本解释
- n.标准输入(standard input的缩写)
英汉例句
- The filename to test. '-' to read from stdin.
要测试的文件名。“-”表示从标准输入读取内容。 - If a filename arg was not given on the command line, we use stdin.
如果命令行上没有给出文件名参数,我们就使用标准输入。 - The scanner is able to run in STDIN STDOUT mode as a pipe filter.
扫描器能够在STDIN STDOUT模式运作,把它用作管道过滤器。 - Error reading current setting.Maybe stdin is not a VT?
读取当前配置出错.;可能标准输入不是 VT? - Pass this data to the script through either an input file or STDIN[3].
通过输入文件或者标准输入[3]传递这些数据给脚本。