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.


  • 相关阅读:
    day3
    day2
    day1-存储
    day5-iptables
    MySQL之补充
    11.18
    11.17
    junit基础学习之-测试controller层(2)
    junit基础学习之-简介(1)
    外键和级联
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2806044.html
Copyright © 2011-2022 走看看