Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Calculating 95th percentile with awk

awk

What is the performance difference between gawk and ....? [closed]

c perl awk

How can I get words between the first two instance of text/pattern?

linux bash awk sed grep

How to count values between empty cells

awk

gawk or grep: single line and ungreedy

java regex awk grep git-bash

seeking reference to understand one pattern "!_[$0]++"

regex sorting awk

how to sort the line of a file by to the second word from the end

shell sorting awk sed cut

Parse a changelog and extract changes for a version

bash shell awk sed sh

Change first line of CSV file to all uppercase

bash csv awk sed

How can I get "grep -zoP" to display every match separately?

regex awk grep text-processing

Passing Variable to NR in AWK command not working

shell unix awk ksh

Print many specific rows from a text file using an index file

bash unix awk sed

Print only if field is not empty

bash awk grep

Replace all non-alphanumeric characters in a string with an underscore

regex bash awk sed

Replace certain token with the content of a file (using a bash-script)

bash sed awk replace

Best way to parse this particular string using awk / sed?

sed awk grep

Obtain patterns in one file from another using ack or awk or better way than grep?

regex perl awk grep ack

Replacing a String Pattern with another sequence in unix

unix awk

to insert line breaks in a file whenever a comma is encountered-Shell script

shell unix awk

How can I read first n and last n lines from a file?

bash awk sed head tail