Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

awk/sed/shell to merge/concatenate data

join sed awk

Install everything from a `conda list` output

bash awk conda

linux awk comparing two csv files and creating a new file with a flag

linux bash csv awk export-to-csv

Printing first and last match in file

bash awk sed grep

Awk permission denied when run through msmtp

bash email awk gnupg msmtp

extracting only hostname from a file

linux awk grep redhat

Filtering a fasta file with sequences that match a certain string in another file

Print column next to the column matching a pattern

awk sed

Writing a bash script without using awk?

linux bash shell unix awk

Add percentage to the column in tab delimted text

awk

Extracting string between brackets

bash awk sed grep

How to color the output of awk depending on a condition

shell awk

How to find specific text in a text file, and append it to the filename?

regex bash awk grep mv

Awk or Bash, Replacing string from specific column and line number to foreward

awk

Print rows which do not match a pattern more than once, in a column of concatenated strings

awk