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.
dup (または dup2) を使用してリダイレクトを実現する方法、つまり のようなコマンドを実行する方法sort < in.txt > out.txt. ※(bin/sh/)のように新しいシェルを作成するシステムコールは許可されていません。
sort < in.txt > out.txt