Re: [CAD_CAM_EDM_DRO] Houston, we have...
Posted by
Weyland
on 2001-08-12 22:18:46 UTC
From: "Jon Elson" <elson@...>
I gotta go get a Linux book.
Makes some sense, as the "|" is called a "pipe" symbol.
I'll try it and see what happens.
The install doesn't seem to have internet capability, and
I *did* see some message about that during the install,
but didn't care at that point if it did or not.
I'll look into that after this is cleared up.
Thanks for your help~!
Weyland
>Kewl, thanks, Jon.
> Here's something that I worked out looking at 4 Unix and 2 Linux books.
> 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
I gotta go get a Linux book.
Makes some sense, as the "|" is called a "pipe" symbol.
I'll try it and see what happens.
The install doesn't seem to have internet capability, and
I *did* see some message about that during the install,
but didn't care at that point if it did or not.
I'll look into that after this is cleared up.
Thanks for your help~!
Weyland
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...