/src/indices/README
http://github.com/perlorg/cpanorg · #! · 28 lines · 18 code · 10 blank · 0 comment · 0 complexity · 087cffb18ccce27c4782768357c32f8e MD5 · raw file
- CPAN/indices/README
- This document describes the indices subdirectories of the CPAN.
- The directories contains various index views of CPAN.
- ---
- mirrors.json CPAN mirrors list in JSON format
- RECENT-ls the recent (7 days) arrivals to CPAN as seen by find -ls
- RECENT-print ditto with find -print (the same file as CPAN/RECENT)
- du-k.gz disk usage by directory (du -k)
- find-ls.gz find -ls output (*)
- ls-R.gz ls -R output
- ls-ltR ls -ltR output
- ---
- (*) find-ls format:
- inode kB mode nlinks user group bytes mtime:ctime filename
- for files and directories, and
- inode 0 "l" 1 user group bytes mtime:ctime slinkname targetname
- for symbolic links.
- # eof