sh 管道

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 管道相关的知识,希望对你有一定的参考价值。

# reditect output to file
ls > output.sh
# redirect input from file
sort < file.txt
# redirect input and output
sort < unsorted.txt > sorted.txt
# pipeline
cat unsorted.txt | sort

以上是关于sh 管道的主要内容,如果未能解决你的问题,请参考以下文章

/bin/sh:如何从 &3 重定向到命名管道?

sh Tzahi Argaman - 分析管道

sh 分析管道

sh 使用管道脚本添加时间戳

sh bash管道过滤器

sh 管道