/src/indices/README

http://github.com/perlorg/cpanorg · #! · 28 lines · 18 code · 10 blank · 0 comment · 0 complexity · 087cffb18ccce27c4782768357c32f8e MD5 · raw file

  1. CPAN/indices/README
  2. This document describes the indices subdirectories of the CPAN.
  3. The directories contains various index views of CPAN.
  4. ---
  5. mirrors.json CPAN mirrors list in JSON format
  6. RECENT-ls the recent (7 days) arrivals to CPAN as seen by find -ls
  7. RECENT-print ditto with find -print (the same file as CPAN/RECENT)
  8. du-k.gz disk usage by directory (du -k)
  9. find-ls.gz find -ls output (*)
  10. ls-R.gz ls -R output
  11. ls-ltR ls -ltR output
  12. ---
  13. (*) find-ls format:
  14. inode kB mode nlinks user group bytes mtime:ctime filename
  15. for files and directories, and
  16. inode 0 "l" 1 user group bytes mtime:ctime slinkname targetname
  17. for symbolic links.
  18. # eof