Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: Log file


From   Neil Shephard <[email protected]>
To   [email protected]
Subject   Re: st: Log file
Date   Tue, 21 Sep 2010 12:26:39 +0000

On Tue, Sep 21, 2010 at 12:21 PM, Vassilopoulos Achilleas
<[email protected]> wrote:
> Dear listers,
>
> After running a complex procedure, I have a huge log file of more than
> 3,000,000 lines in smcl format. I'm interested in the last few lines of the
> file, where all the results are displayed in matrices. The problem is that
> it is impossible to go there using -page down- or the cursor on the side
> because it takes ages.
>
> Does anyone know if there is a shortcut I could use?

You don't state what operating system you are using, version of Stata,
or how you are trying to view the log-file.

If on a UNIX-type system I'd recommend using 'tail -n200 [filename]'
to display the last 200 lines of your file.

Independent of the operating system Emacs is quite good at opening
very large files.

Alternatively you could write your do-file in such a manner that the
main log-file is closed before the command that displays the matrices,
and open a new log-file to record just the section of interest and
then view that.

Neil

-- 
"One should as a rule, respect public opinion in so far as is
necessary to avoid starvation and to keep out of prison, but anything
that goes beyond this is voluntary submission to an unnecessary
tyranny, and is likely to interfere with happiness in all kinds of
ways..." - Bertrand Russell

Email - [email protected]
Website - http://slack.ser.man.ac.uk/
Photos - http://www.flickr.com/photos/slackline/
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index