[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Why do I need to be a %^#$# programmer to use Linux?



Steve,

ls bozo ... Was that an implication?? :-)  I knew about stdin, stderr etc,
just didn't know how to apply them thanks!

BTW, I never said programmers were #*@#&, just that I don't claim to be a
&^%# programmer!

Thanks!!

Barry deFreese
NTS Technology Services Manager
Nike Team Sports
(949)-616-4005
Barry.deFreese@nike.com

"Technology doesn't make you less stupid; it just makes you stupid faster."
Jerry Gregoire - Former CIO at Dell



-----Original Message-----
From: Steve Juranich [mailto:sjuranic@quail.ee.washington.edu]
Sent: Thursday, September 19, 2002 4:40 PM
To: deFreese, Barry
Cc: 'nate'; debian-user@lists.debian.org
Subject: Re: Why do I need to be a %^#$# programmer to use Linux?


> OK, stupid n00b question coming.  How can I capture the screen output in
my
> terminal to a file so I can show you the errors that I am getting?  I
tried
> outputting or piping to a file and it doesn't work.  Is there some way for
> me to capture the screen output to a file?? ( You know in winblows, I can
> just cut and paste!! :-) )

If you're running bash, you can redirect the error output (stderr, in 
%^#$#'ing programmer speak) by typing '2>filename' after your command.

Example:

quail (ss)$ ls bozo 2>errors
quail (ss)$ cat errors
ls: bozo: No such file or directory
quail (ss)$ 

HTH

--------------------------------------------------------------------------
Stephen W. Juranich                             sjuranic@ee.washington.edu
Electrical Engineering             http://students.washington.edu/sjuranic
University of Washington                http://ssli.ee.washington.edu/ssli



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org




Reply to: