I would like to create a temp-folder from some generated string input, so for example I want to get only the letters and numbers from this imput:
"m'i;x&e\"d u(p\nmulti)\nlines'\nand\015ca&rr\015re;t"
should result in
mixedupmultilinesandcarret
Is there a command that creates such a simple string to use it as temp filename in a script?