Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Remove a static block of text from file containing variable data

xml awk sed

Pass the matched value to a function, and replace with the return value

regex bash awk sed

Find and replace text containing a new line

bash awk sed

Using awk to compare array string to string from awk

bash unix awk

Awk : Select only row with digits in a column and multiply those for 1000

awk

Find duplicate lines based on column and print both lines and their numbers with awk

linux awk duplicates

count the number of occurrences in a files for particular column using awk

linux file unix awk count

How to outer-join two CSV files, using shell script?

bash shell csv join awk

Concatenate all fields after specific one in a file with variable NF

awk

strtonum in awk causes the values to lose precision

bash awk

Copy the first character of a column and replace an existing column with it, while maintaining the spacing as needed

linux unix awk text sed

Why can't I pass stdout from netcat to awk?

bash awk raspbian netcat

Bash: How to add character at the end of a line if it doesn't exist?

bash awk sed

How to insert whitespace between characters of words in a specific field in a file

quickest way to select/copy lines containing string from huge txt.gz file

linux ubuntu awk sed grep

awk keep only the first and last value on comma-seaparated field

awk

Batch create files with name and content based on input file

bash awk sed

Split a .txt file based on content

bash sed awk

Using awk to join lines following a match

bash awk