Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Bash Script Awk if statements

bash awk

awk not working in bash -c "somecommand | awk '{print $2}'"

bash awk subshell

Port awk one-liner to perl using regexes (Summing groups of data)

regex perl awk

Comparing two version numbers in a shell script

bash shell awk sed grep

How to replace two code blocks in a file by sed or awk

bash git awk sed

How to do basename on second field in a file and replace it in line

bash awk sed

Program which compares two files and print the same line

awk

grep -B emulation with ring buffer / awk

arrays bash awk grep

get data from a text file

Match a float and multiply by 100

perl awk sed

replace text using lookahead regex

regex perl awk sed grep

Using awk to only include column beginning with specific value?

regex awk

Split file with 800,000 columns

bash unix awk cut

bash netcat proxy combined with awk

bash proxy awk netcat

read all shell variables in ruby

ruby bash shell awk zsh

Remove the first capitalized word after a period

linux bash awk

golang command not working even though manually executing it does

awk go

Use AWK to safely search and replace URLs in Wordpress SQL-Dump

How can I extract meta tags from HTML in a bash/awk script?

bash command-line awk metadata

If the row underneath the previous row equals the first column's specific value, print the two rows

bash awk sed