Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Is it possible to extract certain rows from a file where the first column contains an identifier that matches the names of other files?

file awk sed file-io io

Can I change how many spaces 'column -t' outputs between columns?

sed awk

Updating a specific field with sed

shell unix awk sed

Print the first number from line followed by tab and the line without the number

regex sed

Delete every seventh line using sed

sed

sed replace empty line with character

bash sed awk

What's the command mean? sed 's,^.*/,,'

sed

Concatenate/merge columns

awk sed concatenation

Put a substring of a string into a variable

bash awk sed

Empty regular expression in sed script

shell unix sed ksh

Regex formatting using grep

regex bash sed grep

replace multiple strings in one line with sed

bash sed

Correcting file numbers using bash

regex bash sed rename filenames

awk command to merge the content of the same file

bash awk sed

Modify content inside quotation marks, BASH

bash awk sed grep

sed or perl Remove outer parentheses only if first inner word matches

regex perl bash sed

Split data using sed or awk

regex bash shell sed awk

Replace leading whitespace with sed (or similar)

regex bash unix sed

Is there a file include mechanism for YACC files?

c sed bison yacc

How to delete multiple empty lines with SED?

sed text-processing