Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!grivel!loki!mark From: mark@loki.une.oz.au (Mark Garrett) Newsgroups: comp.unix.questions Subject: Re: Can sh or csh do this VMS DCL trick?? Message-ID: <1446@loki.une.oz.au> Date: 29 Apr 91 15:59:02 GMT References: Distribution: comp Organization: University of NewEngland, Northern Rivers (Lismore) Lines: 37 From article , by davis@pacific.mps.ohio-state.edu ("John E. Davis"): > In VMS DCL I can do: > > $ create post_news.txt > $ deck > > Hi, > > In VMS DCL I can do: > > .... etc.... > $ eod > $ exit > $ create post_news.txt Hi, In VMS DCL I can do: .... etc.... $ exit The $deck $eod aren't needed it will work as above cat > post_news.txt <