Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

join multiple files

linux join sed

Converting FASTQ to FASTA with SED/AWK

shell awk sed fasta fastq

How to replace newlines with tab characters?

shell unix sed awk

Why is my Bash script adding <feff> to the beginning of files?

linux bash sed cp

Find command with regex for multiple file extension

regex file sed find xargs

Excluding hidden files from du command output with --exclude, grep -v or sed

bash sed grep hidden du

Whats the difference between sed -E and sed -e

regex linux sed debian

How to escape plus sign on mac os x (BSD) sed?

regex macos bash sed grep

Replace string in a file if line starts with another string

linux bash scripting sed

Sed regex problem on Mac, works fine on Linux

linux macos sed

Split one file into multiple files based on pattern

bash sed split awk

How to replace to apostrophe ' inside a file using SED

linux unix sed

Using sed between specific lines only

regex unix sed

Awk/sed script to convert a file from camelCase to underscores

bash awk sed camelcasing

bash script regex to get directory path up nth levels

regex bash sed

How to restore a single table from a .sql postgresql backup?

Numbering lines matching the pattern using sed

shell unix sed

Capitalize strings in sed or awk

bash sed awk

median of column with awk

bash sed awk median

How to append a string at end of a specific line in a file in bash [duplicate]

bash sed awk