update file data source

master
Mr. Robot 4 years ago committed by GitHub
parent 13ce0c6560
commit 0d41af459a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,20 +1,26 @@
{
"description": "Each line is corrupted by a prefix string and wrapped inside quotes, so this may not be suitable for binary files. If a line in the target file begins with a '#' it will not be printed as these lines are parsed as comments. It can also be provided with a directory and will read each file in the directory.",
"functions": {
"file-read": [
{
"description": "Each input line is treated as a filename for the 'file' command and the output is corrupted by a suffix ':' followed by the result or the error of the operation, so this may not be suitable for binary files.",
"code": "file -f [file]\n"
},
{
"description": "Each line is corrupted by a prefix string and wrapped inside quotes, so this may not be suitable for binary files. If a line in the target file begins with a '#', it will not be printed as these lines are parsed as comments. It can also be provided with a directory and will read each file in the directory.",
"code": "file -m [file]\n"
}
],
"suid": [
{
"code": "./file -m [file]\n"
"description": "Each input line is treated as a filename for the 'file' command and the output is corrupted by a suffix ':' followed by the result or the error of the operation, so this may not be suitable for binary files.",
"code": "./file -f [file]\n"
}
],
"sudo": [
{
"code": "sudo file -m [file]\n"
"description": "Each input line is treated as a filename for the 'file' command and the output is corrupted by a suffix ':' followed by the result or the error of the operation, so this may not be suitable for binary files.",
"code": "sudo file -f [file]\n"
}
]
}
}
}

Loading…
Cancel
Save