<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Computer Operating Systems &#187; Unix Operating Systems</title> <atom:link href="http://www.morphosppc.com/topic/unix-operating-systems/feed" rel="self" type="application/rss+xml" /><link>http://www.morphosppc.com</link> <description>All about Computer Operating Systems</description> <lastBuildDate>Sun, 28 Aug 2011 09:20:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Gossip (software) &#8211; Introduction</title><link>http://www.morphosppc.com/article/gossip-software-introduction</link> <comments>http://www.morphosppc.com/article/gossip-software-introduction#comments</comments> <pubDate>Sun, 28 Aug 2011 05:20:26 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[C]]></category> <category><![CDATA[Communications Protocol]]></category> <category><![CDATA[Extensible messaging and presence protocol]]></category> <category><![CDATA[Gossip (software)]]></category> <category><![CDATA[Gossip (software) - introduction]]></category> <category><![CDATA[Human Interface Guidelines]]></category> <category><![CDATA[Instant messaging & messengers]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/gossip-software-introduction</guid> <description><![CDATA[Gossip is an instant messaging client for Unix-like operating systems. It uses XMPP protocol and adheres to GNOME&#8217;s published human interface guidelines. It is written in the C programming language, and its main developer is Mikael Hallendal, founder of Imendio. Adapted from the Wikipedia article Gossip (software), under the G. N. U. Free Documentation License. [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Gossip is an instant messaging client for Unix-like operating systems. It uses XMPP protocol and adheres to GNOME&#8217;s published human interface guidelines. It is written in the C programming language, and its main developer is Mikael Hallendal, founder of Imendio.</p><p>Adapted from the Wikipedia article Gossip (software), under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/gossip-software-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cone &#8211; Computing</title><link>http://www.morphosppc.com/article/cone-computing</link> <comments>http://www.morphosppc.com/article/cone-computing#comments</comments> <pubDate>Sun, 28 Aug 2011 01:20:56 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Cone]]></category> <category><![CDATA[Cone - computing]]></category> <category><![CDATA[Cone tracing]]></category> <category><![CDATA[Second-order cone programming]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/cone-computing</guid> <description><![CDATA[*Cone, a text-based e-mail and news client for Unix-like operating systems *Cone tracing, a derivative of the ray tracing algorithm that replaces rays, which have no thickness, with cones *Second-order cone programming a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm Adapted from the Wikipedia article Cone, under the [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>*Cone, a text-based e-mail and news client for Unix-like operating systems</p><p>*Cone tracing, a derivative of the ray tracing algorithm that replaces rays, which have no thickness, with cones</p><p>*Second-order cone programming a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm</p><p>Adapted from the Wikipedia article Cone, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/cone-computing/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Redirection (computing) &#8211; Introduction</title><link>http://www.morphosppc.com/article/redirection-computing-introduction</link> <comments>http://www.morphosppc.com/article/redirection-computing-introduction#comments</comments> <pubDate>Sat, 27 Aug 2011 02:21:03 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Command line interpreter]]></category> <category><![CDATA[Freopen]]></category> <category><![CDATA[Redirection (computing)]]></category> <category><![CDATA[Redirection (computing) - introduction]]></category> <category><![CDATA[Standard streams]]></category> <category><![CDATA[System Call]]></category> <category><![CDATA[Unix shell]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/redirection-computing-introduction</guid> <description><![CDATA[redirection is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations. In unix-like operating systems programs do redirection with the dup2(2) system call, or its less-flexible but higher-level stdio analogues, freopen(3) and popen(3). Adapted from the Wikipedia article Redirection (computing), under the G. N. [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p> redirection is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations.</p><p>In unix-like operating systems programs do redirection with the dup2(2) system call, or its less-flexible but higher-level stdio analogues, freopen(3) and popen(3).</p><p>Adapted from the Wikipedia article Redirection (computing), under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/redirection-computing-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Xinet &#8211; History</title><link>http://www.morphosppc.com/article/xinet-history</link> <comments>http://www.morphosppc.com/article/xinet-history#comments</comments> <pubDate>Thu, 25 Aug 2011 05:21:16 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Appletalk]]></category> <category><![CDATA[Berkeley Unix]]></category> <category><![CDATA[Connectivity]]></category> <category><![CDATA[Prepress]]></category> <category><![CDATA[Source Code]]></category> <category><![CDATA[U.c. berkeley]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Xinet]]></category> <category><![CDATA[Xinet - history]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/xinet-history</guid> <description><![CDATA[A key part of Xinet history has been the company&#8217;s expertise in Unix operating systems. AT&#38;T first distributed their Unix source-code to university researchers at Carnegie Melon and U.C. Berkeley. U.C. Berkeley researchers popularized their own version of Unix, which became known as &#8220;Berkeley Unix.&#8221; In 1979, when AT&#38;T announced its intention to commercialize Unix, [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>A key part of Xinet history has been the company&rsquo;s expertise in Unix operating systems. AT&amp;T first distributed their Unix source-code to university researchers at Carnegie Melon and U.C. Berkeley. U.C. Berkeley researchers popularized their own version of Unix, which became known as &ldquo;Berkeley Unix.&rdquo; In 1979, when AT&amp;T announced its intention to commercialize Unix, it prompted the researchers at U.C. Berkeley to form a cooperative set called MT Xinu which set out to package Berkeley Unix as a commercial operating system and to handle support for it among its users. In 1983, MT Xinu was among the first companies to release a commercial version of Unix called BSD Unix 4.2.</p><p>Throughout 1987&ndash;1989, MT Xinu released the first Unix-to-Mac connectivity software and the first AppleTalk print spoolers (K-spool). Xinet AppleTalk server file-sharing products, K-AShare, and K-FS joined K-Spool in 1990. Over time, MT Xinu had become more and more of a consulting company, since all the hardware vendors had begun to produce and promote their own versions of Unix. Xinet first emerged as the division of MT Xinu, which was responsible for developing and supporting a server for Unix that would connect with Mac clients. In 1989, some of MT Xinu&rsquo;s employees, including current Xinet CEO, Scott Seebass, decided to form a separate company.</p><p>Incorporated in 1991, Xinet retained all of MT Xinu&rsquo;s key software engineers as well as all the source-code rights to continue making the &ldquo;K-products.&rdquo; Xinet determined that its expertise in Unix/Mac connectivity would make a big difference in improving prepress performance, so in 1995, Xinet released FullPress, the foundation for WebNative Suite.</p><p>Adapted from the Wikipedia article Xinet, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/xinet-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HeliOS &#8211; Introduction</title><link>http://www.morphosppc.com/article/helios-introduction</link> <comments>http://www.morphosppc.com/article/helios-introduction#comments</comments> <pubDate>Wed, 24 Aug 2011 21:21:41 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Helios]]></category> <category><![CDATA[Helios - introduction]]></category> <category><![CDATA[Operating System]]></category> <category><![CDATA[Perihelion software]]></category> <category><![CDATA[Posix]]></category> <category><![CDATA[Transputer]]></category> <category><![CDATA[Unix-like]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/helios-introduction</guid> <description><![CDATA[HeliOS was a Unix-like operating system for parallel computers developed and sold by Perihelion Software. It was most commonly used on various Transputer systems, but also supported other architectures. The system provided a micro-kernel that implemented a distributed name space and messaging protocol, through which services were accessed. A POSIX compatibility library enabled the use [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>HeliOS was a Unix-like operating system for parallel computers developed and sold by Perihelion Software. It was most commonly used on various Transputer systems, but also supported other architectures. The system provided a micro-kernel that implemented a distributed name space and messaging protocol, through which services were accessed. A POSIX compatibility library enabled the use of Unix application software, and the system provided most of the usual Unix utilities.</p><p>Work on Helios began in the autumn of 1986. Its success was limited by the commercial failure of the Transputer, and efforts to move to other architectures met with limited success. Perihelion ceased trading in 1998.</p><p>Adapted from the Wikipedia article HeliOS, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/helios-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Open Group &#8211; History</title><link>http://www.morphosppc.com/article/the-open-group-history</link> <comments>http://www.morphosppc.com/article/the-open-group-history#comments</comments> <pubDate>Tue, 23 Aug 2011 13:21:43 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Common open software environment]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux foundation]]></category> <category><![CDATA[Linux standard base]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Open software foundation]]></category> <category><![CDATA[The open group]]></category> <category><![CDATA[The open group - history]]></category> <category><![CDATA[Unix international]]></category> <category><![CDATA[Unix wars]]></category> <category><![CDATA[Unix-like]]></category> <category><![CDATA[X consortium]]></category> <category><![CDATA[X Window System]]></category> <category><![CDATA[X.org foundation]]></category> <category><![CDATA[X/open]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/the-open-group-history</guid> <description><![CDATA[By the early 1990s, the major Unix players had begun to realize that the standards rivalries known as the Unix wars were causing all participants more harm than good, leaving Unix open to emerging competition from Microsoft. The COSE initiative in 1993 can be considered to be the first unification step and the merger of [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>By the early 1990s, the major Unix players had begun to realize that the standards rivalries known as the Unix wars were causing all participants more harm than good, leaving Unix open to emerging competition from Microsoft. The COSE initiative in 1993 can be considered to be the first unification step and the merger of the Open Software Foundation (OSF) and X/Open in 1996 as the ultimate step in the end of those skirmishes. OSF had previously merged with UNIX International in 1994, meaning that the new entity effectively represented all elements of the Unix community of the time.</p><p>In January 1997, the responsibility for the X Window System was transferred to the Open Group from the defunct X Consortium. In 1999, X.Org was formed to supervise releases, but development largely happened elsewhere. In 2004, the Open Group passed control of the x.org domain name, and effective stewardship of the X Window System to the newly formed X.Org Foundation. (See the history of the X Window System).</p><p>The value of the UNIX brand has diminished due to changes in the open systems marketplace, notably the widespread acceptance of &#8220;non-standardized&#8221; Unix-like operating systems such as Linux. More recently there has been an effort by The Open Group in conjunction with the Linux Foundation to help standardize Linux via the Linux Standard Base specification, but the success of this initiative appears to be very limited .</p><p>Adapted from the Wikipedia article The Open Group, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/the-open-group-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HZ (character encoding) &#8211; HZ decoders</title><link>http://www.morphosppc.com/article/hz-character-encoding-hz-decoders</link> <comments>http://www.morphosppc.com/article/hz-character-encoding-hz-decoders#comments</comments> <pubDate>Tue, 23 Aug 2011 09:22:16 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Hz (character encoding)]]></category> <category><![CDATA[Hz (character encoding) - hz decoders]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Unix]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/hz-character-encoding-hz-decoders</guid> <description><![CDATA[The first HZ decoder was written in 1989 by the code&#8217;s inventor for the Unix operating system. The hztty program, also for the Unix operating system, was also among the first and one of the most popular HZ decoders. It deviates from the specification in that it will display the escape sequences (i.e., &#8220;~{&#8221; and [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>The first HZ decoder was written in 1989 by the code&#8217;s inventor for the Unix operating system.</p><p>The hztty program, also for the Unix operating system, was also among the first and one of the most popular HZ decoders. It deviates from the specification in that it will display the escape sequences (i.e., &#8220;~{&#8221; and &#8220;~}&#8221;), and it does not treat &#8220;~~&#8221; and &#8220;~&#8221; followed by a newline specially. This was probably to allow software which assumes one character to occupy one screen position (on a text screen) to function correctly without modification.</p><p>Support on Microsoft Windows came later, and a number of third-party &#8220;Chinese systems&#8221; support HZ. These systems may provide an option to hide the escape sequences.</p><p>Adapted from the Wikipedia article HZ (character encoding), under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/hz-character-encoding-hz-decoders/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ken Thompson &#8211; Introduction</title><link>http://www.morphosppc.com/article/ken-thompson-introduction</link> <comments>http://www.morphosppc.com/article/ken-thompson-introduction#comments</comments> <pubDate>Tue, 23 Aug 2011 06:21:08 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[B]]></category> <category><![CDATA[Computer Science]]></category> <category><![CDATA[Go]]></category> <category><![CDATA[Hacker]]></category> <category><![CDATA[Ken Thompson]]></category> <category><![CDATA[Ken thompson - introduction]]></category> <category><![CDATA[Plan 9 from bell labs]]></category> <category><![CDATA[Unix]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/ken-thompson-introduction</guid> <description><![CDATA[Ken Thompson (born February 4, 1943), commonly referred to as ken in hacker circles, is an American pioneer of computer science notable for his work with the B programming language and his shepherding of the Unix and Plan 9 operating systems. Most recently Thompson is also the co-creator of Google&#8217;s programming language Go. Adapted from [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Ken Thompson (born February 4, 1943), commonly referred to as ken in hacker circles, is an American pioneer of computer science notable for his work with the B programming language and his shepherding of the Unix and Plan 9 operating systems. Most recently Thompson is also the co-creator of Google&#8217;s programming language Go.</p><p>Adapted from the Wikipedia article Ken Thompson, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/ken-thompson-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Pipeline (Unix) &#8211; History</title><link>http://www.morphosppc.com/article/pipeline-unix-history</link> <comments>http://www.morphosppc.com/article/pipeline-unix-history#comments</comments> <pubDate>Tue, 23 Aug 2011 01:22:04 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Apple Computer]]></category> <category><![CDATA[Automator]]></category> <category><![CDATA[Beos]]></category> <category><![CDATA[Dartmouth time sharing system]]></category> <category><![CDATA[Dos]]></category> <category><![CDATA[Douglas mcilroy]]></category> <category><![CDATA[Ken Thompson]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Ms Dos]]></category> <category><![CDATA[Os/2]]></category> <category><![CDATA[Pipeline]]></category> <category><![CDATA[Pipeline (unix)]]></category> <category><![CDATA[Pipeline (unix) - history]]></category> <category><![CDATA[Software Engineering]]></category> <category><![CDATA[Taos operating system]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Unix shell]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/pipeline-unix-history</guid> <description><![CDATA[The pipeline concept and the vertical-bar notation was invented by Douglas McIlroy, one of the authors of the early command shells, after he noticed that much of the time they were processing the output of one program as the input to another. His ideas were implemented in 1973 when Ken Thompson added pipes to the [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>The pipeline concept and the vertical-bar notation was invented by Douglas McIlroy, one of the authors of the early command shells, after he noticed that much of the time they were processing the output of one program as the input to another. His ideas were implemented in 1973 when Ken Thompson added pipes to the UNIX operating system. The idea was eventually ported to other operating systems, such as DOS, OS/2, Microsoft Windows, and BeOS, often with the same notation.</p><p>Although developed independently, Unix pipes are similar to, and were preceded by the &#8216;communication files&#8217; developed by Ken Lochner in the 1960&#8242;s for the Dartmouth Time Sharing System.</p><p>The robot in the icon for Apple&#8217;s Automator, which also uses a pipeline concept to chain repetitive commands together, holds a pipe in homage to the original Unix concept.</p><h3>Other operating systems</h3><p>This feature of Unix was borrowed by other operating systems, such as Taos and MS-DOS, and eventually became the pipes and filters design pattern of software engineering.</p><p>Adapted from the Wikipedia article Pipeline (Unix), under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/pipeline-unix-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sed &#8211; Introduction</title><link>http://www.morphosppc.com/article/sed-introduction</link> <comments>http://www.morphosppc.com/article/sed-introduction#comments</comments> <pubDate>Sun, 21 Aug 2011 05:21:49 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[Unix Operating Systems]]></category> <category><![CDATA[Bell labs]]></category> <category><![CDATA[Command line]]></category> <category><![CDATA[Lee e. mcmahon]]></category> <category><![CDATA[Programming Language]]></category> <category><![CDATA[Sed]]></category> <category><![CDATA[Sed - introduction]]></category> <category><![CDATA[Unix]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/sed-introduction</guid> <description><![CDATA[sed (&#8221;stream editor&#8221;) is a Unix utility that (a) parses text files and (b) implements a programming language which can apply textual transformations to such files. It reads input files line by line (sequentially), applying the operation which has been specified via the command line (or a &#8221;sed script&#8221;), and then outputs the line. It [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>sed (&#8221;stream editor&#8221;) is a Unix utility that (a) parses text files and (b) implements a programming language which can apply textual transformations to such files. It reads input files line by line (sequentially), applying the operation which has been specified via the command line (or a &#8221;sed script&#8221;), and then outputs the line. It was developed from 1973 to 1974 as a Unix utility by Lee E. McMahon of Bell Labs, and is available today for most operating systems.</p><p>Adapted from the Wikipedia article Sed, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/sed-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 42/177 queries in 4.053 seconds using disk: basic
Object Caching 2668/2824 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d3j1u3j0l3helq.cloudfront.net

Served from: www.morphosppc.com @ 2012-02-10 12:19:16 -->
