Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How can I replace all middle characters with '*'?

awk sed grep

How to print lines with duplicated fields?

awk sed

Extract each word immediately preceded by an asterisk

awk sed

How to replace a number to another number in a specific column using awk

linux unix awk sed

What's the meaning of this sed command? sed 's%^.*/%%' [duplicate]

linux bash sed

Vim/sed/awk Find & Replace with Incremental Integer

ruby vim sed awk macvim

Match lines with pattern n times in the same line

regex vim sed awk grep

Using `sed` without piping multiple times

sed

How to find largest file in the subdirectories? [duplicate]

linux command-line sed awk

How to delete all lines from a CSV file containing an exact match of a search term?

bash sed awk

Sort Date/Time in Unix

perl bash shell sed awk

Linux SED command in Bash script strips ' from string

linux sed strip

Unix Shell scripting find and replace string in specific files in subfolders

sed

Minify HTML files in text/html templates

How to find and replace every match except the first using sed?

sed

bash command to sum and print each element of a column and print a new column

bash sed awk bc

Consistency in global operations in vim

vim sed

How to remove square brackets and any text inside?

bash sed

How can I take STDIN and use it on the bash shell to set an environment variable?

bash path sed xargs env

Is there way to delete duplicate header in a file in Unix?