Redirect output to a file permission denied?
将输出重定向到文件权限被拒绝?
This means that you can redirect output to a remote command.
这意味着您可以将输出重新定向到远程命令。
Pipes allow you to redirect output from one command into another.
管道允许您将一个命令的输出重定向到另一个命令。
Remember that you can redirect output to files as well as other devices.
请记住,可以把输出重定向到文件和其他设备。
The greater than sign (> allows you to redirect output from the command.
大于符号 >允许您对该命令的输出进行重定向。
The most straightforward way is to redirect output to a file for each command (see Listing 3).
最简单的方式是将每个命令的输出重定向到文件中(请参见清单 3)。
Alternatively, use the -r or the -z CLP option to redirect output to a file (see Table 1). For example.
也可以使用- r或- zCLP选项将输出重定向到文件中(参见表1)。
Above we used the external rxqueue utility, but we can similarly redirect output of utilities right within Rexx. For example.
上面我们用的是外部rxqueue实用程序,不过在Rexx内部我们同样可以重定向实用程序的输出。
Note that this can only save you while you're trying to redirect output to an existing file — it isn't any help if you're using cp or mv to overwrite the file.
注意,这只能防止把输出重定向到现有文件;如果使用cp或mv覆盖文件,这个变量没有任何帮助。
This does not have to be the case, however. By using some special notation we can redirect the output of many commands to files, devices, and even to the input of other commands.
这个输出并不是唯一的,就是说,我们可以使用一些特殊的符号,将很多命令的输出结果重定向到文件,设备,甚至作为其他命令的输入。
You can also use | to redirect the output of the second command in the pipeline to a third command, and so on.
您还可以使用 | 将管道中第二个命令的输出重定向到第三个命令,依此类推。
Of course, you may redirect this output to a file for later analysis or forward it to a kernel developer for debugging purposes.
当然,您可以将这个输出重定向到一个文件以便将来分析,或者将其转发给一个内核开发人员进行调试。
Redirect the output to a file so you can look at it later.
将输出重定向到文件,以便稍后进行查看。
If a lot of output is generated, simply redirect it to a file for further diagnostics.
如果生成了大量输出,只需把输出重定向到一个文件供进一步分析。
To do this, run the script again and redirect the output to a file.
为此,再次运行脚本,并将输出结果重定向到文件中。
This highlights one of the benefits of ssh-the remote machine redirects to the same location (standard output, standard error), so you can redirect locally while retaining the meaning of the output.
这是SSH的一个突出的优点,远程计算机重定向到相同的位置(标准输出、标准错误),所以您可以在本地进行重定向,同时保持输出结果的含义。
The most interesting thing about generating the individual panels is that we use an XSLT extension to redirect the output of the transformation into different files.
生成单独面板的最有趣的事是:我们使用XSLT扩展来将转换的输出重定向到不同文件。
Redirect the output to a file.
请将输出结果重定向到某一文件中。
Redirect the output if needed to make sure it all went through successfully. For example
如果需要,就重新定向输出以确保都成功运行了。
Using some of the common regular expressions with other Linux commands you can redirect their output to be the list of file names.
利用一些普通的正则表达式和其他的Linux命令,您可以将它们的输出重定向为一列文件名。
To shorten the list to what you're looking for, redirect the standard output of ps a "ef using a pipeline to grep to search for exactly what you want to see."
为了把这个列表缩短到自己需要的范围,可以使用管道把ps—ef的标准输出重定向到grep,从而搜索自己真正希望看到的结果。
If the commands you're testing produce a lot of output, redirect it so that you can read both start and stop dates. Calculate the difference between the two dates.
如果您所测试的这些命令产生了大量的输出,可以对其进行重定向,以便能够阅读到开始和停止日期。
If necessary, you can extend the pipeline shown above further and redirect the output of uniq to yet another utility.
如有需要,您可进一步扩展管道,将uniq的输出重定向到另外的实用工具。
For instance, most shells can only redirect input from a single file, and you must use a utility like tee to output to more than one destination.
例如,多数shell只能将输入重定向到单个文件,因此您必须使用如tee等实用工具来输出到多个目标。
Actually, you can still redirect or pipe stderr, but not stdout, since there will not be any standard output — it's being internally piped to the lp process using the popen function.
实际上,您仍然可以对标准错误使用重定向或管道命令,但不能对标准输出使用,因为没有任何标准输出—正在内部使用popen函数由管道将它输送至lp进程。
If you want to eliminate those, you can redirect the ij tool's standard output and standard error. For example, if you're working in the Bash shell, you can do this with.
如果想要消除这些消息,可以重定向ij工具的标准输出和标准错误。
Adding -z tempfile.txt to the end of this command will redirect the output to the file specified.
db 2 - tfcreateDatabaseDb 2 . ddl(如果将- z tempfile . txt添加到此命令的末尾,则会使输出重定向到指定的文件)。
The script in Listing 1 writes the output to the screen. To save the data to a file, redirect the output when you run the script
清单1中的脚本将输出写到了屏幕。
Using the subshell, you can collectively redirect their standard and error output for the entire block instead of for each individual command.
通过使用子外壳,可以对整个块(而不是单个命令)的标准和错误输出进行集体重定向。
The server can then validate that a valid option was selected and redirect the output based on the input received.
然后服务器可以验证是否选中有效选项,并根据接收到的输入重定向输出。
应用推荐