Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to do an ls command on output from an awk field

bash unix awk ls

How to use gsub in awk to find and replace ("./") and (".txt") characters within a file

regex unix awk gsub

Get username from passwd file using shell scripting

regex perl shell awk

awk to extract and print first occurrence of patterns

awk

Need to calculate standard deviation from an array using bash and awk?

bash awk gawk

Parse all text in a list before equals sign

regex parsing sed awk

Perl, change the values in first row based on the values in secod row,

perl shell unix sed awk

awk: function to escape regex operators from a string

regex bash awk gawk

How to exclude several lines around match with grep or similar tool?

awk grep ack

Delete a SPECIFIC duplicate line from XML file in place

bash perl shell awk sed

How to remove characters before and including an underscore?

linux string bash unix awk

Cat output from a file and replace words with sed one at a time

bash unix sed awk

how can I preserve an embedded TAB character

linux awk

How to replace words in file in bash

regex bash awk sed

splitting a text file based on number of words in bash

bash awk sed

Script to update xml value

xml linux xslt awk gawk

awk: filtering multiple files in a loop and only print a file if the number of records in that file exceeds a certian value

loops awk rows

Using sed or awk to parse current field/column into additional fields/columns on the same line

parsing sed awk

Skip lines whose 2nd column has a string

regex awk

Bash script using awk in for loop

bash awk