Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パイプの結果を実行する必要がありますが、一時ファイルを使用せずに (pid は同じままである必要があります... うんざりした回帰システム)。
したがって、以下を含むテスト ファイルがあるとします。
echo Do this
私は理想的には次のようなものを実行したい:
cat test_file | eval
それはこれを返します:
Do this
これを試して:
eval `cat test_file`
ただし、コード インジェクションには注意してください。