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.
誰かがこれら2つの違いを教えてくれるかどうか疑問に思っていました. ネット上で正確な答えを見つけることはできません。私にとってコマンドラインは入力ラインを意味し、パイプラインは出力ですか?
助けてくれてありがとう
コマンド パイプラインとは、あるコマンドの出力を別のコマンドの入力に接続することです。
$ cat myfile | sort
些細な例です
Linux のコマンド ラインは、単にシェル プロンプトを指します。