7 Commits

Author SHA1 Message Date
PinkDev1
a37dbe1d3d Zipped the max-length folder 2022-06-23 19:50:05 -03:00
PinkDev1
c8bc8eb242 Fixed #770: Zipped files with problematic filenames 2022-06-23 19:32:39 -03:00
g0tmi1k
23901ce7b6 Fix make-*.sh files 2019-06-07 10:59:39 +01:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k
6d88c166fb Fix #226 - Remove 255+ file names
but add in a  way to generate them
2019-02-10 20:12:15 +00:00
g0tmi1k
58f2b4db53 Improved on Filenames
Source: https://twitter.com/h1_kenan/status/1016760864144285698

Source: https://www.google.com/?q=max+characters+filename+limit+linux
2018-07-25 12:19:35 +01:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00