2020-10-14 14:01:17 +04:00
# rig
> Utility to piece together a random first name, last name, street number and address, along with a geographically consistent (ie, they all match the same area) city, state, ZIP code, and area code.
2022-01-14 00:33:54 -03:00
> More information: <https://manned.org/rig>.
2020-10-14 14:01:17 +04:00
- Display a random name (male or female) and address:
`rig`
- Display a [m]ale (or [f]emale) random name and address:
`rig -{{m|f}}`
2025-03-27 16:42:21 +02:00
- Use [d]ata files from a specific directory (default is `/usr/share/rig` ):
2020-10-14 14:01:17 +04:00
`rig -d {{path/to/directory}}`
- Display a specific number of identities:
`rig -c {{number}}`
2025-03-27 16:42:21 +02:00
- Display a specific number of [f]emale identities:
2020-10-14 14:01:17 +04:00
`rig -f -c {{number}}`