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 |
---|---|---|---|---|---|---|---|
5578 | unmount mtp device | fusermount -u {{path/to/directory}} | [
"jmtpfs_3",
"jmtpfs_6",
"jmtpfs_7"
] | jmtpfs | jmtpfs | true | {
"token": [
"fusermount",
"-u",
"|main|"
],
"oracle_man": [
[
"jmtpfs_6",
"jmtpfs_7"
],
[
"jmtpfs_6"
],
[
"jmtpfs_3",
"jmtpfs_4"
]
]
} |
5583 | clean a csv file | csvclean {{bad.csv}} | [
"csvclean_2"
] | csvclean | csvclean | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"csvclean_2",
"csvclean_3",
"csvclean_4",
"csvclean_5",
"csvclean_6",
"csvclean_7",
"csvclean_8",
"csvclean_9",
"csvclean_10",
"csvclean_11",
"csvclean_12",
"csvclean_13",
"csvclean_14",
"csvclean_15",
"csvclean_16"
]
]
} |
5584 | list locations of syntax errors in a csv file | csvclean -n {{bad.csv}} | [
"csvclean_2",
"csvclean_12",
"csvclean_15",
"csvclean_18"
] | csvclean | csvclean | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"csvclean_12",
"csvclean_15",
"csvclean_18"
],
[
"csvclean_2",
"csvclean_3",
"csvclean_4",
"csvclean_5",
"csvclean_6",
"csvclean_7",
"csvclean_8",
"csvclean_9",
"csvclean_10",
"csvclean_11",
"csvclean_12",
"csvclean_13",
"csvclean_14",
"csvclean_15",
"csvclean_16"
]
]
} |
5600 | send a file | wormhole send {{path/to/file}} | [
"wormhole_3",
"wormhole_11"
] | wormhole | wormhole | true | {
"token": [
"send",
"|main|"
],
"oracle_man": [
[
"wormhole_11"
],
[
"wormhole_3",
"wormhole_4"
]
]
} |
5601 | receive a file | wormhole receive {{wormhole_code}} | [
"wormhole_3",
"wormhole_10"
] | wormhole | wormhole | true | {
"token": [
"receive",
"|main|"
],
"oracle_man": [
[
"wormhole_10"
],
[
"wormhole_3",
"wormhole_4"
]
]
} |
5602 | send raw text | wormhole send | [
"wormhole_3",
"wormhole_11"
] | wormhole | wormhole | true | {
"token": [
"send",
"|main|"
],
"oracle_man": [
[
"wormhole_11"
],
[
"wormhole_3",
"wormhole_4"
]
]
} |
5603 | display the subcommand help | gh completion | [
"gh-completion_0",
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19"
] | gh-completion | gh-completion | true | {
"token": [
"gh",
"completion",
"|main|"
],
"oracle_man": [
[
"gh-completion_0",
"gh-completion_2",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19"
],
[
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15"
],
[
"gh-completion_3",
"gh-completion_4",
"gh-completion_5",
"gh-completion_6",
"gh-completion_7",
"gh-completion_8",
"gh-completion_9",
"gh-completion_10",
"gh-completion_11",
"gh-completion_12",
"gh-completion_13",
"gh-completion_14",
"gh-completion_15",
"gh-completion_16",
"gh-completion_17",
"gh-completion_18",
"gh-completion_19"
]
]
} |
5604 | print a completion script | gh completion --shell {{bash|zsh|fish|powershell}} | [
"gh-completion_0",
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19",
"gh-completion_20"
] | gh-completion | gh-completion | true | {
"token": [
"gh",
"completion",
"--shell",
"|main|"
],
"oracle_man": [
[
"gh-completion_0",
"gh-completion_2",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19"
],
[
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15"
],
[
"gh-completion_20"
],
[
"gh-completion_3",
"gh-completion_4",
"gh-completion_5",
"gh-completion_6",
"gh-completion_7",
"gh-completion_8",
"gh-completion_9",
"gh-completion_10",
"gh-completion_11",
"gh-completion_12",
"gh-completion_13",
"gh-completion_14",
"gh-completion_15",
"gh-completion_16",
"gh-completion_17",
"gh-completion_18",
"gh-completion_19"
]
]
} |
5605 | append the `gh` completion script to `~/.bashrc` | gh completion --shell {{bash}} >> {{~/.bashrc}} | [
"gh-completion_0",
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19",
"gh-completion_20"
] | gh-completion | gh-completion | true | {
"token": [
"gh",
"completion",
"--shell",
"|main|"
],
"oracle_man": [
[
"gh-completion_0",
"gh-completion_2",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19"
],
[
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15"
],
[
"gh-completion_20"
],
[
"gh-completion_3",
"gh-completion_4",
"gh-completion_5",
"gh-completion_6",
"gh-completion_7",
"gh-completion_8",
"gh-completion_9",
"gh-completion_10",
"gh-completion_11",
"gh-completion_12",
"gh-completion_13",
"gh-completion_14",
"gh-completion_15",
"gh-completion_16",
"gh-completion_17",
"gh-completion_18",
"gh-completion_19"
]
]
} |
5606 | append the `gh` completion script to `~/.zshrc` | gh completion --shell {{zsh}} >> {{~/.zshrc}} | [
"gh-completion_0",
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19",
"gh-completion_20"
] | gh-completion | gh-completion | true | {
"token": [
"gh",
"completion",
"--shell",
"|main|"
],
"oracle_man": [
[
"gh-completion_0",
"gh-completion_2",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15",
"gh-completion_19"
],
[
"gh-completion_2",
"gh-completion_3",
"gh-completion_8",
"gh-completion_10",
"gh-completion_15"
],
[
"gh-completion_20"
],
[
"gh-completion_3",
"gh-completion_4",
"gh-completion_5",
"gh-completion_6",
"gh-completion_7",
"gh-completion_8",
"gh-completion_9",
"gh-completion_10",
"gh-completion_11",
"gh-completion_12",
"gh-completion_13",
"gh-completion_14",
"gh-completion_15",
"gh-completion_16",
"gh-completion_17",
"gh-completion_18",
"gh-completion_19"
]
]
} |
5609 | grant a user access to a resource | pio access grant {{guest|maintainer|admin}} {{username}} {{resource_urn}} | [
"pio_1",
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
] | pio | pio-access | true | {
"token": [
"access",
"grant",
"|main|"
],
"oracle_man": [
[
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5610 | remove a user's access to a resource | pio access revoke {{username}} {{resource_urn}} | [
"pio_1",
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
] | pio | pio-access | true | {
"token": [
"access",
"revoke",
"|main|"
],
"oracle_man": [
[
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5611 | show all resources that a user or team has access to and the access level | pio access list {{username}} | [
"pio_1",
"pio_232",
"pio_537",
"pio_553",
"pio_556",
"pio_559",
"pio_631",
"pio_821",
"pio_828",
"pio_829",
"pio_830",
"pio_1126",
"pio_1129",
"pio_1253",
"pio_1397",
"pio_1400",
"pio_2665",
"pio_2668",
"pio_2713",
"pio_2753",
"pio_2754",
"pio_2792",
"pio_3038",
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252",
"pio_3489",
"pio_3583",
"pio_3587",
"pio_3591",
"pio_3611",
"pio_3759",
"pio_3853",
"pio_3914",
"pio_3964",
"pio_4155",
"pio_4395",
"pio_4433",
"pio_4468",
"pio_4509",
"pio_4535",
"pio_4559",
"pio_4595",
"pio_4618",
"pio_4658",
"pio_4684",
"pio_4703",
"pio_4773",
"pio_4833",
"pio_4869",
"pio_4915",
"pio_4986",
"pio_5020",
"pio_5059",
"pio_5100",
"pio_5186",
"pio_5262",
"pio_5348",
"pio_5382",
"pio_5417",
"pio_5453",
"pio_5486",
"pio_5545",
"pio_5691",
"pio_5719",
"pio_5828",
"pio_5844",
"pio_5864",
"pio_5889",
"pio_5968",
"pio_6034",
"pio_6055",
"pio_6067",
"pio_6087",
"pio_6113",
"pio_6146",
"pio_6183",
"pio_6232",
"pio_6301",
"pio_6324",
"pio_25952",
"pio_26046",
"pio_26066",
"pio_26088",
"pio_26107",
"pio_26815",
"pio_28779",
"pio_28780",
"pio_29104",
"pio_29133"
] | pio | pio-access | true | {
"token": [
"access",
"list",
"|main|"
],
"oracle_man": [
[
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
],
[
"pio_232",
"pio_537",
"pio_553",
"pio_556",
"pio_559",
"pio_631",
"pio_821",
"pio_828",
"pio_829",
"pio_830",
"pio_1126",
"pio_1129",
"pio_1253",
"pio_1397",
"pio_1400",
"pio_2665",
"pio_2668",
"pio_2713",
"pio_2753",
"pio_2754",
"pio_2792",
"pio_3038",
"pio_3489",
"pio_3583",
"pio_3587",
"pio_3591",
"pio_3611",
"pio_3759",
"pio_3853",
"pio_3914",
"pio_3964",
"pio_4155",
"pio_4395",
"pio_4433",
"pio_4468",
"pio_4509",
"pio_4535",
"pio_4559",
"pio_4595",
"pio_4618",
"pio_4658",
"pio_4684",
"pio_4703",
"pio_4773",
"pio_4833",
"pio_4869",
"pio_4915",
"pio_4986",
"pio_5020",
"pio_5059",
"pio_5100",
"pio_5186",
"pio_5262",
"pio_5348",
"pio_5382",
"pio_5417",
"pio_5453",
"pio_5486",
"pio_5545",
"pio_5691",
"pio_5719",
"pio_5828",
"pio_5844",
"pio_5864",
"pio_5889",
"pio_5968",
"pio_6034",
"pio_6055",
"pio_6067",
"pio_6087",
"pio_6113",
"pio_6146",
"pio_6183",
"pio_6232",
"pio_6301",
"pio_6324",
"pio_25952",
"pio_26046",
"pio_26066",
"pio_26088",
"pio_26107",
"pio_26815",
"pio_28779",
"pio_28780",
"pio_29104",
"pio_29133"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5612 | restrict access to a resource to specific users or team members | pio access private {{resource_urn}} | [
"pio_1",
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252",
"pio_3651"
] | pio | pio-access | true | {
"token": [
"access",
"private",
"|main|"
],
"oracle_man": [
[
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
],
[
"pio_3651"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5613 | allow all users access to a resource | pio access public {{resource_urn}} | [
"pio_1",
"pio_2053",
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252",
"pio_29071"
] | pio | pio-access | true | {
"token": [
"access",
"public",
"|main|"
],
"oracle_man": [
[
"pio_3233",
"pio_3238",
"pio_3239",
"pio_3251",
"pio_3252"
],
[
"pio_2053",
"pio_29071"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5614 | compress a file | lz4 {{file}} | [
"lz4_6"
] | lz4 | lz4 | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5615 | decompress a file | lz4 -d {{file.lz4}} | [
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_6",
"lz4_17",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_33",
"lz4_37"
] | lz4 | lz4 | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_17",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_33",
"lz4_37"
],
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5616 | decompress a file and write to stdout | lz4 -dc {{file.lz4}} | [
"lz4_4",
"lz4_5",
"lz4_6",
"lz4_23"
] | lz4 | lz4 | true | {
"token": [
"-dc",
"|main|"
],
"oracle_man": [
[
"lz4_4",
"lz4_5",
"lz4_23"
],
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5617 | package and compress a directory and its contents | tar cvf - {{path/to/directory}} | lz4 - {{dir.tar.lz4}} | [
"lz4_1",
"lz4_2",
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_6",
"lz4_8",
"lz4_10",
"lz4_12",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_27",
"lz4_28",
"lz4_29",
"lz4_30",
"lz4_31",
"lz4_32",
"lz4_33",
"lz4_34",
"lz4_35",
"lz4_37",
"lz4_38",
"lz4_39",
"lz4_40",
"lz4_41",
"lz4_42",
"lz4_43",
"lz4_44",
"lz4_45",
"lz4_46",
"lz4_47",
"lz4_48",
"lz4_49",
"lz4_50",
"lz4_51",
"lz4_52",
"lz4_53",
"lz4_54",
"lz4_55",
"lz4_56",
"lz4_57"
] | lz4 | lz4 | true | {
"token": [
"tar",
"cvf",
"-",
"|main|"
],
"oracle_man": [
[],
[],
[
"lz4_1",
"lz4_2",
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_6",
"lz4_8",
"lz4_10",
"lz4_12",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_27",
"lz4_28",
"lz4_29",
"lz4_30",
"lz4_31",
"lz4_32",
"lz4_33",
"lz4_34",
"lz4_35",
"lz4_37",
"lz4_38",
"lz4_39",
"lz4_40",
"lz4_41",
"lz4_42",
"lz4_43",
"lz4_44",
"lz4_45",
"lz4_46",
"lz4_47",
"lz4_48",
"lz4_49",
"lz4_50",
"lz4_51",
"lz4_52",
"lz4_53",
"lz4_54",
"lz4_55",
"lz4_56",
"lz4_57"
],
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5618 | decompress and unpack a directory and its contents | lz4 -d {{dir.tar.lz4}} | tar -xv | [
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_6",
"lz4_16",
"lz4_17",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_33",
"lz4_37",
"lz4_48",
"lz4_51"
] | lz4 | lz4 | true | {
"token": [
"-d",
"tar",
"-xv",
"|main|"
],
"oracle_man": [
[
"lz4_3",
"lz4_4",
"lz4_5",
"lz4_17",
"lz4_23",
"lz4_25",
"lz4_26",
"lz4_33",
"lz4_37"
],
[],
[
"lz4_16",
"lz4_48",
"lz4_51"
],
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5619 | compress a file using the best compression | lz4 -9 {{file}} | [
"lz4_6",
"lz4_57"
] | lz4 | lz4 | true | {
"token": [
"-9",
"|main|"
],
"oracle_man": [
[
"lz4_57"
],
[
"lz4_6",
"lz4_7",
"lz4_8",
"lz4_9",
"lz4_10",
"lz4_11",
"lz4_12",
"lz4_13",
"lz4_14",
"lz4_15",
"lz4_16",
"lz4_17",
"lz4_18",
"lz4_19",
"lz4_20",
"lz4_21",
"lz4_22"
]
]
} |
5634 | apply a function that performs autocompletion to a command | complete -F {{function}} {{command}} | [
"complete_6",
"complete_11"
] | complete | complete | true | {
"token": [
"-F",
"|main|"
],
"oracle_man": [
[
"complete_11"
],
[
"complete_6",
"complete_7",
"complete_8",
"complete_9",
"complete_10",
"complete_11"
]
]
} |
5635 | apply a command that performs autocompletion to another command | complete -C {{autocomplete_command}} {{command}} | [
"complete_6"
] | complete | complete | true | {
"token": [
"-C",
"|main|"
],
"oracle_man": [
[],
[
"complete_6",
"complete_7",
"complete_8",
"complete_9",
"complete_10",
"complete_11"
]
]
} |
5636 | apply autocompletion without appending a space to the completed word | complete -o nospace -F {{function}} {{command}} | [
"complete_6",
"complete_11"
] | complete | complete | true | {
"token": [
"-o",
"nospace",
"-F",
"|main|"
],
"oracle_man": [
[],
[],
[
"complete_11"
],
[
"complete_6",
"complete_7",
"complete_8",
"complete_9",
"complete_10",
"complete_11"
]
]
} |
5648 | change the owner group of a file/directory | chgrp {{group}} {{path/to/file_or_directory}} | [
"chgrp_3"
] | chgrp | chgrp | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"chgrp_3",
"chgrp_4",
"chgrp_5",
"chgrp_6",
"chgrp_7",
"chgrp_8",
"chgrp_9",
"chgrp_10",
"chgrp_11",
"chgrp_12",
"chgrp_13",
"chgrp_14",
"chgrp_15",
"chgrp_16",
"chgrp_17",
"chgrp_18"
]
]
} |
5649 | recursively change the owner group of a directory and its contents | chgrp -R {{group}} {{path/to/directory}} | [
"chgrp_3",
"chgrp_12",
"chgrp_13"
] | chgrp | chgrp | true | {
"token": [
"-R",
"|main|"
],
"oracle_man": [
[
"chgrp_12",
"chgrp_13"
],
[
"chgrp_3",
"chgrp_4",
"chgrp_5",
"chgrp_6",
"chgrp_7",
"chgrp_8",
"chgrp_9",
"chgrp_10",
"chgrp_11",
"chgrp_12",
"chgrp_13",
"chgrp_14",
"chgrp_15",
"chgrp_16",
"chgrp_17",
"chgrp_18"
]
]
} |
5650 | change the owner group of a symbolic link | chgrp -h {{group}} {{path/to/symlink}} | [
"chgrp_3",
"chgrp_8",
"chgrp_17",
"chgrp_20"
] | chgrp | chgrp | true | {
"token": [
"-h",
"|main|"
],
"oracle_man": [
[
"chgrp_8",
"chgrp_17",
"chgrp_20"
],
[
"chgrp_3",
"chgrp_4",
"chgrp_5",
"chgrp_6",
"chgrp_7",
"chgrp_8",
"chgrp_9",
"chgrp_10",
"chgrp_11",
"chgrp_12",
"chgrp_13",
"chgrp_14",
"chgrp_15",
"chgrp_16",
"chgrp_17",
"chgrp_18"
]
]
} |
5651 | change the owner group of a file/directory to match a reference file | chgrp --reference={{path/to/reference_file}} {{path/to/file_or_directory}} | [
"chgrp_2",
"chgrp_3",
"chgrp_11"
] | chgrp | chgrp | true | {
"token": [
"--reference",
"|main|"
],
"oracle_man": [
[
"chgrp_2",
"chgrp_3",
"chgrp_11"
],
[
"chgrp_3",
"chgrp_4",
"chgrp_5",
"chgrp_6",
"chgrp_7",
"chgrp_8",
"chgrp_9",
"chgrp_10",
"chgrp_11",
"chgrp_12",
"chgrp_13",
"chgrp_14",
"chgrp_15",
"chgrp_16",
"chgrp_17",
"chgrp_18"
]
]
} |
5652 | show all refs in the repository | git show-ref | [
"git-show-ref_2",
"git-show-ref_3",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
] | git-show-ref | git-show-ref | true | {
"token": [
"git",
"show-ref",
"|main|"
],
"oracle_man": [
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_3",
"git-show-ref_4",
"git-show-ref_5",
"git-show-ref_6"
]
]
} |
5653 | show only heads references | git show-ref --heads | [
"git-show-ref_2",
"git-show-ref_3",
"git-show-ref_8",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_30",
"git-show-ref_32"
] | git-show-ref | git-show-ref | true | {
"token": [
"git",
"show-ref",
"--heads",
"|main|"
],
"oracle_man": [
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_8",
"git-show-ref_19",
"git-show-ref_30"
],
[
"git-show-ref_3",
"git-show-ref_4",
"git-show-ref_5",
"git-show-ref_6"
]
]
} |
5654 | show only tags references | git show-ref --tags | [
"git-show-ref_2",
"git-show-ref_3",
"git-show-ref_8",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_30",
"git-show-ref_32"
] | git-show-ref | git-show-ref | true | {
"token": [
"git",
"show-ref",
"--tags",
"|main|"
],
"oracle_man": [
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_8",
"git-show-ref_30",
"git-show-ref_32"
],
[
"git-show-ref_3",
"git-show-ref_4",
"git-show-ref_5",
"git-show-ref_6"
]
]
} |
5655 | verify that a given reference exists | git show-ref --verify {{path/to/ref}} | [
"git-show-ref_2",
"git-show-ref_3",
"git-show-ref_11",
"git-show-ref_13",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_23",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
] | git-show-ref | git-show-ref | true | {
"token": [
"git",
"show-ref",
"--verify",
"|main|"
],
"oracle_man": [
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_17",
"git-show-ref_19",
"git-show-ref_21",
"git-show-ref_24",
"git-show-ref_28",
"git-show-ref_32"
],
[
"git-show-ref_2",
"git-show-ref_11",
"git-show-ref_13",
"git-show-ref_23",
"git-show-ref_24",
"git-show-ref_28"
],
[
"git-show-ref_3",
"git-show-ref_4",
"git-show-ref_5",
"git-show-ref_6"
]
]
} |
5661 | view images locally or using a url | feh {{path/to/images}} | [
"feh_5"
] | feh | feh | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5662 | view images recursively | feh --recursive {{path/to/images}} | [
"feh_5",
"feh_75",
"feh_76"
] | feh | feh | true | {
"token": [
"--recursive",
"|main|"
],
"oracle_man": [
[
"feh_75",
"feh_76"
],
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5663 | view images without window borders | feh --borderless {{path/to/images}} | [
"feh_5",
"feh_24"
] | feh | feh | true | {
"token": [
"--borderless",
"|main|"
],
"oracle_man": [
[
"feh_24"
],
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5664 | exit after the last image | feh --cycle-once {{path/to/images}} | [
"feh_5"
] | feh | feh | true | {
"token": [
"--cycle-once",
"|main|"
],
"oracle_man": [
[],
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5665 | set the slideshow cycle delay | feh --slideshow-delay {{seconds}} {{path/to/images}} | [
"feh_5",
"feh_84",
"feh_179"
] | feh | feh | true | {
"token": [
"--slideshow-delay",
"|main|"
],
"oracle_man": [
[
"feh_84",
"feh_179"
],
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5666 | set your wallpaper (centered, filled, maximized, scaled or tiled) | feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}} | [
"feh_5"
] | feh | feh | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5667 | create a montage of all images within a directory. outputs as a new image | feh --montage --thumb-height {{150}} --thumb-width {{150}} --index-info "{{%nn%wx%h}}" --output {{path/to/montage_image.png}} | [
"feh_5",
"feh_43",
"feh_53",
"feh_60",
"feh_71",
"feh_107",
"feh_111",
"feh_112",
"feh_114",
"feh_115",
"feh_116",
"feh_117",
"feh_161",
"feh_182",
"feh_189"
] | feh | feh | true | {
"token": [
"--montage",
"--thumb-height",
"--thumb-width",
"--index-info",
"--output",
"|main|"
],
"oracle_man": [
[
"feh_60"
],
[
"feh_107",
"feh_114",
"feh_116",
"feh_161"
],
[
"feh_107",
"feh_115",
"feh_116",
"feh_161"
],
[
"feh_43",
"feh_117",
"feh_161"
],
[
"feh_53",
"feh_71",
"feh_111",
"feh_112",
"feh_116",
"feh_182",
"feh_189"
],
[
"feh_5",
"feh_6",
"feh_7"
]
]
} |
5668 | show disk quotas in humanreadable units for the current user | quota -s | [
"quota_3",
"quota_10",
"quota_22",
"quota_25"
] | quota | quota | true | {
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"quota_10",
"quota_22",
"quota_25"
],
[
"quota_3",
"quota_4"
]
]
} |
5669 | verbose output (also display quotas on filesystems where no storage is allocated) | quota -v | [
"quota_3",
"quota_9",
"quota_26"
] | quota | quota | true | {
"token": [
"-v",
"|main|"
],
"oracle_man": [
[
"quota_9",
"quota_26"
],
[
"quota_3",
"quota_4"
]
]
} |
5670 | quiet output (only display quotas on filesystems where usage is over quota) | quota -q | [
"quota_2",
"quota_3",
"quota_19",
"quota_20",
"quota_26"
] | quota | quota | true | {
"token": [
"-q",
"|main|"
],
"oracle_man": [
[
"quota_2",
"quota_19",
"quota_20",
"quota_26"
],
[
"quota_3",
"quota_4"
]
]
} |
5671 | print quotas for the groups of which the current user is a member | quota -g | [
"quota_2",
"quota_3",
"quota_6",
"quota_12",
"quota_24",
"quota_25"
] | quota | quota | true | {
"token": [
"-g",
"|main|"
],
"oracle_man": [
[
"quota_2",
"quota_6",
"quota_12",
"quota_24",
"quota_25"
],
[
"quota_3",
"quota_4"
]
]
} |
5672 | show disk quotas for another user | sudo quota -u {{username}} | [
"quota_2",
"quota_3",
"quota_7",
"quota_24",
"quota_25"
] | quota | quota | true | {
"token": [
"-u",
"|main|"
],
"oracle_man": [
[
"quota_2",
"quota_7",
"quota_24",
"quota_25"
],
[
"quota_3",
"quota_4"
]
]
} |
5673 | generate an analyser from a lex file | lex {{analyser.l}} | [
"lex_26"
] | lex | lex | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"lex_26"
]
]
} |
5674 | specify the output file | lex {{analyser.l}} --outfile {{analyser.c}} | [
"lex_26"
] | lex | lex | true | {
"token": [
"--outfile",
"|main|"
],
"oracle_man": [
[],
[
"lex_26"
]
]
} |
5675 | compile a c file generated by lex | cc {{path/to/lex.yy.c}} --output {{executable}} | [
"lex_26"
] | lex | lex | true | {
"token": [
"cc",
"--output",
"|main|"
],
"oracle_man": [
[],
[],
[
"lex_26"
]
]
} |
5676 | compile a source file to a native binary and link with packages | ocamlfind ocamlopt -package {{package1}},{{package2}} -linkpkg -o {{executable}} {{source_file.ml}} | [
"ocamlfind_1",
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_69",
"ocamlfind_70",
"ocamlfind_74",
"ocamlfind_76",
"ocamlfind_77",
"ocamlfind_81",
"ocamlfind_90",
"ocamlfind_103",
"ocamlfind_104",
"ocamlfind_149",
"ocamlfind_150",
"ocamlfind_152",
"ocamlfind_155",
"ocamlfind_168",
"ocamlfind_169",
"ocamlfind_170",
"ocamlfind_172",
"ocamlfind_173",
"ocamlfind_175",
"ocamlfind_183",
"ocamlfind_192"
] | ocamlfind | ocamlfind | true | {
"token": [
"ocamlopt",
"-package",
"-linkpkg",
"-o",
"|main|"
],
"oracle_man": [
[],
[
"ocamlfind_66",
"ocamlfind_69",
"ocamlfind_70",
"ocamlfind_74",
"ocamlfind_77",
"ocamlfind_103",
"ocamlfind_104",
"ocamlfind_149",
"ocamlfind_150",
"ocamlfind_152",
"ocamlfind_155",
"ocamlfind_168",
"ocamlfind_169",
"ocamlfind_170",
"ocamlfind_172",
"ocamlfind_173",
"ocamlfind_175"
],
[
"ocamlfind_66",
"ocamlfind_70",
"ocamlfind_76",
"ocamlfind_81"
],
[
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_90",
"ocamlfind_149",
"ocamlfind_152",
"ocamlfind_172",
"ocamlfind_183",
"ocamlfind_192"
],
[
"ocamlfind_1"
]
]
} |
5677 | compile a source file to a bytecode binary and link with packages | ocamlfind ocamlc -package {{package1}},{{package2}} -linkpkg -o {{executable}} {{source_file.ml}} | [
"ocamlfind_1",
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_69",
"ocamlfind_70",
"ocamlfind_74",
"ocamlfind_76",
"ocamlfind_77",
"ocamlfind_81",
"ocamlfind_90",
"ocamlfind_103",
"ocamlfind_104",
"ocamlfind_147",
"ocamlfind_149",
"ocamlfind_150",
"ocamlfind_152",
"ocamlfind_155",
"ocamlfind_168",
"ocamlfind_169",
"ocamlfind_170",
"ocamlfind_172",
"ocamlfind_173",
"ocamlfind_175",
"ocamlfind_183",
"ocamlfind_192"
] | ocamlfind | ocamlfind | true | {
"token": [
"ocamlc",
"-package",
"-linkpkg",
"-o",
"|main|"
],
"oracle_man": [
[
"ocamlfind_66",
"ocamlfind_147"
],
[
"ocamlfind_66",
"ocamlfind_69",
"ocamlfind_70",
"ocamlfind_74",
"ocamlfind_77",
"ocamlfind_103",
"ocamlfind_104",
"ocamlfind_149",
"ocamlfind_150",
"ocamlfind_152",
"ocamlfind_155",
"ocamlfind_168",
"ocamlfind_169",
"ocamlfind_170",
"ocamlfind_172",
"ocamlfind_173",
"ocamlfind_175"
],
[
"ocamlfind_66",
"ocamlfind_70",
"ocamlfind_76",
"ocamlfind_81"
],
[
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_90",
"ocamlfind_149",
"ocamlfind_152",
"ocamlfind_172",
"ocamlfind_183",
"ocamlfind_192"
],
[
"ocamlfind_1"
]
]
} |
5678 | crosscompile for a different platform | ocamlfind -toolchain {{cross-toolchain}} ocamlopt -o {{executable}} {{source_file.ml}} | [
"ocamlfind_1",
"ocamlfind_3",
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_90",
"ocamlfind_149",
"ocamlfind_152",
"ocamlfind_172",
"ocamlfind_183",
"ocamlfind_192",
"ocamlfind_231",
"ocamlfind_232",
"ocamlfind_233"
] | ocamlfind | ocamlfind | true | {
"token": [
"-toolchain",
"ocamlopt",
"-o",
"|main|"
],
"oracle_man": [
[
"ocamlfind_3",
"ocamlfind_231",
"ocamlfind_232",
"ocamlfind_233"
],
[],
[
"ocamlfind_4",
"ocamlfind_20",
"ocamlfind_66",
"ocamlfind_90",
"ocamlfind_149",
"ocamlfind_152",
"ocamlfind_172",
"ocamlfind_183",
"ocamlfind_192"
],
[
"ocamlfind_1"
]
]
} |
5679 | clone a virtual machine and automatically generate a new name, storage path, and mac address | virt-clone --original {{vm_name}} --auto-clone | [
"virt-clone_3",
"virt-clone_4",
"virt-clone_6",
"virt-clone_8",
"virt-clone_9",
"virt-clone_10",
"virt-clone_33",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
] | virt-clone | virt-clone | true | {
"token": [
"--original",
"--auto-clone",
"|main|"
],
"oracle_man": [
[
"virt-clone_6",
"virt-clone_8",
"virt-clone_9",
"virt-clone_33",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
],
[
"virt-clone_4",
"virt-clone_10",
"virt-clone_33"
],
[
"virt-clone_3",
"virt-clone_4",
"virt-clone_5"
]
]
} |
5680 | clone a virtual machine and specify the new name, storage path, and mac address | virt-clone --original {{vm_name}} --name {{new_vm_name}} --file {{path/to/new_storage}} --mac {{ff:ff:ff:ff:ff:ff|RANDOM}} | [
"virt-clone_3",
"virt-clone_6",
"virt-clone_8",
"virt-clone_9",
"virt-clone_15",
"virt-clone_17",
"virt-clone_22",
"virt-clone_24",
"virt-clone_26",
"virt-clone_33",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
] | virt-clone | virt-clone | true | {
"token": [
"--original",
"--name",
"--file",
"--mac",
"|main|"
],
"oracle_man": [
[
"virt-clone_6",
"virt-clone_8",
"virt-clone_9",
"virt-clone_33",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
],
[
"virt-clone_6",
"virt-clone_15",
"virt-clone_26",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
],
[
"virt-clone_17",
"virt-clone_22",
"virt-clone_35",
"virt-clone_37",
"virt-clone_39"
],
[
"virt-clone_24",
"virt-clone_39"
],
[
"virt-clone_3",
"virt-clone_4",
"virt-clone_5"
]
]
} |
5685 | initialise a (local) repository | borg init {{path/to/repo_directory}} | [
"borg_3",
"borg_7"
] | borg | borg | true | {
"token": [
"init",
"|main|"
],
"oracle_man": [
[
"borg_7"
],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5686 | backup a directory into the repository, creating an archive called "monday" | borg create --progress {{path/to/repo_directory}}::{{Monday}} {{path/to/source_directory}} | [
"borg_3",
"borg_9",
"borg_11",
"borg_24"
] | borg | borg | true | {
"token": [
"create",
"--progress",
"|main|"
],
"oracle_man": [
[
"borg_9",
"borg_11"
],
[
"borg_24"
],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5687 | list all archives in a repository | borg list {{path/to/repo_directory}} | [
"borg_3",
"borg_17",
"borg_19"
] | borg | borg | true | {
"token": [
"list",
"|main|"
],
"oracle_man": [
[
"borg_17",
"borg_19"
],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5688 | extract a specific directory from the "monday" archive in a remote repository, excluding all `*.ext` files | borg extract {{user}}@{{host}}:{{path/to/repo_directory}}::{{Monday}} {{path/to/target_directory}} --exclude '{{*.ext}}' | [
"borg_3",
"borg_21"
] | borg | borg | true | {
"token": [
"extract",
"--exclude",
"|main|"
],
"oracle_man": [
[
"borg_21"
],
[],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5689 | prune a repository by deleting all archives older than 7 days, listing changes | borg prune --keep-within {{7d}} --list {{path/to/repo_directory}} | [
"borg_3",
"borg_24"
] | borg | borg | true | {
"token": [
"prune",
"--keep-within",
"--list",
"|main|"
],
"oracle_man": [
[],
[],
[
"borg_24"
],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5690 | mount a repository as a fuse filesystem | borg mount {{path/to/repo_directory}}::{{Monday}} {{path/to/mountpoint}} | [
"borg_3"
] | borg | borg | true | {
"token": [
"mount",
"|main|"
],
"oracle_man": [
[],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5691 | display help on creating archives | borg create --help | [
"borg_3",
"borg_9",
"borg_11"
] | borg | borg | true | {
"token": [
"create",
"--help",
"|main|"
],
"oracle_man": [
[
"borg_9",
"borg_11"
],
[],
[
"borg_3",
"borg_4",
"borg_5"
]
]
} |
5709 | print the output of a command to the default printer (see `lpstat` command) | echo "test" | lp | [
"lp_3"
] | lp | lp | true | {
"token": [
"echo",
"test",
"|main|"
],
"oracle_man": [
[],
[],
[
"lp_3",
"lp_4"
]
]
} |
5710 | print a file to the default printer | lp {{path/to/filename}} | [
"lp_3"
] | lp | lp | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"lp_3",
"lp_4"
]
]
} |
5711 | print a file to a named printer (see `lpstat` command) | lp -d {{printer_name}} {{path/to/filename}} | [
"lp_2",
"lp_3",
"lp_10",
"lp_43",
"lp_45"
] | lp | lp | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"lp_2",
"lp_10",
"lp_43",
"lp_45"
],
[
"lp_3",
"lp_4"
]
]
} |
5712 | print n copies of file to default printer (replace n with desired number of copies) | lp -n {{N}} {{path/to/filename}} | [
"lp_2",
"lp_3",
"lp_14",
"lp_41"
] | lp | lp | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"lp_2",
"lp_14",
"lp_41"
],
[
"lp_3",
"lp_4"
]
]
} |
5713 | print only certain pages to the default printer (print pages 1, 35, and 16) | lp -P 1,3-5,16 {{path/to/filename}} | [
"lp_2",
"lp_3",
"lp_24"
] | lp | lp | true | {
"token": [
"-P",
"1,3-5,16",
"|main|"
],
"oracle_man": [
[
"lp_2",
"lp_24"
],
[],
[
"lp_3",
"lp_4"
]
]
} |
5714 | resume printing a job | lp -i {{job_id}} -H resume | [
"lp_2",
"lp_3",
"lp_12",
"lp_19",
"lp_20",
"lp_21",
"lp_22",
"lp_23"
] | lp | lp | true | {
"token": [
"-i",
"-H",
"resume",
"|main|"
],
"oracle_man": [
[
"lp_2",
"lp_12",
"lp_23"
],
[
"lp_2",
"lp_19",
"lp_20",
"lp_21",
"lp_22",
"lp_23"
],
[
"lp_23"
],
[
"lp_3",
"lp_4"
]
]
} |
5721 | load a csv file into a `csvkitreader` object | csvpy {{data.csv}} | [
"csvpy_2"
] | csvpy | csvpy | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"csvpy_2",
"csvpy_3",
"csvpy_4",
"csvpy_5",
"csvpy_6",
"csvpy_7",
"csvpy_8",
"csvpy_9"
]
]
} |
5722 | load a csv file into a `csvkitdictreader` object | csvpy --dict {{data.csv}} | [
"csvpy_2",
"csvpy_3",
"csvpy_6",
"csvpy_13"
] | csvpy | csvpy | true | {
"token": [
"--dict",
"|main|"
],
"oracle_man": [
[
"csvpy_3",
"csvpy_6",
"csvpy_13"
],
[
"csvpy_2",
"csvpy_3",
"csvpy_4",
"csvpy_5",
"csvpy_6",
"csvpy_7",
"csvpy_8",
"csvpy_9"
]
]
} |
5723 | transfer file from local to remote host | rsync {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}} | [
"rsync_6"
] | rsync | rsync | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5724 | transfer file from remote host to local | rsync {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}} | [
"rsync_6"
] | rsync | rsync | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5725 | transfer file in [a]rchive (to preserve attributes) and compressed ([z]ipped) mode with [v]erbose and [h]umanreadable [p]rogress | rsync -azvhP {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}} | [
"rsync_6",
"rsync_85",
"rsync_539",
"rsync_563"
] | rsync | rsync | true | {
"token": [
"-azvhP",
"|main|"
],
"oracle_man": [
[
"rsync_85",
"rsync_539",
"rsync_563"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5726 | transfer a directory and all its children from a remote to local | rsync -r {{remote_host}}:{{path/to/remote_directory}} {{path/to/local_directory}} | [
"rsync_6",
"rsync_54",
"rsync_65",
"rsync_66",
"rsync_67",
"rsync_85",
"rsync_121",
"rsync_123",
"rsync_124",
"rsync_125",
"rsync_126",
"rsync_127",
"rsync_129",
"rsync_130",
"rsync_141",
"rsync_142",
"rsync_143",
"rsync_146",
"rsync_165",
"rsync_168",
"rsync_169",
"rsync_170",
"rsync_178",
"rsync_180",
"rsync_183",
"rsync_188",
"rsync_189",
"rsync_200",
"rsync_248",
"rsync_257",
"rsync_267",
"rsync_293",
"rsync_297",
"rsync_298",
"rsync_302",
"rsync_304",
"rsync_305",
"rsync_312",
"rsync_330",
"rsync_338",
"rsync_339",
"rsync_340",
"rsync_341",
"rsync_346",
"rsync_371",
"rsync_373",
"rsync_377",
"rsync_391",
"rsync_507",
"rsync_528",
"rsync_529",
"rsync_531",
"rsync_543",
"rsync_545",
"rsync_548",
"rsync_567",
"rsync_573",
"rsync_574",
"rsync_581",
"rsync_585",
"rsync_586",
"rsync_588",
"rsync_591",
"rsync_592",
"rsync_598",
"rsync_648",
"rsync_656",
"rsync_658",
"rsync_659",
"rsync_697",
"rsync_698",
"rsync_702",
"rsync_703",
"rsync_704",
"rsync_720",
"rsync_724",
"rsync_726",
"rsync_727",
"rsync_728",
"rsync_729",
"rsync_732"
] | rsync | rsync | true | {
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"rsync_54",
"rsync_65",
"rsync_66",
"rsync_67",
"rsync_85",
"rsync_121",
"rsync_123",
"rsync_124",
"rsync_125",
"rsync_126",
"rsync_127",
"rsync_129",
"rsync_130",
"rsync_141",
"rsync_142",
"rsync_143",
"rsync_146",
"rsync_165",
"rsync_168",
"rsync_169",
"rsync_170",
"rsync_178",
"rsync_180",
"rsync_183",
"rsync_188",
"rsync_189",
"rsync_200",
"rsync_248",
"rsync_257",
"rsync_267",
"rsync_293",
"rsync_297",
"rsync_298",
"rsync_302",
"rsync_304",
"rsync_305",
"rsync_312",
"rsync_330",
"rsync_338",
"rsync_339",
"rsync_340",
"rsync_341",
"rsync_346",
"rsync_371",
"rsync_373",
"rsync_377",
"rsync_391",
"rsync_507",
"rsync_528",
"rsync_529",
"rsync_531",
"rsync_543",
"rsync_545",
"rsync_548",
"rsync_567",
"rsync_573",
"rsync_574",
"rsync_581",
"rsync_585",
"rsync_586",
"rsync_588",
"rsync_591",
"rsync_592",
"rsync_598",
"rsync_648",
"rsync_656",
"rsync_658",
"rsync_659",
"rsync_697",
"rsync_698",
"rsync_702",
"rsync_703",
"rsync_704",
"rsync_720",
"rsync_724",
"rsync_726",
"rsync_727",
"rsync_728",
"rsync_729",
"rsync_732"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5727 | transfer directory contents (but not the directory itself) from a remote to local | rsync -r {{remote_host}}:{{path/to/remote_directory}}/ {{path/to/local_directory}} | [
"rsync_6",
"rsync_54",
"rsync_65",
"rsync_66",
"rsync_67",
"rsync_85",
"rsync_121",
"rsync_123",
"rsync_124",
"rsync_125",
"rsync_126",
"rsync_127",
"rsync_129",
"rsync_130",
"rsync_141",
"rsync_142",
"rsync_143",
"rsync_146",
"rsync_165",
"rsync_168",
"rsync_169",
"rsync_170",
"rsync_178",
"rsync_180",
"rsync_183",
"rsync_188",
"rsync_189",
"rsync_200",
"rsync_248",
"rsync_257",
"rsync_267",
"rsync_293",
"rsync_297",
"rsync_298",
"rsync_302",
"rsync_304",
"rsync_305",
"rsync_312",
"rsync_330",
"rsync_338",
"rsync_339",
"rsync_340",
"rsync_341",
"rsync_346",
"rsync_371",
"rsync_373",
"rsync_377",
"rsync_391",
"rsync_507",
"rsync_528",
"rsync_529",
"rsync_531",
"rsync_543",
"rsync_545",
"rsync_548",
"rsync_567",
"rsync_573",
"rsync_574",
"rsync_581",
"rsync_585",
"rsync_586",
"rsync_588",
"rsync_591",
"rsync_592",
"rsync_598",
"rsync_648",
"rsync_656",
"rsync_658",
"rsync_659",
"rsync_697",
"rsync_698",
"rsync_702",
"rsync_703",
"rsync_704",
"rsync_720",
"rsync_724",
"rsync_726",
"rsync_727",
"rsync_728",
"rsync_729",
"rsync_732"
] | rsync | rsync | true | {
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"rsync_54",
"rsync_65",
"rsync_66",
"rsync_67",
"rsync_85",
"rsync_121",
"rsync_123",
"rsync_124",
"rsync_125",
"rsync_126",
"rsync_127",
"rsync_129",
"rsync_130",
"rsync_141",
"rsync_142",
"rsync_143",
"rsync_146",
"rsync_165",
"rsync_168",
"rsync_169",
"rsync_170",
"rsync_178",
"rsync_180",
"rsync_183",
"rsync_188",
"rsync_189",
"rsync_200",
"rsync_248",
"rsync_257",
"rsync_267",
"rsync_293",
"rsync_297",
"rsync_298",
"rsync_302",
"rsync_304",
"rsync_305",
"rsync_312",
"rsync_330",
"rsync_338",
"rsync_339",
"rsync_340",
"rsync_341",
"rsync_346",
"rsync_371",
"rsync_373",
"rsync_377",
"rsync_391",
"rsync_507",
"rsync_528",
"rsync_529",
"rsync_531",
"rsync_543",
"rsync_545",
"rsync_548",
"rsync_567",
"rsync_573",
"rsync_574",
"rsync_581",
"rsync_585",
"rsync_586",
"rsync_588",
"rsync_591",
"rsync_592",
"rsync_598",
"rsync_648",
"rsync_656",
"rsync_658",
"rsync_659",
"rsync_697",
"rsync_698",
"rsync_702",
"rsync_703",
"rsync_704",
"rsync_720",
"rsync_724",
"rsync_726",
"rsync_727",
"rsync_728",
"rsync_729",
"rsync_732"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5728 | transfer a directory [r]ecursively, in [a]rchive to preserve attributes, resolving contained soft[l]inks , and ignoring already transferred files [u]nless newer | rsync -rauL {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}} | [
"rsync_6",
"rsync_85",
"rsync_177"
] | rsync | rsync | true | {
"token": [
"-rauL",
"|main|"
],
"oracle_man": [
[
"rsync_85",
"rsync_177"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5729 | transfer file over ssh and delete local files that do not exist on remote host | rsync -e ssh --delete {{remote_host}}:{{path/to/remote_file}} {{path/to/local_file}} | [
"rsync_6",
"rsync_23",
"rsync_54",
"rsync_68",
"rsync_79",
"rsync_82",
"rsync_85",
"rsync_125",
"rsync_128",
"rsync_146",
"rsync_170",
"rsync_177",
"rsync_186",
"rsync_203",
"rsync_205",
"rsync_211",
"rsync_212",
"rsync_213",
"rsync_233",
"rsync_252",
"rsync_288",
"rsync_290",
"rsync_294",
"rsync_296",
"rsync_299",
"rsync_300",
"rsync_301",
"rsync_303",
"rsync_304",
"rsync_305",
"rsync_306",
"rsync_308",
"rsync_310",
"rsync_311",
"rsync_312",
"rsync_330",
"rsync_332",
"rsync_334",
"rsync_335",
"rsync_336",
"rsync_349",
"rsync_364",
"rsync_366",
"rsync_374",
"rsync_383",
"rsync_399",
"rsync_402",
"rsync_406",
"rsync_537",
"rsync_546",
"rsync_553",
"rsync_569",
"rsync_574",
"rsync_635",
"rsync_636",
"rsync_652",
"rsync_660",
"rsync_665",
"rsync_666",
"rsync_673",
"rsync_693",
"rsync_694",
"rsync_706",
"rsync_707",
"rsync_708",
"rsync_710",
"rsync_713",
"rsync_724",
"rsync_728",
"rsync_729",
"rsync_763",
"rsync_766"
] | rsync | rsync | true | {
"token": [
"-e",
"ssh",
"--delete",
"|main|"
],
"oracle_man": [
[
"rsync_23",
"rsync_54",
"rsync_68",
"rsync_79",
"rsync_82",
"rsync_85",
"rsync_125",
"rsync_128",
"rsync_146",
"rsync_170",
"rsync_177",
"rsync_203",
"rsync_205",
"rsync_211",
"rsync_212",
"rsync_213",
"rsync_233",
"rsync_252",
"rsync_288",
"rsync_290",
"rsync_294",
"rsync_296",
"rsync_299",
"rsync_300",
"rsync_306",
"rsync_308",
"rsync_310",
"rsync_311",
"rsync_330",
"rsync_332",
"rsync_334",
"rsync_336",
"rsync_349",
"rsync_364",
"rsync_366",
"rsync_374",
"rsync_383",
"rsync_399",
"rsync_406",
"rsync_546",
"rsync_553",
"rsync_569",
"rsync_574",
"rsync_635",
"rsync_636",
"rsync_652",
"rsync_660",
"rsync_665",
"rsync_666",
"rsync_673",
"rsync_693",
"rsync_694",
"rsync_706",
"rsync_724",
"rsync_728",
"rsync_763",
"rsync_766"
],
[
"rsync_334",
"rsync_335"
],
[
"rsync_82",
"rsync_85",
"rsync_128",
"rsync_146",
"rsync_186",
"rsync_296",
"rsync_300",
"rsync_301",
"rsync_303",
"rsync_304",
"rsync_305",
"rsync_306",
"rsync_308",
"rsync_310",
"rsync_311",
"rsync_312",
"rsync_402",
"rsync_537",
"rsync_666",
"rsync_707",
"rsync_708",
"rsync_710",
"rsync_713",
"rsync_728",
"rsync_729"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5730 | transfer file over ssh using a different port than the default and show global progress | rsync -e 'ssh -p {{port}}' --info=progress2 {{remote_host}}:{{path/to/remote_file}} {{path/to/local_file}} | [
"rsync_6",
"rsync_23",
"rsync_45",
"rsync_54",
"rsync_57",
"rsync_58",
"rsync_68",
"rsync_79",
"rsync_82",
"rsync_85",
"rsync_87",
"rsync_96",
"rsync_123",
"rsync_125",
"rsync_128",
"rsync_141",
"rsync_146",
"rsync_162",
"rsync_164",
"rsync_170",
"rsync_177",
"rsync_201",
"rsync_203",
"rsync_205",
"rsync_206",
"rsync_207",
"rsync_211",
"rsync_212",
"rsync_213",
"rsync_215",
"rsync_216",
"rsync_227",
"rsync_233",
"rsync_252",
"rsync_264",
"rsync_268",
"rsync_286",
"rsync_287",
"rsync_288",
"rsync_290",
"rsync_294",
"rsync_296",
"rsync_299",
"rsync_300",
"rsync_306",
"rsync_308",
"rsync_310",
"rsync_311",
"rsync_330",
"rsync_332",
"rsync_334",
"rsync_335",
"rsync_336",
"rsync_338",
"rsync_340",
"rsync_346",
"rsync_348",
"rsync_349",
"rsync_364",
"rsync_366",
"rsync_374",
"rsync_381",
"rsync_383",
"rsync_384",
"rsync_386",
"rsync_399",
"rsync_406",
"rsync_463",
"rsync_465",
"rsync_469",
"rsync_495",
"rsync_504",
"rsync_532",
"rsync_533",
"rsync_535",
"rsync_536",
"rsync_538",
"rsync_539",
"rsync_540",
"rsync_541",
"rsync_542",
"rsync_544",
"rsync_546",
"rsync_553",
"rsync_554",
"rsync_563",
"rsync_564",
"rsync_565",
"rsync_567",
"rsync_569",
"rsync_574",
"rsync_578",
"rsync_592",
"rsync_595",
"rsync_611",
"rsync_635",
"rsync_636",
"rsync_652",
"rsync_660",
"rsync_665",
"rsync_666",
"rsync_673",
"rsync_675",
"rsync_676",
"rsync_680",
"rsync_681",
"rsync_693",
"rsync_694",
"rsync_706",
"rsync_724",
"rsync_727",
"rsync_728",
"rsync_763",
"rsync_765",
"rsync_766"
] | rsync | rsync | true | {
"token": [
"-e",
"ssh",
"-p",
"--info=progress2",
"|main|"
],
"oracle_man": [
[
"rsync_23",
"rsync_54",
"rsync_68",
"rsync_79",
"rsync_82",
"rsync_85",
"rsync_125",
"rsync_128",
"rsync_146",
"rsync_170",
"rsync_177",
"rsync_203",
"rsync_205",
"rsync_211",
"rsync_212",
"rsync_213",
"rsync_233",
"rsync_252",
"rsync_288",
"rsync_290",
"rsync_294",
"rsync_296",
"rsync_299",
"rsync_300",
"rsync_306",
"rsync_308",
"rsync_310",
"rsync_311",
"rsync_330",
"rsync_332",
"rsync_334",
"rsync_336",
"rsync_349",
"rsync_364",
"rsync_366",
"rsync_374",
"rsync_383",
"rsync_399",
"rsync_406",
"rsync_546",
"rsync_553",
"rsync_569",
"rsync_574",
"rsync_635",
"rsync_636",
"rsync_652",
"rsync_660",
"rsync_665",
"rsync_666",
"rsync_673",
"rsync_693",
"rsync_694",
"rsync_706",
"rsync_724",
"rsync_728",
"rsync_763",
"rsync_766"
],
[
"rsync_334",
"rsync_335"
],
[
"rsync_45",
"rsync_57",
"rsync_58",
"rsync_85",
"rsync_87",
"rsync_123",
"rsync_128",
"rsync_141",
"rsync_162",
"rsync_164",
"rsync_201",
"rsync_205",
"rsync_206",
"rsync_207",
"rsync_211",
"rsync_212",
"rsync_215",
"rsync_216",
"rsync_227",
"rsync_233",
"rsync_264",
"rsync_268",
"rsync_286",
"rsync_287",
"rsync_332",
"rsync_334",
"rsync_338",
"rsync_340",
"rsync_346",
"rsync_348",
"rsync_381",
"rsync_384",
"rsync_386",
"rsync_399",
"rsync_463",
"rsync_465",
"rsync_469",
"rsync_495",
"rsync_504",
"rsync_532",
"rsync_533",
"rsync_535",
"rsync_536",
"rsync_538",
"rsync_539",
"rsync_540",
"rsync_541",
"rsync_542",
"rsync_544",
"rsync_546",
"rsync_554",
"rsync_563",
"rsync_564",
"rsync_567",
"rsync_578",
"rsync_592",
"rsync_595",
"rsync_611",
"rsync_652",
"rsync_660",
"rsync_673",
"rsync_675",
"rsync_676",
"rsync_680",
"rsync_681",
"rsync_727",
"rsync_765"
],
[
"rsync_96",
"rsync_564",
"rsync_565"
],
[
"rsync_6",
"rsync_7",
"rsync_8",
"rsync_9",
"rsync_10",
"rsync_11",
"rsync_12",
"rsync_13",
"rsync_14",
"rsync_15"
]
]
} |
5731 | construct the transitive reduction graph of one or more directed graphs | tred {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}} | [
"tred_3"
] | tred | tred | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"tred_3",
"tred_4"
]
]
} |
5732 | display help | tred -? | [
"tred_3",
"tred_8"
] | tred | tred | true | {
"token": [
"-?",
"|main|"
],
"oracle_man": [
[
"tred_8"
],
[
"tred_3",
"tred_4"
]
]
} |
5738 | optimise a gif | gifsicle --batch --optimize=3 {{amin.gif}} | [
"gifsicle_3",
"gifsicle_9",
"gifsicle_10",
"gifsicle_22",
"gifsicle_26"
] | gifsicle | gifsicle | true | {
"token": [
"--batch",
"--optimize=3",
"|main|"
],
"oracle_man": [
[
"gifsicle_9",
"gifsicle_10",
"gifsicle_22",
"gifsicle_26"
],
[],
[
"gifsicle_3",
"gifsicle_4",
"gifsicle_5",
"gifsicle_6",
"gifsicle_7",
"gifsicle_8",
"gifsicle_9",
"gifsicle_10",
"gifsicle_11"
]
]
} |
5739 | make a gif animation with gifsicle | gifsicle --delay={{10}} --loop *.gif > {{anim.gif}} | [
"gifsicle_3",
"gifsicle_8",
"gifsicle_13",
"gifsicle_71",
"gifsicle_73",
"gifsicle_74",
"gifsicle_106",
"gifsicle_107",
"gifsicle_108",
"gifsicle_109",
"gifsicle_110"
] | gifsicle | gifsicle | true | {
"token": [
"--delay",
"--loop",
"*.gif",
"|main|"
],
"oracle_man": [
[
"gifsicle_8",
"gifsicle_13",
"gifsicle_71",
"gifsicle_106",
"gifsicle_107",
"gifsicle_110"
],
[
"gifsicle_8",
"gifsicle_13",
"gifsicle_73",
"gifsicle_74",
"gifsicle_108",
"gifsicle_109",
"gifsicle_110"
],
[],
[
"gifsicle_3",
"gifsicle_4",
"gifsicle_5",
"gifsicle_6",
"gifsicle_7",
"gifsicle_8",
"gifsicle_9",
"gifsicle_10",
"gifsicle_11"
]
]
} |
5740 | extract frames from an animation | gifsicle {{anim.gif}} '#0' > {{firstframe.gif}} | [
"gifsicle_3"
] | gifsicle | gifsicle | true | {
"token": [
"#0",
"|main|"
],
"oracle_man": [
[],
[
"gifsicle_3",
"gifsicle_4",
"gifsicle_5",
"gifsicle_6",
"gifsicle_7",
"gifsicle_8",
"gifsicle_9",
"gifsicle_10",
"gifsicle_11"
]
]
} |
5741 | you can also edit animations by replacing, deleting, or inserting frames | gifsicle -b {{anim.gif}} --replace '#0' {{new.gif}} | [
"gifsicle_3",
"gifsicle_9",
"gifsicle_10",
"gifsicle_13",
"gifsicle_18",
"gifsicle_22",
"gifsicle_24",
"gifsicle_26",
"gifsicle_47",
"gifsicle_49",
"gifsicle_51",
"gifsicle_52",
"gifsicle_53",
"gifsicle_55",
"gifsicle_56",
"gifsicle_70",
"gifsicle_114",
"gifsicle_116",
"gifsicle_122",
"gifsicle_125",
"gifsicle_127"
] | gifsicle | gifsicle | true | {
"token": [
"-b",
"--replace",
"#0",
"|main|"
],
"oracle_man": [
[
"gifsicle_9",
"gifsicle_10",
"gifsicle_13",
"gifsicle_18",
"gifsicle_22",
"gifsicle_24",
"gifsicle_26",
"gifsicle_47",
"gifsicle_52",
"gifsicle_53",
"gifsicle_55",
"gifsicle_56",
"gifsicle_70",
"gifsicle_114",
"gifsicle_116",
"gifsicle_122",
"gifsicle_125",
"gifsicle_127"
],
[
"gifsicle_49",
"gifsicle_51",
"gifsicle_52",
"gifsicle_53",
"gifsicle_116"
],
[],
[
"gifsicle_3",
"gifsicle_4",
"gifsicle_5",
"gifsicle_6",
"gifsicle_7",
"gifsicle_8",
"gifsicle_9",
"gifsicle_10",
"gifsicle_11"
]
]
} |
5750 | display the value associated with a specified key | etcdctl get {{my/key}} | [
"etcdctl_1",
"etcdctl_16",
"etcdctl_34",
"etcdctl_44",
"etcdctl_74"
] | etcdctl | etcdctl | true | {
"token": [
"get",
"|main|"
],
"oracle_man": [
[
"etcdctl_16",
"etcdctl_34",
"etcdctl_44",
"etcdctl_74"
],
[
"etcdctl_1"
]
]
} |
5751 | store a keyvalue pair | etcdctl put {{my/key}} {{my_value}} | [
"etcdctl_1",
"etcdctl_31"
] | etcdctl | etcdctl | true | {
"token": [
"put",
"|main|"
],
"oracle_man": [
[
"etcdctl_31"
],
[
"etcdctl_1"
]
]
} |
5752 | delete a keyvalue pair | etcdctl del {{my/key}} | [
"etcdctl_1",
"etcdctl_11"
] | etcdctl | etcdctl | true | {
"token": [
"del",
"|main|"
],
"oracle_man": [
[
"etcdctl_11"
],
[
"etcdctl_1"
]
]
} |
5753 | store a keyvalue pair, reading the value from a file | etcdctl put {{my/file}} < {{path/to/file.txt}} | [
"etcdctl_1",
"etcdctl_31"
] | etcdctl | etcdctl | true | {
"token": [
"put",
"|main|"
],
"oracle_man": [
[
"etcdctl_31"
],
[
"etcdctl_1"
]
]
} |
5754 | save a snapshot of the etcd keystore | etcdctl snapshot save {{path/to/snapshot.db}} | [
"etcdctl_1",
"etcdctl_38",
"etcdctl_39",
"etcdctl_40"
] | etcdctl | etcdctl | true | {
"token": [
"snapshot",
"save",
"|main|"
],
"oracle_man": [
[
"etcdctl_38",
"etcdctl_39",
"etcdctl_40"
],
[
"etcdctl_39"
],
[
"etcdctl_1"
]
]
} |
5755 | restore a snapshot of an etcd keystore (restart the etcd server afterwards) | etcdctl snapshot restore {{path/to/snapshot.db}} | [
"etcdctl_1",
"etcdctl_38",
"etcdctl_39",
"etcdctl_40"
] | etcdctl | etcdctl | true | {
"token": [
"snapshot",
"restore",
"|main|"
],
"oracle_man": [
[
"etcdctl_38",
"etcdctl_39",
"etcdctl_40"
],
[
"etcdctl_38"
],
[
"etcdctl_1"
]
]
} |
5756 | add a user | etcdctl user add {{my_user}} | [
"etcdctl_1",
"etcdctl_25",
"etcdctl_32",
"etcdctl_42",
"etcdctl_43",
"etcdctl_44",
"etcdctl_45",
"etcdctl_46",
"etcdctl_47",
"etcdctl_48",
"etcdctl_82",
"etcdctl_83",
"etcdctl_84"
] | etcdctl | etcdctl | true | {
"token": [
"user",
"add",
"|main|"
],
"oracle_man": [
[
"etcdctl_42",
"etcdctl_43",
"etcdctl_44",
"etcdctl_45",
"etcdctl_46",
"etcdctl_47",
"etcdctl_48",
"etcdctl_83"
],
[
"etcdctl_25",
"etcdctl_32",
"etcdctl_42",
"etcdctl_82",
"etcdctl_83",
"etcdctl_84"
],
[
"etcdctl_1"
]
]
} |
5757 | watch a key for changes | etcdctl watch {{my/key}} | [
"etcdctl_1",
"etcdctl_50",
"etcdctl_80",
"etcdctl_81"
] | etcdctl | etcdctl | true | {
"token": [
"watch",
"|main|"
],
"oracle_man": [
[
"etcdctl_50",
"etcdctl_80",
"etcdctl_81"
],
[
"etcdctl_1"
]
]
} |
5760 | change priority of a running process | renice -n {{niceness_value}} -p {{pid}} | [
"renice_2",
"renice_3",
"renice_4",
"renice_5",
"renice_6",
"renice_11"
] | renice | renice | true | {
"token": [
"-n",
"-p",
"|main|"
],
"oracle_man": [
[
"renice_2",
"renice_4"
],
[
"renice_2",
"renice_4",
"renice_5",
"renice_6",
"renice_11"
],
[
"renice_3"
]
]
} |
5761 | change priority of all processes owned by a user | renice -n {{niceness_value}} -u {{user}} | [
"renice_2",
"renice_3",
"renice_4",
"renice_7",
"renice_11"
] | renice | renice | true | {
"token": [
"-n",
"-u",
"|main|"
],
"oracle_man": [
[
"renice_2",
"renice_4"
],
[
"renice_2",
"renice_7",
"renice_11"
],
[
"renice_3"
]
]
} |
5762 | change priority of all processes that belong to a process group | renice -n {{niceness_value}} --pgrp {{process_group}} | [
"renice_2",
"renice_3",
"renice_4",
"renice_5"
] | renice | renice | true | {
"token": [
"-n",
"--pgrp",
"|main|"
],
"oracle_man": [
[
"renice_2",
"renice_4"
],
[
"renice_5"
],
[
"renice_3"
]
]
} |
5769 | build a platformio project in the default system temporary directory and delete it afterwards | pio ci {{path/to/project}} | [
"pio_1",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
] | pio | pio-ci | true | {
"token": [
"ci",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5770 | build a platformio project and specify specific libraries | pio ci --lib {{path/to/library_directory}} {{path/to/project}} | [
"pio_1",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_480",
"pio_482",
"pio_488",
"pio_1717",
"pio_2573",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27942",
"pio_27949",
"pio_27952",
"pio_27961",
"pio_27968",
"pio_27970",
"pio_27982",
"pio_27987",
"pio_27996",
"pio_28002",
"pio_28011",
"pio_28018",
"pio_28021",
"pio_28032",
"pio_28041",
"pio_28042",
"pio_28044",
"pio_28053",
"pio_28059",
"pio_28067",
"pio_28075",
"pio_28096",
"pio_28103",
"pio_28112",
"pio_28121",
"pio_28124",
"pio_28137",
"pio_28147",
"pio_28149",
"pio_28164",
"pio_28174",
"pio_28183"
] | pio | pio-ci | true | {
"token": [
"ci",
"--lib",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_476",
"pio_477",
"pio_480",
"pio_482",
"pio_2573",
"pio_27942",
"pio_27952",
"pio_27968",
"pio_27970",
"pio_27982",
"pio_27987",
"pio_28011",
"pio_28021",
"pio_28041",
"pio_28042",
"pio_28044",
"pio_28053",
"pio_28075",
"pio_28112",
"pio_28124",
"pio_28147",
"pio_28149",
"pio_28164",
"pio_28174",
"pio_28183"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5771 | build a platformio project and specify a specific board (`pio boards` lists all of them) | pio ci --board {{board}} {{path/to/project}} | [
"pio_1",
"pio_270",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_489",
"pio_491",
"pio_1121",
"pio_1122",
"pio_1144",
"pio_1147",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27069",
"pio_27070",
"pio_27136",
"pio_27137",
"pio_27462",
"pio_27463",
"pio_27483",
"pio_27484",
"pio_27530",
"pio_27552",
"pio_27553",
"pio_27577",
"pio_27578",
"pio_27631",
"pio_27632",
"pio_27683",
"pio_27726",
"pio_27727",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27937",
"pio_27942",
"pio_27949",
"pio_27961",
"pio_27963",
"pio_27967",
"pio_27970",
"pio_27975",
"pio_27982",
"pio_27987",
"pio_27996",
"pio_28002",
"pio_28006",
"pio_28011",
"pio_28018",
"pio_28032",
"pio_28037",
"pio_28040",
"pio_28042",
"pio_28044",
"pio_28053",
"pio_28059",
"pio_28067",
"pio_28071",
"pio_28075",
"pio_28077",
"pio_28096",
"pio_28103",
"pio_28107",
"pio_28112",
"pio_28121",
"pio_28137",
"pio_28142",
"pio_28149",
"pio_28155",
"pio_28164",
"pio_28174",
"pio_28180",
"pio_28183",
"pio_28189",
"pio_29185",
"pio_29261"
] | pio | pio-ci | true | {
"token": [
"ci",
"--board",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_270",
"pio_476",
"pio_489",
"pio_491",
"pio_1121",
"pio_1122",
"pio_1144",
"pio_1147",
"pio_27069",
"pio_27070",
"pio_27136",
"pio_27137",
"pio_27462",
"pio_27463",
"pio_27483",
"pio_27484",
"pio_27530",
"pio_27552",
"pio_27553",
"pio_27577",
"pio_27578",
"pio_27631",
"pio_27632",
"pio_27683",
"pio_27726",
"pio_27727",
"pio_27937",
"pio_27942",
"pio_27963",
"pio_27967",
"pio_27970",
"pio_27975",
"pio_27982",
"pio_27987",
"pio_28006",
"pio_28011",
"pio_28037",
"pio_28040",
"pio_28042",
"pio_28044",
"pio_28053",
"pio_28071",
"pio_28075",
"pio_28077",
"pio_28107",
"pio_28112",
"pio_28142",
"pio_28149",
"pio_28155",
"pio_28164",
"pio_28174",
"pio_28180",
"pio_28183",
"pio_28189",
"pio_29185",
"pio_29261"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5772 | build a platformio project in a specific directory | pio ci --build-dir {{path/to/build_directory}} {{path/to/project}} | [
"pio_1",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_484",
"pio_488",
"pio_492",
"pio_496",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
] | pio | pio-ci | true | {
"token": [
"ci",
"--build-dir",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_476",
"pio_484",
"pio_492",
"pio_496"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5773 | build a platformio project and don't delete the build directory | pio ci --keep-build-dir {{path/to/project}} | [
"pio_1",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_494",
"pio_495",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137",
"pio_28658",
"pio_28662"
] | pio | pio-ci | true | {
"token": [
"ci",
"--keep-build-dir",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_494",
"pio_495",
"pio_28658",
"pio_28662"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5774 | build a platformio project using a specific configuration file | pio ci --project-conf {{path/to/platformio.ini}} | [
"pio_1",
"pio_457",
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_497",
"pio_520",
"pio_1607",
"pio_1717",
"pio_1808",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27975",
"pio_27976",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137",
"pio_28155",
"pio_28156",
"pio_28574",
"pio_28631",
"pio_28935"
] | pio | pio-ci | true | {
"token": [
"ci",
"--project-conf",
"|main|"
],
"oracle_man": [
[
"pio_470",
"pio_475",
"pio_476",
"pio_477",
"pio_479",
"pio_482",
"pio_488",
"pio_1717",
"pio_26144",
"pio_26146",
"pio_27918",
"pio_27926",
"pio_27933",
"pio_27949",
"pio_27961",
"pio_27996",
"pio_28002",
"pio_28018",
"pio_28032",
"pio_28059",
"pio_28067",
"pio_28096",
"pio_28103",
"pio_28121",
"pio_28137"
],
[
"pio_457",
"pio_476",
"pio_497",
"pio_520",
"pio_1607",
"pio_1808",
"pio_27975",
"pio_27976",
"pio_28155",
"pio_28156",
"pio_28574",
"pio_28631",
"pio_28935"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
} |
5781 | send a transaction to a given address | bitcoin-cli sendtoaddress "{{address}}" {{amount}} | [
"bitcoin-cli_3"
] | bitcoin-cli | bitcoin-cli | true | {
"token": [
"sendtoaddress",
"|main|"
],
"oracle_man": [
[],
[
"bitcoin-cli_3"
]
]
} |
5782 | generate one or more blocks | bitcoin-cli generate {{num_blocks}} | [
"bitcoin-cli_3"
] | bitcoin-cli | bitcoin-cli | true | {
"token": [
"generate",
"|main|"
],
"oracle_man": [
[],
[
"bitcoin-cli_3"
]
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.