Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

awk and sed challenge: adjust the text width

sed awk

Perl/Sed command to replace same pattern multiple times

regex perl awk sed ubuntu-16.04

Appending the line even though there is no match with awk

linux awk

Do various substitutions but only before a character

regex bash awk sed

Save output of awk to two different variables

bash shell variables awk

Printing multiple columns with awk but joined by semicolon

awk

awk/sed: repeat 1st column for each column

awk sed vim

How to extract all variables from file

regex awk sed grep

How to find a chunk of string that starts with $PATTERN and ends with $LINEBREAK

awk sed

sed (or awk) regular expression to replace substring of match

regex sed awk

one liner in bash (using perl or awk) to change extension of multiple files?

perl bash shell unix awk

convert first column in a csv file from timestamp to year-month format

bash awk sed

Compare two files and display the count of duplicates occurences of a string

bash shell awk count

feed awk positional parameters

bash awk

Shuffling parts of a file between markers

bash awk shuffle

Add an index column to a csv using awk

linux csv indexing awk

Awk transpose data with multi field separators

awk

Print lines of file1 if four specific strings DO NOT match a list of strings in file2

awk

How to Convert Regex Pattern Match to Lowercase for URL Standardization/Tidying

html regex bash url awk

How to iteratively find number of lines between two patterns?

bash awk sed