Tushar Teredesai wrote these words on 08/09/05 18:25 CST:
> On 8/9/05, David Fix <[EMAIL PROTECTED]> wrote:
> 
>>Though I don't have an install.log file...  Is that standard?
>>(Aw crap, now I'm showing that I don't know how to create this file!  :P)
> 
> See the last paragraph in
> <http://www.linuxfromscratch.org/blfs/view/svn/introduction/unpacking.html>.

Tush's suggestion is good, however, if all you want to do is create
a log file without thousands of lines of stuff scrolling across your
screen just redirect the output using the following syntax:

command >filename.log 2>&1

Then use tail to look at the last however many lines you wish to
see. Works for me.

-- 
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:26:00 up 129 days, 17:59, 2 users, load average: 0.12, 0.33, 0.54
-- 
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