|
| |
| | Using the sed Editor in Linux |
 | | With most sed commands, the functions are spelled out as to what changes are to take place. |  | | One utility that can simplify life in key situations is sed. |  | | Working much like substitute, the change command is greater in scalecompletely replacing the one entry for another, regardless of character content, or context. |
|
http://www.oracle.com/technology/pub/articles/dulaney_sed.html
(4011 words)
|
|
| |
| | sed FAQ, version 014 |
 | | This syntax makes sed similar to awk and perl, which use a similar commenting structure in their scripts. |  | | There's no reason to spend an hour writing and debugging a sed script if you can do it in Perl in 10 minutes (assuming that you know Perl already) and if the processing time or memory use is not a factor. |  | | However, certain sed scripts relied on this behavior, such as the |
|
http://www.faqs.org/faqs/editor-faq/sed
(13989 words)
|
|
| |
| | Seders's grab bag - Tutorials |
 | | If you have written anything about sed - whether an introduction, how sed got you out of a real-life situation, or perhaps an advanced technique you've discovered - you may like have your work published here. |  | | magazine shows how he used sed and other utilities to massage an unsorted list of book references into an index. |  | | It examines each of sed's functions in depth and includes useful examples. |
|
http://sed.sourceforge.net/grabbag/tutorials
(274 words)
|
|
| |
| | [No title] |
 | | The regular expressions recog- nized by sed are constructed as follows: 1) An ordinary character (not one of those discussed below) is a regular expression, and matches that character. |  | | This behavior may be modified by flags on the command line; see Section 1.1 below. |  | | Because of the differences between interactive and non-interactive operation, considerable changes have been made between ed and sed; even confirmed users of ed will frequently be surprised (and probably chagrined), if they rashly use sed without reading Sections 2 and 3 of this document. |
|
http://www.urc.bl.ac.yu/manuals/progunix/sed.txt
(3672 words)
|
|
| |
| | Amazon.com: sed & awk (2nd Edition): Books: Dale Dougherty,Arnold Robbins |
 | | "why learn sed or awk when perl can do both?" yes, it can. |  | | sed and awk typically get a bum rap from perl users. |  | | Covers common programming constructs, how to use Awk built-in functions, how to write user-defined functions, debugging techniques for Awk programs and more. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/1565922255?v=glance
(1613 words)
|
|
| |
| | Hartigan/Computer |
 | | You could edit all 50 files individually (what a pain), or do it quickly with sed. |  | | A similar unix command that may or may not be better suited to your applications is awk. |  | | sed -f a.sed > tmp; mv -f tmp &/' > doit which is of the form: inputlines |
|
http://sparky.rice.edu/~hartigan/sed.html
(392 words)
|
|
| |
| | sed |
 | | The reason for this will become very clear when studying sed commands. |  | | The sed regular expressions are essentially the same as the grep regular expressions. |  | | Firstly, the way you usually use sed is as follows: |
|
http://pegasus.rutgers.edu/~elflord/unix/sed.html
(1809 words)
|
|
| |
| | Getting Started with Sed |
 | | There is a nice alternative: sed will treat the character immediately after the 's' as the separator, so you could do something like |  | | This does not mean the beginning or end of a line, though. |  | | If you mean to replace literal occurences of those characters, preface them with a backslash. |
|
http://www.cs.hmc.edu/tech_docs/qref/sed.html
(1424 words)
|
|
| |
| | sed |
 | | The sed utility supports the basic regular expressions described in the XBD specification, Basic Regular Expressions, with the following additions: |  | | The following environment variables affect the execution of sed: |  | | In a context address, the construction \cREc where c is any character other than a backslash or newline character, is identical to /RE/ If the character designated by c appears following a backslash, then it is considered to be that literal character, which does not terminate the RE. |
