文章
2022-02-16
来自:开发者社区
【Linux shell】grep命令精确匹配字符串查找
需求: 精确匹配查找某个字符串 精确匹配: 例如: 在抽取字符串“48”,返回结果包含诸如484和483等包含“48”的其他字符串,实际上应精确抽取只包含48的各行。 使用grep抽取精确匹配的一种有效方式是在抽取字符串前加 \ <, 在抽取字符串后加 \ > 。假定现在精确抽取48, 方法如下: #grep ' \ <48\>' filename
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
Linux shell相关内容
- Linux shell检测
- Linux shell目录文件
- Linux shell脚本目录
- Linux shell目录
- Linux shell hash
- Linux shell脚本解析
- Linux shell脚本日志
- Linux shell解析
- Linux shell日志
- Linux shell字符串
- Linux shell函数
- Linux shell区别
- Linux shell服务
- Linux shell运行
- shell Linux权限
- Linux操作系统shell
- Linux操作系统shell编程
- Linux shell命令行
- Linux shell命令行解释器
- Linux shell入门教程
- Linux shell自动化
- Linux shell脚本自动化
- Linux shell export区别
- Linux shell定义变量
- Linux shell定义
- Linux环境变量shell变量
- Linux环境变量shell
- 笔记Linux shell编程
- 笔记Linux shell
- Linux进程shell
Linux更多shell相关
- Linux jdk shell
- Linux centos shell
- Linux脚本shell
- shell Linux脚本
- Linux shell方法
- Linux shell分隔符
- Linux shell脚本数组
- Linux shell日志备份
- Linux shell备份
- Linux shell规则
- shell命令集合Linux文件
- shell命令磁盘Linux教程
- shell文件管理Linux
- Linux运维shell
- Linux shell数组
- shell文档Linux
- Linux shell脚本笔记
- Linux shell入门
- Linux学习shell
- shell Linux目录
- shell命令Linux目录
- shell备份Linux
- shell Linux工具
- Linux教程shell
- shell集合压缩Linux
- Linux shell流程
- shell集合Linux文件系统
- Linux shell程序
- Linux shell格式
- shell集合磁盘Linux目录
Linux宝库