博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
grep,awk和sed
阅读量:4554 次
发布时间:2019-06-08

本文共 337 字,大约阅读时间需要 1 分钟。

commons:

  all of them could use regular-expression to match the result.

differences:
  1)grep:
    search for files with patterns.
  2)awk:
    anylyst for 'fields'; add addition message.
  3)sed:
    focus on lines of a file,including 'append,insert,delete',or even a range of lines.

转载于:https://www.cnblogs.com/listened/p/3929349.html

你可能感兴趣的文章
LeetCode Maximum Subarray
查看>>
让我们再聊聊浏览器资源加载优化
查看>>
underscore demo
查看>>
CSS hack
查看>>
C# Enum Name String Description之间的相互转换
查看>>
PHP wamp server问题
查看>>
Spring Data Redis学习
查看>>
js闭包理解案例-解决for循环为元素注册事件的问题
查看>>
2015.04.23,外语,读书笔记-《Word Power Made Easy》 12 “如何奉承朋友” SESSION 33
查看>>
Spring+SpringMVC+JDBC实现登录
查看>>
生与死之间
查看>>
NEFU 109
查看>>
HDU 5435
查看>>
git从已有分支拉新分支开发
查看>>
滚动条隐藏兼容写法
查看>>
SQL2005查询所有表的大小
查看>>
Shell 正则表达式
查看>>
Docker run命令参数整理
查看>>
qt-opencv配置mingw编译器
查看>>
CSS之Medial Queries的另一用法:实现IE hack的方法
查看>>