Skip to content
SRE运维进阶之路SRE运维进阶之路
github icon
  • 前端学习笔记

    18 正则表达式

    author iconLinuxStorycalendar icon2021年5月11日category icon
    • Linux
    tag icon
    • Bash
    timer icon小于 1 分钟

    # 18 正则表达式

    ...the intellectual activity associated with software development is largely one of gaining insight.--Stowe Boyd

    目录

    • 18.1 正则表达式简介open in new window
    • 18.2 文件名替换open in new window

    为了充分利用shell脚本,您需要熟练掌握正则表达式。有一些在脚本中常用的特定的命令和工具,例如grep、expr、sed和awk,这些命令会解释和使用正则表达式。版本三的bash实现了它独特的正则匹配符:=~。

    edit icon编辑此页open in new window
    上次编辑于: 2022/4/27 15:33:00
    贡献者: clay-wangzhi
    下一页
    19 嵌入文档
    备案号:冀ICP备2021007336号
    Copyright © 2023 LinuxStory