Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

Awk or Sed: Return lines between two instances of the same pattern

regex bash shell awk sed

awk split() function uses regular expression or exact string constant?

regex awk split gawk

Regular expression - replace all spaces in beginning of line with periods

python regex vim awk sed

Output groups one per line, with group name and group ID

regex bash awk sed

Shell: insert a blank/new line two lines above pattern

python perl text sed awk

Processing text with elisp

emacs lisp awk elisp

how can i make awk process the BEGIN block for each file it parses?

bash awk cygwin

script for changing prefix of filename in bash

bash sed awk

Read certain key from certain section of ini file (sed/awk ?)

file sed awk ini

how to remove last comma from line in bash using "sed or awk"

bash awk sed

Remove lines from a file corresponding to blank lines of another file

awk paste blank-line

Delete third-to-last line of file using sed or awk

awk sed ed

Compare 2 Unix Files and Output Matching Lines to a New File?

linux perl bash sed awk

Use awk to calculate sum for multiple columns

awk