Did you end the script file with Ctrl-D?  if so, is the program you are
running redirecting the input to somewhere else, e.g. /dev/null.

Try:
#script /tmp/test
#cat /etc/passwd
#Ctrl-D
then cat /tmp/test, you should see the contents of the /etc/passwd file.

Gordon VonMiller wrote:

> Thanks for the help.   I created the file, but the file was empty.
> How do
> you save the screen?
>
> Gordon
>
> On Sun, 10 May 1998, L. M. Marchese wrote:
>
> > My best advise is to use the script command to capture your session
> into
> > a file "script /tmp/myfile", then print the file.
> >
> > Hope this helps
> >
> >
> >
> > Gordon von Miller wrote:
> >
> > > Hello,
> > >
> > > First, is there a command like Dos's print Screen?  I have looked
> > > everywhere, but I can't find one.
> > > My sound card is not setup by the kernel.  I ran make xconfig, and
> all
> > > I
> > > got was some messages.  RedHat4.2  What did I miss?
> > >
> > > TIA
> > >
> > > Gordon
> > >
> > > --
> > >   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST
> > > ARCHIVES!
> > > http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips
> > > /mailing-lists
> > >          To unsubscribe: mail [EMAIL PROTECTED] with
> > >                        "unsubscribe" as the Subject.
> >
> >
> >
> >
> > --
> >   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST
> ARCHIVES!
> > http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips
> /mailing-lists
> >          To unsubscribe: mail [EMAIL PROTECTED] with
> >                        "unsubscribe" as the Subject.
> >




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to