Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Delete specific columns from csv file maintaining same structure on output [duplicate]

linux bash awk gawk

bash how to print for loop output into one line?

mysql perl bash awk

comparing consecutive rows in awk

awk compare

Efficient way of comparing two files and removing partial match

linux perl file awk

How to reverse a string in ksh

unix awk sed solaris ksh

sed: Getting Two Extra Characters in the Results

linux awk sed

how to remove the substring in shellscript

shell awk grep

insert a character at x,y,z positions in a string

Bash while read line loop does not print every line in condition

bash awk

How to append each column of file1 to a specific field of file2 and make a new output file?

linux bash loops awk

Grep a whole whitespace-separated word in bash

regex unix awk grep

bash: clean outer join of three files, preserving file-membership

bash awk outer-join

awk to print most occurrences in a matching field

awk

Remove a line from a file using a variable line number

regex bash awk sed

Run times/performance with awk on 4GB file

bash performance awk sed

How to insert columns into a CSV file using awk

csv sed awk

Search for a string in a 100 GB file [closed]

python linux bash perl awk

Split a single column into two

python bash awk

Using sed in Linux to extract lines from a log file

linux unix awk sed grep

How to extract string between two regexes passed as variables to awk?

shell unix awk