Category: Linux Text Processing

awk print function in linux

Awk print function is a built-in function of awk, used for prints its arguments on the standard output (or on a file if > file...

vim tutorial: vim cursor move

Vim cursor move: 1. up, down, left, and right; 2. to the top of the file; 3. to the end of the line; 4. to...

vim tutorial: vim delete line

Vim delete lines, as the basic knowledge of vim is one of the functions we must master. Mastering the skills of deleting lines can improve...

awk replace statement and examples

Awk replace statement can help us format the input data conveniently. Use of awk string manipulation functions: gsub() ...