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 #57183] Thu, 06 December 2007 09:11 Go to previous message
Allan Whiteford is currently offline  Allan Whiteford
Messages: 117
Registered: June 2006
Senior Member
R.G. Stockwell wrote:
> Just curious, how many *.pro files does everyone have?
>

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.

Having seen those numbers for the first time, I'm a little worried about
the large difference between them number of files and the number of
unique files.

If I were to take a conservative guess at the directories I'd include as
projects if I ever used the DE then running the above command on the
relevant directories gives me 1977 files (1968 unique which is a much
nicer discrepancy to have!).

Thanks,

Allan
[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: Wed Oct 08 19:10:26 PDT 2025

Total time taken to generate the page: 0.00595 seconds