I have a textfile generated by find Path -printf \'%s\\t%p\\n\' > textfile When I do
find Path -printf \'%s\\t%p\\n\' > textfile
declare -A DICT; while IFS=\'\\t\' read -r SIZE PFAD do DI