Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Move lines matching a pattern from one file to another

linux perl sed awk grep

sub and gsub function?

r awk substring

Add missing newlines in multiple files

bash awk newline text-files

count lines by hour

linux unix awk

bash add/append new columns from other files

awk gnu-parallel

Getting ID of an instance newly launched with ec2-api-tools

AWK to use multiple spaces as delimiter

unix awk

awk '{print $9}' the last ls -l column including any spaces in the file name

bash awk

how to access last index of array from split function inside awk?

arrays shell indexing awk split

Converting FASTQ to FASTA with SED/AWK

shell awk sed fasta fastq

extract average time from ping -c

linux bash awk ping

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