Results for "sed"

Wire posts

  • Fastq 2 fasta convert $ sed '/^@/!d;s//>/;N' sample1.fq > sample1.fa #fastq2fasta #fastqtwofasta

    1912 days ago

  • Enter newline at the end of the file $ sed -i -e '$a\' file #NewLine #Sed #Line #New

    1354 days ago

  • sed -i 's/2019/2020/g' test.txt test2.txt test3.txt #Find #Replace #sed

    772 days ago