26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"name": "touch",
|
|
"section": 1,
|
|
"title": "change file timestamps or create files",
|
|
"synopsis": [
|
|
"touch [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of change file timestamps or create files. Full behavior is defined in packages/bare-os-coreutils/src/touch.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"touch",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "create empty",
|
|
"code": "touch newfile"
|
|
},
|
|
{
|
|
"caption": "refresh mtime",
|
|
"code": "touch -c existing"
|
|
}
|
|
]
|
|
}
|