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.


  • 相关阅读:
    HtmlAgilityPack
    随笔-20150513
    过滤掉html 标签
    json转换
    第28月第3天 c语言读写文件
    第27月第28天 iOS bundle
    第27月第27天 https
    第27月第25天 clang -rewrite-objc main.m
    第27月第24天 git pull fetch
    第27月第18天 epoll lt et
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2806044.html
Copyright © 2011-2022 走看看