logo
  • 教程列表
  • SO官方文档
  • grep,egrep,fgrep,pgrep 之间的区别
    • 具有扩展正则表达式的 egrep
    • fgrep 没有正则表达式
    • 基本正则表达式的 grep
    • pgrep 与进程名称
  1. StackOverflow 文档
  2. grep 教程
  3. grep,egrep,fgrep,pgrep 之间的区别
  4. fgrep 没有正则表达式

fgrep 没有正则表达式

Created: November-22, 2018

$ fgrep "." .bashrc
# will match lines with a dot.
  • 基本正则表达式的 grep
  • 具有扩展正则表达式的 egrep

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明