Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Splitting file based on first column's first character and length

linux awk split

How to match pattern after first 32 letters using the grep?

awk grep

Enumerate substitutions with sed or awk

bash: For each line in a txt file match a regex and save it to a variable array

regex bash awk sed scripting

How to use awk in Makefile?

shell awk makefile

using a wildcard in awk

awk wildcard

Convert single column to multiple, ensuring column count on last line

csv awk

AWK associative array, mapping or hash map

How can I convert to date format (DD MMM YYYY) using the shell?

shell awk

Using python I would like to know how to delete the first occurrence of a character between two strings in a file

python regex awk sed

In-place replacement

sed awk

Replacing / with TAB using sed

sed awk

Efficient way to join the nth column of all files in a directory?

bash awk paste cut

Value of an assignment in awk, ternary operator parsing in awk

awk

In Awk, are $_ and $0 synonyms?

awk

Print file without adding trailing newline with awk

awk newline cmp

sed or awk add content to a body of a c function running in git bash v2.21.0

bash unix awk sed

Using awk to align columns in text file?

linux bash awk

loop over characters in input string using awk

string for-loop awk

Bash: add string to the end of the file without line break

linux bash awk echo cat