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 |
---|---|---|---|---|---|---|---|
7949 | try to determine whether the specified hosts are up and what their names are | nmap -sn {{ip_or_hostname}} {{optional_another_address}} | [
"nmap_3",
"nmap_14",
"nmap_33",
"nmap_37",
"nmap_39",
"nmap_40",
"nmap_41",
"nmap_189"
] | nmap | nmap | true | {
"token": [
"-sn",
"|main|"
],
"oracle_man": [
[
"nmap_14",
"nmap_33",
"nmap_37",
"nmap_39",
"nmap_40",
"nmap_41",
"nmap_189"
],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7950 | like above, but also run a default 1000port tcp scan if host seems up | nmap {{ip_or_hostname}} {{optional_another_address}} | [
"nmap_3"
] | nmap | nmap | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7951 | also enable scripts, service detection, os fingerprinting and traceroute | nmap -A {{address_or_addresses}} | [
"nmap_3",
"nmap_6",
"nmap_8",
"nmap_14",
"nmap_57",
"nmap_58",
"nmap_100",
"nmap_138",
"nmap_142",
"nmap_155",
"nmap_156",
"nmap_303"
] | nmap | nmap | true | {
"token": [
"-A",
"|main|"
],
"oracle_man": [
[
"nmap_6",
"nmap_8",
"nmap_14",
"nmap_57",
"nmap_58",
"nmap_100",
"nmap_138",
"nmap_142",
"nmap_155",
"nmap_156",
"nmap_303"
],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7952 | assume good network connection and speed up execution | nmap -T4 {{address_or_addresses}} | [
"nmap_3",
"nmap_6",
"nmap_8",
"nmap_219",
"nmap_220",
"nmap_222",
"nmap_303"
] | nmap | nmap | true | {
"token": [
"-T4",
"|main|"
],
"oracle_man": [
[
"nmap_6",
"nmap_8",
"nmap_219",
"nmap_220",
"nmap_222",
"nmap_303"
],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7953 | scan a specific list of ports (use `p` for all ports `165535`) | nmap -p {{port1,port2,…,portN}} {{address_or_addresses}} | [
"nmap_3",
"nmap_14",
"nmap_25",
"nmap_30",
"nmap_42",
"nmap_43",
"nmap_51",
"nmap_56",
"nmap_64",
"nmap_98",
"nmap_120",
"nmap_123",
"nmap_126",
"nmap_127",
"nmap_128",
"nmap_129",
"nmap_134",
"nmap_135",
"nmap_138",
"nmap_139",
"nmap_144",
"nmap_145",
"nmap_148",
"nmap_172",
"nmap_181",
"nmap_187",
"nmap_191",
"nmap_192",
"nmap_193",
"nmap_238",
"nmap_239",
"nmap_241",
"nmap_248",
"nmap_252",
"nmap_253",
"nmap_273",
"nmap_287",
"nmap_304",
"nmap_306",
"nmap_309",
"nmap_310",
"nmap_327",
"nmap_329",
"nmap_331",
"nmap_347"
] | nmap | nmap | true | {
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"nmap_14",
"nmap_25",
"nmap_30",
"nmap_42",
"nmap_43",
"nmap_51",
"nmap_56",
"nmap_64",
"nmap_98",
"nmap_120",
"nmap_123",
"nmap_126",
"nmap_127",
"nmap_128",
"nmap_129",
"nmap_134",
"nmap_135",
"nmap_138",
"nmap_139",
"nmap_144",
"nmap_145",
"nmap_148",
"nmap_172",
"nmap_181",
"nmap_187",
"nmap_191",
"nmap_192",
"nmap_193",
"nmap_238",
"nmap_239",
"nmap_241",
"nmap_248",
"nmap_252",
"nmap_253",
"nmap_273",
"nmap_287",
"nmap_304",
"nmap_306",
"nmap_309",
"nmap_310",
"nmap_327",
"nmap_329",
"nmap_331",
"nmap_347"
],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7954 | perform tcp and udp scanning (use `su` for udp only, `sz` for sctp, `so` for ip) | nmap -sSU {{address_or_addresses}} | [
"nmap_3"
] | nmap | nmap | true | {
"token": [
"-sSU",
"|main|"
],
"oracle_man": [
[],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7955 | perform full port, service, version detection scan with all default nse scripts active against a host to determine weaknesses and info | nmap -sC -sV {{address_or_addresses}} | [
"nmap_3",
"nmap_14",
"nmap_89",
"nmap_96",
"nmap_142",
"nmap_143",
"nmap_145",
"nmap_166",
"nmap_303",
"nmap_327"
] | nmap | nmap | true | {
"token": [
"-sC",
"-sV",
"|main|"
],
"oracle_man": [
[
"nmap_14",
"nmap_89",
"nmap_166",
"nmap_303"
],
[
"nmap_14",
"nmap_96",
"nmap_142",
"nmap_143",
"nmap_145",
"nmap_303",
"nmap_327"
],
[
"nmap_3",
"nmap_4",
"nmap_5",
"nmap_6",
"nmap_7",
"nmap_8",
"nmap_9",
"nmap_10",
"nmap_11",
"nmap_12"
]
]
} |
7956 | compare 2 files | sdiff {{path/to/file1}} {{path/to/file2}} | [
"sdiff_3"
] | sdiff | sdiff | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"sdiff_3",
"sdiff_4",
"sdiff_5",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12",
"sdiff_13",
"sdiff_14",
"sdiff_15",
"sdiff_16",
"sdiff_17",
"sdiff_18",
"sdiff_19",
"sdiff_20",
"sdiff_21",
"sdiff_22",
"sdiff_23",
"sdiff_24",
"sdiff_25"
]
]
} |
7957 | compare 2 files, ignoring all tabs and whitespace | sdiff -W {{path/to/file1}} {{path/to/file2}} | [
"sdiff_3",
"sdiff_10"
] | sdiff | sdiff | true | {
"token": [
"-W",
"|main|"
],
"oracle_man": [
[
"sdiff_10"
],
[
"sdiff_3",
"sdiff_4",
"sdiff_5",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12",
"sdiff_13",
"sdiff_14",
"sdiff_15",
"sdiff_16",
"sdiff_17",
"sdiff_18",
"sdiff_19",
"sdiff_20",
"sdiff_21",
"sdiff_22",
"sdiff_23",
"sdiff_24",
"sdiff_25"
]
]
} |
7958 | compare 2 files, ignoring whitespace at the end of lines | sdiff -Z {{path/to/file1}} {{path/to/file2}} | [
"sdiff_3",
"sdiff_8"
] | sdiff | sdiff | true | {
"token": [
"-Z",
"|main|"
],
"oracle_man": [
[
"sdiff_8"
],
[
"sdiff_3",
"sdiff_4",
"sdiff_5",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12",
"sdiff_13",
"sdiff_14",
"sdiff_15",
"sdiff_16",
"sdiff_17",
"sdiff_18",
"sdiff_19",
"sdiff_20",
"sdiff_21",
"sdiff_22",
"sdiff_23",
"sdiff_24",
"sdiff_25"
]
]
} |
7959 | compare 2 files in a caseinsensitive manner | sdiff -i {{path/to/file1}} {{path/to/file2}} | [
"sdiff_3",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12"
] | sdiff | sdiff | true | {
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12"
],
[
"sdiff_3",
"sdiff_4",
"sdiff_5",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12",
"sdiff_13",
"sdiff_14",
"sdiff_15",
"sdiff_16",
"sdiff_17",
"sdiff_18",
"sdiff_19",
"sdiff_20",
"sdiff_21",
"sdiff_22",
"sdiff_23",
"sdiff_24",
"sdiff_25"
]
]
} |
7960 | compare and then merge, writing the output to a new file | sdiff -o {{path/to/merged_file}} {{path/to/file1}} {{path/to/file2}} | [
"sdiff_3",
"sdiff_5"
] | sdiff | sdiff | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"sdiff_5"
],
[
"sdiff_3",
"sdiff_4",
"sdiff_5",
"sdiff_6",
"sdiff_7",
"sdiff_8",
"sdiff_9",
"sdiff_10",
"sdiff_11",
"sdiff_12",
"sdiff_13",
"sdiff_14",
"sdiff_15",
"sdiff_16",
"sdiff_17",
"sdiff_18",
"sdiff_19",
"sdiff_20",
"sdiff_21",
"sdiff_22",
"sdiff_23",
"sdiff_24",
"sdiff_25"
]
]
} |
7961 | move arguments by one place dropping the first argument | shift | [
"shift_4"
] | shift | shift | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"shift_4",
"shift_5"
]
]
} |
7962 | move arguments by n places dropping the first n arguments | shift {{N}} | [
"shift_4"
] | shift | shift | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"shift_4",
"shift_5"
]
]
} |
7971 | decompose one or more graphs into their connected components | ccomps {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}} | [
"ccomps_3"
] | ccomps | ccomps | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"ccomps_3"
]
]
} |
7972 | print the number of nodes, edges, and connected components in one or more graphs | ccomps -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}} | [
"ccomps_2",
"ccomps_3",
"ccomps_6",
"ccomps_8"
] | ccomps | ccomps | true | {
"token": [
"-v",
"-s",
"|main|"
],
"oracle_man": [
[
"ccomps_8"
],
[
"ccomps_2",
"ccomps_6"
],
[
"ccomps_3"
]
]
} |
7973 | write each connected component to numbered filenames based on `output.gv` | ccomps -x -o {{path/to/output.gv}} {{path/to/input1.gv}} {{path/to/input2.gv ...}} | [
"ccomps_2",
"ccomps_3",
"ccomps_7",
"ccomps_9",
"ccomps_15",
"ccomps_19"
] | ccomps | ccomps | true | {
"token": [
"-x",
"-o",
"|main|"
],
"oracle_man": [
[
"ccomps_7",
"ccomps_9",
"ccomps_15",
"ccomps_19"
],
[
"ccomps_2",
"ccomps_19"
],
[
"ccomps_3"
]
]
} |
7974 | display help for `ccomps` | ccomps -? | [
"ccomps_3"
] | ccomps | ccomps | true | {
"token": [
"-?",
"|main|"
],
"oracle_man": [
[],
[
"ccomps_3"
]
]
} |
7975 | optimise the repository | git gc | [
"git-gc_2",
"git-gc_3",
"git-gc_5",
"git-gc_6",
"git-gc_8",
"git-gc_13",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
] | git-gc | git-gc | true | {
"token": [
"git",
"gc",
"|main|"
],
"oracle_man": [
[
"git-gc_2",
"git-gc_5",
"git-gc_6",
"git-gc_13",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_5",
"git-gc_8",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
],
[
"git-gc_3",
"git-gc_4",
"git-gc_5"
]
]
} |
7976 | aggressively optimise, takes more time | git gc --aggressive | [
"git-gc_2",
"git-gc_3",
"git-gc_5",
"git-gc_6",
"git-gc_8",
"git-gc_13",
"git-gc_15",
"git-gc_17",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
] | git-gc | git-gc | true | {
"token": [
"git",
"gc",
"--aggressive",
"|main|"
],
"oracle_man": [
[
"git-gc_2",
"git-gc_5",
"git-gc_6",
"git-gc_13",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_5",
"git-gc_8",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_6",
"git-gc_15",
"git-gc_17",
"git-gc_20",
"git-gc_22"
],
[
"git-gc_3",
"git-gc_4",
"git-gc_5"
]
]
} |
7977 | do not prune loose objects (prunes by default) | git gc --no-prune | [
"git-gc_2",
"git-gc_3",
"git-gc_5",
"git-gc_6",
"git-gc_8",
"git-gc_11",
"git-gc_13",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
] | git-gc | git-gc | true | {
"token": [
"git",
"gc",
"--no-prune",
"|main|"
],
"oracle_man": [
[
"git-gc_2",
"git-gc_5",
"git-gc_6",
"git-gc_13",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_5",
"git-gc_8",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_11"
],
[
"git-gc_3",
"git-gc_4",
"git-gc_5"
]
]
} |
7978 | suppress all output | git gc --quiet | [
"git-gc_2",
"git-gc_3",
"git-gc_5",
"git-gc_6",
"git-gc_8",
"git-gc_12",
"git-gc_13",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
] | git-gc | git-gc | true | {
"token": [
"git",
"gc",
"--quiet",
"|main|"
],
"oracle_man": [
[
"git-gc_2",
"git-gc_5",
"git-gc_6",
"git-gc_13",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_5",
"git-gc_8",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_12"
],
[
"git-gc_3",
"git-gc_4",
"git-gc_5"
]
]
} |
7979 | view full usage | git gc --help | [
"git-gc_2",
"git-gc_3",
"git-gc_5",
"git-gc_6",
"git-gc_8",
"git-gc_13",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
] | git-gc | git-gc | true | {
"token": [
"git",
"gc",
"--help",
"|main|"
],
"oracle_man": [
[
"git-gc_2",
"git-gc_5",
"git-gc_6",
"git-gc_13",
"git-gc_42"
],
[
"git-gc_2",
"git-gc_5",
"git-gc_8",
"git-gc_20",
"git-gc_22",
"git-gc_24",
"git-gc_26",
"git-gc_27",
"git-gc_28",
"git-gc_29",
"git-gc_32",
"git-gc_33",
"git-gc_34",
"git-gc_35",
"git-gc_36",
"git-gc_37",
"git-gc_38",
"git-gc_40",
"git-gc_41",
"git-gc_42"
],
[],
[
"git-gc_3",
"git-gc_4",
"git-gc_5"
]
]
} |
7980 | display data about a git repository | git summary | [
"git-summary_3",
"git-summary_9",
"git-summary_12"
] | git-summary | git-summary | true | {
"token": [
"git",
"summary",
"|main|"
],
"oracle_man": [
[
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3",
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3"
]
]
} |
7981 | display data about a git repository since a commitish | git summary {{commit|branch_name|tag_name}} | [
"git-summary_3",
"git-summary_9",
"git-summary_12"
] | git-summary | git-summary | true | {
"token": [
"git",
"summary",
"|main|"
],
"oracle_man": [
[
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3",
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3"
]
]
} |
7982 | display data about a git repository, merging committers using different emails into 1 statistic for each author | git summary --dedup-by-email | [
"git-summary_3",
"git-summary_9",
"git-summary_12"
] | git-summary | git-summary | true | {
"token": [
"git",
"summary",
"--dedup-by-email",
"|main|"
],
"oracle_man": [
[
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3",
"git-summary_9",
"git-summary_12"
],
[],
[
"git-summary_3"
]
]
} |
7983 | display data about a git repository, showing the number of lines modified by each contributor | git summary --line | [
"git-summary_2",
"git-summary_3",
"git-summary_6",
"git-summary_7",
"git-summary_9",
"git-summary_12"
] | git-summary | git-summary | true | {
"token": [
"git",
"summary",
"--line",
"|main|"
],
"oracle_man": [
[
"git-summary_9",
"git-summary_12"
],
[
"git-summary_3",
"git-summary_9",
"git-summary_12"
],
[
"git-summary_2",
"git-summary_6",
"git-summary_7"
],
[
"git-summary_3"
]
]
} |
7984 | install a package | pip install {{package_name}} | [
"pip-install_0",
"pip-install_4",
"pip-install_9",
"pip-install_10"
] | pip-install | pip-install | true | {
"token": [
"pip",
"install",
"|main|"
],
"oracle_man": [
[
"pip-install_0",
"pip-install_9",
"pip-install_10"
],
[],
[
"pip-install_4",
"pip-install_5",
"pip-install_6",
"pip-install_7",
"pip-install_8",
"pip-install_9"
]
]
} |
7985 | install a specific version of a package | pip install {{package_name}}=={{package_version}} | [
"pip-install_0",
"pip-install_4",
"pip-install_9",
"pip-install_10"
] | pip-install | pip-install | true | {
"token": [
"pip",
"install",
"|main|"
],
"oracle_man": [
[
"pip-install_0",
"pip-install_9",
"pip-install_10"
],
[],
[
"pip-install_4",
"pip-install_5",
"pip-install_6",
"pip-install_7",
"pip-install_8",
"pip-install_9"
]
]
} |
7986 | install packages listed in a file | pip install -r {{requirements.txt}} | [
"pip-install_0",
"pip-install_4",
"pip-install_9",
"pip-install_10",
"pip-install_11",
"pip-install_14",
"pip-install_22",
"pip-install_27",
"pip-install_29",
"pip-install_41"
] | pip-install | pip-install | true | {
"token": [
"pip",
"install",
"-r",
"|main|"
],
"oracle_man": [
[
"pip-install_0",
"pip-install_9",
"pip-install_10"
],
[],
[
"pip-install_10",
"pip-install_11",
"pip-install_14",
"pip-install_22",
"pip-install_27",
"pip-install_29",
"pip-install_41"
],
[
"pip-install_4",
"pip-install_5",
"pip-install_6",
"pip-install_7",
"pip-install_8",
"pip-install_9"
]
]
} |
7987 | install packages from an url or local file archive (.tar.gz | .whl) | pip install -f {{url|path/to/file}} | [
"pip-install_0",
"pip-install_4",
"pip-install_9",
"pip-install_10",
"pip-install_27"
] | pip-install | pip-install | true | {
"token": [
"pip",
"install",
"-f",
"|main|"
],
"oracle_man": [
[
"pip-install_0",
"pip-install_9",
"pip-install_10"
],
[],
[
"pip-install_27"
],
[
"pip-install_4",
"pip-install_5",
"pip-install_6",
"pip-install_7",
"pip-install_8",
"pip-install_9"
]
]
} |
7988 | install the local package in the current directory in develop (editable) mode | pip install -e . | [
"pip-install_0",
"pip-install_4",
"pip-install_9",
"pip-install_10",
"pip-install_15"
] | pip-install | pip-install | true | {
"token": [
"pip",
"install",
"-e",
".",
"|main|"
],
"oracle_man": [
[
"pip-install_0",
"pip-install_9",
"pip-install_10"
],
[],
[
"pip-install_10",
"pip-install_15"
],
[],
[
"pip-install_4",
"pip-install_5",
"pip-install_6",
"pip-install_7",
"pip-install_8",
"pip-install_9"
]
]
} |
7992 | display a list of logged in users | users | [
"users_3"
] | users | users | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"users_3",
"users_4",
"users_5"
]
]
} |
7993 | display a list of logged in users according to a specific file | users {{/var/log/wmtp}} | [
"users_3"
] | users | users | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"users_3",
"users_4",
"users_5"
]
]
} |
8001 | run all tests defined in the cmake project, executing 4 jobs at a time in parallel | ctest -j{{4}} --output-on-failure | [
"ctest_30",
"ctest_44"
] | ctest | ctest | true | {
"token": [
"--output-on-failure",
"|main|"
],
"oracle_man": [
[
"ctest_44"
],
[
"ctest_30"
]
]
} |
8002 | show a list of available tests | ctest -N | [
"ctest_30",
"ctest_62"
] | ctest | ctest | true | {
"token": [
"-N",
"|main|"
],
"oracle_man": [
[
"ctest_62"
],
[
"ctest_30"
]
]
} |
8003 | run a single test based on its name, or filter on a regular expression | ctest --output-on-failure -R '^{{test_name}}$' | [
"ctest_30",
"ctest_44",
"ctest_63",
"ctest_69",
"ctest_98",
"ctest_99",
"ctest_101"
] | ctest | ctest | true | {
"token": [
"--output-on-failure",
"-R",
"|main|"
],
"oracle_man": [
[
"ctest_44"
],
[
"ctest_63",
"ctest_69",
"ctest_98",
"ctest_99",
"ctest_101"
],
[
"ctest_30"
]
]
} |
8004 | convert a graph from `gml` to `gv` format | gml2gv -o {{output.gv}} {{input.gml}} | [
"gml2gv_2",
"gml2gv_3",
"gml2gv_8"
] | gml2gv | gml2gv | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"gml2gv_2",
"gml2gv_8"
],
[
"gml2gv_3"
]
]
} |
8005 | convert a graph using stdin and stdout | cat {{input.gml}} | gml2gv > {{output.gv}} | [
"gml2gv_3"
] | gml2gv | gml2gv | true | {
"token": [
"cat",
"|main|"
],
"oracle_man": [
[],
[
"gml2gv_3"
]
]
} |
8006 | display help | gml2gv -? | [
"gml2gv_2",
"gml2gv_3",
"gml2gv_6"
] | gml2gv | gml2gv | true | {
"token": [
"-?",
"|main|"
],
"oracle_man": [
[
"gml2gv_2",
"gml2gv_6"
],
[
"gml2gv_3"
]
]
} |
8007 | initialize a swarm cluster | docker swarm init | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"init",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[
"docker-swarm_3"
]
]
} |
8008 | display the token to join a manager or a worker | docker swarm join-token {{worker|manager}} | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"join-token",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[
"docker-swarm_3"
]
]
} |
8009 | join a new node to the cluster | docker swarm join --token {{token}} {{manager_node_url:2377}} | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"join",
"--token",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[],
[
"docker-swarm_3"
]
]
} |
8010 | remove a worker from the swarm (run inside the worker node) | docker swarm leave | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"leave",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[
"docker-swarm_3"
]
]
} |
8011 | display the current ca certificate in pem format | docker swarm ca | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"ca",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[
"docker-swarm_3"
]
]
} |
8012 | rotate the current ca certificate and display the new certificate | docker swarm ca --rotate | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"ca",
"--rotate",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[],
[
"docker-swarm_3"
]
]
} |
8013 | change the valid period for node certificates | docker swarm update --cert-expiry {{hours}}h{{minutes}}m{{seconds}}s | [
"docker-swarm_2",
"docker-swarm_3"
] | docker-swarm | docker-swarm | true | {
"token": [
"docker",
"swarm",
"update",
"--cert-expiry",
"|main|"
],
"oracle_man": [
[
"docker-swarm_2"
],
[
"docker-swarm_2"
],
[],
[],
[
"docker-swarm_3"
]
]
} |
8014 | wrap each line to default width (80 characters) | fold {{file}} | [
"fold_4"
] | fold | fold | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"fold_4",
"fold_5",
"fold_6",
"fold_7",
"fold_8"
]
]
} |
8015 | wrap each line to width "30" | fold -w30 {{file}} | [
"fold_4"
] | fold | fold | true | {
"token": [
"-w30",
"|main|"
],
"oracle_man": [
[],
[
"fold_4",
"fold_5",
"fold_6",
"fold_7",
"fold_8"
]
]
} |
8016 | wrap each line to width "5" and break the line at spaces (puts each space separated word in a new line, words with length > 5 are wrapped) | fold -w5 -s {{file}} | [
"fold_4",
"fold_12"
] | fold | fold | true | {
"token": [
"-w5",
"-s",
"|main|"
],
"oracle_man": [
[],
[
"fold_12"
],
[
"fold_4",
"fold_5",
"fold_6",
"fold_7",
"fold_8"
]
]
} |
8017 | convert to utf8 encoding | nkf -w {{path/to/file.txt}} | [
"nkf_3",
"nkf_7",
"nkf_9",
"nkf_53"
] | nkf | nkf | true | {
"token": [
"-w",
"|main|"
],
"oracle_man": [
[
"nkf_7",
"nkf_9",
"nkf_53"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8018 | convert to shift_jis encoding | nkf -s {{path/to/file.txt}} | [
"nkf_3",
"nkf_9",
"nkf_42",
"nkf_47",
"nkf_54",
"nkf_55",
"nkf_76"
] | nkf | nkf | true | {
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"nkf_9",
"nkf_42",
"nkf_47",
"nkf_54",
"nkf_55",
"nkf_76"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8019 | convert to utf8 encoding and overwrite the file | nkf -w --overwrite {{path/to/file.txt}} | [
"nkf_3",
"nkf_7",
"nkf_9",
"nkf_53",
"nkf_84",
"nkf_85"
] | nkf | nkf | true | {
"token": [
"-w",
"--overwrite",
"|main|"
],
"oracle_man": [
[
"nkf_7",
"nkf_9",
"nkf_53"
],
[
"nkf_84",
"nkf_85"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8020 | set new line code to lf and overwrite (unix type) | nkf -d --overwrite {{path/to/file.txt}} | [
"nkf_3",
"nkf_48",
"nkf_49",
"nkf_84",
"nkf_85"
] | nkf | nkf | true | {
"token": [
"-d",
"--overwrite",
"|main|"
],
"oracle_man": [
[
"nkf_48",
"nkf_49"
],
[
"nkf_84",
"nkf_85"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8021 | set new line code to crlf and overwrite (windows type) | nkf -c --overwrite {{path/to/file.txt}} | [
"nkf_3",
"nkf_48",
"nkf_50",
"nkf_78",
"nkf_79",
"nkf_81",
"nkf_84",
"nkf_85"
] | nkf | nkf | true | {
"token": [
"-c",
"--overwrite",
"|main|"
],
"oracle_man": [
[
"nkf_48",
"nkf_50",
"nkf_78",
"nkf_79",
"nkf_81"
],
[
"nkf_84",
"nkf_85"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8022 | decrypt mime file and overwrite | nkf -m --overwrite {{path/to/file.txt}} | [
"nkf_3",
"nkf_39",
"nkf_40",
"nkf_41",
"nkf_42",
"nkf_43",
"nkf_53",
"nkf_54",
"nkf_55",
"nkf_59",
"nkf_84",
"nkf_85"
] | nkf | nkf | true | {
"token": [
"-m",
"--overwrite",
"|main|"
],
"oracle_man": [
[
"nkf_39",
"nkf_40",
"nkf_41",
"nkf_42",
"nkf_43",
"nkf_53",
"nkf_54",
"nkf_55",
"nkf_59"
],
[
"nkf_84",
"nkf_85"
],
[
"nkf_3",
"nkf_4",
"nkf_5",
"nkf_6",
"nkf_7",
"nkf_8"
]
]
} |
8023 | update platformio to the latest version | pio upgrade | [
"pio_1",
"pio_194",
"pio_1864",
"pio_1869",
"pio_1873",
"pio_29300"
] | pio | pio-upgrade | true | {
"token": [
"upgrade",
"|main|"
],
"oracle_man": [
[
"pio_194",
"pio_1864",
"pio_1869",
"pio_1873",
"pio_29300"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8024 | update platformio to the latest development (unstable) version | pio upgrade --dev | [
"pio_1",
"pio_194",
"pio_247",
"pio_1864",
"pio_1869",
"pio_1871",
"pio_1873",
"pio_29300"
] | pio | pio-upgrade | true | {
"token": [
"upgrade",
"--dev",
"|main|"
],
"oracle_man": [
[
"pio_194",
"pio_1864",
"pio_1869",
"pio_1873",
"pio_29300"
],
[
"pio_194",
"pio_247",
"pio_1871"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8025 | get the actual file to which the symlink points | readlink {{filename}} | [
"readlink_3"
] | readlink | readlink | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"readlink_3",
"readlink_4",
"readlink_5",
"readlink_6",
"readlink_7",
"readlink_8",
"readlink_9",
"readlink_10",
"readlink_11",
"readlink_12",
"readlink_13",
"readlink_14"
]
]
} |
8026 | get the absolute path to a file | readlink -f {{filename}} | [
"readlink_3",
"readlink_5"
] | readlink | readlink | true | {
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"readlink_5"
],
[
"readlink_3",
"readlink_4",
"readlink_5",
"readlink_6",
"readlink_7",
"readlink_8",
"readlink_9",
"readlink_10",
"readlink_11",
"readlink_12",
"readlink_13",
"readlink_14"
]
]
} |
8043 | report only statistics that have a level of concern greater than 0 | git sizer | [
"git_3"
] | git | git-sizer | true | {
"token": [
"sizer",
"|main|"
],
"oracle_man": [
[],
[
"git_3",
"git_4",
"git_5",
"git_6"
]
]
} |
8044 | report all statistics | git sizer -v | [
"git_2",
"git_3",
"git_7",
"git_8",
"git_108",
"git_109",
"git_169",
"git_170",
"git_282"
] | git | git-sizer | true | {
"token": [
"sizer",
"-v",
"|main|"
],
"oracle_man": [
[],
[
"git_2",
"git_7",
"git_8",
"git_108",
"git_109",
"git_169",
"git_170",
"git_282"
],
[
"git_3",
"git_4",
"git_5",
"git_6"
]
]
} |
8045 | see additional options | git sizer -h | [
"git_2",
"git_3",
"git_8",
"git_9",
"git_10",
"git_20",
"git_103",
"git_135",
"git_174",
"git_178",
"git_179",
"git_217",
"git_269",
"git_272",
"git_328"
] | git | git-sizer | true | {
"token": [
"sizer",
"-h",
"|main|"
],
"oracle_man": [
[],
[
"git_2",
"git_8",
"git_9",
"git_10",
"git_20",
"git_103",
"git_135",
"git_174",
"git_178",
"git_179",
"git_217",
"git_269",
"git_272",
"git_328"
],
[
"git_3",
"git_4",
"git_5",
"git_6"
]
]
} |
8070 | compute a checksum with bsdcompatible algorithm and 1024byte blocks | sum {{file}} | [
"sum_3"
] | sum | sum | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"sum_3",
"sum_4",
"sum_5",
"sum_6",
"sum_7",
"sum_8"
]
]
} |
8071 | compute a checksum with system vcompatible algorithm and 512byte blocks | sum --sysv {{file}} | [
"sum_3",
"sum_6"
] | sum | sum | true | {
"token": [
"--sysv",
"|main|"
],
"oracle_man": [
[
"sum_6"
],
[
"sum_3",
"sum_4",
"sum_5",
"sum_6",
"sum_7",
"sum_8"
]
]
} |
8072 | set a size of 10 gb to an existing file, or create a new file with the specified size | truncate --size {{10G}} {{filename}} | [
"truncate_3",
"truncate_10"
] | truncate | truncate | true | {
"token": [
"--size",
"|main|"
],
"oracle_man": [
[
"truncate_10"
],
[
"truncate_3",
"truncate_4",
"truncate_5",
"truncate_6",
"truncate_7",
"truncate_8",
"truncate_9",
"truncate_10",
"truncate_11",
"truncate_12",
"truncate_13",
"truncate_14"
]
]
} |
8073 | extend the file size by 50 mib, fill with holes (which reads as zero bytes) | truncate --size +{{50M}} {{filename}} | [
"truncate_3",
"truncate_10"
] | truncate | truncate | true | {
"token": [
"--size",
"|main|"
],
"oracle_man": [
[
"truncate_10"
],
[
"truncate_3",
"truncate_4",
"truncate_5",
"truncate_6",
"truncate_7",
"truncate_8",
"truncate_9",
"truncate_10",
"truncate_11",
"truncate_12",
"truncate_13",
"truncate_14"
]
]
} |
8074 | shrink the file by 2 gib, by removing data from the end of file | truncate --size -{{2G}} {{filename}} | [
"truncate_3",
"truncate_10"
] | truncate | truncate | true | {
"token": [
"--size",
"|main|"
],
"oracle_man": [
[
"truncate_10"
],
[
"truncate_3",
"truncate_4",
"truncate_5",
"truncate_6",
"truncate_7",
"truncate_8",
"truncate_9",
"truncate_10",
"truncate_11",
"truncate_12",
"truncate_13",
"truncate_14"
]
]
} |
8075 | empty the file's content | truncate --size 0 {{filename}} | [
"truncate_3",
"truncate_10"
] | truncate | truncate | true | {
"token": [
"--size",
"0",
"|main|"
],
"oracle_man": [
[
"truncate_10"
],
[],
[
"truncate_3",
"truncate_4",
"truncate_5",
"truncate_6",
"truncate_7",
"truncate_8",
"truncate_9",
"truncate_10",
"truncate_11",
"truncate_12",
"truncate_13",
"truncate_14"
]
]
} |
8076 | empty the file's content, but do not create the file if it does not exist | truncate --no-create --size 0 {{filename}} | [
"truncate_3",
"truncate_7",
"truncate_10"
] | truncate | truncate | true | {
"token": [
"--no-create",
"--size",
"0",
"|main|"
],
"oracle_man": [
[
"truncate_7"
],
[
"truncate_10"
],
[],
[
"truncate_3",
"truncate_4",
"truncate_5",
"truncate_6",
"truncate_7",
"truncate_8",
"truncate_9",
"truncate_10",
"truncate_11",
"truncate_12",
"truncate_13",
"truncate_14"
]
]
} |
8078 | print a text message. note quotes are optional | echo "{{Hello World}}" | [
"echo_3"
] | echo | echo | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"echo_3",
"echo_4",
"echo_5",
"echo_6",
"echo_7",
"echo_8",
"echo_9",
"echo_10",
"echo_11",
"echo_12",
"echo_13",
"echo_14",
"echo_15",
"echo_16",
"echo_17",
"echo_18",
"echo_19",
"echo_20",
"echo_21",
"echo_22",
"echo_23",
"echo_24",
"echo_25",
"echo_26",
"echo_27",
"echo_28",
"echo_29",
"echo_30",
"echo_31",
"echo_32",
"echo_33",
"echo_34",
"echo_35",
"echo_36",
"echo_37",
"echo_38",
"echo_39",
"echo_40",
"echo_41",
"echo_42",
"echo_43",
"echo_44",
"echo_45",
"echo_46",
"echo_47",
"echo_48",
"echo_49"
]
]
} |
8079 | print a message with environment variables | echo "{{My path is $PATH}}" | [
"echo_3"
] | echo | echo | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"echo_3",
"echo_4",
"echo_5",
"echo_6",
"echo_7",
"echo_8",
"echo_9",
"echo_10",
"echo_11",
"echo_12",
"echo_13",
"echo_14",
"echo_15",
"echo_16",
"echo_17",
"echo_18",
"echo_19",
"echo_20",
"echo_21",
"echo_22",
"echo_23",
"echo_24",
"echo_25",
"echo_26",
"echo_27",
"echo_28",
"echo_29",
"echo_30",
"echo_31",
"echo_32",
"echo_33",
"echo_34",
"echo_35",
"echo_36",
"echo_37",
"echo_38",
"echo_39",
"echo_40",
"echo_41",
"echo_42",
"echo_43",
"echo_44",
"echo_45",
"echo_46",
"echo_47",
"echo_48",
"echo_49"
]
]
} |
8080 | print a message without the trailing newline | echo -n "{{Hello World}}" | [
"echo_3",
"echo_32"
] | echo | echo | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"echo_32"
],
[
"echo_3",
"echo_4",
"echo_5",
"echo_6",
"echo_7",
"echo_8",
"echo_9",
"echo_10",
"echo_11",
"echo_12",
"echo_13",
"echo_14",
"echo_15",
"echo_16",
"echo_17",
"echo_18",
"echo_19",
"echo_20",
"echo_21",
"echo_22",
"echo_23",
"echo_24",
"echo_25",
"echo_26",
"echo_27",
"echo_28",
"echo_29",
"echo_30",
"echo_31",
"echo_32",
"echo_33",
"echo_34",
"echo_35",
"echo_36",
"echo_37",
"echo_38",
"echo_39",
"echo_40",
"echo_41",
"echo_42",
"echo_43",
"echo_44",
"echo_45",
"echo_46",
"echo_47",
"echo_48",
"echo_49"
]
]
} |
8081 | append a message to the file | echo "{{Hello World}}" >> {{file.txt}} | [
"echo_3"
] | echo | echo | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"echo_3",
"echo_4",
"echo_5",
"echo_6",
"echo_7",
"echo_8",
"echo_9",
"echo_10",
"echo_11",
"echo_12",
"echo_13",
"echo_14",
"echo_15",
"echo_16",
"echo_17",
"echo_18",
"echo_19",
"echo_20",
"echo_21",
"echo_22",
"echo_23",
"echo_24",
"echo_25",
"echo_26",
"echo_27",
"echo_28",
"echo_29",
"echo_30",
"echo_31",
"echo_32",
"echo_33",
"echo_34",
"echo_35",
"echo_36",
"echo_37",
"echo_38",
"echo_39",
"echo_40",
"echo_41",
"echo_42",
"echo_43",
"echo_44",
"echo_45",
"echo_46",
"echo_47",
"echo_48",
"echo_49"
]
]
} |
8082 | enable interpretation of backslash escapes (special characters) | echo -e "{{Column 1\tColumn 2}}" | [
"echo_3",
"echo_15"
] | echo | echo | true | {
"token": [
"-e",
"|main|"
],
"oracle_man": [
[
"echo_15"
],
[
"echo_3",
"echo_4",
"echo_5",
"echo_6",
"echo_7",
"echo_8",
"echo_9",
"echo_10",
"echo_11",
"echo_12",
"echo_13",
"echo_14",
"echo_15",
"echo_16",
"echo_17",
"echo_18",
"echo_19",
"echo_20",
"echo_21",
"echo_22",
"echo_23",
"echo_24",
"echo_25",
"echo_26",
"echo_27",
"echo_28",
"echo_29",
"echo_30",
"echo_31",
"echo_32",
"echo_33",
"echo_34",
"echo_35",
"echo_36",
"echo_37",
"echo_38",
"echo_39",
"echo_40",
"echo_41",
"echo_42",
"echo_43",
"echo_44",
"echo_45",
"echo_46",
"echo_47",
"echo_48",
"echo_49"
]
]
} |
8083 | start keepass 2, opening the most recently opened password database | keepass2 | [
"keepass2_3"
] | keepass2 | keepass2 | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"keepass2_3"
]
]
} |
8084 | start keepass 2, opening a specific password database | keepass2 {{path/to/database.kbdx}} | [
"keepass2_3"
] | keepass2 | keepass2 | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"keepass2_3"
]
]
} |
8085 | use a specific key file to open a password database | keepass2 {{path/to/database.kbdx}} -keyfile:{{path/to/key/file.key}} | [
"keepass2_3"
] | keepass2 | keepass2 | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"keepass2_3"
]
]
} |
8086 | run a script | coffee {{path/to/file.coffee}} | [
"coffee_3"
] | coffee | coffee | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"coffee_3",
"coffee_4",
"coffee_5",
"coffee_6",
"coffee_7",
"coffee_8",
"coffee_9",
"coffee_10",
"coffee_11",
"coffee_12",
"coffee_13",
"coffee_14",
"coffee_15",
"coffee_16",
"coffee_17",
"coffee_18",
"coffee_19",
"coffee_20",
"coffee_21",
"coffee_22"
]
]
} |
8087 | compile to javascript and save to a file with the same name | coffee --compile {{path/to/file.coffee}} | [
"coffee_3",
"coffee_5"
] | coffee | coffee | true | {
"token": [
"--compile",
"|main|"
],
"oracle_man": [
[
"coffee_5"
],
[
"coffee_3",
"coffee_4",
"coffee_5",
"coffee_6",
"coffee_7",
"coffee_8",
"coffee_9",
"coffee_10",
"coffee_11",
"coffee_12",
"coffee_13",
"coffee_14",
"coffee_15",
"coffee_16",
"coffee_17",
"coffee_18",
"coffee_19",
"coffee_20",
"coffee_21",
"coffee_22"
]
]
} |
8088 | compile to javascript and save to a given output file | coffee --compile {{path/to/file.coffee}} --output {{path/to/file.js}} | [
"coffee_3",
"coffee_5",
"coffee_15"
] | coffee | coffee | true | {
"token": [
"--compile",
"--output",
"|main|"
],
"oracle_man": [
[
"coffee_5"
],
[
"coffee_15"
],
[
"coffee_3",
"coffee_4",
"coffee_5",
"coffee_6",
"coffee_7",
"coffee_8",
"coffee_9",
"coffee_10",
"coffee_11",
"coffee_12",
"coffee_13",
"coffee_14",
"coffee_15",
"coffee_16",
"coffee_17",
"coffee_18",
"coffee_19",
"coffee_20",
"coffee_21",
"coffee_22"
]
]
} |
8089 | start a repl (interactive shell) | coffee --interactive | [
"coffee_3",
"coffee_8"
] | coffee | coffee | true | {
"token": [
"--interactive",
"|main|"
],
"oracle_man": [
[
"coffee_8"
],
[
"coffee_3",
"coffee_4",
"coffee_5",
"coffee_6",
"coffee_7",
"coffee_8",
"coffee_9",
"coffee_10",
"coffee_11",
"coffee_12",
"coffee_13",
"coffee_14",
"coffee_15",
"coffee_16",
"coffee_17",
"coffee_18",
"coffee_19",
"coffee_20",
"coffee_21",
"coffee_22"
]
]
} |
8090 | watch script for changes and rerun script | coffee --watch {{path/to/file.coffee}} | [
"coffee_3",
"coffee_22"
] | coffee | coffee | true | {
"token": [
"--watch",
"|main|"
],
"oracle_man": [
[
"coffee_22"
],
[
"coffee_3",
"coffee_4",
"coffee_5",
"coffee_6",
"coffee_7",
"coffee_8",
"coffee_9",
"coffee_10",
"coffee_11",
"coffee_12",
"coffee_13",
"coffee_14",
"coffee_15",
"coffee_16",
"coffee_17",
"coffee_18",
"coffee_19",
"coffee_20",
"coffee_21",
"coffee_22"
]
]
} |
8095 | set i/o scheduling class of a running process | ionice -c {{scheduling_class}} -p {{pid}} | [
"ionice_2",
"ionice_3",
"ionice_4",
"ionice_5",
"ionice_6",
"ionice_14",
"ionice_15",
"ionice_16",
"ionice_17",
"ionice_22",
"ionice_24",
"ionice_26"
] | ionice | ionice | true | {
"token": [
"-c",
"-p",
"|main|"
],
"oracle_man": [
[
"ionice_2",
"ionice_3",
"ionice_4",
"ionice_5",
"ionice_14",
"ionice_15",
"ionice_22",
"ionice_24"
],
[
"ionice_2",
"ionice_6",
"ionice_16",
"ionice_17",
"ionice_22",
"ionice_26"
],
[
"ionice_6",
"ionice_7",
"ionice_8",
"ionice_9",
"ionice_10",
"ionice_11",
"ionice_12",
"ionice_13"
]
]
} |
8096 | run a command with custom i/o scheduling class and priority | ionice -c {{scheduling_class}} -n {{priority}} {{command}} | [
"ionice_2",
"ionice_3",
"ionice_4",
"ionice_5",
"ionice_6",
"ionice_14",
"ionice_15",
"ionice_22",
"ionice_24"
] | ionice | ionice | true | {
"token": [
"-c",
"-n",
"|main|"
],
"oracle_man": [
[
"ionice_2",
"ionice_3",
"ionice_4",
"ionice_5",
"ionice_14",
"ionice_15",
"ionice_22",
"ionice_24"
],
[
"ionice_2",
"ionice_3",
"ionice_4",
"ionice_5",
"ionice_15",
"ionice_24"
],
[
"ionice_6",
"ionice_7",
"ionice_8",
"ionice_9",
"ionice_10",
"ionice_11",
"ionice_12",
"ionice_13"
]
]
} |
8097 | print the i/o scheduling class and priority of a running process | ionice -p {{pid}} | [
"ionice_2",
"ionice_6",
"ionice_16",
"ionice_17",
"ionice_22",
"ionice_26"
] | ionice | ionice | true | {
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"ionice_2",
"ionice_6",
"ionice_16",
"ionice_17",
"ionice_22",
"ionice_26"
],
[
"ionice_6",
"ionice_7",
"ionice_8",
"ionice_9",
"ionice_10",
"ionice_11",
"ionice_12",
"ionice_13"
]
]
} |
8111 | perform a basic analysis check on the current project | pio check | [
"pio_1",
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
] | pio | pio-check | true | {
"token": [
"check",
"|main|"
],
"oracle_man": [
[
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8112 | perform a basic analysis check on a specific project | pio check --project-dir {{project_dir}} | [
"pio_1",
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_455",
"pio_456",
"pio_463",
"pio_518",
"pio_519",
"pio_625",
"pio_626",
"pio_1096",
"pio_1097",
"pio_1119",
"pio_1451",
"pio_1452",
"pio_1489",
"pio_1490",
"pio_1523",
"pio_1524",
"pio_1594",
"pio_1605",
"pio_1606",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_1806",
"pio_1807",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_27107",
"pio_27109",
"pio_27173",
"pio_27174",
"pio_27176",
"pio_27179",
"pio_27209",
"pio_27210",
"pio_27212",
"pio_27215",
"pio_28426",
"pio_28950",
"pio_28998",
"pio_29181",
"pio_29276"
] | pio | pio-check | true | {
"token": [
"check",
"--project-dir",
"|main|"
],
"oracle_man": [
[
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
],
[
"pio_455",
"pio_456",
"pio_518",
"pio_519",
"pio_625",
"pio_626",
"pio_1096",
"pio_1097",
"pio_1119",
"pio_1451",
"pio_1452",
"pio_1489",
"pio_1490",
"pio_1523",
"pio_1524",
"pio_1605",
"pio_1606",
"pio_1806",
"pio_1807",
"pio_27107",
"pio_27109",
"pio_27173",
"pio_27174",
"pio_27176",
"pio_27179",
"pio_27209",
"pio_27210",
"pio_27212",
"pio_27215",
"pio_29181",
"pio_29276"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8113 | perform an analysis check for a specific environment | pio check --environment {{environment}} | [
"pio_1",
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_442",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_515",
"pio_627",
"pio_673",
"pio_766",
"pio_1453",
"pio_1473",
"pio_1499",
"pio_1511",
"pio_1512",
"pio_1578",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_1790",
"pio_1791",
"pio_2477",
"pio_2619",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
] | pio | pio-check | true | {
"token": [
"check",
"--environment",
"|main|"
],
"oracle_man": [
[
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
],
[
"pio_442",
"pio_515",
"pio_627",
"pio_673",
"pio_766",
"pio_1453",
"pio_1473",
"pio_1499",
"pio_1511",
"pio_1512",
"pio_1578",
"pio_1790",
"pio_1791",
"pio_2477",
"pio_2619"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8114 | perform an analysis check and only report a specified defect severity type | pio check --severity {{low|medium|high}} | [
"pio_1",
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_452",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_2916",
"pio_28426",
"pio_28950",
"pio_28998"
] | pio | pio-check | true | {
"token": [
"check",
"--severity",
"|main|"
],
"oracle_man": [
[
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
],
[
"pio_452",
"pio_453",
"pio_454",
"pio_2916"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8115 | perform an analysis check and show detailed information when processing environments | pio check --verbose | [
"pio_1",
"pio_168",
"pio_239",
"pio_246",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_466",
"pio_502",
"pio_526",
"pio_531",
"pio_1491",
"pio_1500",
"pio_1532",
"pio_1594",
"pio_1615",
"pio_1622",
"pio_1626",
"pio_1627",
"pio_1628",
"pio_1631",
"pio_1632",
"pio_1640",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_1716",
"pio_1717",
"pio_1718",
"pio_1822",
"pio_1946",
"pio_1947",
"pio_1948",
"pio_1950",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_5292",
"pio_28410",
"pio_28426",
"pio_28910",
"pio_28950",
"pio_28998",
"pio_29182",
"pio_29388"
] | pio | pio-check | true | {
"token": [
"check",
"--verbose",
"|main|"
],
"oracle_man": [
[
"pio_168",
"pio_239",
"pio_433",
"pio_434",
"pio_439",
"pio_446",
"pio_451",
"pio_453",
"pio_454",
"pio_463",
"pio_1594",
"pio_1659",
"pio_1660",
"pio_1661",
"pio_1687",
"pio_1690",
"pio_1693",
"pio_2738",
"pio_2895",
"pio_2896",
"pio_2897",
"pio_2898",
"pio_2899",
"pio_2904",
"pio_2908",
"pio_2909",
"pio_2913",
"pio_2914",
"pio_28426",
"pio_28950",
"pio_28998"
],
[
"pio_246",
"pio_466",
"pio_502",
"pio_526",
"pio_531",
"pio_1491",
"pio_1500",
"pio_1532",
"pio_1615",
"pio_1622",
"pio_1626",
"pio_1627",
"pio_1628",
"pio_1631",
"pio_1632",
"pio_1640",
"pio_1716",
"pio_1717",
"pio_1718",
"pio_1822",
"pio_1946",
"pio_1947",
"pio_1948",
"pio_1950",
"pio_5292",
"pio_28410",
"pio_28910",
"pio_29182",
"pio_29388"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
8128 | randomize the order of lines in a file and output the result | shuf {{filename}} | [
"shuf_3"
] | shuf | shuf | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"shuf_3",
"shuf_4",
"shuf_5",
"shuf_6",
"shuf_7",
"shuf_8",
"shuf_9",
"shuf_10",
"shuf_11",
"shuf_12",
"shuf_13",
"shuf_14"
]
]
} |
8129 | only output the first 5 entries of the result | shuf --head-count={{5}} {{filename}} | [
"shuf_3",
"shuf_8"
] | shuf | shuf | true | {
"token": [
"--head-count",
"|main|"
],
"oracle_man": [
[
"shuf_8"
],
[
"shuf_3",
"shuf_4",
"shuf_5",
"shuf_6",
"shuf_7",
"shuf_8",
"shuf_9",
"shuf_10",
"shuf_11",
"shuf_12",
"shuf_13",
"shuf_14"
]
]
} |
8130 | write the output to another file | shuf {{filename}} --output={{output_filename}} | [
"shuf_3",
"shuf_9"
] | shuf | shuf | true | {
"token": [
"--output",
"|main|"
],
"oracle_man": [
[
"shuf_9"
],
[
"shuf_3",
"shuf_4",
"shuf_5",
"shuf_6",
"shuf_7",
"shuf_8",
"shuf_9",
"shuf_10",
"shuf_11",
"shuf_12",
"shuf_13",
"shuf_14"
]
]
} |
8131 | generate 3 random numbers in the range 110 (inclusive) | shuf --head-count={{3}} --input-range={{1-10}} --repeat | [
"shuf_3",
"shuf_7",
"shuf_8",
"shuf_11"
] | shuf | shuf | true | {
"token": [
"--head-count",
"--input-range",
"--repeat",
"|main|"
],
"oracle_man": [
[
"shuf_8"
],
[
"shuf_7"
],
[
"shuf_11"
],
[
"shuf_3",
"shuf_4",
"shuf_5",
"shuf_6",
"shuf_7",
"shuf_8",
"shuf_9",
"shuf_10",
"shuf_11",
"shuf_12",
"shuf_13",
"shuf_14"
]
]
} |
8132 | set artist and title tag of an mp3 file | id3tag --artist={{artist}} --title={{title}} {{path/to/file.mp3}} | [
"id3tag_3",
"id3tag_8"
] | id3tag | id3tag | true | {
"token": [
"--artist",
"--title",
"|main|"
],
"oracle_man": [
[
"id3tag_8"
],
[],
[
"id3tag_3"
]
]
} |
8133 | set album title of all mp3 files in the current directory | id3tag --album={{album}} {{*.mp3}} | [
"id3tag_3",
"id3tag_10"
] | id3tag | id3tag | true | {
"token": [
"--album",
"|main|"
],
"oracle_man": [
[
"id3tag_10"
],
[
"id3tag_3"
]
]
} |
8134 | get more help | id3tag --help | [
"id3tag_3",
"id3tag_6"
] | id3tag | id3tag | true | {
"token": [
"--help",
"|main|"
],
"oracle_man": [
[
"id3tag_6"
],
[
"id3tag_3"
]
]
} |
8143 | help | git annex help | [
"git-annex_2",
"git-annex_3",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_10",
"git-annex_11",
"git-annex_12",
"git-annex_102",
"git-annex_219",
"git-annex_232",
"git-annex_234",
"git-annex_235",
"git-annex_238",
"git-annex_242",
"git-annex_243",
"git-annex_245",
"git-annex_250",
"git-annex_251",
"git-annex_255",
"git-annex_256",
"git-annex_257",
"git-annex_259",
"git-annex_260",
"git-annex_261",
"git-annex_264",
"git-annex_266",
"git-annex_269",
"git-annex_272",
"git-annex_273",
"git-annex_277",
"git-annex_280",
"git-annex_281",
"git-annex_282",
"git-annex_283",
"git-annex_284",
"git-annex_285",
"git-annex_286",
"git-annex_288",
"git-annex_289",
"git-annex_290",
"git-annex_292",
"git-annex_294",
"git-annex_295",
"git-annex_298",
"git-annex_299",
"git-annex_302",
"git-annex_305",
"git-annex_307",
"git-annex_309",
"git-annex_311",
"git-annex_312",
"git-annex_313",
"git-annex_314",
"git-annex_316",
"git-annex_317",
"git-annex_320",
"git-annex_322",
"git-annex_323",
"git-annex_326",
"git-annex_328",
"git-annex_359",
"git-annex_386",
"git-annex_409",
"git-annex_412",
"git-annex_414",
"git-annex_415",
"git-annex_416",
"git-annex_417",
"git-annex_420",
"git-annex_425",
"git-annex_426",
"git-annex_432",
"git-annex_435",
"git-annex_438",
"git-annex_441",
"git-annex_442",
"git-annex_445",
"git-annex_447",
"git-annex_448",
"git-annex_450",
"git-annex_453"
] | git-annex | git-annex | true | {
"token": [
"git",
"annex",
"help",
"|main|"
],
"oracle_man": [
[
"git-annex_2",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_219",
"git-annex_232",
"git-annex_257",
"git-annex_264",
"git-annex_294",
"git-annex_432"
],
[
"git-annex_2",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_102",
"git-annex_234",
"git-annex_235",
"git-annex_238",
"git-annex_242",
"git-annex_243",
"git-annex_245",
"git-annex_250",
"git-annex_251",
"git-annex_255",
"git-annex_256",
"git-annex_257",
"git-annex_259",
"git-annex_260",
"git-annex_261",
"git-annex_266",
"git-annex_269",
"git-annex_272",
"git-annex_273",
"git-annex_277",
"git-annex_280",
"git-annex_281",
"git-annex_282",
"git-annex_283",
"git-annex_284",
"git-annex_285",
"git-annex_286",
"git-annex_288",
"git-annex_289",
"git-annex_290",
"git-annex_292",
"git-annex_295",
"git-annex_298",
"git-annex_299",
"git-annex_302",
"git-annex_305",
"git-annex_307",
"git-annex_309",
"git-annex_311",
"git-annex_312",
"git-annex_313",
"git-annex_314",
"git-annex_316",
"git-annex_317",
"git-annex_320",
"git-annex_322",
"git-annex_323",
"git-annex_326",
"git-annex_328",
"git-annex_359",
"git-annex_386",
"git-annex_409",
"git-annex_412",
"git-annex_414",
"git-annex_415",
"git-annex_416",
"git-annex_417",
"git-annex_420",
"git-annex_425",
"git-annex_426",
"git-annex_432",
"git-annex_435",
"git-annex_438",
"git-annex_441",
"git-annex_442",
"git-annex_445",
"git-annex_447",
"git-annex_448",
"git-annex_450",
"git-annex_453"
],
[
"git-annex_10",
"git-annex_11",
"git-annex_12"
],
[
"git-annex_3",
"git-annex_4",
"git-annex_5"
]
]
} |
8144 | initialize a repo with git annex | git annex init | [
"git-annex_2",
"git-annex_3",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_56",
"git-annex_102",
"git-annex_219",
"git-annex_232",
"git-annex_234",
"git-annex_235",
"git-annex_238",
"git-annex_242",
"git-annex_243",
"git-annex_245",
"git-annex_250",
"git-annex_251",
"git-annex_255",
"git-annex_256",
"git-annex_257",
"git-annex_259",
"git-annex_260",
"git-annex_261",
"git-annex_264",
"git-annex_266",
"git-annex_269",
"git-annex_272",
"git-annex_273",
"git-annex_277",
"git-annex_280",
"git-annex_281",
"git-annex_282",
"git-annex_283",
"git-annex_284",
"git-annex_285",
"git-annex_286",
"git-annex_288",
"git-annex_289",
"git-annex_290",
"git-annex_292",
"git-annex_294",
"git-annex_295",
"git-annex_298",
"git-annex_299",
"git-annex_302",
"git-annex_305",
"git-annex_307",
"git-annex_309",
"git-annex_311",
"git-annex_312",
"git-annex_313",
"git-annex_314",
"git-annex_316",
"git-annex_317",
"git-annex_320",
"git-annex_322",
"git-annex_323",
"git-annex_326",
"git-annex_328",
"git-annex_359",
"git-annex_386",
"git-annex_409",
"git-annex_412",
"git-annex_414",
"git-annex_415",
"git-annex_416",
"git-annex_417",
"git-annex_420",
"git-annex_425",
"git-annex_426",
"git-annex_432",
"git-annex_435",
"git-annex_438",
"git-annex_441",
"git-annex_442",
"git-annex_445",
"git-annex_447",
"git-annex_448",
"git-annex_450",
"git-annex_453"
] | git-annex | git-annex | true | {
"token": [
"git",
"annex",
"init",
"|main|"
],
"oracle_man": [
[
"git-annex_2",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_219",
"git-annex_232",
"git-annex_257",
"git-annex_264",
"git-annex_294",
"git-annex_432"
],
[
"git-annex_2",
"git-annex_6",
"git-annex_7",
"git-annex_8",
"git-annex_9",
"git-annex_102",
"git-annex_234",
"git-annex_235",
"git-annex_238",
"git-annex_242",
"git-annex_243",
"git-annex_245",
"git-annex_250",
"git-annex_251",
"git-annex_255",
"git-annex_256",
"git-annex_257",
"git-annex_259",
"git-annex_260",
"git-annex_261",
"git-annex_266",
"git-annex_269",
"git-annex_272",
"git-annex_273",
"git-annex_277",
"git-annex_280",
"git-annex_281",
"git-annex_282",
"git-annex_283",
"git-annex_284",
"git-annex_285",
"git-annex_286",
"git-annex_288",
"git-annex_289",
"git-annex_290",
"git-annex_292",
"git-annex_295",
"git-annex_298",
"git-annex_299",
"git-annex_302",
"git-annex_305",
"git-annex_307",
"git-annex_309",
"git-annex_311",
"git-annex_312",
"git-annex_313",
"git-annex_314",
"git-annex_316",
"git-annex_317",
"git-annex_320",
"git-annex_322",
"git-annex_323",
"git-annex_326",
"git-annex_328",
"git-annex_359",
"git-annex_386",
"git-annex_409",
"git-annex_412",
"git-annex_414",
"git-annex_415",
"git-annex_416",
"git-annex_417",
"git-annex_420",
"git-annex_425",
"git-annex_426",
"git-annex_432",
"git-annex_435",
"git-annex_438",
"git-annex_441",
"git-annex_442",
"git-annex_445",
"git-annex_447",
"git-annex_448",
"git-annex_450",
"git-annex_453"
],
[
"git-annex_56",
"git-annex_294"
],
[
"git-annex_3",
"git-annex_4",
"git-annex_5"
]
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.