Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Modify Line in File Matching WORD1 and NOT WORD2 (Sed/Awk)

regex sed awk

Extracting ping times and prefixing with time stamp

bash sed awk ping

Howto enqueue all files listed in a file to a vlc playlist using cat and awk

bash awk vlc playlist cat

AWK negative regular expression with variable

regex bash shell awk

Extracting words in quotes in shell script

bash shell awk

Busybox awk: How to treat each character in String as integer to perform bitwise operations?

awk openwrt busybox

Split a large flat file by first two characters on each line

python regex bash awk sed

how do you parse comma-separated-values (csv) with awk?

xml unix shell csv awk

Putting line break using sed in bash, problems with regular expressions

regex bash sed awk

multiple commands inside a awk

awk

Print every string that is matched by regex in order

bash awk grep

Reformating an output print

linux awk formatting

Compare lines within a file in bash

bash shell awk

sed : printing lines between two words only when one of the line matches a third word or any pattern

linux sed awk

Fast extraction of lines based on line numbers

linux bash awk

awk : if >=4 lines in a row begin with + or - don't print record

bash shell awk gawk

Bash: Sum fields of a line

bash awk

Unix how to concatenate lines based on pattern

unix awk

Print length of regex group with awk

regex awk replace

Find files having more than one occurrence of a pattern on the same line

unix awk