Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Joining Line Breaks in FASTA file With Condition in SED/AWK/Perl one-liner

linux perl unix sed awk

sum column based on two matching fields using awk

awk

Shell script to replace a variable in a HTML document

html templates shell sed awk

Stripping blocks of text from huge text file

sed awk

Python as "perl -pe", execute Python command for every line in stdin [duplicate]

python perl sed awk

Quickest way to split a large file based on text within the file in linux

linux bash sed awk

How can I get a range of line every nth interval using awk, sed, or other unix command?

unix sed awk cat

Calculating percentages in arbitrary number of columns

awk bsd

BASH: Joining 2 CSV files based on common field name

bash csv join awk grep

Delete Row After Counting Number of Columns In Text File

linux bash unix awk

How to skip a directory in awk?

awk gawk dir

Is there an Awk- or Lisp-like programming language that can process a stream of s-expressions?

awk pipe lisp s-expression

Building a distribution of IP's with counts

awk

awk: catch `exit' in the END block

awk

Extract columns from a file based on header selected from another file

unix awk

Print first N words of a file

linux unix scripting awk

print columns with AWK

awk

Timestamp to Epoch in a CSV file with GAWK

csv awk epoch gawk

awk field separator with regexp lookahead or lookbehind

regex awk

How To Remove Single Blank Line Only - Keep Multiple Blank Lines

regex linux bash awk sed