linux三剑客之awk

Posted students

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux三剑客之awk相关的知识,希望对你有一定的参考价值。

man  sed
NAME
       sed - stream editor for filtering and transforming text

SYNOPSIS
       sed [OPTION]... {script-only-if-no-other-script} [input-file]...

 

 

 

GAWK(1)                                                                                              Utility Commands                                                                                              GAWK(1)

NAME
       gawk - pattern scanning and processing language

SYNOPSIS
       gawk [ POSIX or GNU style options ] -f program-file [ -- ] file ...
       gawk [ POSIX or GNU style options ] [ -- ] program-text file ...

       pgawk [ POSIX or GNU style options ] -f program-file [ -- ] file ...
       pgawk [ POSIX or GNU style options ] [ -- ] program-text file ...

       dgawk [ POSIX or GNU style options ] -f program-file [ -- ] file ...

  

以上是关于linux三剑客之awk的主要内容,如果未能解决你的问题,请参考以下文章

linux基础学习-18-linux三剑客之awk命令精讲

不看绝对后悔的Linux三剑客之awk实战精讲

linux 文本三剑客之awk

awk && sed ====linux 三剑客之awk 命令

linux基础篇-文本三剑客之AWK

linux 三剑客之 awk