Files
tldr/pages.zh/linux/rig.md

24 lines
601 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rig
> 用于组合随机的名字、姓氏、街道号码和地址,以及地理上一致(即,它们都匹配同一地区)的城市、州、邮政编码和区号的工具。
> 更多信息:<https://manned.org/rig>。
- 显示一个随机名字(男性或女性)和地址:
`rig`
- 显示一个[m]ale或[f]emale随机名字和地址
`rig -{{m|f}}`
- 使用特定目录中的数据文件(默认是 `/usr/share/rig`
`rig -d {{path/to/directory}}`
- 显示特定数量的身份:
`rig -c {{number}}`
- 显示特定数量的女性身份:
`rig -f -c {{number}}`