Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Piping tail -f to cut to sed produces no output

linux shell sed cut tail

Edit the first and last line of a huge file

linux sed large-files

Regular expression and sed to remove all occurences of some string from hundreds of files

regex sed

How to insert a line before the FIRST and LAST matching pattern using sed

linux bash unix awk sed

What's the simplest way to customize `git log`, truncating the author email at the `@`?

regex git bash awk sed

dejustify (unjustify): replace each *single* linefeed with a space, but don't touch groups of linefeeds. sed, awk, or something else?

Bash - parsing ini file, finding section name by values within

bash awk sed grep ini

Replace a string with a random number for every line, in every file, in a directory in Bash

bash shell awk sed

Pipe SED output to mysql

mysql sed

How do I get rid of this unicode character?

Change filenames using bash script: Replace commas and whitespaces by underscores

regex sed replace whitespace

Problem with quoting and sed

sed cygwin quotes

Remove specific number of digits using sed

linux sed

How can I use xargs to run a function in a command substitution for each match?

linux bash function sed xargs

Need to do sed to replace ${D} string in do_install()

sed yocto openembedded

Replace with SED multiple occurences at the same line

linux bash sed

Use sed to insert analytics code to most html files

html bash sed google-analytics

Replacing text with sed containing whitespace in variable [duplicate]

linux bash sed

How to make a csv row for each 2 lines in a txt file

python r bash awk sed

sed delete between two patterns deletes until end if second pattern is not found

sed