Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Empty statement operator catch only number or alphabet

bash perl if-statement awk

How to replace many intermediate blank lines with only 1 blank line each

shell sed awk newline

How do I remove the last 2 columns from a tsv file?

bash awk

Print out the first occurrence of a word in a file beginning with each letter in the Alphabet

python bash awk grep

Batch renaming files using UNIX - should I use awk?

bash unix awk renaming

awk script always prints sum=0

linux bash awk scripting

How to delete the matching pattern from given occurrence

linux bash unix sed awk

How do I replace the second occurrence of a whitespace in each line with 'sed' or 'awk'?

regex awk sed

How to print float numbers with awk

shell sorting awk bc

Extract lines corresponding to the minimum value in the last column

awk

Counting occurrences of unique strings in bash without first sorting the data

bash awk count

Using awk to iterate through list of files?

unix awk

Perl script (or anything) to total up CSV column

perl csv awk

Merge two files with no pseudo-repetitions

linux command-line awk sed

How to split the string into variables/parameters to pass to another script?

string bash awk tokenize

extracting specific words (not keywords) from a log file

python regex awk sed

bash: how to apply multiple commands to same file and concatenate outputs

bash awk

Returning all columns of output only if contents in second column have a positive number

regex bash awk sed grep

Removing everything after the second "_" but keeping other columns

bash awk sed

In sed or awk, how do I handle record separators which *may* span multiple lines?

linux sed awk gawk