Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

awk: warning: escape sequence `\]' treated as plain `]'

awk

Using AWK to find the smallest and largest number in a column?

linux awk

How do I call the split function in awk to split a string on "\."?

bash awk

Using colored output for awk, or grep multiple pattern search in and condition

bash awk grep

Is there a field that stores the exact field separator FS used when in a regular expression, equivalent to RT for RS?

awk gnu

How to separate words in a "sentence" with spaces?

Command to sum 2nd colum of csv file

bash awk

SED - removing string followed by LineFeed (\n)

linux unix sed awk vi

Should I use cut or awk to extract fields and field substrings?

sed awk field cut text-parsing

Splitting bulk text file every n line

linux shell unix awk cygwin

Using awk to pull specific lines from a file

awk line

How to split file by percentage of no. of lines?

bash file awk sed split

Remove duplicate lines only if the duplicate items are within 5 lines of each other

awk

using awk on a string

linux bash awk

vim/vi/sed: Act on a certain number of lines from the end of the file

linux bash vim sed awk

Remove first N lines of a file in place in unix command line

How to copy the top 10 most recent files from one directory to another?

linux awk copy ls

Find and remove DOS line endings on Ubuntu

bash unix sed awk grep

Scripts for listing all the distinct characters in a text file

bash sed awk

Print previous line if condition is met

linux awk grep