Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

how to find continuous blank lines and convert them to one

shell awk

Replace key:value from one file in another file in shellscript?

linux bash shell sed awk

Filter lines based on certain string and then print only some attributes greater

bash awk sh

sed Extract unique characters within each line

regex awk sed replace sh

how to use awk's $0 variables in the shell file

linux bash shell awk

Remove newlines (\n) if they are followed by a string - using SED

regex awk replace sed

Find lines by pattern, leave only pattern but leave unmatched lines as they are

regex awk sed grep pipeline

How to feed into an AWK program a series of field names and have the AWK program check files for the presence of the field name?

awk

Remove a string containing a substring that will require a wildcard

awk sed

How can I check (and delete) if the last line (that contains the last occurence of a string) has a comma as last character?

linux bash shell awk sed

awk search pattern in file. replace line on match and print as it is on not match

shell replace sed awk match

parsing ns2 trace file [closed]

regex bash parsing awk ns2

awk (or sed, or something else) - reference match on a previous line and add a line

awk

Calculate percentage free swap space with `free` and `awk`

linux awk ubuntu-12.04 swap

How to print text between two line numbers into a new file in UNIX

shell unix sed awk

Remove all lines in file A which contain the strings in file B

bash awk sed grep comm

Preparing single sentence per line document from plain text

shell awk

Awk comparing 3 values, 2nd file value between 1st file values with multiple column printout between both files to a 3rd

python bash powershell awk sed

use awk to extract row records contain specific word

shell awk

AWK - how to selectively modify txt file

awk