Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

bash: grep only lines with certain criteria

bash awk grep

Lowercase to Uppercase of character in Shell Scripting [duplicate]

perl shell unix sed awk

Replace a field with values specified in another file

shell sed awk

sort a file based on length of chars in the first column/row

linux sorting sed awk grep

Using awk and df (disk free) to show only mount name and space used

bash awk

Matching text using grep or awk

awk grep

Grep numbers between colon and comma

perl bash sed awk grep

Bash: enumerate all the attached devices

android bash awk

multiline pattern delete with single line command

perl sed awk grep

How to fill empty lines from one file with corresponding lines from another file, in BASH?

bash awk cut

Awk print is not working inside bash shell script

bash shell unix awk

How to grep rows that have value less than or equal to value

linux shell unix awk grep

Why the output of array using awk is not in right order?

arrays awk

How to completely erase the duplicated lines by linux tools?

python awk sed grep uniq

How to replace one character inside parentheses keep everything else as is

awk sed grep

add empty line between each time blocks

bash awk sed

Delete line if line matches "foo", line above matches "bar" and line below matches "baz"?

awk sed

How to combine all the words of a sentence extracted with a regex?

regex linux awk

How to extract data with field value greater than particular number

linux awk

How do I match a pattern and then copy multiple lines?

awk ksh