comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: 'analyzing code' and # of pro files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 'analyzing code' and # of pro files [message #57380 is a reply to message #57183] Thu, 06 December 2007 09:20 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Allan Whiteford writes:

> The total number of .pro files I have in my home directory, from:
>
> find ~ -name '*.pro' | sed 's/.*\///' | wc -l
>
> is 39977.
>
> The total number with unique names coming from:
>
> find ~ -name '*.pro' | sed 's/.*\///' | sort | uniq | wc -l
>
> is 5479.

Don't worry, this is normal on UNIX systems. In my experience
debugging other people's code, it is likely you have 15 versions
of the Coyote directory in your path. And God knows how many
versions of the Astro library, which is older yet. :-)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: eclipse ridiculously slow over ssh
Next Topic: IDL 7 Conspiracy Theory

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:59:20 PDT 2025

Total time taken to generate the page: 0.88027 seconds