Last active
August 11, 2017 21:02
-
-
Save bookshelfdave/88d586eb5db927476f8570a40e712d2e to your computer and use it in GitHub Desktop.
list of MDN attachment filenames that include non-ASCII and/or control characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /data/www/developer.mozilla.org/kuma/media/attachments | |
# https://stackoverflow.com/questions/19146240/find-and-delete-files-with-non-ascii-names | |
$ find . -print0 | perl -n0e 'chomp; print $_, "\n" if /[[:^ascii:][:cntrl:]]/' | |
./2012/07/09/2496/3691d8ced147536d8d9029f7484f7179/Перевод двух абзацев todo (требует небольшой редакции).txt | |
./2012/07/09/2534/0808ac3485bf0ee888174432c621c31d/حكي كبير.doc | |
./2012/07/09/2686/8458176af08addb96a4a0a08e9705886/安全那些事(内部版).zip | |
./2012/07/09/2716/747dc8c2175b0ebb59ef2169d06e7f76/9kopb_онега.jpg | |
./2012/07/09/2752/1f21356b3a6bdd861a63f7433c5cfe01/Quran_Makkah_Tarawih_1428H-084 İNŞİKAK.mp3 | |
./2012/07/09/2753/9c872cd7d8e8c6e6b9b21b2fad73363b/Quran_Makkah_Tarawih_1428H-091 ŞEMS.mp3 | |
./2012/07/09/2963/2cca507b15e00ebe23d23f5ed821274e/Ícone para Título.jpg | |
./2012/07/09/3020/9040a5b78619a09582e194f375897e18/头像.jpg | |
./2012/07/09/3387/b16ec1e4fb9e40e69036a83d670de423/النور والأمل.doc | |
./2012/07/09/3490/ea51023bd5948e2583d97c8ca10eaf2a/ที่ดินมีโฉนด ณ หมู่บ้านเขาขลุง หมู่ 5 จ.doc | |
./2012/07/09/3505/b090ae28adc7c1004881cb296abc55b4/Kék hegyek.jpg | |
./2012/07/09/3507/47bae183503a3355826af50c05f57199/Tél.jpg | |
./2012/07/09/3514/17ea5f69b47a848fba21323b761a3f6f/2007 Yılı Takvimi.accdb | |
./2012/07/09/3515/40cd40989ba6b16453c19699a2ef9bf1/2011 Yılı Takvimi.accdb | |
additionally: | |
/data/www/developer.mozilla.org/kuma/media/attachments/2012/07/09/3324/a84f0366805cd693b27b052f18f5f600/The timing function is a smooth curve from point P0 = (0,0) to point P3 = (1,1). The length and orientation of the line segment P0-P1 determines the tangent and the curvature of the curve at P0 and the line segment P2-P3 does the same at P3.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment