in reply to Sorting path like strings
perl -le 'print for map { join"/",map ord,split"",$_} sort map {chomp;join"",map chr,@x=split"/",$_}<>' [download]
get the right order?