kalpesh pitale wrote:
> 
> Hi All,
> 
> I need some help in perling on solaris 5.8. I would be great ful if any of you
> could help ..
> 
> 1. Count all directories excluding the directories named . or ..     .
> 2. Coount all non-directory entries with link count equals to one
> 3. Count of all non-directory entries with link counts greater than one (i.e
> the file has more than one namname).
> 4. Count of entries modified since midnight on 1 April.
> 5. Count of entries modified between midnight on 1 March and midnight of 1
> April.
> 6. Count of entries modified before midnight on 1 March.
> 7. A list of filenames that refer to a given inode, for directories the list
> should not include . or .. directories. The list should be printed and sorted
> in order of inode number, with     the names also sorted in order, all on one
> line where possible.
> 
> Waiting for you help !!

Well I'll help you find a module to get started:  File::Find

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to