home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.wizards:4786 comp.unix.shell:4776 comp.unix.misc:4243
- Newsgroups: comp.unix.wizards,comp.unix.shell,comp.unix.misc
- Path: sparky!uunet!gumby!wupost!cs.utexas.edu!tamsun.tamu.edu!ski8032
- From: ski8032@tamsun.tamu.edu (The Man Behind The Curtain)
- Subject: Re: The Problem with UNIX
- Message-ID: <1992Nov19.000136.3970@tamsun.tamu.edu>
- Organization: Texas A&M University, College Station
- References: <aldavi01.721333614@starbase.spd.louisville.edu> <1992Nov13.094336.2341@aber.ac.uk> <id.SY1V.ITA@ferranti.com>
- Date: Thu, 19 Nov 1992 00:01:36 GMT
- Lines: 27
-
- Thus spake peter@ferranti.com (peter da silva):
- >touch b a
- >cat a b > b
- >b: File exists.
- >
- >What's your problem?
-
- echo a > a
- echo b > b
- cat a b > b
- cat: input b is output
- cat a
- a
- cat b
- a
-
- ==> rm *
- ==> Are you sure you wanted to do that?(y/n)n
- ==> Well, too late now...
-
- > Peter da Silva / 77487-5012 USA / +1 713 274 5180
-
- --
- Till next time, \o/ \o/
- V \o/ V email:pinky@tamu.edu
- <> Sam Inala <> V
-
-