stdin

  • 网络标准输入;标准输入设备;标准输入流

stdinstdin

stdin

标准输入

接受标准输入STDIN)上传入的查询,而不是命令行上给出的查询。有时你要用脚本通过管道给search传入查询,这正是这 …

标准输入设备

指定从标准输入设备 (stdin) 来读取内容,若不指定这个参数则需指定一个要存储的文件的路径。该命令输出长度为 40 个字符 …

标准输入流

如果将服务器的标准输入流(stdin)设置到根目录下一个不存在的 文件中,然后启动服务器,则会显示你的可执行文件不存在的 …

标准输入设备读取数据

st[名称] 从标准输入设备读取数据(stdin)sl<大小> 处理小于指定大小的文件sm<大小> 处理超过指定大小的文件t ...

标准输入装置

指定从标准输入装置 (stdin) 来读取内容,若不指定这个参数,$ find .git/objects -type f .git/objects/d6/70460b4b4aece5915caf5…

标准输入文件

...个shell命令行时通常会自动打开三个标准文件,即标准输入文件stdin),通常对应终端的键盘;标准输出文件(stdout)和 …

标准输出

命令 echo 的作用是将字符输出到标准输出stdin)。并能解释反斜线转义字符(backslash escapes),当 echo 命令遇到转 …

1
It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way. 可以通过子进程的标准输入、标准输出、标准错误输出以完全非阻塞的形式传递数据。
2
With a while loop set up to read from stdin, the various components of the dots file are extracted. 建立一个while循环从stdin中读取数据,这样可以将dots文件中的各项内容提取出来。
3
Scanning can be controlled by many arguments and switches ; to use as a pipe filter ; and a special STDIN STDOUT mode is available . 扫描可通过引数和参数管控;用作管道过滤器;还有一个特殊的STDINSTDOUT模式。
4
This script again works through the input data from stdin (passed by the streaming utility) and splits the line into a word and value. 此脚本可通过来自stdin(通过流实用工具传递)的输入数据再次工作且将该行分割成一个单词或值。
5
The scanner is able to run in STDIN STDOUT mode as a pipe filter. 扫描器能够在STDINSTDOUT模式运作,把它用作管道过滤器。
6
The cat command takes input from stdin if you do not specify a filename (or if you specify - as the filename). 如果没有指定文件名(或者如果指定-作为文件名)的话,cat命令将从stdin获取输入。
7
What happens to a background process if it needs input from stdin? 如果后台进程需要来自stdin的输入时,它会发生什么情况?
8
The commands to be run are read from a file specified with the -f option, or from stdin if -f is not used. 要运行的命令是从-f选项指定的文件读取的,如果没有使用-f,那么从stdin读取。
9
This program uses an iterator to read a line from stdin and another iterator to split the line into individual tokens. 此程序使用一个迭代器来从stdin中读取一行,同时另一个迭代器将该行分割成单个的标记。
10
Just use the operator to redirect the stdin of your first command to the file you want to process. 仅需使用操作符将第一个命令的stdin重定向到需要处理的文件。
11
The main loop is entered to read every line on STDIN and extract relevant information. 进入主循环以读取STDIN中的每一行并提取相关信息。
12
The first section inside the read-from-stdin loop prints out the cluster description, along with the node to display inside the cluster. read-from-stdin循环中的第一部分将打印聚类描述,并打印在聚类内显示的节点。
13
Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively. 与许多其他的UNIX实用程序一样,tar可以分别向标准输出(stdout)写入、从标准输入(stdin)读取。
14
Another helpful redirection is Figure 5 shows how stdin can be redirected to read from a file. 另一个有用的重定向是图5所示为如何重定向stdin以从文件中进行读取。
15
STDIN, STDOUT, STDERR, files, and in-memory data stacks are all handled in a uniform and elegant fashion. 文件和内存内部数据栈都以统一而优雅的方式处理。
16
Figure 1 provides a graphical representation of the command's stdout redirecting to stdin for the subsequent command. 图1通过图形说明命令的stdout重定向到后续命令的stdin的次序。
17
The chordStats program will read the vmstat program from standard in, and write the note events -- unbuffered -- to FluidSynth's stdin. chordStats程序将读取标准的vmstat程序,并在不缓冲的情况下把通知事件写入FluidSynth的stdin。
18
The second tar reads an archive from stdin and expands it in place; the hyphen used with the extract (x) option refers to stdin. 第二个tar命令从stdin读取归档文件并进行展开,展开(x)选项后面使用的连字号表示stdin。
19
You can force stdin to read from a text file, a device (say, a probe connected to the computer), or a network connection. 您可强制stdin从文本文件、设备(比如连接到计算机的探头)或网络连接中进行读取。
20
The module will check an XML document on STDIN if run from the command line without even bothering to import it into your program. 如果从命令行运行,则该模块将在STDIN上检查XML文档,甚至不用将它导入程序。
21
Using the pipeline can be much more complicated when you redirect stdout to stdin several times. 当多次把stdout重定向到stdin时,管道的使用方法可以很复杂。
22
The phrase |&tee log pipes the stdout and stderr of bash to the tee utility, which prints its stdin to stdout and to the file log. 短语|&teelog将bash的stdout和stderrto通过管道重定向到tee实用工具,后者将其stdin打印到stdout和文件log中。
23
At the outset, Phase 1, the progenitor process reads from standard input stdin, writes output to stdout, and emits errors to stderr. 首先,在第一阶段,初始进程从标准输入stdin读取数据,把输出写到stdout,把错误发送到stderr。
24
By default, and unless you specify otherwise, your terminal is the source of data for stdin and the destination for both stdout and stderr. 默认情况下,除非另行指定,您的终端既是stdin的数据源,也是stdout和stderr的输出目标。
25
After declaring variables and creating the states directory, the extractStates. pl program reads every line from STDIN. 在声明变量并且创建states目录后,extractStates.pl程序将从STDIN中读取每一行。
26
To do this, change the loginSource from prompt to stdin by editing the appropriate configuration file. 要实现这一点,请通过编辑合适的配置文件,将loginSource从prompt更改为stdin。
27
However, both sort and uniq require data entry or input from the standard input device (stdin). 但是sort和uniq则需要从标准输入设备(stdin)请求数据输入。
28
You can also choose to test UDP rather than TCP bandwidth, run a bidirectional test, or slurp in test data from a file source or stdin. 您还可以选择测试UDPTCP带宽,而不是运行双向测试中,或使用中的文件源或从标准输入中的测试数据。
29
Look for the loginSource property in the appropriate file and change it to specify stdin. 请查找合适文件中的loginSource属性,并更改它以指定stdin。
30
stdin is the standard input stream, which provides input to commands. stdin是标准输入流,为命令提供输入。