【发布时间】:2011-01-14 00:48:09
【问题描述】:
我看过但找不到任何东西。例如,我使用的一个 TTS 程序可以让您执行以下操作:
~#festival -tts | echo "I am to be spoken"
这真的很好,但是对于我使用的程序,例如 hexdump,我不知道如何将文本输入其中。我真的可以使用其中的一些东西,我尝试过(但失败)的一些例子是这样的:
~#gtextpad < dmesg
//(how do I put the contents into the text pad for display? not just into a file)
~#hexdump | echo "I am to be put into hexdump"
//(How do I get hexdump to read the echo? It normally reads a file such as foo.txt..)
【问题讨论】:
标签: linux file terminal command pipe