运行结果 shell 脚本实现 #!/bin/sh ##############################################...
需求:把查询中的相关进程名称改成中文,并不修改源文件内容 源文件: [root@localhost scripts]# cat en_sourc...
[root@localhost ~]# netstat -an|awk '/^tcp/ {print $NF}'|sort|uniq -c | ...
root@localhost logs] cat access_log 10.12.29.250 - - [10/Oct/2017:10:41:...
1、通过man awk可知它的详情 awk 是一种编程语言,awk有很多内建的功能,比如数组、函数等..... 实例1通过awk得到IP [ro...
awk 数组定义赋值 array[1]=abc; arrray[2]=efg; 在命令行定义打印数组 [root@localhost ]# aw...
1、sed 在文件指定行插入新的内容 用参数:i root@localhost scripts]# sed '1i sedadd' b.log ...
1、sed 命令的后项要引用取IP [root@localhost scripts]# ifconfig enp0s3|grep 'inet '...
ulimit 设置查看文件描述符命令 ulimit -n查看文件描述符 ulimit -SHn 65535设置文件描述符 dmesg 内核打印的...