摘要: Pipes (|) are one of the most powerful features in bash and allow you to efficiently chain commands together and send data through it. We'll also look 阅读全文
posted @ 2021-02-09 03:09 Zhentiw 阅读(44) 评论(0) 推荐(0)
摘要: Knowing how conditionals work in bash open up a world of scripting possibilities. We’ll learn the basic syntax, including if, else, and elif. Then we' 阅读全文
posted @ 2021-02-09 03:04 Zhentiw 阅读(47) 评论(0) 推荐(0)