Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Assign strings in a line to variables using bash

bash sed awk

reset row number count in awk

bash awk

How to extract filename from path using sed or awk

linux unix sed awk

Remove leading zero from BASH array variables

bash sed awk

how to truncate file by number of characters in a specific column

python regex bash awk sed

adding double quotes, commas and removing newlines

linux bash perl awk sed

Test if the first character is a number using awk

awk

Converting lines in chunks into tab delimited

csv awk sed newline

Awk multiline non-greedy matching workaround

html awk

grab frequent username from 'last' command in unix - with exceptions

macos unix sed awk

Search file, show matches and first line

bash unix sed awk grep

Need to parse a log file in bash

bash shell awk

Convert a decimal number to hexadecimal and binary in a shell script

bash shell awk binary hex

Why does awk seem to randomize the array?

arrays awk

unix awk column equal to a variable

How to match some words from file and list all the rows of that matching word? (without regex)

ubuntu awk scripting grep

How to extract phone number and Pin from each text line

bash awk sed grep

match values in first column of two files and join the matching lines in a new file

bash awk grep match

How can I add ' before every line using awk?

bash awk

Remove part of the string from beginning of the line up to certain character [closed]

bash awk sed