英語 での The standard output の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
For example, the following free-form program writes the standard output from VHSTP to the file STD.
A third way is using the write() method of file objects; the standard output file can be referenced as sys. stdout.
First, the stdout function gets the standard output of the result returned by the previous step.
Most processes initiated by UNIX commands write to the standard output(the terminal screen) and many take their input from the standard input(the keyboard).
If you do not want the standard output stream to be displayed on the screen together with the success or error messages, redirect either the standard output or the standard error stream(or both) to files.
This construct allows both the standard output(file descriptor 1) and the standard error output(file descriptor 2)
If no match is found, then the default rule is executed: the next character in the input is considered matched and copied to the standard output.
If no files are specified, or if a file name is"-", the standard input is compressed to the standard output.. I Gzip will only attempt to compress regular files.
As a special case, if n is omitted, and word does not expand to one or more digits, the standard output and standard error are redirected as described previously.
first stripping trailing slashes), and writes the result to the standard output.
Zabbix uses the standard output of the script as the value the full output with trimmed trailing whitespace is returned since Zabbix 2.0.
Zabbix uses the standard output of the script as the value the full output with trimmed trailing whitespace is returned since Zabbix 2.0.
For example, enter the expression stdout(myresult) to get the standard output of the result as stream, and stderr(myresult) to get the standard error output stream.
Marisa-build is a tool to build a dictionary from a set of keys. This tool takes as input newline-delimited keys and writes the dictionary to the standard output.
Directs only the standard output to file dirlist, because the standard error was duplicated from the standard output before the standard output was redirected to dirlist.
In this case the generated dc(1) instructions are sent to the standard output, instead of being interpreted by a running dc(1) process.
There is an"undocumented" option(- c) that causes the program to output the byte code to the standard output instead of running it.