test3
-
linux 中 生成文件的sha1码
001、 root@PC1:/home/test3# ls root@PC1:/home/test3# seq 1000 > a.txt ## 生成一个测试文件 root…
-
linux系统中如何将每行特定数目字符后的字符替换为指定字符
001、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt e r e y e u e e e g …
-
linux 中统计每一行特定字符出现的次数
001、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt ## 测试数据, 统计每一行出现的k的次…
-
zabbix 监控端口
通过 监控端口 来确定应用程序是否在运行 1、在~/zabbix_agentd 目录下创建文件 #vim userparameter_nginx_80.conf(只要以.conf…
-
linux 中awk命令实现字符串的精确匹配
001、 root@DESKTOP-1N42TVH:/home/test3# ls test.txt root@DESKTOP-1N42TVH:/home/test3# cat…
-
linux 中利用变量作为行号删除指定的行
1、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt 1 e d 2 a g 3 w e 4 d …
-
linux中如何统计文本字符的总个数
1、测试数据 [root@centos7 test3]# ls test.txt [root@centos7 test3]# cat test.txt deet dggh df…