Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Removing non-alphanumeric characters with sed

regex bash sed replace

replace a particular text in all the files using single line shell command

shell sed shellexecute

How to insert a new line character after a fixed number of characters in a file

bash sed

Using different delimiters in sed commands and range addresses

sed delimiter

How do I limit (or truncate) text file by number of lines?

shell unix sed text-files head

How do I pair every two lines of a text file with Bash? [duplicate]

bash sed text-files

Find the line number where a specific word appears with "grep" [closed]

unix sed grep

Add a newline only if it doesn't exist

linux bash sed newline

Parsing the first column of a csv file to a new file

bash csv sed awk cut

How to match a single quote in sed

bash shell sed escaping

How can I add a comma at the end of every line except the last line?

bash sed command-line

sed: Replace part of a line

sed

remove white space from the end of line in linux [duplicate]

linux sed

Replacing from match to end-of-line

regex sed

removing new line character from incoming stream using sed

shell sed csh

Trim last 3 characters of a line WITHOUT using sed, or perl, etc

unix shell sed

Count number of blank lines in a file

unix sed grep text-files

How to remove all of the diacritics from a file?

bash sed replace

How do you strip quotes out of an ECHO'ed string in a Windows batch file?

Extract version number from file in shell script

bash shell scripting sed