zoukankan      html  css  js  c++  java
  • the meaning of awk grep rc and perl

    awk "Aho Weinberger and Kernighan" 

    This language was named by its authors, Al Aho, Peter Weinberger and Brian Kernighan. 

    grep "Global Regular Expression Print" 

    grep comes from the ed command to print all lines matching certain pattern g/re/p where "re" is "regular expression".

     rc (as in ".cshrc" or "/etc/rc") "RunCom" 

    "rc" derives from "runcom", from the MIT CTSS system, ca. 1965. 'There was facility that would execute bunch of commands stored in file; it was called "runcom" for "run commands", and the file began to be called "a runcom." "rc" in Unix is fossil from that usage.' 

    Perl "Practical Extraction and Report Language" 

    Perl "Pathologically Eclectic Rubbish Lister" 

    The Perl language is Larry Wall's highly popular freely-available completely portable text, process, and file manipulation tool that bridges the gap between shell and programming (or between doing it on the command line and pulling your hair out). For further information, see the Usenet newsgroup comp.lang.perl.misc.


  • 相关阅读:
    2019.6.15刷题统计
    入门组完成情况
    2019.6.14刷题统计
    2019.6.13刷题统计
    绑定与非绑定方法 继承 继承与抽象 查找属性关系 派生与覆盖 访问父类的内容
    23 xml 面向对象
    day22 configparser模块 subprocsee模块 表格
    Python常用模块
    20.logging日志 re正则
    导入模块 包
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2806044.html
Copyright © 2011-2022 走看看