小智 0

Linux/GNU 上的 ASCII(UTF-8 子集)字符的 Grep:

dd if=/dev/random bs=1 count=1G | egrep -ao "\w" | tr -d '\n'
Run Code Online (Sandbox Code Playgroud)