Search code examples
Sed command to replace "(double quote) to " and ' (single quote) to ' in ...


linuxsedcommand-linepattern-matching

Read More
Replace /" from the 14th column of the file in unix shell script ksh...


shellunixawksedksh

Read More
Trying to extract a substring and version number from a filename using bash...


bashperlawksed

Read More
Rename entries in fasta/fastq files in UNIX...


bashsedbioinformaticsfasta

Read More
How to remove all versions from requirement file with bash "sed"...


regexbashsed

Read More
Delete part of a string after a match, but not the line using sed...


unixawksed

Read More
Echo dynamic sed to file inside Dockerfile...


dockershellseddockerfileecho

Read More
apply sed only to the part of the file after last match in loop - shell / bash...


bashperformanceshellsedlarge-files

Read More
Extract N lines with no duplicate strings from either of the two first columns...


bashawksedgreptext-processing

Read More
Extract Regex Capture Group in Script...


sedgrepcsh

Read More
Find and return blocks of lines containing a string...


bashshellsedgrep

Read More
How should I go about implementing conditional string replacements in a fasta file?...


bashawksedbioinformaticsfasta

Read More
Efficient way to add two lines at the beginning of a very large file...


unixcommand-linesedtext-files

Read More
Converting a CSV file with double quotes to a pipe-delimited format using sed...


bashcsvunixseddelimited

Read More
How to replace string depending on whether it is odd or even...


bashsedreplace

Read More
Remove commas between patterns...


regexsed

Read More
How to replace mutiline pattern space in sed...


sed

Read More
SED only returns the second value with two matches. Any thoughts?...


sed

Read More
Sed replace single text with content of file...


bashshellsedfind

Read More
Replace carriage return (^M which appear by type CTRL+V) with sed in bash...


bashcsvawksed

Read More
How do I check if there are duplicate values across files at a specific position...


linuxfileawksedcut

Read More
Linux sed command to replace dynamic values...


sed

Read More
How to rename files using Zsh shell and `sed` command on Mac OSX...


macosshellsedzsh

Read More
Finding lines which are greater than 120 characters length using sed...


sed

Read More
Using git clean filter on windows, script does not make substitution...


bashgitsed

Read More
Replace a text on the same line after finding another text...


sed

Read More
How to conditionally replace words with sed?...


sed

Read More
CamelCase only for some part of the line using shell tool...


shellawksed

Read More
SED pars two values from output file...


sed

Read More
How to use awk to capture multiple patterns in text file into several blocks of text and print each ...


bashawksedgrep

Read More
BackNext