Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to use functions in bash? [duplicate]

linux bash unix awk openssl

How to extract binary data appended to a png file?

python awk command-line png

AWK array initialization

arrays awk

AWK global match function -- how can I improve it?

awk

How to use awk to prepend as string AND append the substring found after the last occurance of "/" for each line in a file

awk

Right Align Columns in Text File with Sed

regex bash unix awk sed

linux: extract pattern from file

linux awk sed

Bash - Print all rows with a specific column using loops

bash awk

Adding an empty line between first and second line in a text file

awk sed

Split file based on delimiter and then join into separate lines

bash awk sed

How to count the length of a line in bash such that spaces for indentation are excluded?

bash awk sed grep

how to define a space in a regular expression (in awk)?

regex awk space

Delete every occurrence in a file

awk sed

How to combine awk and if in bash

bash shell if-statement awk pipe

Bash, Awk, Sed? Find string within file and append digits within string?

bash loops awk sed

Masking bits in a file in linux - bitwise operations

linux bash awk sed merge

How to cut ranges from end to start?

unix awk aix cut

Printing command by reading CSV file with AWK into a bash array

arrays bash csv for-loop awk

How to get the string prefixed with "Mat" within curly braces {} and add a comma to output

awk

Filter CSV rows where specific fields are null or non-null

shell awk