On Aug 24, 1:21 pm, "Dr. David Kirkby" <[email protected]>
wrote:

> I can see from the processes being created that something is calling
> 'top -b -n' thousands of times. Had Sage been distributed as a big
> tar.bz2  file, I could extract that, and then use a recursive grep to
> find 'top -b -n'.

Why don't you take a source distribution and do:

cd $SAGE_ROOT/spkg/build
find .. -name \*.spkg -print | xargs -IU tar xjf U

That will have all your sources unpacked (modulo patches that
install.sh might apply)

A grep on that will take a while and give you all hits.

> I'd personally much rather see the Sage code was distributed as a more
> conventional .tar.gz or .tar.bz2.

It is, just a couple of them. With funny filenames.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to