28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"name": "paste",
|
|
"section": 1,
|
|
"title": "merge lines of files",
|
|
"synopsis": [
|
|
"paste [-d LIST] [-s] [FILE]..."
|
|
],
|
|
"description": "Parallel or serial (-s) column merge.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"paste",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "paste"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|