摘要: shell脚本如何统计文本中特定字符连续出现的最多次数 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 32543aa8324daaaaa889 3244aa6666 [root@PC1 test]# grep -o 阅读全文
posted @ 2025-04-11 15:39 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)
摘要: 001、问题 环境变量处理失误导致基础命令调不出来: [root@PC1 ~]# ls bash: ls: command not found... Packages providing this file are: 'coreutils-single' 'coreutils' 002、应急方法 [ 阅读全文
posted @ 2025-04-11 10:00 小鲨鱼2018 阅读(28) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法: 下载安装包: https://ctan.org/tex-archive/support/epstopdf 003、 unzip epstopdf.zip cd epstopdf/ cp epstopdf.pl epstopdf.pl_backup mv epstop 阅读全文
posted @ 2025-04-11 09:32 小鲨鱼2018 阅读(65) 评论(0) 推荐(0)