···
首页
···
开发工具
···
开发入门教程
···
网址导航
···
搜索
Ctrl K
systemd
17 Shell 实战项目
Shell 实战项目,1. 前言,通过之前的学习,我们已经分章节系统性的讲解了 Shell 脚本的知识,本章节我们通过两个项目实战,进一步详解 Shell 在实战中的知识组合及灵活运用。,2. 系统巡检,2.1 需求,需要对 Linux 服务器,...
13 Shell三剑客之 grep
Shell 三剑客之 grep,1. grep 概述,1.1 grep 是什么,在我们日常 Linux 运维过程中,最多的就是对 Linux 文件进行处理, grep (global search regular expression (RE) and print out the line)作为一款非常方便且强大...