|
http://www.opengroup.org/onlinepubs/007908799/xcu/sed.html
(2269 words)
|
|
| |
| | Sed - An Introduction and Tutorial |
 | | As we dig deeper into sed, comments will make the commands easier to follow. |  | | As you may have noticed, there are often several ways to solve the same problem with sed. |  | | This illustrates that sed has more than one way to solve many problems. |
|
http://www.grymoire.com/Unix/Sed.html
(8694 words)
|
|
| |
| | Common threads: Sed by example, Part 1 |
 | | If you're in the mood for some meatier sed material, be patient -- it's coming! |  | | Fortunately for us, for these types of situations, there is a better way -- and the better way is called "sed". |  | | Read Daniel's other sed articles on developerWorks: Common threads: Sed by example, Part 2 and Part 3. |
|
http://www-106.ibm.com/developerworks/linux/library/l-sed1.html
(2359 words)
|
|
| |
| | Sed at opensource encyclopedia |
 | | Sed and AWK are often cited as the progenitors and inspiration for Perl; in particular the s/// syntax from the example above is part of Perl's syntax. |  | | Sed's language does not have variables and only primitive GOTO and branching functionality; nevertheless, the language is Turing-complete. |  | | Sed is often thought of as a non-interactive text editor. |
|
http://www.wiki.tatet.com/Sed.html
(657 words)
|
|
| |
| | Socialist Unity Party of Germany - Wikipedia, the free encyclopedia |
 | | According to Tiulpanov, many former members of the KPD expressed the sentiment that they had "forfeited [their] revolutionary positions, that [the KPD] alone would have succeeded much better had there been no SED, and that the Social Democrats are not to be trusted" (Tiulpanov, 1946). |  | | A problem the Soviets identified with the early SED was its potential to develop into a nationalist party. |  | | Soviet negotiators reported that SED politicians frequently pushed past the boundaries of the political statements which had been approved by the Soviet monitors, and there was some initial difficulty making provincial SED parties realize that they should think carefuly before opposing the political positions decided upon by the Central Committee in Berlin. |
|
http://en.wikipedia.org/wiki/Socialist_Unity_Party_of_Germany
(791 words)
|
|
| |
| | Handy one-liners for SED |
 | | Indicate the version of sed you used, the operating system it was compiled for, and the nature of the problem. |  | | '\t' is supported as a regular expression metacharacter in awk, perl, and HHsed, sedmod, and GNU sed v3.02.80. |  | | However, most versions of sed do not recognize the '\t' abbreviation, so when typing these scripts from the command line, you should press the TAB key instead. |
|
http://www-h.eng.cam.ac.uk/help/tpl/unix/sed.html
(834 words)
|
|
| |
| | UNIX man pages : sed () |
 | | 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 efficient. |  | | This is similar to 1,addr2, except that if addr2 matches the very first line of input the 0,addr2 form will be at the end of its range, whereas the 1,addr2 form will still be at the beginning of its range. |  | | But it is sed's ability to filter text in a pipeline which particularly distinguishes it from other types of editors. |
|
http://unixhelp.ed.ac.uk/CGI/man-cgi?sed
(1054 words)
|
|
| |
| | sed, the stream editor |
 | | Sed is extremely powerful, and you can do things in sed that you can't do in any standard word processor. |  | | All of these versions will run in a DOS window or in a full-screen DOS session under Microsoft Windows. |  | | And because sed is external to the word processor and comes with every Unix system in the world, once you learn sed you'll have a very handy tool in your toolkit, even if (like me) you rarely use Unix. |
|
http://www.cornerstonemag.com/sed
(1098 words)
|
|
| |
| | Canon Technology -SED- |
 | | Heralded as the new generation of high-quality large flat-screen display, the SED (Surface-conduction Electron-emitter Display), jointly developed by Canon and Toshiba Corporation, is almost ready for practical application. |  | | Canon began SED research in 1986 and, in 1999, began joint development activities with Toshiba with the aim of commercializing an SED product. |  | | Electrons are emitted from one side of the slit when approximately 10V of electricity are applied. |
