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.


  • 相关阅读:
    let 和 const 命令
    python连接oracle
    Python中小整数对象池和大整数对象池
    前端内容流程导图
    bootstrap插件的一些常用属性介绍
    bootstrap的引入和使用
    Linux 重定向
    Mongodb 备份 数据导出导入
    Mongodb 副本集
    Redis 模糊查询删除操作
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2806044.html
Copyright © 2011-2022 走看看