Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

rearranging file into three columns

bash awk

Sorting lines in a file alphabetically using awk and/or sed

sed awk

How to run awk -F\' '{print $2}' inside subprocess.Popen in Python?

Awk/sed replace newlines

shell csv awk replace

Subtracting lines in one file from another file

unix awk sed

Remove \r\n in awk

linux awk

Grab an IdentityFile from an ssh config based on a variable hostname via shell script

shell parsing awk ssh ssh-config

Remove HTML comments from Markdown file

html bash awk markdown pandoc

How to split a string depends on a pattern in other column (UNIX environment)

bash unix awk split substr

Delete duplicate lines only if they match a pattern

shell unix awk sed scripting

Select a word before and after a pattern (Hyphen is the pattern ) on shell script

shell awk sed

Edited: Grep/Awk- Print specific info from table

regex shell unix awk

Split a multifasta file to files with the same number of accesion numbers

python bash awk biopython

How can I use awk or Perl to increment a number in a large XML file?

perl awk

Splitting a file using AWK on Mac OS X

linux macos awk

use awk to identify multi-line record and filtering

bash shell awk

awk and multilines matching (sub-regex)

awk

awk/gsub - print everything between double quotes in multiple occurrences per line

bash sed awk

Printing all contents EXCEPT matching range pattern using awk

awk range design-patterns

awk, print lines which start with four digits

awk