{
"name": "head",
"description": "Output the first part of files",
"options": [
{
"names": [
"-c",
"--bytes"
],
"description": "Print the first [numBytes] bytes of each file",
"takes_arg": true,
"arg": {
"name": "numBytes"
}
},
{
"names": [
"-n",
"--lines"
],
"description": "Print the first [numLines] lines instead of the first 10",
"takes_arg": true,
"arg": {
"name": "numLines"
}
},
{
"names": [
"-q",
"--quiet",
"--silent"
],
"description": "Never print headers giving file names"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Always print headers giving file names"
},
{
"names": [
"--help"
],
"description": "Display this help and exit"
},
{
"names": [
"--version"
],
"description": "Output version information and exit"
}
],
"args": [
{
"name": "file",
"template": "filepaths"
}
]
}