Random Password Generator (uses all chars, no repeated chars)echo {A..z} | tr " " '\n' | shuf | tr -d '\n' | cut -c-16