Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How can i reorder a file by ascending order (column)?

awk

Other solutions/languages that are superior to the TCL-based Expect? [closed]

python perl awk tcl expect

select multiple lines using the linux command sed

linux shell sed awk

Replace Column if equal to a specific value

linux unix awk sed

Bash split string

string bash awk split cut

Parsing the output of Bash's time builtin

bash parsing awk command output

Random numbers generation with awk in BASH shell

awk

How To Delete First X Lines Based On Minimum Lines In File

linux bash unix awk sed

awk, sed: one liner command for removing spaces from _all_ file names in a given folder?

sed awk command

awk + How do I find duplicates in a column?

awk

Replace delimited block of text in file with the contents of another file

bash shell scripting sed awk

Replace every comma not enclosed in a pair of double quotes with '|' [closed]

sed awk

Why does AWK refuse to sum up floats

bash awk floating-point

How do I convert a tab-separated values (TSV) file to a comma-separated values (CSV) file in BASH?

bash csv awk tsv

How to not print a line if it and the following line starts with the same pattern?

regex awk sed

print unique lines based on field

awk

How do I delete the first line in a file?

perl file-io awk line

Parsing HTML on the command line; How to capture text in <strong></strong>?

Can I change the order of the output fields from the Linux cut command? [duplicate]

linux bash shell awk cut

AWK command to print until end of line

shell unix awk