<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Sed Command Syntax</title><link>http://www.bing.com:80/search?q=Sed+Command+Syntax</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Sed Command Syntax</title><link>http://www.bing.com:80/search?q=Sed+Command+Syntax</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>regular expression - Using sed to find and replace complex string ...</title><link>https://unix.stackexchange.com/questions/78625/using-sed-to-find-and-replace-complex-string-preferrably-with-regex</link><description>Using sed to find and replace complex string (preferrably with regex) Ask Question Asked 12 years, 10 months ago Modified 4 years, 3 months ago</description><pubDate>Sat, 18 Apr 2026 07:00:00 GMT</pubDate></item><item><title>unix - sed edit file in-place - Stack Overflow</title><link>https://stackoverflow.com/questions/12696125/sed-edit-file-in-place</link><description>How do I edit a file in a single sed command? Currently, I have to manually stream the edited content into a new file and then rename the new file to the original file name. I tried sed -i, but my</description><pubDate>Mon, 20 Apr 2026 18:39:00 GMT</pubDate></item><item><title>What is the purpose of -e in sed command? - Unix &amp; Linux Stack Exchange</title><link>https://unix.stackexchange.com/questions/33157/what-is-the-purpose-of-e-in-sed-command</link><description>In your example sed 's/foo/bar/' and sed -e 's/foo/bar/' are equivalent. In both cases s/foo/bar/ is the script that is executed by sed. The second option is more explicit, but that is probably not the reason that you often see -e used. The reason for that is that -e makes it possible to use more than one script with the same invocation of sed.</description><pubDate>Mon, 20 Apr 2026 04:13:00 GMT</pubDate></item><item><title>What is sed and what is it used for? - Ask Ubuntu</title><link>https://askubuntu.com/questions/298472/what-is-sed-and-what-is-it-used-for</link><description>What is sed? sed = Stream EDitor The description in the manual page for GNU sed 4.2.2 reports: Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input (s), and is consequently more ...</description><pubDate>Thu, 16 Apr 2026 17:25:00 GMT</pubDate></item><item><title>Find and replace with sed in directory and sub directories</title><link>https://stackoverflow.com/questions/6758963/find-and-replace-with-sed-in-directory-and-sub-directories</link><description>Find and replace with sed in directory and sub directories Asked 14 years, 9 months ago Modified 3 years, 5 months ago Viewed 403k times</description><pubDate>Wed, 22 Apr 2026 03:35:00 GMT</pubDate></item><item><title>shell - "sed" command in bash - Stack Overflow</title><link>https://stackoverflow.com/questions/3984824/sed-command-in-bash</link><description>sed is the Stream EDitor. It can do a whole pile of really cool things, but the most common is text replacement. The s,%,$,g part of the command line is the sed command to execute. The s stands for substitute, the , characters are delimiters (other characters can be used; /, : and @ are popular). The % is the pattern to match (here a literal percent sign) and the $ is the second pattern to ...</description><pubDate>Sat, 18 Apr 2026 20:57:00 GMT</pubDate></item><item><title>unix - What does sed -i option do? - Stack Overflow</title><link>https://stackoverflow.com/questions/18527365/what-does-sed-i-option-do</link><description>I'm debugging a shell script and trying to find out the task performed by the following command: sed -i '1,+999d' /home/org_user/data.txt I need to change this command as its failing with the foll...</description><pubDate>Tue, 21 Apr 2026 19:28:00 GMT</pubDate></item><item><title>linux - sed with special characters - Stack Overflow</title><link>https://stackoverflow.com/questions/5980857/sed-with-special-characters</link><description>How can I make sed ignore special charactars, I tried adding back slash before special characters, but maybe I got it wrong, can some one show me an example? Here is what i want :</description><pubDate>Tue, 21 Apr 2026 18:09:00 GMT</pubDate></item><item><title>Using different delimiters in sed commands and range addresses</title><link>https://stackoverflow.com/questions/5864146/using-different-delimiters-in-sed-commands-and-range-addresses</link><description>I am using sed in a shell script to edit filesystem path names. Suppose I want to replace /foo/bar with /baz/qux However, sed's s/// command uses the forward slash / as the delimiter. If I do tha...</description><pubDate>Wed, 22 Apr 2026 09:25:00 GMT</pubDate></item><item><title>sed with multiple expression for in-place argument</title><link>https://unix.stackexchange.com/questions/174609/sed-with-multiple-expression-for-in-place-argument</link><description>The -i option (a GNU extension now supported by a few other implementations though some need -i '' instead) tells sed to edit files in place; if there are characters immediately after the -i then sed makes a backup of the original file and uses those characters as the backup file's extension.</description><pubDate>Sat, 11 Apr 2026 01:53:00 GMT</pubDate></item></channel></rss>