标签: random terminal
在终端中,有没有办法在文本文件中生成随机单词?我知道我们可以使用以下代码生成随机可读文本:
base64 /dev/urandom | head -c 10000000 > file.txt