Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to replace newlines with tab characters?

shell unix sed awk

Check if an awk array contains a value

arrays awk

parse a csv file that contains commans in the fields with awk

csv awk

Replace column in one file with column from another using awk?

replace awk

Why does awk print the entire line instead of the first field?

shell awk

setting the output field separator in awk

shell awk

Split one file into multiple files based on pattern

bash sed split awk

Awk/sed script to convert a file from camelCase to underscores

bash awk sed camelcasing

Capitalize strings in sed or awk

bash sed awk

median of column with awk

bash sed awk median

How to append a string at end of a specific line in a file in bash [duplicate]

bash sed awk

Can I delete a field in awk?

awk sed cut

Unix 'alias' fails with 'awk' command

linux shell awk

Convert .txt to .csv in shell

linux shell csv awk

Why does AWK not work correctly in a makefile? [duplicate]

bash awk makefile sh

Python or awk/sed for cleaning data [closed]

python r awk sed data-cleaning

matching a line with a literal asterisk "*" in grep

regex bash awk grep

Sorting with unix tools and multiple columns

bash unix sorting awk

bash: how do I concatenate the output of two commands so that I can pipe them to a third?

Do a tail -F until matching a pattern

shell sed awk tcl tail