Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Why can't sed replace 0x24 byte in binary file?

How can I get words between the first two instance of text/pattern?

linux bash awk sed grep

Odd Sed Error Message

sed

sed command to fix filenames in a directory

bash ubuntu sed

sed wildcard substitution

How can I do ANSI C quoting of an existing bash variable?

bash sed quoting

Append new line in all files of the folder

linux sed grep

how to sort the line of a file by to the second word from the end

shell sorting awk sed cut

Fastest way to print a certain portion of a file using bash commands

bash shell sed

Parse a changelog and extract changes for a version

bash shell awk sed sh

Change first line of CSV file to all uppercase

bash csv awk sed

How do I insert a line at a specific row in multiple files on Unix?

perl unix sed

Delete empty lines from a file

unix sed grep

how to print the nth line from the end of a file in bash?

bash sed tail

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