摘要: In this lesson, we’ll use grep to find text patterns. We’ll also go over some of the flags that grep has that can be combined together to make it more 阅读全文
posted @ 2018-10-15 14:45 Zhentiw 阅读(201) 评论(0) 推荐(0)
摘要: find is a powerful tool that can not only find files but it can run a command on each matching file too. In this lesson, we’ll learn how to find all t 阅读全文
posted @ 2018-10-15 14:38 Zhentiw 阅读(152) 评论(0) 推荐(0)
摘要: Using Angular CLI v6, we are able to create library or small application inside a Angular CLI generated application. If for example, the lib logger-li 阅读全文
posted @ 2018-10-15 00:48 Zhentiw 阅读(150) 评论(0) 推荐(0)