Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Print many specific rows from a text file using an index file

bash unix awk sed

Replace all non-alphanumeric characters in a string with an underscore

regex bash awk sed

Replace certain token with the content of a file (using a bash-script)

bash sed awk replace

Best way to parse this particular string using awk / sed?

sed awk grep

How can I read first n and last n lines from a file?

bash awk sed head tail

Awk or Sed: Return lines between two instances of the same pattern

regex bash shell awk sed

using sed, remove everything before the first occurence of a character

unix sed

Regular expression - replace all spaces in beginning of line with periods

python regex vim awk sed

How to replace only last match in a line with sed?

sed replace text-processing

Sed inside jenkins pipeline

Output groups one per line, with group name and group ID

regex bash awk sed

Shell: insert a blank/new line two lines above pattern

python perl text sed awk

Replace first two whitespace occurrences with a comma using sed

script for changing prefix of filename in bash

bash sed awk

Read certain key from certain section of ini file (sed/awk ?)

file sed awk ini

how to remove last comma from line in bash using "sed or awk"

bash awk sed

Delete third-to-last line of file using sed or awk

awk sed ed

How to count number of non empty lines in a file using sed?

bash shell sed

How do I delete newlines ('\n', 0x0A) from non-empty lines using tr(1)?

perl bash sed tr

Compare 2 Unix Files and Output Matching Lines to a New File?

linux perl bash sed awk