Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Parsing HTML on the command line; How to capture text in <strong></strong>?

Can I change the order of the output fields from the Linux cut command? [duplicate]

linux bash shell awk cut

AWK command to print until end of line

shell unix awk

How do I display data from the beginning of a file until the first occurrence of a regular expression?

regex perl sed awk

print specific number of lines after matching pattern

How to run grep inside awk?

linux bash awk grep

Linux command to replace string in LARGE file with another string

linux perl command-line sed awk

convert to Uppercase in shell

shell awk uppercase

Embedded awk for .NET?

c# .net scripting awk embed

What is a shell command to find the longest common substring of two strings in unix?

linux string shell unix awk

Can sed regex simulate lookbehind and lookahead?

shell script to add header to a file

shell unix vim sed awk

grep pattern from file, print the pattern instead matched string

bash awk grep

Maximum and Minimum using awk

unix awk max min

How can you tell which characters are in which character classes?

awk

awk solution for comparing current line to next line and printing one of the lines based on a condition

awk getline

How to find words from one file in another file?

replacement for cut --output-delimiter

bash awk solaris cut

AWK to filter CSV files

csv awk

How to read files with different encodings using Awk?

character-encoding awk