当前位置:网站首页>Awk from introduction to earth (0) overview of awk
Awk from introduction to earth (0) overview of awk
2022-07-03 02:14:00 【Wonderful binary】

1、 Introduce
AWK Is a text processing language , The language is 1977 Born in Bell Labs , Has experienced 40 Years of development . It supports POSIX standard , There are several standard compliant implementations , stay 2020 In, there are still a large number of fans , Whether for simple text processing tasks or for processing “ big data ”.
Its name comes from its author's initials :Alfred Aho,Peter Weinberger and Brian Kernighan.AWK It's the core Unix Tools , It aims to do one thing : Filter and convert text lines . It is usually used to parse fields in log files , Convert the output of other tools and calculate the number of occurrences of words and fields .
from GNU/Linux released AWK Versions are often called GNU AWK, By the free software Fund ( Free Software Foundation, FSF) Responsible for development and maintenance .
Various AWK edition
Currently in use AWK There are three major versions , And they all conform to POSIX standard ( At least for most use cases , Close enough to ). The first is classic awk, It is Aho,Weinberger and Kernighan In their 《 AWK programing language 》 It's described in a book AWK edition . Sometimes called “ new AWK”(nawk) or “ A real AWK”, Now the trust is in GitHub On . This is based on many BSD The system of ( Include macOS) Pre installed version on ( Even though macOS The attached version is out of date , Need to upgrade ).
The second is GNU Awk(gawk), It is by far the most powerful , Maintain the most active version .Gawk Usually pre installed in Linux On the system , And usually silent
边栏推荐
- Kotlin middle process understanding and Practice (II)
- His experience in choosing a startup company or a big Internet company may give you some inspiration
- [camera topic] how to save OTP data in user-defined nodes
- Processing of tree structure data
- DDL basic operation
- Analyzing several common string library functions in C language
- Depth (penetration) selector:: v-deep/deep/ and > > >
- [Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
- es6 filter() 数组过滤方法总结
- [shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
猜你喜欢

通达OA v12流程中心

基于线程池的生产者消费者模型(含阻塞队列)

easyPOI
![[shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)](/img/41/2413af283e8f1db5d20ea845527175.gif)
[shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)

【Camera专题】手把手撸一份驱动 到 点亮Camera

A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?

微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)

Button button adaptive size of wechat applet

微信小程序开发工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理问题
随机推荐
Redis:Redis的简单使用
浏览器是如何对页面进行渲染的呢?
easyPOI
Technology sharing | Frida's powerful ability to realize hook functions
Asian Games countdown! AI target detection helps host the Asian Games!
How do it students find short-term internships? Which is better, short-term internship or long-term internship?
Redis: simple use of redis
502 (bad gateway) causes and Solutions
What are MySQL locks and classifications
Analyzing several common string library functions in C language
The technology boss is ready, and the topic of position C is up to you
PyTorch 卷积网络正则化 DropBlock
How can retail enterprises open the second growth curve under the full link digital transformation
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
The Sandbox阐释对元宇宙平台的愿景
stm32F407-------ADC
线程安全的单例模式
Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
[camera topic] how to save OTP data in user-defined nodes
leetcode961. Find the elements repeated N times in the array with length 2n