question_id stringlengths 1 5 | nl stringlengths 4 218 | cmd stringlengths 1 231 | oracle_man list | cmd_name stringlengths 1 24 | tldr_cmd_name stringlengths 1 24 | manual_exist bool 1
class | matching_info dict |
|---|---|---|---|---|---|---|---|
338 | fix a given ntfs partition | sudo ntfsfix {{/dev/sdXN}} | [
"ntfsfix_3"
] | ntfsfix | ntfsfix | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"ntfsfix_3",
"ntfsfix_4"
]
]
} |
341 | display a simple message | whiptail --title "{{title}}" --msgbox "{{message}}" {{height_in_chars}} {{width_in_chars}} | [
"whiptail_2",
"whiptail_3",
"whiptail_18",
"whiptail_26"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--msgbox",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_26"
],
[
"whiptail_3",
"whiptail_4"
]
]
} |
342 | display a boolean choice, returning the result through the exit code | whiptail --title "{{title}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}} | [
"whiptail_2",
"whiptail_3",
"whiptail_18",
"whiptail_25"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--yesno",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_25"
],
[
"whiptail_3",
"whiptail_4"
]
]
} |
343 | customise the text on the yes / no buttons | whiptail --title "{{title}}" --yes-button "{{text}}" --no-button "{{text}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}} | [
"whiptail_2",
"whiptail_3",
"whiptail_10",
"whiptail_11",
"whiptail_18",
"whiptail_25"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--yes-button",
"--no-button",
"--yesno",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_2",
"whiptail_10"
],
[
"whiptail_2",
"whiptail_11"
],
[
"whiptail_25"
],
[
... |
344 | display a text input box | {{result_variable_name}}="$(whiptail --title "{{title}}" --inputbox "{{message}}" {{height_in_chars}} {{width_in_chars}} {{default_text}} 3>&1 1>&2 2>&3)" | [
"whiptail_0",
"whiptail_2",
"whiptail_3",
"whiptail_18",
"whiptail_28"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--inputbox",
"3",
"&1",
"1",
"&2",
"2",
"&3)",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_28"
],
[],
[],
[
"whiptail_0"
],
[],
[],
[],
[
"whiptai... |
345 | display a password input box | {{result_variable_name}}="$(whiptail --title "{{title}}" --passwordbox "{{message}}" {{height_in_chars}} {{width_in_chars}} 3>&1 1>&2 2>&3)" | [
"whiptail_0",
"whiptail_2",
"whiptail_3",
"whiptail_18",
"whiptail_29"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--passwordbox",
"3",
"&1",
"1",
"&2",
"2",
"&3)",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_29"
],
[],
[],
[
"whiptail_0"
],
[],
[],
[],
[
"whip... |
346 | display a multiplechoice menu | {{result_variable_name}}=$(whiptail --title "{{title}}" --menu "{{message}}" {{height_in_chars}} {{width_in_chars}} {{menu_display_height}} "{{value_1}}" "{{display_text_1}}" "{{value_n}}" "{{display_text_n}}" ..... 3>&1 1>&2 2>&3) | [
"whiptail_0",
"whiptail_2",
"whiptail_3",
"whiptail_18",
"whiptail_31"
] | whiptail | whiptail | true | {
"token": [
"--title",
"--menu",
".....",
"3",
"&1",
"1",
"&2",
"2",
"&3)",
"|main|"
],
"oracle_man": [
[
"whiptail_2",
"whiptail_18"
],
[
"whiptail_31"
],
[],
[],
[],
[
"whiptail_0"
],
[],
[],
[],
... |
354 | launch anbox into the app manager | anbox launch --package={{org.anbox.appmgr}} --component={{org.anbox.appmgr.AppViewActivity}} | [
"anbox_7",
"anbox_11",
"anbox_12",
"anbox_13"
] | anbox | anbox | true | {
"token": [
"launch",
"--package",
"--component",
"|main|"
],
"oracle_man": [
[
"anbox_7",
"anbox_12",
"anbox_13"
],
[
"anbox_13"
],
[
"anbox_13"
],
[
"anbox_11"
]
]
} |
355 | launch a vnc server that allows multiple clients to connect | x11vnc -shared | [
"x11vnc_3",
"x11vnc_9",
"x11vnc_44",
"x11vnc_100",
"x11vnc_106",
"x11vnc_144",
"x11vnc_1072",
"x11vnc_1190",
"x11vnc_1191",
"x11vnc_1559"
] | x11vnc | x11vnc | true | {
"token": [
"-shared",
"|main|"
],
"oracle_man": [
[
"x11vnc_9",
"x11vnc_44",
"x11vnc_100",
"x11vnc_106",
"x11vnc_144",
"x11vnc_1072",
"x11vnc_1190",
"x11vnc_1191",
"x11vnc_1559"
],
[
"x11vnc_3",
"x11vnc_4",
"x11vnc_5",
... |
356 | launch a vnc server in viewonly mode, and which won't terminate once the last client disconnects | x11vnc -forever -viewonly | [
"x11vnc_3",
"x11vnc_9",
"x11vnc_14",
"x11vnc_98",
"x11vnc_103",
"x11vnc_104",
"x11vnc_106",
"x11vnc_122",
"x11vnc_195",
"x11vnc_319",
"x11vnc_613",
"x11vnc_1136",
"x11vnc_1188",
"x11vnc_1189",
"x11vnc_1192",
"x11vnc_1193"
] | x11vnc | x11vnc | true | {
"token": [
"-forever",
"-viewonly",
"|main|"
],
"oracle_man": [
[
"x11vnc_9",
"x11vnc_14",
"x11vnc_103",
"x11vnc_104",
"x11vnc_106",
"x11vnc_319",
"x11vnc_1136",
"x11vnc_1192",
"x11vnc_1193"
],
[
"x11vnc_98",
"x11vnc_122",... |
357 | launch a vnc server on a specific display and screen (both starting at index zero) | x11vnc -display :{{display}}.{{screen}} | [
"x11vnc_3",
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc_276",
"x11vnc_289",
"x11vnc_290",
"x11vnc_298",
"x11vnc_299",
"x11vnc_300",
"x11vnc_301",
"x11... | x11vnc | x11vnc | true | {
"token": [
"-display",
"|main|"
],
"oracle_man": [
[
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc... |
358 | launch a vnc server on the third display's default screen | x11vnc -display :{{2}} | [
"x11vnc_3",
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc_276",
"x11vnc_289",
"x11vnc_290",
"x11vnc_298",
"x11vnc_299",
"x11vnc_300",
"x11vnc_301",
"x11... | x11vnc | x11vnc | true | {
"token": [
"-display",
"|main|"
],
"oracle_man": [
[
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc... |
359 | launch a vnc server on the first display's second screen | x11vnc -display :{{0}}.{{1}} | [
"x11vnc_3",
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc_276",
"x11vnc_289",
"x11vnc_290",
"x11vnc_298",
"x11vnc_299",
"x11vnc_300",
"x11vnc_301",
"x11... | x11vnc | x11vnc | true | {
"token": [
"-display",
"|main|"
],
"oracle_man": [
[
"x11vnc_5",
"x11vnc_10",
"x11vnc_15",
"x11vnc_17",
"x11vnc_23",
"x11vnc_111",
"x11vnc_251",
"x11vnc_263",
"x11vnc_264",
"x11vnc_265",
"x11vnc_271",
"x11vnc_275",
"x11vnc... |
360 | run docker daemon | dockerd | [
"dockerd_3"
] | dockerd | dockerd | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"dockerd_3",
"dockerd_4",
"dockerd_5"
]
]
} |
361 | run docker daemon and config it to listen to specific sockets (unix and tcp) | dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}} | [
"dockerd_2",
"dockerd_3",
"dockerd_45"
] | dockerd | dockerd | true | {
"token": [
"--host",
"|main|"
],
"oracle_man": [
[
"dockerd_2",
"dockerd_45"
],
[
"dockerd_3",
"dockerd_4",
"dockerd_5"
]
]
} |
362 | run with specific daemon pid file | dockerd --pidfile {{path/to/pid_file}} | [
"dockerd_2",
"dockerd_3",
"dockerd_70"
] | dockerd | dockerd | true | {
"token": [
"--pidfile",
"|main|"
],
"oracle_man": [
[
"dockerd_2",
"dockerd_70"
],
[
"dockerd_3",
"dockerd_4",
"dockerd_5"
]
]
} |
363 | run in debug mode | dockerd --debug | [
"dockerd_2",
"dockerd_3",
"dockerd_8",
"dockerd_27"
] | dockerd | dockerd | true | {
"token": [
"--debug",
"|main|"
],
"oracle_man": [
[
"dockerd_2",
"dockerd_8",
"dockerd_27"
],
[
"dockerd_3",
"dockerd_4",
"dockerd_5"
]
]
} |
364 | run and set a specific log level | dockerd --log-level={{debug|info|warn|error|fatal}} | [
"dockerd_3",
"dockerd_60",
"dockerd_164",
"dockerd_166",
"dockerd_168"
] | dockerd | dockerd | true | {
"token": [
"--log-level",
"|main|"
],
"oracle_man": [
[
"dockerd_60",
"dockerd_164",
"dockerd_166",
"dockerd_168"
],
[
"dockerd_3",
"dockerd_4",
"dockerd_5"
]
]
} |
365 | obtain a new certificate via webroot authorization, but do not install it automatically | sudo certbot certonly --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} | [
"certbot_1",
"certbot_142",
"certbot_143",
"certbot_144",
"certbot_194",
"certbot_208",
"certbot_209",
"certbot_211",
"certbot_222",
"certbot_248",
"certbot_282",
"certbot_292",
"certbot_298",
"certbot_335",
"certbot_339",
"certbot_351",
"certbot_372",
"certbot_410",
"certbot_610... | certbot | certbot | true | {
"token": [
"certonly",
"--webroot",
"--webroot-path",
"--domain",
"|main|"
],
"oracle_man": [
[
"certbot_144",
"certbot_194",
"certbot_209",
"certbot_211",
"certbot_222",
"certbot_248",
"certbot_282",
"certbot_292",
"certbot_298",
... |
366 | obtain a new certificate via nginx authorization, installing the new certificate automatically | sudo certbot --nginx --domain {{subdomain.example.com}} | [
"certbot_1",
"certbot_149",
"certbot_150",
"certbot_208",
"certbot_335",
"certbot_339",
"certbot_372",
"certbot_406",
"certbot_610",
"certbot_1947"
] | certbot | certbot | true | {
"token": [
"--nginx",
"--domain",
"|main|"
],
"oracle_man": [
[
"certbot_149",
"certbot_150",
"certbot_335",
"certbot_372",
"certbot_406"
],
[
"certbot_208",
"certbot_339",
"certbot_610",
"certbot_1947"
],
[
"certbot_1"
... |
367 | obtain a new certificate via apache authorization, installing the new certificate automatically | sudo certbot --apache --domain {{subdomain.example.com}} | [
"certbot_1",
"certbot_141",
"certbot_208",
"certbot_335",
"certbot_339",
"certbot_372",
"certbot_374",
"certbot_610",
"certbot_1947"
] | certbot | certbot | true | {
"token": [
"--apache",
"--domain",
"|main|"
],
"oracle_man": [
[
"certbot_141",
"certbot_335",
"certbot_372",
"certbot_374"
],
[
"certbot_208",
"certbot_339",
"certbot_610",
"certbot_1947"
],
[
"certbot_1"
]
]
} |
368 | renew all let's encrypt certificates that expire in 30 days or less (don't forget to restart any servers that use them afterwards) | sudo certbot renew | [
"certbot_1",
"certbot_219",
"certbot_234",
"certbot_236",
"certbot_237",
"certbot_240",
"certbot_252",
"certbot_353",
"certbot_602",
"certbot_1859",
"certbot_2000"
] | certbot | certbot | true | {
"token": [
"renew",
"|main|"
],
"oracle_man": [
[
"certbot_219",
"certbot_234",
"certbot_236",
"certbot_237",
"certbot_240",
"certbot_252",
"certbot_353",
"certbot_602",
"certbot_1859",
"certbot_2000"
],
[
"certbot_1"
]
... |
369 | simulate the obtaining of a new certificate, but don't actually save any new certificates to disk | sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --dry-run | [
"certbot_1",
"certbot_142",
"certbot_143",
"certbot_144",
"certbot_208",
"certbot_254",
"certbot_335",
"certbot_336",
"certbot_339",
"certbot_353",
"certbot_372",
"certbot_410",
"certbot_610",
"certbot_1947"
] | certbot | certbot | true | {
"token": [
"--webroot",
"--webroot-path",
"--domain",
"--dry-run",
"|main|"
],
"oracle_man": [
[
"certbot_142",
"certbot_143",
"certbot_144",
"certbot_335",
"certbot_372",
"certbot_410"
],
[
"certbot_142",
"certbot_143",
"cert... |
370 | obtain an untrusted test certificate instead | sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --test-cert | [
"certbot_1",
"certbot_142",
"certbot_143",
"certbot_144",
"certbot_208",
"certbot_227",
"certbot_335",
"certbot_336",
"certbot_339",
"certbot_345",
"certbot_372",
"certbot_410",
"certbot_610",
"certbot_1947"
] | certbot | certbot | true | {
"token": [
"--webroot",
"--webroot-path",
"--domain",
"--test-cert",
"|main|"
],
"oracle_man": [
[
"certbot_142",
"certbot_143",
"certbot_144",
"certbot_335",
"certbot_372",
"certbot_410"
],
[
"certbot_142",
"certbot_143",
"ce... |
371 | halt the system | halt | [
"halt_5"
] | halt | halt | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"halt_5"
]
]
} |
372 | power off the system (same as `poweroff`) | halt --poweroff | [
"halt_5",
"halt_9"
] | halt | halt | true | {
"token": [
"--poweroff",
"|main|"
],
"oracle_man": [
[
"halt_9"
],
[
"halt_5"
]
]
} |
373 | reboot the system (same as `reboot`) | halt --reboot | [
"halt_5",
"halt_10"
] | halt | halt | true | {
"token": [
"--reboot",
"|main|"
],
"oracle_man": [
[
"halt_10"
],
[
"halt_5"
]
]
} |
374 | halt immediately without contacting the system manager | halt --force --force | [
"halt_5",
"halt_11"
] | halt | halt | true | {
"token": [
"--force",
"|main|"
],
"oracle_man": [
[
"halt_11"
],
[
"halt_5"
]
]
} |
375 | write the wtmp shutdown entry without halting the system | halt --wtmp-only | [
"halt_5",
"halt_12"
] | halt | halt | true | {
"token": [
"--wtmp-only",
"|main|"
],
"oracle_man": [
[
"halt_12"
],
[
"halt_5"
]
]
} |
376 | add a new apt repository | apt-add-repository {{repository_spec}} | [
"apt-add-repository_3"
] | apt-add-repository | apt-add-repository | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"apt-add-repository_3",
"apt-add-repository_4",
"apt-add-repository_5",
"apt-add-repository_6",
"apt-add-repository_7",
"apt-add-repository_8",
"apt-add-repository_9",
"apt-add-repository_10"
]
]
} |
377 | remove an apt repository | apt-add-repository --remove {{repository_spec}} | [
"apt-add-repository_3",
"apt-add-repository_7"
] | apt-add-repository | apt-add-repository | true | {
"token": [
"--remove",
"|main|"
],
"oracle_man": [
[
"apt-add-repository_7"
],
[
"apt-add-repository_3",
"apt-add-repository_4",
"apt-add-repository_5",
"apt-add-repository_6",
"apt-add-repository_7",
"apt-add-repository_8",
"apt-add-repository... |
378 | update the package cache after adding a repository | apt-add-repository --update {{repository_spec}} | [
"apt-add-repository_3"
] | apt-add-repository | apt-add-repository | true | {
"token": [
"--update",
"|main|"
],
"oracle_man": [
[],
[
"apt-add-repository_3",
"apt-add-repository_4",
"apt-add-repository_5",
"apt-add-repository_6",
"apt-add-repository_7",
"apt-add-repository_8",
"apt-add-repository_9",
"apt-add-repository_10"... |
379 | enable source packages | apt-add-repository --enable-source {{repository_spec}} | [
"apt-add-repository_3",
"apt-add-repository_10"
] | apt-add-repository | apt-add-repository | true | {
"token": [
"--enable-source",
"|main|"
],
"oracle_man": [
[
"apt-add-repository_10"
],
[
"apt-add-repository_3",
"apt-add-repository_4",
"apt-add-repository_5",
"apt-add-repository_6",
"apt-add-repository_7",
"apt-add-repository_8",
"apt-add-re... |
385 | run a command when a file changes | while inotifywait {{path/to/file}}; do {{command}}; done | [
"inotifywait_4",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"
]
]
} |
386 | be quiet about watching for changes | while inotifywait --quiet {{path/to/file}}; do {{command}}; done | [
"inotifywait_4",
"inotifywait_23",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"--quiet",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[
"inotifywait_23"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"
]
]
} |
387 | watch a directory recursively for changes | while inotifywait --recursive {{path/to/directory}}; do {{command}}; done | [
"inotifywait_4",
"inotifywait_21",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"--recursive",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[
"inotifywait_21"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"
]
]
} |
388 | exclude files matching a regular expression | while inotifywait --recursive {{path/to/directory}} --exclude '{{regular_expression}}'; do {{command}}; done | [
"inotifywait_4",
"inotifywait_21",
"inotifywait_25",
"inotifywait_26",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"--recursive",
"--exclude",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[
"inotifywait_21"
],
[
"inotifywait_25",
"inotifywait_26"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"... |
389 | wait at most 30 seconds | while inotifywait --timeout {{30}} {{path/to/file}}; do {{command}}; done | [
"inotifywait_4",
"inotifywait_29",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"--timeout",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[
"inotifywait_29"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"
]
]
} |
390 | only watch for file modification events | while inotifywait --event {{modify}} {{path/to/file}}; do {{command}}; done | [
"inotifywait_4",
"inotifywait_30",
"inotifywait_68"
] | inotifywait | inotifywait | true | {
"token": [
"while",
"--event",
"do",
"done",
"|main|"
],
"oracle_man": [
[
"inotifywait_68"
],
[
"inotifywait_30"
],
[],
[],
[
"inotifywait_4",
"inotifywait_5"
]
]
} |
394 | open an `at` prompt to create a new set of scheduled commands, press `ctrl + d` to save and exit | at {{hh:mm}} | [
"at_8"
] | at | at | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"at_8",
"at_9",
"at_10",
"at_11",
"at_12"
]
]
} |
395 | execute the commands and email the result using a local mailing program such as sendmail | at {{hh:mm}} -m | [
"at_3",
"at_4",
"at_8",
"at_11",
"at_17",
"at_18",
"at_88"
] | at | at | true | {
"token": [
"-m",
"|main|"
],
"oracle_man": [
[
"at_3",
"at_4",
"at_11",
"at_17",
"at_18",
"at_88"
],
[
"at_8",
"at_9",
"at_10",
"at_11",
"at_12"
]
]
} |
396 | execute a script at the given time | at {{hh:mm}} -f {{path/to/file}} | [
"at_3",
"at_4",
"at_8",
"at_15",
"at_53"
] | at | at | true | {
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"at_3",
"at_4",
"at_15",
"at_53"
],
[
"at_8",
"at_9",
"at_10",
"at_11",
"at_12"
]
]
} |
397 | display a system notification at 11pm on february 18th | echo "notify-send '{{Wake up!}}'" | at {{11pm}} {{Feb 18}} | [
"at_8"
] | at | at | true | {
"token": [
"echo",
"notify-send",
"|main|"
],
"oracle_man": [
[],
[],
[
"at_8",
"at_9",
"at_10",
"at_11",
"at_12"
]
]
} |
398 | show information about all network interfaces | ip link | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip... |
399 | show information about a specific network interface | ip link show {{ethN}} | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"show",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60... |
400 | bring a network interface up or down | ip link set {{ethN}} {{up|down}} | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"set",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60"... |
401 | give a meaningful name to a network interface | ip link set {{ethN}} alias "{{LAN Interface}}" | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"set",
"alias",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
... |
402 | change the mac address of a network interface | ip link set {{ethN}} address {{ff:ff:ff:ff:ff:ff}} | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"set",
"address",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
... |
403 | change the mtu size for a network interface to use jumbo frames | ip link set {{ethN}} mtu {{9000}} | [
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"ip-link_60",
"ip-link_77",
"ip-link_79",
"ip-link_113",
"ip-link_116",
"ip-link_126",
"ip-link_143",
"ip-link_156",
"ip-link_160",
... | ip-link | ip-link | true | {
"token": [
"ip",
"link",
"set",
"mtu",
"|main|"
],
"oracle_man": [
[
"ip-link_2",
"ip-link_3",
"ip-link_4",
"ip-link_5",
"ip-link_6",
"ip-link_7",
"ip-link_8",
"ip-link_9",
"ip-link_14",
"ip-link_15",
"ip-link_16",
"... |
409 | display information about all volume groups | sudo vgdisplay | [
"vgdisplay_3"
] | vgdisplay | vgdisplay | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"vgdisplay_3",
"vgdisplay_4"
]
]
} |
410 | display information about volume group vg1 | sudo vgdisplay {{vg1}} | [
"vgdisplay_3"
] | vgdisplay | vgdisplay | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"vgdisplay_3",
"vgdisplay_4"
]
]
} |
413 | run using interactive mode | bitwise | [
"bitwise_3"
] | bitwise | bitwise | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"bitwise_3",
"bitwise_4",
"bitwise_5",
"bitwise_6",
"bitwise_7",
"bitwise_8",
"bitwise_9"
]
]
} |
414 | convert from decimal | bitwise {{12345}} | [
"bitwise_3"
] | bitwise | bitwise | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"bitwise_3",
"bitwise_4",
"bitwise_5",
"bitwise_6",
"bitwise_7",
"bitwise_8",
"bitwise_9"
]
]
} |
415 | convert from hexadecimal | bitwise {{0x563d}} | [
"bitwise_3"
] | bitwise | bitwise | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"bitwise_3",
"bitwise_4",
"bitwise_5",
"bitwise_6",
"bitwise_7",
"bitwise_8",
"bitwise_9"
]
]
} |
416 | convert a cstyle calculation | bitwise "{{0x123 + 0x20 - 30 / 50}}" | [
"bitwise_3"
] | bitwise | bitwise | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"bitwise_3",
"bitwise_4",
"bitwise_5",
"bitwise_6",
"bitwise_7",
"bitwise_8",
"bitwise_9"
]
]
} |
425 | display a cursor to send a window to the system tray when pressing the left mouse button (press any other mouse button to cancel) | kdocker | [
"kdocker_3"
] | kdocker | kdocker | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"kdocker_3"
]
]
} |
426 | open an application and send it to the system tray | kdocker {{application}} | [
"kdocker_3"
] | kdocker | kdocker | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"kdocker_3"
]
]
} |
427 | send focused window to the system tray | kdocker -f | [
"kdocker_3",
"kdocker_8"
] | kdocker | kdocker | true | {
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"kdocker_8"
],
[
"kdocker_3"
]
]
} |
428 | display a cursor to send a window to the system tray with a custom icon when pressing the left mouse button | kdocker -i {{/path/to/icon}} | [
"kdocker_3",
"kdocker_10"
] | kdocker | kdocker | true | {
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"kdocker_10"
],
[
"kdocker_3"
]
]
} |
429 | open an application, send it to the system tray and if focus is lost, minimize it | kdocker -l {{application}} | [
"kdocker_3",
"kdocker_14"
] | kdocker | kdocker | true | {
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"kdocker_14"
],
[
"kdocker_3"
]
]
} |
430 | print version | kdocker --version | [
"kdocker_3",
"kdocker_23"
] | kdocker | kdocker | true | {
"token": [
"--version",
"|main|"
],
"oracle_man": [
[
"kdocker_23"
],
[
"kdocker_3"
]
]
} |
434 | open a new terminal window | xfce4-terminal | [
"xfce4-terminal_3"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_3",
"xfce4-terminal_4"
]
]
} |
435 | set the initial title | xfce4-terminal --initial-title "{{initial_title}}" | [
"xfce4-terminal_3",
"xfce4-terminal_8",
"xfce4-terminal_23"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"--initial-title",
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_8",
"xfce4-terminal_23"
],
[
"xfce4-terminal_3",
"xfce4-terminal_4"
]
]
} |
436 | open a new tab in the current terminal window | xfce4-terminal --tab | [
"xfce4-terminal_3",
"xfce4-terminal_7",
"xfce4-terminal_16",
"xfce4-terminal_48"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"--tab",
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_7",
"xfce4-terminal_16",
"xfce4-terminal_48"
],
[
"xfce4-terminal_3",
"xfce4-terminal_4"
]
]
} |
437 | execute a command in a new terminal window | xfce4-terminal --command "{{command_with_args}}" | [
"xfce4-terminal_3",
"xfce4-terminal_8",
"xfce4-terminal_20",
"xfce4-terminal_48"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"--command",
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_8",
"xfce4-terminal_20",
"xfce4-terminal_48"
],
[
"xfce4-terminal_3",
"xfce4-terminal_4"
]
]
} |
438 | keep the terminal around after the executed command finishes executing | xfce4-terminal --command "{{command_with_args}}" --hold | [
"xfce4-terminal_3",
"xfce4-terminal_8",
"xfce4-terminal_20",
"xfce4-terminal_25",
"xfce4-terminal_48"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"--command",
"--hold",
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_8",
"xfce4-terminal_20",
"xfce4-terminal_48"
],
[
"xfce4-terminal_8",
"xfce4-terminal_25"
],
[
"xfce4-terminal_3",
"xfce4-terminal_4"
]
]
} |
439 | open multiple new tabs, executing a command in each | xfce4-terminal --tab --command "{{command_a}}" --tab --command "{{command_b}}" | [
"xfce4-terminal_3",
"xfce4-terminal_7",
"xfce4-terminal_8",
"xfce4-terminal_16",
"xfce4-terminal_20",
"xfce4-terminal_48"
] | xfce4-terminal | xfce4-terminal | true | {
"token": [
"--tab",
"--command",
"|main|"
],
"oracle_man": [
[
"xfce4-terminal_7",
"xfce4-terminal_16",
"xfce4-terminal_48"
],
[
"xfce4-terminal_8",
"xfce4-terminal_20",
"xfce4-terminal_48"
],
[
"xfce4-terminal_3",
"xfce4-terminal_4... |
440 | remove all but the 3 most recent package versions from the pacman cache | paccache -r | [
"paccache_3",
"paccache_6"
] | paccache | paccache | true | {
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"paccache_6"
],
[
"paccache_3"
]
]
} |
441 | set the number of package versions to keep | paccache -rk {{num_versions}} | [
"paccache_3",
"paccache_13"
] | paccache | paccache | true | {
"token": [
"-rk",
"|main|"
],
"oracle_man": [
[
"paccache_13"
],
[
"paccache_3"
]
]
} |
442 | perform a dryrun and show the number of candidate packages for deletion | paccache -d | [
"paccache_3",
"paccache_4",
"paccache_12"
] | paccache | paccache | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"paccache_4",
"paccache_12"
],
[
"paccache_3"
]
]
} |
443 | move candidate packages to a directory instead of deleting them | paccache -m {{path/to/directory}} | [
"paccache_3",
"paccache_5",
"paccache_8"
] | paccache | paccache | true | {
"token": [
"-m",
"|main|"
],
"oracle_man": [
[
"paccache_5",
"paccache_8"
],
[
"paccache_3"
]
]
} |
452 | display an fstab compatible output based on a volume label | genfstab -L {{path/to/mount_point}} | [
"genfstab_4",
"genfstab_10"
] | genfstab | genfstab | true | {
"token": [
"-L",
"|main|"
],
"oracle_man": [
[
"genfstab_4"
],
[
"genfstab_10"
]
]
} |
453 | display an fstab compatible output based on a volume uuid | genfstab -U {{path/to/mount_point}} | [
"genfstab_8",
"genfstab_10",
"genfstab_12"
] | genfstab | genfstab | true | {
"token": [
"-U",
"|main|"
],
"oracle_man": [
[
"genfstab_8",
"genfstab_12"
],
[
"genfstab_10"
]
]
} |
454 | a usual way to generate an fstab file, requires root permissions | genfstab -U {{/mnt}} >> {{/mnt/etc/fstab}} | [
"genfstab_8",
"genfstab_10",
"genfstab_12"
] | genfstab | genfstab | true | {
"token": [
"-U",
"|main|"
],
"oracle_man": [
[
"genfstab_8",
"genfstab_12"
],
[
"genfstab_10"
]
]
} |
455 | append a volume into an fstab file to mount it automatically | genfstab -U {{path/to/mount_point}} | sudo tee -a /etc/fstab | [
"genfstab_8",
"genfstab_10",
"genfstab_12"
] | genfstab | genfstab | true | {
"token": [
"-U",
"tee",
"-a",
"/etc/fstab",
"|main|"
],
"oracle_man": [
[
"genfstab_8",
"genfstab_12"
],
[],
[],
[],
[
"genfstab_10"
]
]
} |
459 | display the default question dialog | zenity --question | [
"zenity_3",
"zenity_4",
"zenity_16",
"zenity_123"
] | zenity | zenity | true | {
"token": [
"--question",
"|main|"
],
"oracle_man": [
[
"zenity_4",
"zenity_16",
"zenity_123"
],
[
"zenity_3",
"zenity_4",
"zenity_5"
]
]
} |
460 | display an info dialog displaying the text "hello!" | zenity --info --text="{{Hello!}}" | [
"zenity_3",
"zenity_12",
"zenity_17",
"zenity_30",
"zenity_36",
"zenity_40",
"zenity_52",
"zenity_56",
"zenity_67",
"zenity_70",
"zenity_77",
"zenity_89",
"zenity_93",
"zenity_109",
"zenity_121",
"zenity_123",
"zenity_125",
"zenity_127"
] | zenity | zenity | true | {
"token": [
"--info",
"--text",
"|main|"
],
"oracle_man": [
[
"zenity_12"
],
[
"zenity_17",
"zenity_30",
"zenity_36",
"zenity_40",
"zenity_52",
"zenity_56",
"zenity_67",
"zenity_70",
"zenity_77",
"zenity_89",
"zenity_... |
461 | display a name/password form and output the data separated by ";" | zenity --forms --add-entry="{{Name}}" --add-password="{{Password}}" --separator="{{;}}" | [
"zenity_3",
"zenity_22",
"zenity_48",
"zenity_60",
"zenity_106",
"zenity_107",
"zenity_110",
"zenity_111"
] | zenity | zenity | true | {
"token": [
"--forms",
"--add-entry",
"--add-password",
"--separator",
"|main|"
],
"oracle_man": [
[
"zenity_22",
"zenity_111"
],
[
"zenity_106"
],
[
"zenity_107"
],
[
"zenity_48",
"zenity_60",
"zenity_110"
],
[
... |
462 | display a file selection form in which the user can only select directories | zenity --file-selection --directory | [
"zenity_3",
"zenity_11",
"zenity_46",
"zenity_119"
] | zenity | zenity | true | {
"token": [
"--file-selection",
"--directory",
"|main|"
],
"oracle_man": [
[
"zenity_11",
"zenity_119"
],
[
"zenity_46"
],
[
"zenity_3",
"zenity_4",
"zenity_5"
]
]
} |
463 | display a progress bar which updates its message every second and show a progress percent | {{(echo "#1"; sleep 1; echo "50"; echo "#2"; sleep 1; echo "100")}} | zenity --progress | [
"zenity_3",
"zenity_15",
"zenity_131"
] | zenity | zenity | true | {
"token": [
"--progress",
"|main|"
],
"oracle_man": [
[
"zenity_15",
"zenity_131"
],
[
"zenity_3",
"zenity_4",
"zenity_5"
]
]
} |
464 | set a user's login shell to `nologin` to prevent the user from logging in | chsh -s {{user}} nologin | [
"nologin_3"
] | nologin | nologin | true | {
"token": [
"chsh",
"-s",
"|main|"
],
"oracle_man": [
[],
[],
[
"nologin_3",
"nologin_4",
"nologin_5"
]
]
} |
465 | customize message for users with the login shell of `nologin` | echo "{{declined_login_message}}" > /etc/nologin.txt | [
"nologin_3"
] | nologin | nologin | true | {
"token": [
"echo",
"/etc/nologin.txt",
"|main|"
],
"oracle_man": [
[],
[],
[
"nologin_3",
"nologin_4",
"nologin_5"
]
]
} |
471 | create a new empty subvolume | sudo btrfs subvolume create {{path/to/new_subvolume}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_13",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_32",
"btrfs-subvolume_57",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"create",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-su... |
472 | list all subvolumes and snapshots in the specified filesystem | sudo btrfs subvolume list {{path/to/btrfs_filesystem}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_31",
"btrfs-subvolume_32",
"btrfs-subvolume_49",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"list",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subv... |
473 | delete a subvolume | sudo btrfs subvolume delete {{path/to/subvolume}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_32",
"btrfs-subvolume_57",
"btrfs-subvolume_61",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"delete",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-su... |
474 | create a readonly snapshot of an existing subvolume | sudo btrfs subvolume snapshot -r {{path/to/source_subvolume}} {{path/to/target}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_12",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_32",
"btrfs-subvolume_47",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"snapshot",
"-r",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
... |
475 | create a readwrite snapshot of an existing subvolume | sudo btrfs subvolume snapshot {{path/to/source_subvolume}} {{path/to/target}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_12",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_32",
"btrfs-subvolume_47",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"snapshot",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-... |
476 | show detailed information about a subvolume | sudo btrfs subvolume show {{path/to/subvolume}} | [
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_4",
"btrfs-subvolume_5",
"btrfs-subvolume_6",
"btrfs-subvolume_7",
"btrfs-subvolume_17",
"btrfs-subvolume_18",
"btrfs-subvolume_22",
"btrfs-subvolume_28",
"btrfs-subvolume_32",
"btrfs-subvolume_57",
"btrfs-subvolume_60",
"btrfs-sub... | btrfs-subvolume | btrfs-subvolume | true | {
"token": [
"btrfs",
"subvolume",
"show",
"|main|"
],
"oracle_man": [
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subvolume_61",
"btrfs-subvolume_79",
"btrfs-subvolume_80"
],
[
"btrfs-subvolume_2",
"btrfs-subvolume_3",
"btrfs-subv... |
477 | display information about physical volumes | pvs | [
"pvs_3"
] | pvs | pvs | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"pvs_3"
]
]
} |
478 | display nonphysical volumes | pvs -a | [
"pvs_3",
"pvs_4",
"pvs_6",
"pvs_7"
] | pvs | pvs | true | {
"token": [
"-a",
"|main|"
],
"oracle_man": [
[
"pvs_4",
"pvs_6",
"pvs_7"
],
[
"pvs_3"
]
]
} |
479 | change default display to show more details | pvs -v | [
"pvs_3",
"pvs_5",
"pvs_30",
"pvs_43",
"pvs_44"
] | pvs | pvs | true | {
"token": [
"-v",
"|main|"
],
"oracle_man": [
[
"pvs_5",
"pvs_30",
"pvs_43",
"pvs_44"
],
[
"pvs_3"
]
]
} |
480 | display only specific fields | pvs -o {{field_name_1}},{{field_name_2}} | [
"pvs_3",
"pvs_4",
"pvs_18",
"pvs_28",
"pvs_31",
"pvs_35"
] | pvs | pvs | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"pvs_4",
"pvs_18",
"pvs_28",
"pvs_31",
"pvs_35"
],
[
"pvs_3"
]
]
} |
481 | append field to default display | pvs -o +{{field_name}} | [
"pvs_3",
"pvs_4",
"pvs_18",
"pvs_28",
"pvs_31",
"pvs_35"
] | pvs | pvs | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"pvs_4",
"pvs_18",
"pvs_28",
"pvs_31",
"pvs_35"
],
[
"pvs_3"
]
]
} |
482 | suppress heading line | pvs --noheadings | [
"pvs_3",
"pvs_4",
"pvs_23",
"pvs_24"
] | pvs | pvs | true | {
"token": [
"--noheadings",
"|main|"
],
"oracle_man": [
[
"pvs_4",
"pvs_23",
"pvs_24"
],
[
"pvs_3"
]
]
} |
483 | use separator to separate fields | pvs --separator {{special_character}} | [
"pvs_3",
"pvs_4",
"pvs_6",
"pvs_36"
] | pvs | pvs | true | {
"token": [
"--separator",
"|main|"
],
"oracle_man": [
[
"pvs_4",
"pvs_6",
"pvs_36"
],
[
"pvs_3"
]
]
} |
484 | scan a binary file | binwalk {{path/to/binary}} | [
"binwalk_3"
] | binwalk | binwalk | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"binwalk_3",
"binwalk_4",
"binwalk_5",
"binwalk_6",
"binwalk_7",
"binwalk_8",
"binwalk_9",
"binwalk_10",
"binwalk_11",
"binwalk_12",
"binwalk_13",
"binwalk_14",
"binwalk_15",
"bin... |
485 | extract files from a binary, specifying the output directory | binwalk --extract --directory {{output_directory}} {{path/to/binary}} | [
"binwalk_3",
"binwalk_12",
"binwalk_16"
] | binwalk | binwalk | true | {
"token": [
"--extract",
"--directory",
"|main|"
],
"oracle_man": [
[
"binwalk_12"
],
[
"binwalk_16"
],
[
"binwalk_3",
"binwalk_4",
"binwalk_5",
"binwalk_6",
"binwalk_7",
"binwalk_8",
"binwalk_9",
"binwalk_10",
"bin... |
486 | recursively extract files from a binary limiting the recursion depth to 2 | binwalk --extract --matryoshka --depth {{2}} {{path/to/binary}} | [
"binwalk_3",
"binwalk_12",
"binwalk_14",
"binwalk_15"
] | binwalk | binwalk | true | {
"token": [
"--extract",
"--matryoshka",
"--depth",
"|main|"
],
"oracle_man": [
[
"binwalk_12"
],
[
"binwalk_14"
],
[
"binwalk_15"
],
[
"binwalk_3",
"binwalk_4",
"binwalk_5",
"binwalk_6",
"binwalk_7",
"binwalk_8",
... |
487 | extract files from a binary with the specified file signature | binwalk --dd '{{png image:png}}' {{path/to/binary}} | [
"binwalk_3",
"binwalk_13"
] | binwalk | binwalk | true | {
"token": [
"--dd",
"|main|"
],
"oracle_man": [
[
"binwalk_13"
],
[
"binwalk_3",
"binwalk_4",
"binwalk_5",
"binwalk_6",
"binwalk_7",
"binwalk_8",
"binwalk_9",
"binwalk_10",
"binwalk_11",
"binwalk_12",
"binwalk_13",
... |
488 | analyze the entropy of a binary, saving the plot with the same name as the binary and `.png` extension appended | binwalk --entropy --save {{path/to/binary}} | [
"binwalk_3",
"binwalk_21",
"binwalk_23"
] | binwalk | binwalk | true | {
"token": [
"--entropy",
"--save",
"|main|"
],
"oracle_man": [
[
"binwalk_21"
],
[
"binwalk_23"
],
[
"binwalk_3",
"binwalk_4",
"binwalk_5",
"binwalk_6",
"binwalk_7",
"binwalk_8",
"binwalk_9",
"binwalk_10",
"binwalk_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.