Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!uicadd.csl.uiuc.edu!steven From: steven@uicadd.csl.uiuc.edu (Steven Parkes) Newsgroups: comp.sys.dec Subject: Re: poking around partial or trashed systems Message-ID: <1990Oct18.163931.5842@ux1.cso.uiuc.edu> Date: 18 Oct 90 16:39:31 GMT References: <88858@aerospace.AERO.ORG> <1990Oct18.132856.6312@decuac.dec.com> Sender: news@ux1.cso.uiuc.edu (News) Reply-To: steven@pacific.csl.uiuc.edu Distribution: usa Organization: Coordinated Science Laboratory, University of Illinois Lines: 8 |> you can even do a fair emulation of the "cat" command using: |> (while read line; do echo $line; done) < /etc/passwd In this context (ram kernal) dd exists so I find dd if=/etc/passwd much easier.