1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

rig: add page (#4655)

This commit is contained in:
Neel Gopaul 2020-10-14 14:01:17 +04:00 committed by GitHub
parent 6df5f5c829
commit b07f472387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/rig.md Normal file
View file

@ -0,0 +1,24 @@
# 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.
> More information: <https://manpages.ubuntu.com/manpages/focal/man6/rig.6.html>.
- Display a random name (male or female) and address:
`rig`
- Display a [m]ale (or [f]emale) random name and address:
`rig -{{m|f}}`
- Use data files from a specific directory (default is `/usr/share/rig`):
`rig -d {{path/to/directory}}`
- Display a specific number of identities:
`rig -c {{number}}`
- Display a specific number of female identities:
`rig -f -c {{number}}`