stdout
美
英 
例句
It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way.
可以通過子進程的標準輸入、標準輸出、標準錯誤輸出以完全非阻塞的形式傳遞數(shù)據(jù)。
If the output stream was stdout, and if it was not redirected to a file or a pipe, the selected pages will appear on the screen.
如果輸出流是標準輸出,并且沒有被重定向至文件或管道,則選定的頁將出現(xiàn)在屏幕上。
If the output stream was stdout, and if it was redirected to a file, the selected pages will be in that file.
如果輸出流是標準輸出,并且被重定向至一個文件,則選定的頁將在該文件中。
Scanning can be controlled by many arguments and switches ; to use as a pipe filter ; and a special STDIN STDOUT mode is available .
掃描可通過引數(shù)和參數(shù)管控;用作管道過濾器;還有一個特殊的STDINSTDOUT模式。
The STDOUT, unless redirected by the user, is usually the console.
STDOUT通常是控制臺,除非用戶進行了重定向。
By default, find prints results on the standard output device (stdout), which is usually your terminal window.
默認情況下,find在標準輸出設備(stdout,通常是您的終端窗口)上打印結果。
The scanner is able to run in STDIN STDOUT mode as a pipe filter.
掃描器能夠在STDINSTDOUT模式運作,把它用作管道過濾器。
To the STDERR stream, or to the STDOUT stream.
指定的文件、STDERR流或STDOUT流。
Since the -debug command line option is specified, you'll see some startup messages that were directed to stdout.
由于已經指定了-debug命令行參數(shù),您將會看到定向到標準輸出的一些啟動消息。
But it does not simply copy its arguments to stdout. Instead those messages found in the selected catalog are translated.
但它不是直接把參數(shù)復制至標準輸出,而是尋找消息一覽表文件里翻譯過的消息。
You can see the old behavior if you redirect both stdout and stderr to a file of your own choosing.
如果您將stdout和stderr重定向到自己選擇的文件,您將看到老版本中出現(xiàn)的行為。
The cat command reads each of the files specified in its arguments and writes the content of the files to stdout.
cat命令讀取參數(shù)中指定的每個文件,并將這些文件的內容寫入到stdout。
The term stdout is the output data that the program executed returns, and stderr refers to errors that the program encountered or returned.
術語stdout表示執(zhí)行的程序所返回的輸出數(shù)據(jù),而stderr指的是程序遇到或返回的錯誤。
stderr stdout. Windows blocks a process when either of these buffers are full.
一個窗口過程塊這兩種緩沖器都滿了。
If everything works correctly, the server will display your message on stdout, send an acknowledgement message to the client and terminate.
如果一切工作正常,服務器端將顯示傳輸入的信息,并發(fā)送一個通知消息給客戶端。之后結束服務器程序。
Unless redirected elsewhere, the stdout and stderr streams from the background process are directed to the controlling terminal.
除非被重定向到其他地方,否則來自后臺進程的stdout和stderr流將被定向控制終端。
The nohup command is used to start a command that will ignore hangup signals and will append stdout and stderr to a file.
nohup命令用于啟動一個忽略hangup信號的命令,并且將stdout和stderr附加到文件。
The stdout of the first command is not written to a file and then read by the second command.
第一個命令的stdout沒有寫到一個文件中,然后再由第二個命令讀取。
Typically, the shell connects stdout to a terminal, but redirection can reroute the output to a file.
通常,shell把stdout連接到一個終端,但是也可以把輸出重定向到文件。
In record mode only, the click-timing events are printed to STDOUT, along with the hash signature for those particular events.
僅在記錄模式下,單擊計時事件將被輸出到STDOUT中,以及這些特殊事件的散列簽名。
The key to note is the fact that STDOUT is being redirected to the triangle. vertices file.
需要注意的要點是STDOUT正被重定向到triangle.vertices文件。
Combining STDOUT and STDERR in this way prevents STDERR output from showing up on the system console and enables the program to parse it.
以這種方法合并STDOUT和STDERR,將阻止STDERR輸出在系統(tǒng)控制臺上顯示并允許程序解析它。
Use the cat (short for concatenate) command to display the contents of a file on stdout.
使用cat(concatenate的簡寫)命令顯示文件在使用標準輸出時的內容。
If the -o option is not specified, then output goes to standard output (stdout), generally the screen.
如果未指定-o選項,然么輸出將為標準輸出(stdout),通常是輸出到屏幕。
Like many other UNIX utilities, tar can write to and read from standard output (stdout) and standard input (stdin), respectively.
與許多其他的UNIX實用程序一樣,tar可以分別向標準輸出(stdout)寫入、從標準輸入(stdin)讀取。
STDOUT The standard output is not used unless the option-argument to the -o option is specified as -.
標準輸出不被使用除非選項參數(shù)被指定為-o選項。
STDIN, STDOUT, STDERR, files, and in-memory data stacks are all handled in a uniform and elegant fashion.
文件和內存內部數(shù)據(jù)棧都以統(tǒng)一而優(yōu)雅的方式處理。
Figure 1 provides a graphical representation of the command's stdout redirecting to stdin for the subsequent command.
圖1通過圖形說明命令的stdout重定向到后續(xù)命令的stdin的次序。
So most of the time, you will want to direct STDOUT to a file for safe keeping, and watch STDERR for progress and result summaries.
這樣在大部分時間里,為了安全保管,您將會把STDOUT定向到一個文件,并監(jiān)視針對進程和結果概要的STDERR。
This command uses the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).
這個命令使用klogctl系統(tǒng)調用來讀取內核環(huán)緩沖區(qū),并將它轉發(fā)到標準輸出(stdout)。
Note that kernel output goes to the kernel ring buffer and not to stdout, because stdout is process specific.
注意,內核的輸出進到了內核回環(huán)緩沖區(qū)中,而不是打印到stdout上,這是因為stdout是進程特有的環(huán)境。
Consider cases in which you need to redirect standard output (stdout) to a log.
讓我們考慮這樣的情況,即需要將標準輸出(stdout)重定向到一個日志。
Each token (word) is then emitted to stdout with an associated value of 1 (separated by a tab).
使用為1的相關值(通過選項卡分隔)將每一個標記(單詞)發(fā)送到stdout。
Using the pipeline can be much more complicated when you redirect stdout to stdin several times.
當多次把stdout重定向到stdin時,管道的使用方法可以很復雜。
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中。
It is worth noting that code_recognizer. py sends its (large) test result file to STDOUT , but puts some friendly messages on STDERR .
值得注意的是,code_recognizer.py將它的(大的)測試結果文件發(fā)送到STDOUT,而將一些友好的消息放在STDERR里。
Recent versions of PHP can use STDOUT as a constant instead of defining the variable $STDOUT used above.
最新版本的PHP可以使用STDOUT作為常量而不是定義上面使用的變量$STDOUT。
However, you can name a directory to capture the stdout of each instance.
但是,可以指定一個目錄來捕捉每個實例的輸出。
The print instruction emits the argument to standard output (stdout), and concat implements string concatenation.
print指令發(fā)出標準輸出(stdout)的參數(shù),且concat實現(xiàn)字符串連接。
In the last command, 7za extracted the . bz2 archive and wrote the output to stdout, where tar decompressed and cataloged the files.
在最后一個命令中,7za解壓.bz2存檔并把輸出寫到stdout,在這里tar解壓文件并編制目錄。