Search code examples
Merging the headers then concatenate the records of a huge number of text files...


bashawk

Read More
Group second column based on first column awk...


awk

Read More
mawk changed auto seeding rand() behavior...


awkrandom-seed

Read More
How to skip the expression in the beginning and ending of the string using Linux commands...


linuxshellawksedformat

Read More
How to remove everything after the last . from a text file content...


bashawk

Read More
Adding a column with value found in next line, if patter is matched...


awkconditional-statementspattern-matching

Read More
How to filter lines by counting occurences of a char in AWK or bash?...


linuxshellsedawk

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


perlsedawkgrepcommand-line-interface

Read More
Count and sum up specific decimal number (bash,awk,perl)...


bashperlawk

Read More
Reformat numbers, inserting separators at fixed positions...


unixawksedsplit

Read More
How to move files to different folders based on their prefix?...


bashawkmv

Read More
How to remove columns from a file by given the columns in anther file in Linux?...


bashawk

Read More
Print second-to-last column/field in `awk`...


awk

Read More
awk command to subtract constant from a column and print results...


bashloopsawk

Read More
How to remove double-quotes in jq output for parsing json files in bash?...


bashawksedjq

Read More
Does the awk standard unambiguously define that `a || b=c` is (or is not) valid?...


awkbusybox

Read More
How do I use awk to match multiple variable patterns?...


regexbashshellawkmatching

Read More
Sort logs by date field in bash...


linuxbashsortingscriptingawk

Read More
Shell script replace variables in file - error with Sed's -i option for in-place updating...


bashawksedexinplace-editing

Read More
Using ex editor to increment a number following a pattern in a file...


bashshellunixawkex

Read More
Edit part of a line in text without losing other lines...


linuxawksedex

Read More
Change numeric values in rows of CSV if string in same row has certain value...


pythonbashcsvawk

Read More
Remove attributes from XML using sed...


linuxawksed

Read More
Is there a way to identify if a GNU AWK script is sourced via `-i` / `@include`?...


awkinclude

Read More
how to output data from multiple files in side by side columns in one file via awk?...


awkmultiple-columns

Read More
Finding contents of one file in another file...


linuxshellunixawkgrep

Read More
How to write a binary file using Bash?...


bashawkbusybox

Read More
awk to print lines matching criteria...


awk

Read More
Wrap a string in tags using text manipulation in a Unix environment...


regexshellawksed

Read More
add special characters "[" in print text using awk...


regexawkspecial-characters

Read More
BackNext