To get a stream of lines, each with eight lower-case hexadecimal digits, you may use tr -c -d '0-9a-f' </dev/random | fold -w 8.
確定! 回上一頁