question_id
stringlengths
1
5
nl
stringlengths
4
218
cmd
stringlengths
1
231
oracle_man
sequence
cmd_name
stringlengths
1
24
tldr_cmd_name
stringlengths
1
24
manual_exist
bool
1 class
matching_info
sequence
0
get the label of a fat32 partition
fatlabel {{/dev/sda1}}
[ "fatlabel_3" ]
fatlabel
fatlabel
true
{ "token": [ "|main|" ], "oracle_man": [ [ "fatlabel_3", "fatlabel_4" ] ] }
1
set the label of a fat32 partition
fatlabel {{/dev/sdc3}} "{{new_label}}"
[ "fatlabel_3" ]
fatlabel
fatlabel
true
{ "token": [ "|main|" ], "oracle_man": [ [ "fatlabel_3", "fatlabel_4" ] ] }
2
search for a package in your current sources
apt-cache search {{query}}
[ "apt-cache_3", "apt-cache_22" ]
apt-cache
apt-cache
true
{ "token": [ "search", "|main|" ], "oracle_man": [ [ "apt-cache_22" ], [ "apt-cache_3", "apt-cache_4", "apt-cache_5", "apt-cache_6", "apt-cache_7", "apt-cache_8", "apt-cache_9", "apt-cache_10", "apt-cache_11", "apt-cache_12", "apt-cache_13", "apt-cache_14", "apt-cache_15", "apt-cache_16", "apt-cache_17", "apt-cache_18", "apt-cache_19", "apt-cache_20", "apt-cache_21", "apt-cache_22", "apt-cache_23", "apt-cache_24", "apt-cache_25", "apt-cache_26", "apt-cache_27", "apt-cache_28", "apt-cache_29", "apt-cache_30", "apt-cache_31", "apt-cache_32", "apt-cache_33" ] ] }
3
show information about a package
apt-cache show {{package}}
[ "apt-cache_3", "apt-cache_21" ]
apt-cache
apt-cache
true
{ "token": [ "show", "|main|" ], "oracle_man": [ [ "apt-cache_21" ], [ "apt-cache_3", "apt-cache_4", "apt-cache_5", "apt-cache_6", "apt-cache_7", "apt-cache_8", "apt-cache_9", "apt-cache_10", "apt-cache_11", "apt-cache_12", "apt-cache_13", "apt-cache_14", "apt-cache_15", "apt-cache_16", "apt-cache_17", "apt-cache_18", "apt-cache_19", "apt-cache_20", "apt-cache_21", "apt-cache_22", "apt-cache_23", "apt-cache_24", "apt-cache_25", "apt-cache_26", "apt-cache_27", "apt-cache_28", "apt-cache_29", "apt-cache_30", "apt-cache_31", "apt-cache_32", "apt-cache_33" ] ] }
4
show whether a package is installed and up to date
apt-cache policy {{package}}
[ "apt-cache_3", "apt-cache_32" ]
apt-cache
apt-cache
true
{ "token": [ "policy", "|main|" ], "oracle_man": [ [ "apt-cache_32" ], [ "apt-cache_3", "apt-cache_4", "apt-cache_5", "apt-cache_6", "apt-cache_7", "apt-cache_8", "apt-cache_9", "apt-cache_10", "apt-cache_11", "apt-cache_12", "apt-cache_13", "apt-cache_14", "apt-cache_15", "apt-cache_16", "apt-cache_17", "apt-cache_18", "apt-cache_19", "apt-cache_20", "apt-cache_21", "apt-cache_22", "apt-cache_23", "apt-cache_24", "apt-cache_25", "apt-cache_26", "apt-cache_27", "apt-cache_28", "apt-cache_29", "apt-cache_30", "apt-cache_31", "apt-cache_32", "apt-cache_33" ] ] }
5
show dependencies for a package
apt-cache depends {{package}}
[ "apt-cache_3", "apt-cache_24", "apt-cache_46" ]
apt-cache
apt-cache
true
{ "token": [ "depends", "|main|" ], "oracle_man": [ [ "apt-cache_24", "apt-cache_46" ], [ "apt-cache_3", "apt-cache_4", "apt-cache_5", "apt-cache_6", "apt-cache_7", "apt-cache_8", "apt-cache_9", "apt-cache_10", "apt-cache_11", "apt-cache_12", "apt-cache_13", "apt-cache_14", "apt-cache_15", "apt-cache_16", "apt-cache_17", "apt-cache_18", "apt-cache_19", "apt-cache_20", "apt-cache_21", "apt-cache_22", "apt-cache_23", "apt-cache_24", "apt-cache_25", "apt-cache_26", "apt-cache_27", "apt-cache_28", "apt-cache_29", "apt-cache_30", "apt-cache_31", "apt-cache_32", "apt-cache_33" ] ] }
6
show packages that depend on a particular package
apt-cache rdepends {{package}}
[ "apt-cache_3", "apt-cache_25" ]
apt-cache
apt-cache
true
{ "token": [ "rdepends", "|main|" ], "oracle_man": [ [ "apt-cache_25" ], [ "apt-cache_3", "apt-cache_4", "apt-cache_5", "apt-cache_6", "apt-cache_7", "apt-cache_8", "apt-cache_9", "apt-cache_10", "apt-cache_11", "apt-cache_12", "apt-cache_13", "apt-cache_14", "apt-cache_15", "apt-cache_16", "apt-cache_17", "apt-cache_18", "apt-cache_19", "apt-cache_20", "apt-cache_21", "apt-cache_22", "apt-cache_23", "apt-cache_24", "apt-cache_25", "apt-cache_26", "apt-cache_27", "apt-cache_28", "apt-cache_29", "apt-cache_30", "apt-cache_31", "apt-cache_32", "apt-cache_33" ] ] }
7
refresh database content
sudo updatedb
[ "updatedb_3" ]
updatedb
updatedb
true
{ "token": [ "|main|" ], "oracle_man": [ [ "updatedb_3", "updatedb_4" ] ] }
8
display file names as soon as they are found
sudo updatedb --verbose
[ "updatedb_3", "updatedb_23" ]
updatedb
updatedb
true
{ "token": [ "--verbose", "|main|" ], "oracle_man": [ [ "updatedb_23" ], [ "updatedb_3", "updatedb_4" ] ] }
9
install a new package
sudo pacman --sync {{package_name}}
[ "pacman_3", "pacman_9", "pacman_66" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
10
synchronize and update all packages (add `downloadonly` to download the packages and not update them)
sudo pacman --sync --refresh --sysupgrade
[ "pacman_3", "pacman_9", "pacman_66", "pacman_75", "pacman_78", "pacman_83" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--refresh", "--sysupgrade", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_78", "pacman_83" ], [ "pacman_75", "pacman_78" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
11
update all packages and install a new one without prompting
sudo pacman --sync --refresh --sysupgrade --noconfirm {{package_name}}
[ "pacman_3", "pacman_9", "pacman_31", "pacman_32", "pacman_66", "pacman_75", "pacman_78", "pacman_83" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--refresh", "--sysupgrade", "--noconfirm", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_78", "pacman_83" ], [ "pacman_75", "pacman_78" ], [ "pacman_31", "pacman_32" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
12
search the package database for a regular expression or keyword
pacman --sync --search "{{search_pattern}}"
[ "pacman_3", "pacman_9", "pacman_61", "pacman_66", "pacman_74" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--search", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_61", "pacman_74" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
13
display information about a package
pacman --sync --info {{package_name}}
[ "pacman_3", "pacman_9", "pacman_53", "pacman_59", "pacman_66", "pacman_71" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--info", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_53", "pacman_59", "pacman_71" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
14
overwrite conflicting files during a package update
sudo pacman --sync --refresh --sysupgrade --overwrite {{path/to/file}}
[ "pacman_3", "pacman_9", "pacman_48", "pacman_66", "pacman_75", "pacman_78", "pacman_83" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--refresh", "--sysupgrade", "--overwrite", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_78", "pacman_83" ], [ "pacman_75", "pacman_78" ], [ "pacman_48" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
15
synchronize and update all packages, but ignore a specific package (can be used more than once)
sudo pacman --sync --refresh --sysupgrade --ignore {{package_name}}
[ "pacman_3", "pacman_9", "pacman_45", "pacman_46", "pacman_66", "pacman_75", "pacman_78", "pacman_83" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--refresh", "--sysupgrade", "--ignore", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_78", "pacman_83" ], [ "pacman_75", "pacman_78" ], [ "pacman_45", "pacman_46" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
16
remove not installed packages and unused repositories from the cache (use two `clean` flags to clean all packages)
sudo pacman --sync --clean
[ "pacman_3", "pacman_9", "pacman_66", "pacman_68" ]
pacman
pacman-sync
true
{ "token": [ "--sync", "--clean", "|main|" ], "oracle_man": [ [ "pacman_9", "pacman_66" ], [ "pacman_68" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
37
display help for this subcommand
pacman --remove --help
[ "pacman_3", "pacman_8", "pacman_19" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--help", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_19" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
38
remove a package and its dependencies
sudo pacman --remove --recursive {{package_name}}
[ "pacman_3", "pacman_8", "pacman_44", "pacman_66" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--recursive", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_44", "pacman_66" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
39
remove a package and both its dependencies and configuration files
sudo pacman --remove --recursive --nosave {{package_name}}
[ "pacman_3", "pacman_8", "pacman_44", "pacman_65", "pacman_66" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--recursive", "--nosave", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_44", "pacman_66" ], [ "pacman_8", "pacman_65" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
40
remove a package without prompting
sudo pacman --remove --noconfirm {{package_name}}
[ "pacman_3", "pacman_8", "pacman_31", "pacman_32" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--noconfirm", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_31", "pacman_32" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
41
remove orphan packages (installed as dependencies but not required by any package)
sudo pacman --remove --recursive --nosave $(pacman --query --unrequired --deps --quiet)
[ "pacman_3", "pacman_7", "pacman_8", "pacman_44", "pacman_50", "pacman_62", "pacman_65", "pacman_66" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--recursive", "--nosave", "$(pacman", "--query", "--unrequired", "--deps", "--quiet)", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_44", "pacman_66" ], [ "pacman_8", "pacman_65" ], [], [ "pacman_7" ], [ "pacman_62" ], [ "pacman_50" ], [], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
42
remove a package and all packages that depend on it
sudo pacman --remove --cascade {{package_name}}
[ "pacman_3", "pacman_8", "pacman_64" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--cascade", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_64" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
43
list packages that would be affected (does not remove any packages)
pacman --remove --print {{package_name}}
[ "pacman_3", "pacman_8", "pacman_40", "pacman_41" ]
pacman
pacman-remove
true
{ "token": [ "--remove", "--print", "|main|" ], "oracle_man": [ [ "pacman_8" ], [ "pacman_40", "pacman_41" ], [ "pacman_3", "pacman_4", "pacman_5" ] ] }
44
display bpftrace version
bpftrace -V
[ "bpftrace_3", "bpftrace_29" ]
bpftrace
bpftrace
true
{ "token": [ "-V", "|main|" ], "oracle_man": [ [ "bpftrace_29" ], [ "bpftrace_3", "bpftrace_4" ] ] }
45
list all available probes
sudo bpftrace -l
[ "bpftrace_1", "bpftrace_3", "bpftrace_6", "bpftrace_19", "bpftrace_144", "bpftrace_303", "bpftrace_455", "bpftrace_479", "bpftrace_581", "bpftrace_583" ]
bpftrace
bpftrace
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "bpftrace_1", "bpftrace_3", "bpftrace_6", "bpftrace_19", "bpftrace_144", "bpftrace_303", "bpftrace_455", "bpftrace_479", "bpftrace_581", "bpftrace_583" ], [ "bpftrace_3", "bpftrace_4" ] ] }
46
run a oneliner program (e.g. syscall count by program)
sudo bpftrace -e '{{tracepoint:raw_syscalls:sys_enter { @[comm] = count(); }}}'
[ "bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ]
bpftrace
bpftrace
true
{ "token": [ "-e", "|main|" ], "oracle_man": [ [ "bpftrace_2", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ], [ "bpftrace_3", "bpftrace_4" ] ] }
47
run a program from a file
sudo bpftrace {{path/to/file}}
[ "bpftrace_3" ]
bpftrace
bpftrace
true
{ "token": [ "|main|" ], "oracle_man": [ [ "bpftrace_3", "bpftrace_4" ] ] }
48
trace a program by pid
sudo bpftrace -e '{{tracepoint:raw_syscalls:sys_enter /pid == 123/ { @[comm] = count(); }}}'
[ "bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ]
bpftrace
bpftrace
true
{ "token": [ "-e", "|main|" ], "oracle_man": [ [ "bpftrace_2", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ], [ "bpftrace_3", "bpftrace_4" ] ] }
49
do a dry run and display the output in ebpf format
sudo bpftrace -d -e '{{one_line_program}}'
[ "bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_31", "bpftrace_32", "bpftrace_123", "bpftrace_417", "bpftrace_424", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_514", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ]
bpftrace
bpftrace
true
{ "token": [ "-d", "-e", "|main|" ], "oracle_man": [ [ "bpftrace_31", "bpftrace_32", "bpftrace_123", "bpftrace_424", "bpftrace_514" ], [ "bpftrace_2", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579" ], [ "bpftrace_3", "bpftrace_4" ] ] }
57
open a file in the default editor
sensible-editor {{file}}
[ "sensible-editor_3" ]
sensible-editor
sensible-editor
true
{ "token": [ "|main|" ], "oracle_man": [ [ "sensible-editor_3" ] ] }
58
open a file in the default editor, with the cursor at the end of the file
sensible-editor + {{file}}
[ "sensible-editor_3" ]
sensible-editor
sensible-editor
true
{ "token": [ "+", "|main|" ], "oracle_man": [ [], [ "sensible-editor_3" ] ] }
59
open a file in the default editor, with the cursor at the beginning of line 10
sensible-editor +10 {{file}}
[ "sensible-editor_3" ]
sensible-editor
sensible-editor
true
{ "token": [ "+10", "|main|" ], "oracle_man": [ [], [ "sensible-editor_3" ] ] }
60
open 3 files in vertically split editor windows at the same time
sensible-editor -O3 {{file_1}} {{file_2}} {{file_3}}
[ "sensible-editor_3" ]
sensible-editor
sensible-editor
true
{ "token": [ "-O3", "|main|" ], "oracle_man": [ [], [ "sensible-editor_3" ] ] }
61
integrate firejail with your desktop environment
sudo firecfg
[ "firejail_14" ]
firejail
firejail
true
{ "token": [ "firecfg", "|main|" ], "oracle_man": [ [], [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
62
open a restricted mozilla firefox
firejail {{firefox}}
[ "firejail_14" ]
firejail
firejail
true
{ "token": [ "|main|" ], "oracle_man": [ [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
63
start a restricted apache server on a known interface and address
firejail --net={{eth0}} --ip={{192.168.1.244}} {{/etc/init.d/apache2}} {{start}}
[ "firejail_11", "firejail_14", "firejail_33", "firejail_72", "firejail_89", "firejail_120", "firejail_147", "firejail_148", "firejail_149", "firejail_150", "firejail_152", "firejail_153", "firejail_155", "firejail_156", "firejail_157", "firejail_159", "firejail_160", "firejail_163", "firejail_164", "firejail_165", "firejail_166", "firejail_172", "firejail_184", "firejail_186", "firejail_187", "firejail_196", "firejail_197", "firejail_201", "firejail_202", "firejail_203", "firejail_204", "firejail_205", "firejail_206", "firejail_207", "firejail_208", "firejail_209", "firejail_210", "firejail_211", "firejail_212", "firejail_215", "firejail_216", "firejail_219", "firejail_221", "firejail_222", "firejail_223", "firejail_224", "firejail_225", "firejail_226", "firejail_227", "firejail_228", "firejail_229", "firejail_230", "firejail_231", "firejail_232", "firejail_234", "firejail_244", "firejail_328", "firejail_372", "firejail_379", "firejail_380", "firejail_395", "firejail_401", "firejail_407", "firejail_411", "firejail_412", "firejail_420", "firejail_446", "firejail_447", "firejail_448", "firejail_472", "firejail_473", "firejail_506", "firejail_507" ]
firejail
firejail
true
{ "token": [ "--net", "--ip", "|main|" ], "oracle_man": [ [ "firejail_11", "firejail_33", "firejail_72", "firejail_89", "firejail_120", "firejail_147", "firejail_148", "firejail_149", "firejail_150", "firejail_152", "firejail_153", "firejail_155", "firejail_156", "firejail_157", "firejail_159", "firejail_160", "firejail_163", "firejail_164", "firejail_172", "firejail_184", "firejail_186", "firejail_187", "firejail_196", "firejail_197", "firejail_201", "firejail_202", "firejail_203", "firejail_204", "firejail_205", "firejail_206", "firejail_207", "firejail_208", "firejail_209", "firejail_210", "firejail_211", "firejail_212", "firejail_215", "firejail_216", "firejail_219", "firejail_221", "firejail_222", "firejail_223", "firejail_224", "firejail_225", "firejail_226", "firejail_227", "firejail_228", "firejail_229", "firejail_230", "firejail_231", "firejail_232", "firejail_234", "firejail_244", "firejail_328", "firejail_372", "firejail_379", "firejail_380", "firejail_395", "firejail_401", "firejail_407", "firejail_411", "firejail_412", "firejail_420", "firejail_446", "firejail_447", "firejail_448", "firejail_472", "firejail_473", "firejail_506", "firejail_507" ], [ "firejail_147", "firejail_148", "firejail_149", "firejail_150", "firejail_152", "firejail_153", "firejail_156", "firejail_157", "firejail_159", "firejail_160", "firejail_163", "firejail_164", "firejail_165", "firejail_166", "firejail_201", "firejail_203", "firejail_204", "firejail_208", "firejail_209", "firejail_223", "firejail_230", "firejail_448" ], [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
64
list running sandboxes
firejail --list
[ "firejail_11", "firejail_14", "firejail_55", "firejail_65", "firejail_129", "firejail_134", "firejail_169", "firejail_183", "firejail_184", "firejail_200", "firejail_310", "firejail_358", "firejail_449", "firejail_467" ]
firejail
firejail
true
{ "token": [ "--list", "|main|" ], "oracle_man": [ [ "firejail_11", "firejail_55", "firejail_65", "firejail_129", "firejail_134", "firejail_169", "firejail_183", "firejail_184", "firejail_200", "firejail_310", "firejail_358", "firejail_449", "firejail_467" ], [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
65
list network activity from running sandboxes
firejail --netstats
[ "firejail_11", "firejail_14", "firejail_232", "firejail_234", "firejail_472", "firejail_473" ]
firejail
firejail
true
{ "token": [ "--netstats", "|main|" ], "oracle_man": [ [ "firejail_11", "firejail_232", "firejail_234", "firejail_472", "firejail_473" ], [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
66
shutdown a running sandbox
firejail --shutdown={{7777}}
[ "firejail_14", "firejail_198", "firejail_356", "firejail_357", "firejail_358" ]
firejail
firejail
true
{ "token": [ "--shutdown", "|main|" ], "oracle_man": [ [ "firejail_198", "firejail_356", "firejail_357", "firejail_358" ], [ "firejail_14", "firejail_15", "firejail_16", "firejail_17" ] ] }
73
build the package in the current directory
debuild
[ "debuild_3" ]
debuild
debuild
true
{ "token": [ "|main|" ], "oracle_man": [ [ "debuild_3", "debuild_4", "debuild_5", "debuild_6", "debuild_7", "debuild_8", "debuild_9", "debuild_10", "debuild_11" ] ] }
74
build a binary package only
debuild -b
[ "debuild_2", "debuild_3", "debuild_16", "debuild_19", "debuild_20", "debuild_23", "debuild_26", "debuild_29", "debuild_32", "debuild_38", "debuild_47", "debuild_60", "debuild_61", "debuild_62", "debuild_63", "debuild_79", "debuild_81", "debuild_87", "debuild_89", "debuild_90", "debuild_93" ]
debuild
debuild
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "debuild_2", "debuild_3", "debuild_16", "debuild_19", "debuild_20", "debuild_23", "debuild_26", "debuild_29", "debuild_32", "debuild_38", "debuild_47", "debuild_60", "debuild_61", "debuild_62", "debuild_63", "debuild_79", "debuild_81", "debuild_87", "debuild_89", "debuild_90", "debuild_93" ], [ "debuild_3", "debuild_4", "debuild_5", "debuild_6", "debuild_7", "debuild_8", "debuild_9", "debuild_10", "debuild_11" ] ] }
75
do not run lintian after building the package
debuild --no-lintian
[ "debuild_3", "debuild_61" ]
debuild
debuild
true
{ "token": [ "--no-lintian", "|main|" ], "oracle_man": [ [ "debuild_3", "debuild_61" ], [ "debuild_3", "debuild_4", "debuild_5", "debuild_6", "debuild_7", "debuild_8", "debuild_9", "debuild_10", "debuild_11" ] ] }
83
start nmon
nmon
[ "nmon_2" ]
nmon
nmon
true
{ "token": [ "|main|" ], "oracle_man": [ [ "nmon_2", "nmon_3" ] ] }
84
save records to file ("s 300 c 288" by default)
nmon -f
[ "nmon_2", "nmon_4", "nmon_6", "nmon_7", "nmon_12" ]
nmon
nmon
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "nmon_4", "nmon_6", "nmon_7", "nmon_12" ], [ "nmon_2", "nmon_3" ] ] }
85
save records to file with a total of 240 measurements, by taking 30 seconds between each measurement
nmon -f -s {{30}} -c {{240}}
[ "nmon_2", "nmon_4", "nmon_6", "nmon_7", "nmon_8", "nmon_9", "nmon_12" ]
nmon
nmon
true
{ "token": [ "-f", "-s", "-c", "|main|" ], "oracle_man": [ [ "nmon_4", "nmon_6", "nmon_7", "nmon_12" ], [ "nmon_4", "nmon_7", "nmon_8", "nmon_12" ], [ "nmon_4", "nmon_7", "nmon_9", "nmon_12" ], [ "nmon_2", "nmon_3" ] ] }
106
view the queue
squeue
[ "squeue_3" ]
squeue
squeue
true
{ "token": [ "|main|" ], "oracle_man": [ [ "squeue_3" ] ] }
107
view jobs queued by a specific user
squeue -u {{username}}
[ "squeue_3", "squeue_7", "squeue_17", "squeue_216", "squeue_217", "squeue_301" ]
squeue
squeue
true
{ "token": [ "-u", "|main|" ], "oracle_man": [ [ "squeue_7", "squeue_17", "squeue_216", "squeue_217", "squeue_301" ], [ "squeue_3" ] ] }
108
view the queue and refresh every 5 seconds
squeue -i {{5}}
[ "squeue_3", "squeue_12" ]
squeue
squeue
true
{ "token": [ "-i", "|main|" ], "oracle_man": [ [ "squeue_12" ], [ "squeue_3" ] ] }
109
view the queue with expected start times
squeue --start
[ "squeue_3", "squeue_214" ]
squeue
squeue
true
{ "token": [ "--start", "|main|" ], "oracle_man": [ [ "squeue_214" ], [ "squeue_3" ] ] }
110
show the progress of running coreutils
progress
[ "progress_3" ]
progress
progress
true
{ "token": [ "|main|" ], "oracle_man": [ [ "progress_3", "progress_4", "progress_5" ] ] }
111
show the progress of running coreutils in quiet mode
progress -q
[ "progress_2", "progress_3", "progress_6", "progress_20" ]
progress
progress
true
{ "token": [ "-q", "|main|" ], "oracle_man": [ [ "progress_2", "progress_6", "progress_20" ], [ "progress_3", "progress_4", "progress_5" ] ] }
112
launch and monitor a single longrunning command
{{command}} & progress -mp $!
[ "progress_3", "progress_26" ]
progress
progress
true
{ "token": [ "&", "-mp", "$!", "|main|" ], "oracle_man": [ [], [ "progress_26" ], [], [ "progress_3", "progress_4", "progress_5" ] ] }
115
start i7z (needs to be run in superuser mode)
sudo i7z
[ "i7z_3" ]
i7z
i7z
true
{ "token": [ "|main|" ], "oracle_man": [ [ "i7z_3" ] ] }
116
discover directories using a [w]ordlist on a target [u]rl with [c]olorized and [v]erbose output
ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v
[ "ffuf_3", "ffuf_10", "ffuf_13", "ffuf_18", "ffuf_19", "ffuf_27", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-u", "-c", "-v", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_18", "ffuf_19", "ffuf_44", "ffuf_55", "ffuf_58" ], [ "ffuf_27", "ffuf_55" ], [ "ffuf_3" ] ] }
117
fuzz host[h]eaders with a host file on a traget website and [m]atch http 200 [c]ode responses
ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}
[ "ffuf_3", "ffuf_5", "ffuf_10", "ffuf_13", "ffuf_29", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-u", "-H", "-mc", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_5", "ffuf_56", "ffuf_57" ], [ "ffuf_29", "ffuf_55", "ffuf_56" ], [ "ffuf_3" ] ] }
118
discover directories using a [w]ordlist on a target website with a max individual job time of 60 seconds and recursion discovery depth of 2 levels
ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -maxtime-job {{60}} -recursion -recursion-depth {{2}}
[ "ffuf_3", "ffuf_7", "ffuf_10", "ffuf_13", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-u", "-maxtime-job", "-recursion", "-recursion-depth", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_7" ], [ "ffuf_10" ], [ "ffuf_10" ], [ "ffuf_3" ] ] }
119
fuzz get parameter on a target website and [f]ilter out message [s]ize response of 4242 bytes
ffuf -w {{path/to/param_names.txt}} -u {{https://target/script.php?FUZZ=test_value}} -fs {{4242}}
[ "ffuf_3", "ffuf_10", "ffuf_13", "ffuf_38", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-u", "-fs", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_38", "ffuf_55" ], [ "ffuf_3" ] ] }
120
fuzz post method with post [d]ata of password on a target website and [f]ilter out http response [c]ode 401
ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d "{{username=admin\&password=FUZZ}}" -u {{https://target/login.php}} -fc {{401}}
[ "ffuf_3", "ffuf_6", "ffuf_8", "ffuf_10", "ffuf_13", "ffuf_35", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_51", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-X", "-d", "-u", "-fc", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_6", "ffuf_57" ], [ "ffuf_8", "ffuf_10", "ffuf_51", "ffuf_57" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_35" ], [ "ffuf_3" ] ] }
121
discover subdomains using a subdoomain list on a target website
ffuf -w {{subdomains.txt}} -u {{https://website.com}} -H "{{Host: FUZZ.website.com}}"
[ "ffuf_3", "ffuf_5", "ffuf_10", "ffuf_13", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ]
ffuf
ffuf
true
{ "token": [ "-w", "-u", "-H", "|main|" ], "oracle_man": [ [ "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_10", "ffuf_13", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58" ], [ "ffuf_5", "ffuf_56", "ffuf_57" ], [ "ffuf_3" ] ] }
128
add all package binaries in the current directory and remove the old database file
repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}
[ "repo-add_4", "repo-add_15" ]
repo-add
repo-add
true
{ "token": [ "--remove", "|main|" ], "oracle_man": [ [ "repo-add_15" ], [ "repo-add_4", "repo-add_5", "repo-add_6", "repo-add_7", "repo-add_8" ] ] }
129
add all package binaries in the current directory in silent mode except for warning and error messages
repo-add --quiet {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}
[ "repo-add_4", "repo-add_9" ]
repo-add
repo-add
true
{ "token": [ "--quiet", "|main|" ], "oracle_man": [ [ "repo-add_9" ], [ "repo-add_4", "repo-add_5", "repo-add_6", "repo-add_7", "repo-add_8" ] ] }
130
add all package binaries in the current directory without showing color
repo-add --nocolor {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}
[ "repo-add_4", "repo-add_13" ]
repo-add
repo-add
true
{ "token": [ "--nocolor", "|main|" ], "oracle_man": [ [ "repo-add_13" ], [ "repo-add_4", "repo-add_5", "repo-add_6", "repo-add_7", "repo-add_8" ] ] }
138
display executable invocations per user (username not displayed)
sudo sa
[ "sa_3" ]
sa
sa
true
{ "token": [ "|main|" ], "oracle_man": [ [ "sa_3", "sa_4", "sa_5", "sa_6", "sa_7", "sa_8", "sa_9", "sa_10", "sa_11", "sa_12", "sa_13", "sa_14", "sa_15", "sa_16", "sa_17", "sa_18" ] ] }
139
display executable invocations per user, showing responsible usernames
sudo sa --print-users
[ "sa_2", "sa_3", "sa_18" ]
sa
sa
true
{ "token": [ "--print-users", "|main|" ], "oracle_man": [ [ "sa_2", "sa_18" ], [ "sa_3", "sa_4", "sa_5", "sa_6", "sa_7", "sa_8", "sa_9", "sa_10", "sa_11", "sa_12", "sa_13", "sa_14", "sa_15", "sa_16", "sa_17", "sa_18" ] ] }
140
list resources used recently per user
sudo sa --user-summary
[ "sa_2", "sa_3", "sa_18" ]
sa
sa
true
{ "token": [ "--user-summary", "|main|" ], "oracle_man": [ [ "sa_2", "sa_18" ], [ "sa_3", "sa_4", "sa_5", "sa_6", "sa_7", "sa_8", "sa_9", "sa_10", "sa_11", "sa_12", "sa_13", "sa_14", "sa_15", "sa_16", "sa_17", "sa_18" ] ] }
141
edit the password file
vipw
[ "vipw_4" ]
vipw
vipw
true
{ "token": [ "|main|" ], "oracle_man": [ [ "vipw_4" ] ] }
142
display the current version of `vipw`
vipw --version
[ "vipw_4" ]
vipw
vipw
true
{ "token": [ "--version", "|main|" ], "oracle_man": [ [], [ "vipw_4" ] ] }
143
retrieve current status of the jail service
fail2ban-client status {{jail}}
[ "fail2ban-client_3", "fail2ban-client_36", "fail2ban-client_60" ]
fail2ban-client
fail2ban-client
true
{ "token": [ "status", "|main|" ], "oracle_man": [ [ "fail2ban-client_36", "fail2ban-client_60" ], [ "fail2ban-client_3" ] ] }
144
remove the specified ip from the jail service's ban list
fail2ban-client set {{jail}} unbanip {{ip}}
[ "fail2ban-client_3", "fail2ban-client_42", "fail2ban-client_44", "fail2ban-client_46", "fail2ban-client_50", "fail2ban-client_52", "fail2ban-client_54", "fail2ban-client_62", "fail2ban-client_63", "fail2ban-client_64", "fail2ban-client_65", "fail2ban-client_66", "fail2ban-client_67", "fail2ban-client_68", "fail2ban-client_69", "fail2ban-client_70", "fail2ban-client_71", "fail2ban-client_72", "fail2ban-client_73", "fail2ban-client_74", "fail2ban-client_75", "fail2ban-client_76", "fail2ban-client_77", "fail2ban-client_78", "fail2ban-client_79", "fail2ban-client_80", "fail2ban-client_81", "fail2ban-client_82", "fail2ban-client_83", "fail2ban-client_84", "fail2ban-client_85", "fail2ban-client_86", "fail2ban-client_87", "fail2ban-client_88", "fail2ban-client_90", "fail2ban-client_91", "fail2ban-client_92", "fail2ban-client_93", "fail2ban-client_94", "fail2ban-client_95", "fail2ban-client_97", "fail2ban-client_98" ]
fail2ban-client
fail2ban-client
true
{ "token": [ "set", "unbanip", "|main|" ], "oracle_man": [ [ "fail2ban-client_42", "fail2ban-client_44", "fail2ban-client_46", "fail2ban-client_50", "fail2ban-client_52", "fail2ban-client_54", "fail2ban-client_62", "fail2ban-client_63", "fail2ban-client_64", "fail2ban-client_65", "fail2ban-client_66", "fail2ban-client_67", "fail2ban-client_68", "fail2ban-client_69", "fail2ban-client_70", "fail2ban-client_71", "fail2ban-client_72", "fail2ban-client_73", "fail2ban-client_74", "fail2ban-client_75", "fail2ban-client_76", "fail2ban-client_77", "fail2ban-client_78", "fail2ban-client_79", "fail2ban-client_80", "fail2ban-client_81", "fail2ban-client_82", "fail2ban-client_83", "fail2ban-client_84", "fail2ban-client_85", "fail2ban-client_86", "fail2ban-client_87", "fail2ban-client_88", "fail2ban-client_90", "fail2ban-client_91", "fail2ban-client_92", "fail2ban-client_93", "fail2ban-client_94", "fail2ban-client_95", "fail2ban-client_97", "fail2ban-client_98" ], [ "fail2ban-client_83" ], [ "fail2ban-client_3" ] ] }
145
verify fail2ban server is alive
fail2ban-client ping
[ "fail2ban-client_3", "fail2ban-client_37" ]
fail2ban-client
fail2ban-client
true
{ "token": [ "ping", "|main|" ], "oracle_man": [ [ "fail2ban-client_37" ], [ "fail2ban-client_3" ] ] }
149
synchronize and set date and time
sudo ntpdate {{host}}
[ "ntpdate_3" ]
ntpdate
ntpdate
true
{ "token": [ "|main|" ], "oracle_man": [ [ "ntpdate_3", "ntpdate_4", "ntpdate_5", "ntpdate_6" ] ] }
150
query the host without setting the time
ntpdate -q {{host}}
[ "ntpdate_3", "ntpdate_15" ]
ntpdate
ntpdate
true
{ "token": [ "-q", "|main|" ], "oracle_man": [ [ "ntpdate_15" ], [ "ntpdate_3", "ntpdate_4", "ntpdate_5", "ntpdate_6" ] ] }
151
use an unprivileged port in case a firewall is blocking privileged ports
sudo ntpdate -u {{host}}
[ "ntpdate_3", "ntpdate_18" ]
ntpdate
ntpdate
true
{ "token": [ "-u", "|main|" ], "oracle_man": [ [ "ntpdate_18" ], [ "ntpdate_3", "ntpdate_4", "ntpdate_5", "ntpdate_6" ] ] }
152
force time to be stepped using `settimeofday` instead of `slewed`
sudo ntpdate -b {{host}}
[ "ntpdate_2", "ntpdate_3", "ntpdate_9" ]
ntpdate
ntpdate
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "ntpdate_2", "ntpdate_9" ], [ "ntpdate_3", "ntpdate_4", "ntpdate_5", "ntpdate_6" ] ] }
153
show all running services
systemctl status
[ "systemctl_3", "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184" ]
systemctl
systemctl
true
{ "token": [ "status", "|main|" ], "oracle_man": [ [ "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184" ], [ "systemctl_3" ] ] }
154
list failed units
systemctl --failed
[ "systemctl_3", "systemctl_242" ]
systemctl
systemctl
true
{ "token": [ "--failed", "|main|" ], "oracle_man": [ [ "systemctl_242" ], [ "systemctl_3" ] ] }
155
start/stop/restart/reload a service
systemctl {{start|stop|restart|reload}} {{unit}}
[ "systemctl_3" ]
systemctl
systemctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "systemctl_3" ] ] }
156
show the status of a unit
systemctl status {{unit}}
[ "systemctl_3", "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184" ]
systemctl
systemctl
true
{ "token": [ "status", "|main|" ], "oracle_man": [ [ "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184" ], [ "systemctl_3" ] ] }
157
enable/disable a unit to be started on bootup
systemctl {{enable|disable}} {{unit}}
[ "systemctl_3" ]
systemctl
systemctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "systemctl_3" ] ] }
158
mask/unmask a unit to prevent enablement and manual activation
systemctl {{mask|unmask}} {{unit}}
[ "systemctl_3" ]
systemctl
systemctl
true
{ "token": [ "|main|" ], "oracle_man": [ [ "systemctl_3" ] ] }
159
reload systemd, scanning for new or changed units
systemctl daemon-reload
[ "systemctl_3" ]
systemctl
systemctl
true
{ "token": [ "daemon-reload", "|main|" ], "oracle_man": [ [], [ "systemctl_3" ] ] }
160
check if a unit is enabled
systemctl is-enabled {{unit}}
[ "systemctl_3", "systemctl_116", "systemctl_117" ]
systemctl
systemctl
true
{ "token": [ "is-enabled", "|main|" ], "oracle_man": [ [ "systemctl_116", "systemctl_117" ], [ "systemctl_3" ] ] }
161
run `ipconfig.exe` program
wine {{ipconfig}} {{/all}}
[ "wine_4" ]
wine
wine
true
{ "token": [ "|main|" ], "oracle_man": [ [ "wine_4", "wine_5", "wine_6", "wine_7", "wine_8", "wine_9", "wine_10" ] ] }
162
run `cmd.exe` in background
wine start {{cmd}}
[ "wine_4" ]
wine
wine
true
{ "token": [ "start", "|main|" ], "oracle_man": [ [], [ "wine_4", "wine_5", "wine_6", "wine_7", "wine_8", "wine_9", "wine_10" ] ] }
163
run windowslike package manager
wine uninstaller
[ "wine_4" ]
wine
wine
true
{ "token": [ "uninstaller", "|main|" ], "oracle_man": [ [], [ "wine_4", "wine_5", "wine_6", "wine_7", "wine_8", "wine_9", "wine_10" ] ] }
164
install msi packages
wine msiexec /i {{package}}
[ "wine_4" ]
wine
wine
true
{ "token": [ "msiexec", "/i", "|main|" ], "oracle_man": [ [], [], [ "wine_4", "wine_5", "wine_6", "wine_7", "wine_8", "wine_9", "wine_10" ] ] }
168
display a message in fullscreen
sm "{{Hello World!}}"
[ "sm_3" ]
sm
sm
true
{ "token": [ "|main|" ], "oracle_man": [ [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
169
display a message with inverted colors
sm -i "{{Hello World!}}"
[ "sm_3", "sm_11" ]
sm
sm
true
{ "token": [ "-i", "|main|" ], "oracle_man": [ [ "sm_11" ], [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
170
display a message with a custom foreground color
sm -f {{blue}} "{{Hello World!}}"
[ "sm_3", "sm_9", "sm_12" ]
sm
sm
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "sm_9", "sm_12" ], [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
171
display a message with a custom background color
sm -b {{#008888}} "{{Hello World!}}"
[ "sm_3", "sm_7", "sm_10", "sm_11" ]
sm
sm
true
{ "token": [ "-b", "|main|" ], "oracle_man": [ [ "sm_7", "sm_10", "sm_11" ], [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
172
display a message rotated 3 times (in steps of 90 degrees, counterclockwise)
sm -r {{3}} "{{Hello World!}}"
[ "sm_3", "sm_13" ]
sm
sm
true
{ "token": [ "-r", "|main|" ], "oracle_man": [ [ "sm_13" ], [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
173
display a message using the output from another command
{{echo "Hello World!"}} | sm -
[ "sm_1", "sm_2", "sm_3", "sm_4", "sm_6", "sm_7", "sm_8", "sm_9", "sm_10", "sm_11", "sm_12", "sm_13", "sm_14", "sm_15", "sm_16", "sm_17", "sm_18", "sm_20" ]
sm
sm
true
{ "token": [ "-", "|main|" ], "oracle_man": [ [ "sm_1", "sm_2", "sm_3", "sm_4", "sm_6", "sm_7", "sm_8", "sm_9", "sm_10", "sm_11", "sm_12", "sm_13", "sm_14", "sm_15", "sm_16", "sm_17", "sm_18", "sm_20" ], [ "sm_3", "sm_4", "sm_5", "sm_6", "sm_7" ] ] }
174
create a btrfs filesystem on a single device
sudo mkfs.btrfs --metadata single --data single {{/dev/sda}}
[ "mkfs_3" ]
mkfs
mkfs
true
{ "token": [ "mkfs.btrfs", "--metadata", "single", "--data", "|main|" ], "oracle_man": [ [], [], [], [], [ "mkfs_3", "mkfs_4", "mkfs_5", "mkfs_6" ] ] }
175
create a btrfs filesystem on multiple devices with raid1
sudo mkfs.btrfs --metadata raid1 --data raid1 {{/dev/sda}} {{/dev/sdb}} {{/dev/sdN}}
[ "mkfs_3" ]
mkfs
mkfs
true
{ "token": [ "mkfs.btrfs", "--metadata", "raid1", "--data", "|main|" ], "oracle_man": [ [], [], [], [], [ "mkfs_3", "mkfs_4", "mkfs_5", "mkfs_6" ] ] }
176
set a label for the filesystem
sudo mkfs.btrfs --label "{{label}}" {{/dev/sda}} [{{/dev/sdN}}]
[ "mkfs_3" ]
mkfs
mkfs
true
{ "token": [ "mkfs.btrfs", "--label", "|main|" ], "oracle_man": [ [], [], [ "mkfs_3", "mkfs_4", "mkfs_5", "mkfs_6" ] ] }
177
mount a `.raw` image file into a dmg container file
xmount --in {{raw}} {{path/to/image.dd}} --out {{dmg}} {{mountpoint}}
[ "xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15" ]
xmount
xmount
true
{ "token": [ "--in", "--out", "|main|" ], "oracle_man": [ [ "xmount_8", "xmount_11", "xmount_13", "xmount_15" ], [ "xmount_8", "xmount_13", "xmount_15" ], [ "xmount_3", "xmount_4", "xmount_5", "xmount_6" ] ] }
178
mount an ewf image file with writecache support into a vhd file to boot from
xmount --cache {{path/to/cache.ovl}} --in {{ewf}} {{path/to/image.E??}} --out {{vhd}} {{mountpoint}}
[ "xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15" ]
xmount
xmount
true
{ "token": [ "--cache", "--in", "--out", "|main|" ], "oracle_man": [ [ "xmount_8", "xmount_15" ], [ "xmount_8", "xmount_11", "xmount_13", "xmount_15" ], [ "xmount_8", "xmount_13", "xmount_15" ], [ "xmount_3", "xmount_4", "xmount_5", "xmount_6" ] ] }
179
mount the first partition at sector 2048 into a new `.raw` image file
xmount --offset {{2048}} --in {{raw}} {{path/to/image.dd}} --out {{raw}} {{mountpoint}}
[ "xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15" ]
xmount
xmount
true
{ "token": [ "--offset", "--in", "--out", "|main|" ], "oracle_man": [ [ "xmount_8" ], [ "xmount_8", "xmount_11", "xmount_13", "xmount_15" ], [ "xmount_8", "xmount_13", "xmount_15" ], [ "xmount_3", "xmount_4", "xmount_5", "xmount_6" ] ] }
180
show the current number lock status
numlockx status
[ "numlockx_3", "numlockx_7" ]
numlockx
numlockx
true
{ "token": [ "status", "|main|" ], "oracle_man": [ [ "numlockx_7" ], [ "numlockx_3" ] ] }

Dataset Summary

This is the natural language to bash generation dataset we harvested from the English subset of tldr We split the dataset by bash commands. Every command in the dev and test set is held out from the training set.

Supported Tasks and Leaderboards

This dataset is used to evaluate code generations.

Languages

English - Bash

Dataset Structure

dataset = load_dataset("neulab/tldr")
DatasetDict({
    train: Dataset({
        features: ['question_id', 'nl', 'cmd', 'oracle_man', 'cmd_name', 'tldr_cmd_name', 'manual_exist', 'matching_info'],
        num_rows: 6414
    })
    test: Dataset({
        features: ['question_id', 'nl', 'cmd', 'oracle_man', 'cmd_name', 'tldr_cmd_name', 'manual_exist', 'matching_info'],
        num_rows: 928
    })
    validation: Dataset({
        features: ['question_id', 'nl', 'cmd', 'oracle_man', 'cmd_name', 'tldr_cmd_name', 'manual_exist', 'matching_info'],
        num_rows: 1845
    })
})

code_docs = load_dataset("neulab/docprompting-conala", "docs")
DatasetDict({
    train: Dataset({
        features: ['doc_id', 'doc_content'],
        num_rows: 439064
    })
})

Data Fields

train/dev/test:

  • nl: The natural language intent
  • cmd: The reference code snippet
  • question_id: the unique id of a question
  • oracle_man: The doc_id of the functions used in the reference code snippet. The corresponding contents are in doc split
  • cmd_name: the bash command of this code snippet
  • tldr_cmd_name: the bash command used in tldr github repo. The cmd_name and tldr_cmd_name can be different due to naming difference
  • manual_exist: whether the manual exists in https://manned.org
  • matching_info: each code snippets have multiple tokens, this is the detailed reference doc matching on each token.

docs:

  • doc_id: the id of a doc
  • doc_content: the content of the doc

Dataset Creation

The dataset was curated from tldr. The project aims to provide frequent usage of bash commands with natural language intents. For more details, please check the repo.

Citation Information

@article{zhou2022doccoder,
  title={DocCoder: Generating Code by Retrieving and Reading Docs},
  author={Zhou, Shuyan and Alon, Uri and Xu, Frank F and Jiang, Zhengbao and Neubig, Graham},
  journal={arXiv preprint arXiv:2207.05987},
  year={2022}
}
Downloads last month
237
Edit dataset card

Models trained or fine-tuned on neulab/tldr