これらの2つの構造はLinuxproces <input.txt
と同じことを行いますか?cat input.txt | process
答え1
一部のgoogle-fuを使用するために必要な用語は、実行中のタスク「リダイレクト」と実行process < input.txt
中のタスク「パイプライン」です。cat input.txt | process
この内容を理解したら、次の記事を見つけることができます。 https://askubuntu.com/questions/172982/what-is-the-difference-Between-redirection-and-pipe
私はこれがあなたの質問に非常によく答えていると思います。