|
http://www.canon.com/technology/display
(560 words)
|
|
| |
| | Sed for Windows |
 | | IBM Developer Works Common Threads: Sed by Example: |  | | Version 1.4 is the fast, small sed originally distributed in the GNU toolkit and still distributed with Minix -- but it's still better for some uses (in particular, faster and less memory-intensive). |  | | Instead, it is used to filter text, i.e., it takes text input and performs some operation (or set of operations) on it and outputs the modified text. |
|
http://gnuwin32.sourceforge.net/packages/sed.htm
(271 words)
|
|
| |
| | Technorati Tag: sed |
 | | A tag is like a subject or category. |  | | sed, i know we haven't seen eye to eye in the past, and i have called you an ugly little bitch, but today you saved the day, so thanks. |  | | SED TV Reviews April 1st, 2006 SED TV REVIEWS There are many SED TV reviews even though the product hasn’t officially launched yet. |
|
http://www.technorati.com/tag/sed
(481 words)
|
|
| |
| | SED Systems |
 | | Established in 1965, SED is a provider of turnkey systems. |  | | Visit the SED exhibit at the following shows: |  | | We are serving customers around the world with strong, proven capabilities in project management, engineering, manufacturing, and quality assurance. |
|
http://www.sedsystems.ca
(177 words)
|
|
| |
| | CATHOLIC ENCYCLOPEDIA: Purgatory |
 | | This opinion of St. Bonaventure, that the Church through its Supreme Pastor does not absolve juridically the souls in purgatory from the punishment due their sins, is the teaching of the Doctors. |  | | v) agrees with St. Thomas, but adds that such "relaxation cannot be after the manner of absolution as in the case of the living but only as suffrage (Haec non tenet modum judicii, sed potius suffragii). |
|
http://www.newadvent.org/cathen/12575a.htm
(4487 words)
|
|
| |
| | SED 2006 - The National Event for Construction |
 | | SED 2006 - The National Event for Construction |  | | Kubota, the UK, European and world leader in mini excavators will be exhibiting and demonstrating selected models from its market-leading range at SED - including the preview of a new 8 tonne KX080-3 high performance machine. |  | | SED will see the latest release from Universal Hydraulic Sytem - The K9-4 Pro series III. |
|
http://www.sed.co.uk
(226 words)
|
|
| |
| | Statistical Engineering Division |
 | | NIST users can also access the SED internal web site. |  | | The Statistical Engineering Division, part of NIST's Information Technology Laboratory, provides statistical consulting to the NIST laboratories and performs statistical research. |  | | The federal (postmarked) deadline for applying for the SED Division Chief position is fast approaching: Tuesday, January 31, 2006. |
|
http://www.itl.nist.gov/div898
(270 words)
|
|
| |
| | FTD - Regulations: Forms |
 | | The Correct Way to Fill Out the SED |  | | Questions may be addressed to our Regulations, Outreach and Education Branch or by e-mailing ftdregs@census.gov. |  | | Questions and Answers Relating to the Shipper's Export Declaration (SED) Requirements |
|
http://www.census.gov/foreign-trade/regulations/forms
(197 words)
|
|
| |
| | Southeastern District, LCMS |
 | | The Southeastern District (SED) of the Lutheran Church-Missouri Synod (LCMS) is a regional district of the LCMS providing vision for the new missionary age so that SED churches and schools will become strong congregations working in creative partnership for the sake of God's mission to the world. |
|
http://www.se.lcms.org
(47 words)
|
|
| |
| | sed |
 | | tells sed to search for lines which end with 76. |  | | Carret ^ sign means beginning of the line. |  | | The -n is needed and p means print. |
|
http://www.emunix.emich.edu/~khailany/files/sed-examples.htm
(323 words)
|
|
| |
| | SED |
 | | Letter from the co-ordinating editor of the Review of Economic Dynamics |  | | Online registration for SED membership and subscription to Review of Economic Dynamics |
|
http://www.economicdynamics.org/society.htm
(23 words)
|
|
|