Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How do I convert a tab-separated values (TSV) file to a comma-separated values (CSV) file in BASH?

bash csv awk tsv

How to not print a line if it and the following line starts with the same pattern?

regex awk sed

print unique lines based on field

awk

How do I delete the first line in a file?

perl file-io awk line

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