View Single Post
Old 07-11-2014, 02:24 AM   #34
iliis
Pastafari
iliis began at the beginning.
 
iliis's Avatar
 
Posts: 24
Karma: 10
Join Date: Feb 2013
Device: Kindle DX Graphite
@hawhill: precisely!

@knc1: Aye, delegating this problem to a bunch of minions would be convenient. Unfortunately, my title is mainly sarcasm[1].
Attached is a list of md5sums of every file I could find, generated with:

Code:
find . -type f -exec md5sum {} \; > ../complete_md5_list
and a list of all symlinks, just for completeness' sake.

Code:
find . -type l -exec echo -n {} "--> " \; -exec readlink {} \; > ../complete_symlink_list.txt
There's actually a second partition on my Kindle called "LocalVars" and having no idea if it is relevant (I've never seen it before) I made listings for that one as well.

---
[1] http://weknowmemes.com/2012/02/i-her...-delivery-boy/
Attached Files
File Type: txt complete_md5_list.txt (161.4 KB, 318 views)
File Type: txt complete_md5_list_LocalVars.txt (472 Bytes, 308 views)
File Type: txt complete_symlink_list.txt (22.7 KB, 411 views)

Last edited by iliis; 07-11-2014 at 02:31 AM.
iliis is offline   Reply With Quote