From b07f4723872961471b9a3d1f921971872f0367e7 Mon Sep 17 00:00:00 2001 From: Neel Gopaul Date: Wed, 14 Oct 2020 14:01:17 +0400 Subject: [PATCH] rig: add page (#4655) --- pages/linux/rig.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/rig.md diff --git a/pages/linux/rig.md b/pages/linux/rig.md new file mode 100644 index 0000000000..90558607f5 --- /dev/null +++ b/pages/linux/rig.md @@ -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: . + +- 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}}`