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.

27 lines
755 B
JSON

{
"description": "The read file content is not binary-safe.",
"functions": {
"file-read": [
{
"description": "This only works for the GNU version of `fmt`.",
"code": "fmt -pNON_EXISTING_PREFIX [file]\n"
},
{
"description": "This corrupts the output by wrapping very long lines at the given width.",
"code": "fmt -999 [file]\n"
}
],
"suid": [
{
"description": "This corrupts the output by wrapping very long lines at the given width.",
"code": "./fmt -999 [file]\n"
}
],
"sudo": [
{
"description": "This corrupts the output by wrapping very long lines at the given width.",
"code": "sudo fmt -999 [file]\n"
}
]
}
}