Linux command
Generate random password
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Generate random password
< /dev/urandom tr -dc A-Za-z0-9 | head -c 32; echo
说明
Useful Linux one-liner
FAQ
What is the < command used for?
Useful Linux one-liner
How do I run a basic < example?
Run `< /dev/urandom tr -dc A-Za-z0-9 | head -c 32; echo` in a terminal, then adjust file names, paths, flags, or remote targets for your system.