pipeline and redirect

前端之家收集整理的这篇文章主要介绍了pipeline and redirect前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
1. almost all the return data is text type.
2. pipeline collect different commands into complicated one.
3. data stream
1. STDIN -0
2. STDOUT -1
3. STDERR -2
4. redirect
1. > STDIN->file(override)
2. >> STDIN->file(add)
3. 2> STDERR->file
4. 2>&1 STDERR->STDIN
5. < file->STDIN
5. pipeline
| 原文链接:https://www.f2er.com/javaschema/286467.html

猜你在找的设计模式相关文章