28 lines
480 B
JSON
28 lines
480 B
JSON
{
|
|
"name": "join",
|
|
"section": 1,
|
|
"title": "join lines of two files on a common field",
|
|
"synopsis": [
|
|
"join [-t CHAR] [-1 N] [-2 N] FILE1 FILE2"
|
|
],
|
|
"description": "Relational join on sorted files.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"join",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "join"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|