标签: c shell sorting redirect dup
如何使用dup(或dup2)实现重定向,换句话说,执行sort < in.txt > out.txt之类的命令。 *不允许创建类似(bin / sh /)的新shell的系统调用。
sort < in.txt > out.txt