摘要: 一、上集回顾 1、bash globing,IO重定向及管道 glob:*,?,[],[^] IO重定向: >,>>, 2>,2>> &>,&>> > /PATH/TO/SOMEWHERE 2>&1 <,<<(Here Document) COMMAND1 | COMMAND2 命令:tr,tee 阅读全文
posted @ 2019-12-19 11:51 Presley 阅读(440) 评论(0) 推荐(0) 编辑