当前位置:网站首页>Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
2022-07-03 02:14:00 【Wonderful binary】
Learning any language starts with variables .
Built in variable table
attribute | explain |
---|---|
$0 | Current record ( As a single variable ) |
1 1~ 1 n | The current record number n A field , Between fields by FS Separate |
FS | Enter field separator Default is space |
NF | Number of fields in the current record , How many columns are there |
NR | The number of records that have been read , It's the line number , from 1 Start |
RS | Separator default of the entered record Consider line breaks \n |
OFS | Output field separator The default is also a space |
ORS | Record separator for output , The default is line break |
边栏推荐
- 可視化yolov5格式數據集(labelme json文件)
- 力扣(LeetCode)183. 从不订购的客户(2022.07.02)
- Use go language to realize try{}catch{}finally
- Unrecognized SSL message, plaintext connection?
- Ni visa fails after LabVIEW installs the third-party visa software
- Machine learning notes (constantly updating...)
- 苏世民:25条工作和生活原则
- Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
- DML Foundation
- Analysis, use and extension of open source API gateway apisex
猜你喜欢
技术大佬准备就绪,话题C位由你决定
ByteDance data Lake integration practice based on Hudi
Trial setup and use of idea GoLand development tool
Button button adaptive size of wechat applet
线程安全的单例模式
Distributed transaction solution
详细些介绍如何通过MQTT协议和华为云物联网进行通信
Technology sharing | Frida's powerful ability to realize hook functions
Learn BeanShell before you dare to say you know JMeter
《上市风云》荐书——唯勇气最可贵
随机推荐
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
《上市风云》荐书——唯勇气最可贵
require. context
Trial setup and use of idea GoLand development tool
COM and cn
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
PyTorch 卷积网络正则化 DropBlock
[Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
Leetcode (540) -- a single element in an ordered array
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
2022 spring "golden three silver four" job hopping prerequisites: Software Test interview questions (with answers)
[Yu Yue education] Jiujiang University material analysis and testing technology reference
easyPOI
How to deal with cache hot key in redis
stm32F407-------ADC
Cfdiv2 fixed point guessing- (interval answer two points)
创建+注册 子应用_定义路由,全局路由与子路由
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
4. 类和对象
DDL basic operation