awk NR FNR difference
Linux awk command can use variables NR and FNR to process multiple files. NR : ordinal number of the current record, multiple files self-increase FNR...
Efficient meeting
We often have meetings to communicate during the development of the project, so it is very important to have an efficient meeting. Today, let’s discuss...
Internet Project Organization Structure And Project Flow
1. Project Organization Structure 2. Project Flow...
How to be financially free
Financial freedom can be said to be the dream of all people. What is financial freedom? Financial freedom generally means having enough savings, investments and...
mac php nginx mysql
As a back-end development, you often use a local development environment. Here I install the php + nginx + mysql development environment through the mac...
mac homebrew
As a loyal fan of Linux system, I have used Ubuntu and Centos, apt package management and Yum package management, which are very convenient. After...
AWK tutorial: awk sort uniq
In daily development, we often use awk command to cut and sort log file columns and count them. awk sort uniq count example awk column...
linux grep regex examples
Grep regex matches the search content according to the specified rule pattern, which can help us find the content we need precisely. Syntax: grep -E...
AWK tutorial: split on character awk or cut
In the previous article, we introduced the use of linux awk for string cutting. Here we introduce a method. use awk -F parameter use awk...
AWK tutorial: awk [-F] print example
- awk print last field
- print line number per line
- print specific columns
- use -F specifies a delimiter...
AWK tutorial: awk remove last character
awk remove last character use awk length and substr functions...
awk command tutorial in linux/unix with examples and use cases
linux awk tutorial: syntax, options, workflow, built-in variables, built-in functions, custom functions, conditional judgment, and usage examples....
linux find command tutorial: find syntax and examples
linux find – search for files in a directory hierarchy. syntax examples use find command – find file find – type filter explanation where x...
AWK tutorial: awk save to file
AWK save to file AWK append to file...
Awk tutorial: awk man
awk man...