Re: [CAD_CAM_EDM_DRO] Houston, we have...
Posted by
Jon Elson
on 2001-08-12 22:10:14 UTC
Weyland wrote:
If you want to run a command xyz and save the results in a file, do this :
./xyz 2>&1 | tee xyz.log
./xyz runs the program as it normally does. 2>&1 combines both the
standard output and the standard error streams into one stream.
the "|" is the (broken) vertical bar, sometimes over the "\" character,
and means pipe the output to ... in Unix and Linux.
Tee makes 2 copies of the output, and sends one to your screen, so
you can see what is going on.
xyz.log is the name of a file where the output is recorded.
Once you've got the output captured in a file, you can attach it to email,
insert it into an email message, or copy it to another system if you can't
run Netscape on the Linux system.
Jon
> From: "William Scalione" <wscalione@...>Here's something that I worked out looking at 4 Unix and 2 Linux books.
>
> > Also, linux is case sensitive so
> > CD /usr/local/emc is different than
> > cd /usr/local/emc
>
> Ahhhh...okay the space.
> Yes, that helped.
> Case wasn't an issue, but thanks for the heads up~!
>
> > Disclaimer: I only enough to get me and
> > possibly you in trouble. We may get to a
> > point where I will have to yield my help to
> > someone who knows more than me.
>
> No problem~!
> I can always wack it and re-install if anything terrible happens.
> I want to learn, so I'll try anything I can.
>
> Now, I get tot the directory, but after I type "./emc.run" I
> still get the " No such file of directory" error.
> Then a *bunch* of info streams by.
> Is there a cut & paste function that I can save this to a file and transfer
> it here?
If you want to run a command xyz and save the results in a file, do this :
./xyz 2>&1 | tee xyz.log
./xyz runs the program as it normally does. 2>&1 combines both the
standard output and the standard error streams into one stream.
the "|" is the (broken) vertical bar, sometimes over the "\" character,
and means pipe the output to ... in Unix and Linux.
Tee makes 2 copies of the output, and sends one to your screen, so
you can see what is going on.
xyz.log is the name of a file where the output is recorded.
Once you've got the output captured in a file, you can attach it to email,
insert it into an email message, or copy it to another system if you can't
run Netscape on the Linux system.
Jon
Discussion Thread
Weyland
2001-08-12 18:28:37 UTC
Houston, we have...
William Scalione
2001-08-12 19:00:16 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 19:15:01 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
William Scalione
2001-08-12 19:24:34 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
William Scalione
2001-08-12 19:33:22 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
info.host@b...
2001-08-12 20:40:58 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 20:49:01 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 20:51:34 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
William Scalione
2001-08-12 21:39:17 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Jon Elson
2001-08-12 21:45:29 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Jon Elson
2001-08-12 21:51:35 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Jon Elson
2001-08-12 22:10:14 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 22:13:08 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 22:18:46 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
William Scalione
2001-08-12 22:23:23 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-12 22:34:11 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Ray
2001-08-13 04:01:29 UTC
Re: Re: Houston, we have...
Ray
2001-08-13 04:06:05 UTC
Re: Re: Houston, we have...
Jon Elson
2001-08-13 10:01:19 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Paul
2001-08-13 13:47:44 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Houston, we have...
Weyland
2001-08-13 17:44:06 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
William Scalione
2001-08-13 18:06:57 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...
Weyland
2001-08-13 18:21:43 UTC
Re: [CAD_CAM_EDM_DRO] Houston, we have...