当前位置:网站首页>shell脚本
shell脚本
2022-07-22 10:13:00 【suanday_sunny】
查询子字符串
,子字符串完整匹配:
startpos=$(echo $1|awk '{print index($1,"3675612")}')
$ echo "78548-3675612" 56 |awk '{print index($1,$2)}'
10
$ echo "78548-3675612" 33356 |awk '{print index($1,$2)}'
0
文件名正则表达式过滤
#ls + grep -c
ls -l /home/path /log-api-release.file.* | grep -c ".[[:digit:]]$"
#find [0-9]
find /home/path -type f -name "log-api-release.file.[0-9]"
find /home/path -type f -name "log-api-release.file.[0-9][0-9]"
边栏推荐
猜你喜欢
maxscale的causal_reads参数
Causal of maxscale_ Reads parameter
Docker - 通过容器安装部署DB2数据库教程
数据架构与数据库建模
It is found that the MariaDB database is 12 hours late, and the xxljob scheduled task scheduling is abnormal
Initial experience of MariaDB spider sharding engine
你经常遇到的IO模型
世纪佳缘“大地震”
Vector
Data model design of newsql database
随机推荐
maxscale的causal_reads参数
mysql数据库
AForge “未能加载文件或程序集“AForge.Video.FFMPEG.dll”或它的某一个依赖项。找不到指定的模块”
索引为什么选择B+树
It is found that the MariaDB database is 12 hours late, and the xxljob scheduled task scheduling is abnormal
WPF TextBox限制只能输入数字的两种方法
mysql/mariadb怎样生成core文件
Spark SQL 内置函数和自定义函数UDF
Use of JVM Jinfo
Reliability and repeatability of messages
Spark RDD的依赖于DAG的工作原理
安装mariadb 10.5.7(tar包安装)
ES6 new features sharing (III)
C regular expression extracts the index position where the specified word appears
zabbix怎样自定义mysql监控项并触发告警
Neo4j example: figure relationship map of the annals of the Three Kingdoms
Several methods of cumulative summation in MySQL
Jiayuan "great earthquake" of the century
warning: [mariadbmon] The current master server ‘srv-cls01-02‘ is no longer valid because it is in r
Causal of maxscale_ Reads parameter