David Fix wrote these words on 08/09/05 18:45 CST:

> Awesome.  :)  Thank you both.  :)  I always like to see stuff as I
> compile/install/whatever it, just so I can see it's still doing something.
> ;)  Thanks again, both of you!

You're welcome!

Note that you can redirect to a file in *append* mode by using >>
instead of >. Example:

command >>filename.log 2>&1

This will append stuff to an existing file (or create it if it
didn't already exist). The difference is that > will truncate an
existing file to 0 bytes then append, >> will append to the end of
(or create a new) file.

man bash

and search for 'redirect' for even more boring stuff.

-- 
Randy

rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
18:48:00 up 129 days, 18:21, 2 users, load average: 0.28, 0.10, 0.18
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to