You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
478 B
JSON

{
"description": "The file content is parsed as a sequence of '\\x00' separated paths. On error the file content appears in a message, so this may not be suitable to read binary files.",
"functions": {
"file-read": [
{
"code": "wc --files0-from \"[file]\"\n"
}
],
"suid": [
{
"code": "./wc --files0-from \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo wc --files0-from \"[file]\"\n"
}
]
}
}