<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <identifier>8b45e876cdfba0509e746235beedc4</identifier>
  <mediatype>image</mediatype>
  <collection>fringe</collection>
  <collection>loggedin</collection>
  <collection>no-preview</collection>
  <description>Sources:&lt;br /&gt;* TXT file from data from youtube.com&lt;br /&gt;* https://i.ytimg.com/vi/Td7PF8DFsKQ/maxresdefault.jpg&lt;br /&gt;* https://i.4pcdn.org/pol/1406777384195.gif&lt;br /&gt;&lt;br /&gt;These files were stored at the following locations according to Linux: "[My Passport 25E2, 8430F302-178B-4501-B793-820CD63E9293; https://archive.org/details/4d616769636b2f64656661756c740d - +info]" &amp;gt;&lt;br /&gt;* "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;* "/mnt/My_Passport/1/0/ah1.jpg" - JPG file&lt;br /&gt;* "/mnt/My_Passport/1/0/ah2.gif" - not a plain text file&lt;br /&gt;&lt;br /&gt;These files were stored at the following locations according to Windows: "Volume in drive G is My Passport \ Volume Serial Number is 1093-F3E8" &amp;gt;&lt;br /&gt;* "G:\b\fc2a-3930\3\Documentaries\[My collection]\Hitler and the 'Holy Grail'.txt" - TXT file&lt;br /&gt;* "G:\1\0\ah1.jpg" - JPG image file&lt;br /&gt;* "G:\1\0\ah2.gif" - GIF file&lt;br /&gt;&lt;br /&gt;Contents of the nonbinary file via cat and xxd:&lt;br /&gt;&lt;pre&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ cat "$h1"; echo&lt;br /&gt;http://www.youtube.com/watch?v=kz9lD-E4XMQ&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ xxd "$h1"&lt;br /&gt;00000000: 6874 7470 3a2f 2f77 7777 2e79 6f75 7475  http://www.youtu&lt;br /&gt;00000010: 6265 2e63 6f6d 2f77 6174 6368 3f76 3d6b  be.com/watch?v=k&lt;br /&gt;00000020: 7a39 6c44 2d45 3458 4d51                 z9lD-E4XMQ&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ xxd -ps "$h1"&lt;br /&gt;687474703a2f2f7777772e796f75747562652e636f6d2f77617463683f76&lt;br /&gt;3d6b7a396c442d4534584d51&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ xxd -b "$h1"&lt;br /&gt;00000000: 01101000 01110100 01110100 01110000 00111010 00101111  http:/&lt;br /&gt;00000006: 00101111 01110111 01110111 01110111 00101110 01111001  /www.y&lt;br /&gt;0000000c: 01101111 01110101 01110100 01110101 01100010 01100101  outube&lt;br /&gt;00000012: 00101110 01100011 01101111 01101101 00101111 01110111  .com/w&lt;br /&gt;00000018: 01100001 01110100 01100011 01101000 00111111 01110110  atch?v&lt;br /&gt;0000001e: 00111101 01101011 01111010 00111001 01101100 01000100  =kz9lD&lt;br /&gt;00000024: 00101101 01000101 00110100 01011000 01001101 01010001  -E4XMQ&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$&lt;/pre&gt;&lt;br /&gt;mv move log:&lt;br /&gt;&lt;pre&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ date; mv -n /home/ubuntu/Documents/empty/ah1.jpg /mnt/My_Passport/1/0; date&lt;br /&gt;Sat, 26 Nov 2022 20:46:14 +0000&lt;br /&gt;Sat, 26 Nov 2022 20:46:14 +0000&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ date; mv -n /home/ubuntu/Documents/empty/ah2.gif /mnt/My_Passport/1/0; date&lt;br /&gt;Sat, 26 Nov 2022 20:46:26 +0000&lt;br /&gt;Sat, 26 Nov 2022 20:46:26 +0000&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$&lt;/pre&gt;&lt;br /&gt;Hashes of these binary files and the other file via sed, crc32, md5sum, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, and b2sum:&lt;br /&gt;&lt;pre&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ attr -l "$h1"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ hs1&lt;br /&gt;crc32 "$h1" | sed "s/$/\"/g" | sed "s/\\t\//\\t\"\//g"; md5sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha1sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha224sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha256sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha384sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha512sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; b2sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; echo ""&lt;br /&gt;bc270fb1"&lt;br /&gt;62b081f9e8d2b91e69adf9a0a9edb9f4  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;74e872a47fadac3ab117fb92e25be7fb66013177  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;6f00b57c540f801d4fc9704c1972b0fea80b44e2e3f438103aaa0477  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;84fec94bcb9838e5173aaf454c5416068419b01a1339bcd378310377447224d6  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;25d34f7fa6bc7cb7e81e6a7e86600e04da611ae7785cae5b9122785ae761cc85ee3529d6f6fdbfe042110635e0a4d2f3  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;2c61d6539fee88d7fb17eb2d1f73612ea755098267f4d24f7db32583fa192e6dd605103e54349544e13cdca4421678b8d735c912427be1a67471c4fb9f4d98d1  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;0875c2042759d851ce2da480e9ca3aa0bd444554ae18ffdf1c49957d01187ffd13c9f1400f04271e4b0a71db7e2536253ce11a7e9801249190c453735b2ee5d2  "/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ attr -l "$h1"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ hs1&lt;br /&gt;crc32 "$h1" | sed "s/$/\"/g" | sed "s/\\t\//\\t\"\//g"; md5sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha1sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha224sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha256sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha384sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha512sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; b2sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; echo ""&lt;br /&gt;a157907e"&lt;br /&gt;995c643753e52a36cfaf49d8cd9df2e0  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;e57050f82e7eca0f028a0dbff624bb778b1e6929  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;9b7447380045d032d3634406b9b1921776796523a0cf03058676c12e  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;2dc9b66a5f076614b2d4fe0d486a3f04fdc0609e98b81ffb942d0a4fbda9ecd5  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;f641ddbb4a5eddfd78abe84989300716ad147ffa5faa69163b8420bacc1cbd8a4cf51659f2666ba00a9c5146fbc991e8  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;b88f26ca45db54d1f225b4f6afbd45a4724efe1c028236af6707ff6e57060877b8036f533ce3114d587835f670d00dd69e112b30f2b6b8688b263818da3af8c0  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;55f5a88eaa4a139d822973745070afb0c3f9953f5443185d7c07729b104beb756cf95dde60d58950837a3b4794cf379cca10490fa2a8b17cb8edf60ab66e51e3  "/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ attr -l "$h1"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ hs1&lt;br /&gt;crc32 "$h1" | sed "s/$/\"/g" | sed "s/\\t\//\\t\"\//g"; md5sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha1sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha224sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha256sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha384sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; sha512sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; b2sum "$h1" | sed "s/$/\"/g" | sed "s/\x20\x20\//\x20\x20\"\//g"; echo ""&lt;br /&gt;6cadd2b3"&lt;br /&gt;6d3bc8e15dd4feebcfc8eeb705712e41  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;c4d5d72e4b6593f00b6b35e3e98a83bb1b2e0642  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;186f539b376773fee397a10d53d8851a1a2340b1a439482298fc5c17  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;2c0e2142068e141e09b25be96c7f6a837f681fa68a6cc5f1a84eab9306a381ed  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;a600df681e75d29940f093413fd5c422202c726729ae0a3f6eee713f5ed59844da27764cfad83377b81023ecba105e40  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;ff19ecfd543a55a8842b03c1fc89c6c525325031990e49bd2759d8438141ebce0ee5b8edcff08f67df09393bd43b62d2001b8a7ca9ba1016a8a5b035e1d76945  "/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;d8a5f3a86be6bf6742c1c5f2cab7df69ba9cc85565250e861e70a8eb173d1f7cecf6fb0c232cc4fb455698ab68f279dadecfe0c527e58f9a1ee2900f0776e638  "/mnt/My_Passport/1/0/ah2.gif"&lt;/pre&gt;&lt;br /&gt;Properties of the containing folders and these regular files via exiftool, ffprobe, expr, ls, sed, grep, for, eval, do, echo, stat, xargs, and find:&lt;br /&gt;&lt;pre&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ hs1s&lt;br /&gt;stat "$h1"; stat -t "$h1"; hs1sc=$(expr $(ls -d "$h1" | sed "s/\//\\n/g" | grep -c .) - 1); temp="$h1"; for n in $(eval echo {1.."$hs1sc"}); do temp=$(ls -d "$temp" | sed "s/\/[^\/]\+$//"); echo $temp; done | xargs -d "\n" stat; temp="$h1"; for n in $(eval echo {1.."$hs1sc"}); do temp=$(ls -d "$temp" | sed "s/\/[^\/]\+$//"); echo $temp; done | xargs -d "\n" stat -t; stat /; stat -t /&lt;br /&gt;  File: /mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt&lt;br /&gt;  Size: 42        	Blocks: 1          IO Block: 4096   regular file&lt;br /&gt;Device: 831h/2097d	Inode: 2082618     Links: 2&lt;br /&gt;Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-01-16 17:27:11.503062100 -0700&lt;br /&gt;Modify: 2014-02-16 18:03:50.000000000 -0700&lt;br /&gt;Change: 2020-09-24 01:55:41.680847200 -0600&lt;br /&gt; Birth: -&lt;br /&gt;/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]/Hitler and the 'Holy Grail'.txt 42 1 81ff 0 0 831 2082618 2 0 0 1642379231 1392599030 1600934141 0 4096&lt;br /&gt;  File: /mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 2082616     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2021-04-10 13:36:20.233384500 -0600&lt;br /&gt;Modify: 2020-09-24 04:15:40.440228700 -0600&lt;br /&gt;Change: 2020-09-24 04:15:40.440228700 -0600&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport/b/fc2a-3930/3/Documentaries&lt;br /&gt;  Size: 32768     	Blocks: 64         IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 2082239     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-09-06 17:11:42.866592900 -0600&lt;br /&gt;Modify: 2022-09-06 17:10:00.236274100 -0600&lt;br /&gt;Change: 2022-09-06 17:10:00.236274100 -0600&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport/b/fc2a-3930/3&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 2081176     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2021-08-05 12:22:03.752133000 -0600&lt;br /&gt;Modify: 2020-11-01 21:22:27.590530700 -0700&lt;br /&gt;Change: 2020-11-01 21:22:27.590530700 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport/b/fc2a-3930&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 2079009     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2021-11-02 21:57:11.929200100 -0600&lt;br /&gt;Modify: 2020-10-31 18:47:02.955395700 -0600&lt;br /&gt;Change: 2021-06-07 01:12:46.314260300 -0600&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport/b&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 1298178     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-24 16:26:42.312848700 -0700&lt;br /&gt;Modify: 2022-11-24 16:26:40.701950300 -0700&lt;br /&gt;Change: 2022-11-24 16:26:40.701950300 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport&lt;br /&gt;  Size: 12288     	Blocks: 24         IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 5           Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-24 22:56:45.245082800 -0700&lt;br /&gt;Modify: 2022-11-24 21:25:35.691358400 -0700&lt;br /&gt;Change: 2022-11-24 21:25:35.691358400 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 805h/2053d	Inode: 917505      Links: 8&lt;br /&gt;Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-26 13:34:27.469097873 -0700&lt;br /&gt;Modify: 2022-11-17 07:52:53.637163272 -0700&lt;br /&gt;Change: 2022-11-17 07:52:53.637163272 -0700&lt;br /&gt; Birth: 2021-12-20 18:44:15.533471518 -0700&lt;br /&gt;/mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection] 4096 8 41ff 0 0 831 2082616 1 0 0 1618083380 1600942540 1600942540 0 4096&lt;br /&gt;/mnt/My_Passport/b/fc2a-3930/3/Documentaries 32768 64 41ff 0 0 831 2082239 1 0 0 1662505902 1662505800 1662505800 0 4096&lt;br /&gt;/mnt/My_Passport/b/fc2a-3930/3 4096 8 41ff 0 0 831 2081176 1 0 0 1628187723 1604290947 1604290947 0 4096&lt;br /&gt;/mnt/My_Passport/b/fc2a-3930 4096 8 41ff 0 0 831 2079009 1 0 0 1635911831 1604191622 1623049966 0 4096&lt;br /&gt;/mnt/My_Passport/b 4096 8 41ff 0 0 831 1298178 1 0 0 1669332402 1669332400 1669332400 0 4096&lt;br /&gt;/mnt/My_Passport 12288 24 41ff 0 0 831 5 1 0 0 1669355805 1669350335 1669350335 0 4096&lt;br /&gt;/mnt 4096 8 41ed 0 0 805 917505 8 0 0 1669494867 1668696773 1668696773 1640051055 4096&lt;br /&gt;  File: /&lt;br /&gt;  Size: 12288     	Blocks: 24         IO Block: 4096   directory&lt;br /&gt;Device: 805h/2053d	Inode: 2           Links: 19&lt;br /&gt;Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-25 20:37:37.815873397 -0700&lt;br /&gt;Modify: 2022-11-13 20:08:54.804838594 -0700&lt;br /&gt;Change: 2022-11-13 20:08:54.804838594 -0700&lt;br /&gt; Birth: 2021-12-20 18:43:57.000000000 -0700&lt;br /&gt;/ 12288 24 41ed 0 0 805 2 19 0 0 1669433857 1668395334 1668395334 1640051037 4096&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ exiftool "$h1"&lt;br /&gt;ExifTool Version Number         : 12.40&lt;br /&gt;File Name                       : Hitler and the 'Holy Grail'.txt&lt;br /&gt;Directory                       : /mnt/My_Passport/b/fc2a-3930/3/Documentaries/[My collection]&lt;br /&gt;File Size                       : 42 bytes&lt;br /&gt;File Modification Date/Time     : 2014:02:16 18:03:50-07:00&lt;br /&gt;File Access Date/Time           : 2022:01:16 17:27:11-07:00&lt;br /&gt;File Inode Change Date/Time     : 2020:09:24 01:55:41-06:00&lt;br /&gt;File Permissions                : -rwxrwxrwx&lt;br /&gt;File Type                       : TXT&lt;br /&gt;File Type Extension             : txt&lt;br /&gt;MIME Type                       : text/plain&lt;br /&gt;MIME Encoding                   : us-ascii&lt;br /&gt;Newlines                        : (none)&lt;br /&gt;Line Count                      : 1&lt;br /&gt;Word Count                      : 1&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/1/0/ah1.jpg"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ hs1s&lt;br /&gt;stat "$h1"; stat -t "$h1"; hs1sc=$(expr $(ls -d "$h1" | sed "s/\//\\n/g" | grep -c .) - 1); temp="$h1"; for n in $(eval echo {1.."$hs1sc"}); do temp=$(ls -d "$temp" | sed "s/\/[^\/]\+$//"); echo $temp; done | xargs -d "\n" stat; temp="$h1"; for n in $(eval echo {1.."$hs1sc"}); do temp=$(ls -d "$temp" | sed "s/\/[^\/]\+$//"); echo $temp; done | xargs -d "\n" stat -t; stat /; stat -t /&lt;br /&gt;  File: /mnt/My_Passport/1/0/ah1.jpg&lt;br /&gt;  Size: 127771    	Blocks: 256        IO Block: 4096   regular file&lt;br /&gt;Device: 831h/2097d	Inode: 150031      Links: 1&lt;br /&gt;Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-26 13:47:18.257543000 -0700&lt;br /&gt;Modify: 2022-11-26 13:40:42.151330700 -0700&lt;br /&gt;Change: 2022-11-26 13:46:14.894018300 -0700&lt;br /&gt; Birth: -&lt;br /&gt;/mnt/My_Passport/1/0/ah1.jpg 127771 256 81ff 0 0 831 150031 1 0 0 1669495638 1669495242 1669495574 0 4096&lt;br /&gt;  File: /mnt/My_Passport/1/0&lt;br /&gt;  Size: 393216    	Blocks: 768        IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 1297930     Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-26 13:50:04.709540100 -0700&lt;br /&gt;Modify: 2022-11-26 13:47:50.719254300 -0700&lt;br /&gt;Change: 2022-11-26 13:47:50.719254300 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport/1&lt;br /&gt;  Size: 196608    	Blocks: 384        IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 104193      Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-16 09:43:59.467047200 -0700&lt;br /&gt;Modify: 2022-11-16 09:43:49.388693100 -0700&lt;br /&gt;Change: 2022-11-16 09:43:49.388693100 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt/My_Passport&lt;br /&gt;  Size: 12288     	Blocks: 24         IO Block: 4096   directory&lt;br /&gt;Device: 831h/2097d	Inode: 5           Links: 1&lt;br /&gt;Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-24 22:56:45.245082800 -0700&lt;br /&gt;Modify: 2022-11-24 21:25:35.691358400 -0700&lt;br /&gt;Change: 2022-11-24 21:25:35.691358400 -0700&lt;br /&gt; Birth: -&lt;br /&gt;  File: /mnt&lt;br /&gt;  Size: 4096      	Blocks: 8          IO Block: 4096   directory&lt;br /&gt;Device: 805h/2053d	Inode: 917505      Links: 8&lt;br /&gt;Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-26 13:34:27.469097873 -0700&lt;br /&gt;Modify: 2022-11-17 07:52:53.637163272 -0700&lt;br /&gt;Change: 2022-11-17 07:52:53.637163272 -0700&lt;br /&gt; Birth: 2021-12-20 18:44:15.533471518 -0700&lt;br /&gt;/mnt/My_Passport/1/0 393216 768 41ff 0 0 831 1297930 1 0 0 1669495804 1669495670 1669495670 0 4096&lt;br /&gt;/mnt/My_Passport/1 196608 384 41ff 0 0 831 104193 1 0 0 1668617039 1668617029 1668617029 0 4096&lt;br /&gt;/mnt/My_Passport 12288 24 41ff 0 0 831 5 1 0 0 1669355805 1669350335 1669350335 0 4096&lt;br /&gt;/mnt 4096 8 41ed 0 0 805 917505 8 0 0 1669494867 1668696773 1668696773 1640051055 4096&lt;br /&gt;  File: /&lt;br /&gt;  Size: 12288     	Blocks: 24         IO Block: 4096   directory&lt;br /&gt;Device: 805h/2053d	Inode: 2           Links: 19&lt;br /&gt;Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-25 20:37:37.815873397 -0700&lt;br /&gt;Modify: 2022-11-13 20:08:54.804838594 -0700&lt;br /&gt;Change: 2022-11-13 20:08:54.804838594 -0700&lt;br /&gt; Birth: 2021-12-20 18:43:57.000000000 -0700&lt;br /&gt;/ 12288 24 41ed 0 0 805 2 19 0 0 1669433857 1668395334 1668395334 1640051037 4096&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ exiftool "$h1"&lt;br /&gt;ExifTool Version Number         : 12.40&lt;br /&gt;File Name                       : ah1.jpg&lt;br /&gt;Directory                       : /mnt/My_Passport/1/0&lt;br /&gt;File Size                       : 125 KiB&lt;br /&gt;File Modification Date/Time     : 2022:11:26 13:40:42-07:00&lt;br /&gt;File Access Date/Time           : 2022:11:26 13:47:18-07:00&lt;br /&gt;File Inode Change Date/Time     : 2022:11:26 13:46:14-07:00&lt;br /&gt;File Permissions                : -rwxrwxrwx&lt;br /&gt;File Type                       : JPEG&lt;br /&gt;File Type Extension             : jpg&lt;br /&gt;MIME Type                       : image/jpeg&lt;br /&gt;JFIF Version                    : 1.01&lt;br /&gt;Resolution Unit                 : None&lt;br /&gt;X Resolution                    : 1&lt;br /&gt;Y Resolution                    : 1&lt;br /&gt;Image Width                     : 1920&lt;br /&gt;Image Height                    : 1080&lt;br /&gt;Encoding Process                : Baseline DCT, Huffman coding&lt;br /&gt;Bits Per Sample                 : 8&lt;br /&gt;Color Components                : 3&lt;br /&gt;Y Cb Cr Sub Sampling            : YCbCr4:2:0 (2 2)&lt;br /&gt;Image Size                      : 1920x1080&lt;br /&gt;Megapixels                      : 2.1&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ h1="/mnt/My_Passport/1/0/ah2.gif"&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ stat "$h1"; stat -t "$h1"&lt;br /&gt;  File: /mnt/My_Passport/1/0/ah2.gif&lt;br /&gt;  Size: 406186    	Blocks: 800        IO Block: 4096   regular file&lt;br /&gt;Device: 831h/2097d	Inode: 150034      Links: 1&lt;br /&gt;Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)&lt;br /&gt;Access: 2022-11-26 13:46:26.514085500 -0700&lt;br /&gt;Modify: 2022-11-26 13:41:04.455466300 -0700&lt;br /&gt;Change: 2022-11-26 13:46:26.480995300 -0700&lt;br /&gt; Birth: -&lt;br /&gt;/mnt/My_Passport/1/0/ah2.gif 406186 800 81ff 0 0 831 150034 1 0 0 1669495586 1669495264 1669495586 0 4096&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ exiftool "$h1"&lt;br /&gt;ExifTool Version Number         : 12.40&lt;br /&gt;File Name                       : ah2.gif&lt;br /&gt;Directory                       : /mnt/My_Passport/1/0&lt;br /&gt;File Size                       : 397 KiB&lt;br /&gt;File Modification Date/Time     : 2022:11:26 13:41:04-07:00&lt;br /&gt;File Access Date/Time           : 2022:11:26 13:46:26-07:00&lt;br /&gt;File Inode Change Date/Time     : 2022:11:26 13:46:26-07:00&lt;br /&gt;File Permissions                : -rwxrwxrwx&lt;br /&gt;File Type                       : GIF&lt;br /&gt;File Type Extension             : gif&lt;br /&gt;MIME Type                       : image/gif&lt;br /&gt;GIF Version                     : 89a&lt;br /&gt;Image Width                     : 500&lt;br /&gt;Image Height                    : 500&lt;br /&gt;Has Color Map                   : Yes&lt;br /&gt;Color Resolution Depth          : 8&lt;br /&gt;Bits Per Pixel                  : 8&lt;br /&gt;Background Color                : 255&lt;br /&gt;Animation Iterations            : Infinite&lt;br /&gt;Transparent Color               : 255&lt;br /&gt;Frame Count                     : 8&lt;br /&gt;Duration                        : 1.40 s&lt;br /&gt;Image Size                      : 500x500&lt;br /&gt;Megapixels                      : 0.250&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ ffprobe "$h1"&lt;br /&gt;ffprobe version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2007-2021 the FFmpeg developers&lt;br /&gt;  built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)&lt;br /&gt;  configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared&lt;br /&gt;  libavutil      56. 70.100 / 56. 70.100&lt;br /&gt;  libavcodec     58.134.100 / 58.134.100&lt;br /&gt;  libavformat    58. 76.100 / 58. 76.100&lt;br /&gt;  libavdevice    58. 13.100 / 58. 13.100&lt;br /&gt;  libavfilter     7.110.100 /  7.110.100&lt;br /&gt;  libswscale      5.  9.100 /  5.  9.100&lt;br /&gt;  libswresample   3.  9.100 /  3.  9.100&lt;br /&gt;  libpostproc    55.  9.100 / 55.  9.100&lt;br /&gt;Input #0, gif, from '/mnt/My_Passport/1/0/ah2.gif':&lt;br /&gt;  Duration: 00:00:01.40, start: 0.000000, bitrate: 2321 kb/s&lt;br /&gt;  Stream #0:0: Video: gif, bgra, 500x500, 6 fps, 10 tbr, 100 tbn, 100 tbc&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$&lt;/pre&gt;&lt;br /&gt;See also:&lt;br /&gt;* https://en.wikipedia.org/wiki/Random_Access_Memories&lt;br /&gt;* https://archive.org/details/3336333 - other upload of mine&lt;br /&gt;* https://archive.org/details/683d92f7381c324a7b5d4b0fe46303  - also an other upload of mine, mentions IPFS&lt;br /&gt;** related:&lt;br /&gt;*** ipfs pinning log:&lt;pre&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ ipfs add "/mnt/e/dl/a1b716d/a4e557d/mnt-e-dl-a1b716d-a4e557d-1.txt-2022-11-18-61b124ad/mrponiator_da.zip"&lt;br /&gt;added Qmdm4v7E4KTHCBnepoF7jGuWS9tBSpqyTejBjJF3hmFH2P mrponiator_da.zip&lt;br /&gt; 50.18 MiB / 50.18 MiB [=====================================================================================================================] 100.00%&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ ipfs pin add Qmdm4v7E4KTHCBnepoF7jGuWS9tBSpqyTejBjJF3hmFH2P&lt;br /&gt;pinned Qmdm4v7E4KTHCBnepoF7jGuWS9tBSpqyTejBjJF3hmFH2P recursively&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ date&lt;br /&gt;Fri, 18 Nov 2022 07:25:57 +0000&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ ipfs add "/mnt/e/dl/a1b716d/a4e557d/mnt-e-dl-a1b716d-a4e557d-1.txt-2022-11-18-61b124ad/mrponiator_da_old.zip"&lt;br /&gt;added QmZALmbPLgJ97efSkPXyZnXAhCEJbNzVN1zvaMUsgbvNki mrponiator_da_old.zip&lt;br /&gt; 5.66 MiB / 5.66 MiB [=======================================================================================================================] 100.00%&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$ ipfs pin add QmZALmbPLgJ97efSkPXyZnXAhCEJbNzVN1zvaMUsgbvNki&lt;br /&gt;pinned QmZALmbPLgJ97efSkPXyZnXAhCEJbNzVN1zvaMUsgbvNki recursively&lt;br /&gt;ubuntu@ubuntu-HP-Laptop-14-bw0xx:/$&lt;/pre&gt;&lt;br /&gt;identifier basically from stdout of "lubuntu@lubuntu:[/home/lubuntu/Downloads/7714900]$ find -type d | gzip --stdout -f", 131</description>
  <language>eng</language>
  <scanner>Internet Archive HTML5 Uploader 1.7.0</scanner>
  <subject>Adolf Hitler; Daft Punk; English text; animated; human; Random Auschwitz Memories; Random Access Memories; parody of Random Access Memories; man</subject>
  <subject>parody; Nazi; music; Random Access Memories (album); Auschwitz; Random Access Memories parody; animated GIF; funny; dance club; lights; male</subject>
  <subject>politics; political; i.ytimg.com; from i.ytimg.com; from ytimg.com; ytimg.com; www.youtube.com; i.4pcdn.org; 1406777384195.gif; from i.4pcdn.org</subject>
  <subject>/pol/; 4chan /pol/; from 4chan pol; 4chan; from 4chan; 4pcdn.org; from 4pcdn.org; 4plebs; from 4plebs; facial hair; kz9lD-E4XMQ; kz9lD E4XMQ</subject>
  <subject>Nazism; YouTube video kz9lD-E4XMQ; adult; people; clothes; Hitler and the 'Holy Grail'; Hitler and the Holy Grail; Holy Grail; German politician</subject>
  <subject>title: Hitler and the 'Holy Grail'; YouTube video ID kz9lD-E4XMQ (titled Hitler and the 'Holy Grail'); German; politician; link; URL; Hitler</subject>
  <subject>Adolf; German man; album by Daft Punk</subject>
  <title>Random Auschwitz Memories and other Adolf Hitler data</title>
  <uploader>leedusmcclein@gmail.com</uploader>
  <publicdate>2022-11-26 20:51:31</publicdate>
  <addeddate>2022-11-26 20:51:31</addeddate>
  <curation>[curator]validator@archive.org[/curator][date]20221126205657[/date][comment]checked for malware[/comment]</curation>
  <collection>deemphasize</collection>
  <access-restricted-item>true</access-restricted-item>
</metadata>
