question_id
stringlengths 1
5
| nl
stringlengths 4
218
| cmd
stringlengths 1
231
| oracle_man
list | cmd_name
stringlengths 1
24
| tldr_cmd_name
stringlengths 1
24
| manual_exist
bool 1
class | matching_info
dict |
---|---|---|---|---|---|---|---|
9302
|
read a file of sha224 sums and verify all files have matching checksums
|
sha224sum --check {{path/to/file.sha224}}
|
[
"sha224sum_3",
"sha224sum_6"
] |
sha224sum
|
sha224sum
| true |
{
"token": [
"--check",
"|main|"
],
"oracle_man": [
[
"sha224sum_6"
],
[
"sha224sum_3",
"sha224sum_4",
"sha224sum_5",
"sha224sum_6",
"sha224sum_7",
"sha224sum_8",
"sha224sum_9",
"sha224sum_10",
"sha224sum_11",
"sha224sum_12",
"sha224sum_13",
"sha224sum_14",
"sha224sum_15",
"sha224sum_16",
"sha224sum_17",
"sha224sum_18"
]
]
}
|
9303
|
only show a message for files for which verification fails
|
sha224sum --check --quiet {{path/to/file.sha224}}
|
[
"sha224sum_3",
"sha224sum_6",
"sha224sum_11"
] |
sha224sum
|
sha224sum
| true |
{
"token": [
"--check",
"--quiet",
"|main|"
],
"oracle_man": [
[
"sha224sum_6"
],
[
"sha224sum_11"
],
[
"sha224sum_3",
"sha224sum_4",
"sha224sum_5",
"sha224sum_6",
"sha224sum_7",
"sha224sum_8",
"sha224sum_9",
"sha224sum_10",
"sha224sum_11",
"sha224sum_12",
"sha224sum_13",
"sha224sum_14",
"sha224sum_15",
"sha224sum_16",
"sha224sum_17",
"sha224sum_18"
]
]
}
|
9308
|
print go version
|
go version
|
[
"go-version_2",
"go-version_3"
] |
go-version
|
go-version
| true |
{
"token": [
"go",
"version",
"|main|"
],
"oracle_man": [
[
"go-version_2"
],
[
"go-version_2",
"go-version_3"
],
[
"go-version_3",
"go-version_4",
"go-version_5",
"go-version_6"
]
]
}
|
9309
|
print the go version used to build the named executable file
|
go version {{path/to/executable}}
|
[
"go-version_2",
"go-version_3"
] |
go-version
|
go-version
| true |
{
"token": [
"go",
"version",
"|main|"
],
"oracle_man": [
[
"go-version_2"
],
[
"go-version_2",
"go-version_3"
],
[
"go-version_3",
"go-version_4",
"go-version_5",
"go-version_6"
]
]
}
|
9310
|
browse for ssh servers
|
bssh
|
[
"bssh_5"
] |
bssh
|
bssh
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"bssh_5",
"bssh_6"
]
]
}
|
9311
|
browse for vnc servers
|
bssh --vnc
|
[
"bssh_5",
"bssh_8"
] |
bssh
|
bssh
| true |
{
"token": [
"--vnc",
"|main|"
],
"oracle_man": [
[
"bssh_8"
],
[
"bssh_5",
"bssh_6"
]
]
}
|
9312
|
browse for both ssh and vnc servers
|
bssh --shell
|
[
"bssh_5",
"bssh_9"
] |
bssh
|
bssh
| true |
{
"token": [
"--shell",
"|main|"
],
"oracle_man": [
[
"bssh_9"
],
[
"bssh_5",
"bssh_6"
]
]
}
|
9313
|
browse for ssh servers in a specified domain
|
bssh --domain={{domain}}
|
[
"bssh_5",
"bssh_10"
] |
bssh
|
bssh
| true |
{
"token": [
"--domain",
"|main|"
],
"oracle_man": [
[
"bssh_10"
],
[
"bssh_5",
"bssh_6"
]
]
}
|
9319
|
print the remove commands instead of actually removing anything
|
go clean -n
|
[
"go-clean_2",
"go-clean_3",
"go-clean_7",
"go-clean_17"
] |
go-clean
|
go-clean
| true |
{
"token": [
"go",
"clean",
"-n",
"|main|"
],
"oracle_man": [
[
"go-clean_2",
"go-clean_7"
],
[
"go-clean_2"
],
[
"go-clean_2",
"go-clean_17"
],
[
"go-clean_3",
"go-clean_4",
"go-clean_5",
"go-clean_6",
"go-clean_7",
"go-clean_8",
"go-clean_9",
"go-clean_10",
"go-clean_11",
"go-clean_12",
"go-clean_13",
"go-clean_14",
"go-clean_15"
]
]
}
|
9320
|
delete the build cache
|
go clean -cache
|
[
"go-clean_2",
"go-clean_3",
"go-clean_7",
"go-clean_20"
] |
go-clean
|
go-clean
| true |
{
"token": [
"go",
"clean",
"-cache",
"|main|"
],
"oracle_man": [
[
"go-clean_2",
"go-clean_7"
],
[
"go-clean_2"
],
[
"go-clean_20"
],
[
"go-clean_3",
"go-clean_4",
"go-clean_5",
"go-clean_6",
"go-clean_7",
"go-clean_8",
"go-clean_9",
"go-clean_10",
"go-clean_11",
"go-clean_12",
"go-clean_13",
"go-clean_14",
"go-clean_15"
]
]
}
|
9321
|
delete all cached test results
|
go clean -testcache
|
[
"go-clean_2",
"go-clean_3",
"go-clean_7",
"go-clean_21"
] |
go-clean
|
go-clean
| true |
{
"token": [
"go",
"clean",
"-testcache",
"|main|"
],
"oracle_man": [
[
"go-clean_2",
"go-clean_7"
],
[
"go-clean_2"
],
[
"go-clean_21"
],
[
"go-clean_3",
"go-clean_4",
"go-clean_5",
"go-clean_6",
"go-clean_7",
"go-clean_8",
"go-clean_9",
"go-clean_10",
"go-clean_11",
"go-clean_12",
"go-clean_13",
"go-clean_14",
"go-clean_15"
]
]
}
|
9322
|
delete the module cache
|
go clean -modcache
|
[
"go-clean_2",
"go-clean_3",
"go-clean_7",
"go-clean_22"
] |
go-clean
|
go-clean
| true |
{
"token": [
"go",
"clean",
"-modcache",
"|main|"
],
"oracle_man": [
[
"go-clean_2",
"go-clean_7"
],
[
"go-clean_2"
],
[
"go-clean_22"
],
[
"go-clean_3",
"go-clean_4",
"go-clean_5",
"go-clean_6",
"go-clean_7",
"go-clean_8",
"go-clean_9",
"go-clean_10",
"go-clean_11",
"go-clean_12",
"go-clean_13",
"go-clean_14",
"go-clean_15"
]
]
}
|
9323
|
initialize or mount an encrypted filesystem
|
encfs {{/path/to/cipher_dir}} {{/path/to/mount_point}}
|
[
"encfs_3"
] |
encfs
|
encfs
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"encfs_3",
"encfs_4"
]
]
}
|
9324
|
initialize an encrypted filesystem with standard settings
|
encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}
|
[
"encfs_2",
"encfs_3",
"encfs_12",
"encfs_14"
] |
encfs
|
encfs
| true |
{
"token": [
"--standard",
"|main|"
],
"oracle_man": [
[
"encfs_2",
"encfs_12",
"encfs_14"
],
[
"encfs_3",
"encfs_4"
]
]
}
|
9325
|
run encfs in the foreground instead of spawning a daemon
|
encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}
|
[
"encfs_2",
"encfs_3",
"encfs_7",
"encfs_10",
"encfs_33",
"encfs_45",
"encfs_47",
"encfs_54",
"encfs_55",
"encfs_67",
"encfs_95",
"encfs_98",
"encfs_99"
] |
encfs
|
encfs
| true |
{
"token": [
"-f",
"|main|"
],
"oracle_man": [
[
"encfs_2",
"encfs_7",
"encfs_10",
"encfs_33",
"encfs_45",
"encfs_47",
"encfs_54",
"encfs_55",
"encfs_67",
"encfs_95",
"encfs_98",
"encfs_99"
],
[
"encfs_3",
"encfs_4"
]
]
}
|
9326
|
mount an encrypted snapshot of a plain directory
|
encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}
|
[
"encfs_2",
"encfs_3",
"encfs_16",
"encfs_18",
"encfs_22",
"encfs_23",
"encfs_51"
] |
encfs
|
encfs
| true |
{
"token": [
"--reverse",
"|main|"
],
"oracle_man": [
[
"encfs_2",
"encfs_16",
"encfs_18",
"encfs_22",
"encfs_23",
"encfs_51"
],
[
"encfs_3",
"encfs_4"
]
]
}
|
9327
|
download a video or playlist
|
youtube-dl '{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}'
|
[
"youtube-dl_3"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"youtube-dl_3"
]
]
}
|
9328
|
list all formats that a video or playlist is available in
|
youtube-dl --list-formats '{{https://www.youtube.com/watch?v=Mwa0_nE9H7A}}'
|
[
"youtube-dl_3",
"youtube-dl_124",
"youtube-dl_279"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"--list-formats",
"|main|"
],
"oracle_man": [
[
"youtube-dl_124",
"youtube-dl_279"
],
[
"youtube-dl_3"
]
]
}
|
9329
|
download a video or playlist at a specific quality
|
youtube-dl --format "{{best[height<=480]}}" '{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}'
|
[
"youtube-dl_3",
"youtube-dl_121",
"youtube-dl_210",
"youtube-dl_277"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"--format",
"|main|"
],
"oracle_man": [
[
"youtube-dl_121",
"youtube-dl_210",
"youtube-dl_277"
],
[
"youtube-dl_3"
]
]
}
|
9330
|
download the audio from a video and convert it to an mp3
|
youtube-dl -x --audio-format {{mp3}} '{{url}}'
|
[
"youtube-dl_3",
"youtube-dl_60",
"youtube-dl_142",
"youtube-dl_143",
"youtube-dl_153",
"youtube-dl_163"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"-x",
"--audio-format",
"|main|"
],
"oracle_man": [
[
"youtube-dl_60",
"youtube-dl_142",
"youtube-dl_143",
"youtube-dl_153",
"youtube-dl_163"
],
[
"youtube-dl_143"
],
[
"youtube-dl_3"
]
]
}
|
9331
|
download the best quality audio and video and merge them
|
youtube-dl -f bestvideo+bestaudio '{{url}}'
|
[
"youtube-dl_3",
"youtube-dl_12",
"youtube-dl_16",
"youtube-dl_23",
"youtube-dl_24",
"youtube-dl_36",
"youtube-dl_37",
"youtube-dl_43",
"youtube-dl_51",
"youtube-dl_52",
"youtube-dl_53",
"youtube-dl_54",
"youtube-dl_60",
"youtube-dl_62",
"youtube-dl_66",
"youtube-dl_71",
"youtube-dl_98",
"youtube-dl_99",
"youtube-dl_121",
"youtube-dl_122",
"youtube-dl_123",
"youtube-dl_124",
"youtube-dl_126",
"youtube-dl_131",
"youtube-dl_135",
"youtube-dl_143",
"youtube-dl_152",
"youtube-dl_154",
"youtube-dl_156",
"youtube-dl_157",
"youtube-dl_181",
"youtube-dl_210",
"youtube-dl_265",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_277",
"youtube-dl_279",
"youtube-dl_280",
"youtube-dl_286",
"youtube-dl_287",
"youtube-dl_288",
"youtube-dl_289",
"youtube-dl_290",
"youtube-dl_291",
"youtube-dl_311",
"youtube-dl_312",
"youtube-dl_313",
"youtube-dl_314",
"youtube-dl_315",
"youtube-dl_317",
"youtube-dl_318",
"youtube-dl_319",
"youtube-dl_320",
"youtube-dl_321",
"youtube-dl_342"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"-f",
"bestvideo+bestaudio",
"|main|"
],
"oracle_man": [
[
"youtube-dl_12",
"youtube-dl_16",
"youtube-dl_23",
"youtube-dl_24",
"youtube-dl_36",
"youtube-dl_37",
"youtube-dl_43",
"youtube-dl_51",
"youtube-dl_52",
"youtube-dl_53",
"youtube-dl_54",
"youtube-dl_60",
"youtube-dl_62",
"youtube-dl_66",
"youtube-dl_71",
"youtube-dl_98",
"youtube-dl_99",
"youtube-dl_121",
"youtube-dl_122",
"youtube-dl_123",
"youtube-dl_124",
"youtube-dl_126",
"youtube-dl_131",
"youtube-dl_135",
"youtube-dl_143",
"youtube-dl_152",
"youtube-dl_154",
"youtube-dl_156",
"youtube-dl_157",
"youtube-dl_181",
"youtube-dl_210",
"youtube-dl_265",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_277",
"youtube-dl_279",
"youtube-dl_280",
"youtube-dl_286",
"youtube-dl_287",
"youtube-dl_288",
"youtube-dl_289",
"youtube-dl_290",
"youtube-dl_291",
"youtube-dl_311",
"youtube-dl_312",
"youtube-dl_313",
"youtube-dl_314",
"youtube-dl_315",
"youtube-dl_317",
"youtube-dl_318",
"youtube-dl_319",
"youtube-dl_320",
"youtube-dl_321",
"youtube-dl_342"
],
[],
[
"youtube-dl_3"
]
]
}
|
9332
|
download video(s) as mp4 files with custom filenames
|
youtube-dl --format {{mp4}} -o "{{%(playlist_index)s-%(title)s by %(uploader)s on %(upload_date)s in %(playlist)s.%(ext)s}}" '{{url}}'
|
[
"youtube-dl_3",
"youtube-dl_8",
"youtube-dl_53",
"youtube-dl_68",
"youtube-dl_69",
"youtube-dl_72",
"youtube-dl_121",
"youtube-dl_126",
"youtube-dl_142",
"youtube-dl_148",
"youtube-dl_152",
"youtube-dl_166",
"youtube-dl_167",
"youtube-dl_179",
"youtube-dl_181",
"youtube-dl_210",
"youtube-dl_259",
"youtube-dl_260",
"youtube-dl_262",
"youtube-dl_263",
"youtube-dl_266",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_270",
"youtube-dl_271",
"youtube-dl_272",
"youtube-dl_273",
"youtube-dl_274",
"youtube-dl_277",
"youtube-dl_284",
"youtube-dl_285",
"youtube-dl_288",
"youtube-dl_312",
"youtube-dl_314",
"youtube-dl_321",
"youtube-dl_330",
"youtube-dl_342",
"youtube-dl_344",
"youtube-dl_356",
"youtube-dl_358",
"youtube-dl_368",
"youtube-dl_373",
"youtube-dl_434",
"youtube-dl_438",
"youtube-dl_441",
"youtube-dl_445"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"--format",
"-o",
"|main|"
],
"oracle_man": [
[
"youtube-dl_121",
"youtube-dl_210",
"youtube-dl_277"
],
[
"youtube-dl_8",
"youtube-dl_53",
"youtube-dl_68",
"youtube-dl_69",
"youtube-dl_72",
"youtube-dl_126",
"youtube-dl_142",
"youtube-dl_148",
"youtube-dl_152",
"youtube-dl_166",
"youtube-dl_167",
"youtube-dl_179",
"youtube-dl_181",
"youtube-dl_259",
"youtube-dl_260",
"youtube-dl_262",
"youtube-dl_263",
"youtube-dl_266",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_270",
"youtube-dl_271",
"youtube-dl_272",
"youtube-dl_273",
"youtube-dl_274",
"youtube-dl_284",
"youtube-dl_285",
"youtube-dl_288",
"youtube-dl_312",
"youtube-dl_314",
"youtube-dl_321",
"youtube-dl_330",
"youtube-dl_342",
"youtube-dl_344",
"youtube-dl_356",
"youtube-dl_358",
"youtube-dl_368",
"youtube-dl_373",
"youtube-dl_434",
"youtube-dl_438",
"youtube-dl_441",
"youtube-dl_445"
],
[
"youtube-dl_3"
]
]
}
|
9333
|
download a particular language's subtitles along with the video
|
youtube-dl --sub-lang {{en}} --write-sub '{{https://www.youtube.com/watch?v=Mwa0_nE9H7A}}'
|
[
"youtube-dl_3",
"youtube-dl_127",
"youtube-dl_132"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"--sub-lang",
"--write-sub",
"|main|"
],
"oracle_man": [
[
"youtube-dl_132"
],
[
"youtube-dl_127"
],
[
"youtube-dl_3"
]
]
}
|
9334
|
download a playlist and extract mp3s from it
|
youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}
|
[
"youtube-dl_3",
"youtube-dl_7",
"youtube-dl_8",
"youtube-dl_12",
"youtube-dl_16",
"youtube-dl_23",
"youtube-dl_24",
"youtube-dl_36",
"youtube-dl_37",
"youtube-dl_43",
"youtube-dl_51",
"youtube-dl_52",
"youtube-dl_53",
"youtube-dl_54",
"youtube-dl_60",
"youtube-dl_62",
"youtube-dl_66",
"youtube-dl_68",
"youtube-dl_69",
"youtube-dl_71",
"youtube-dl_72",
"youtube-dl_73",
"youtube-dl_98",
"youtube-dl_99",
"youtube-dl_121",
"youtube-dl_122",
"youtube-dl_123",
"youtube-dl_124",
"youtube-dl_126",
"youtube-dl_131",
"youtube-dl_135",
"youtube-dl_142",
"youtube-dl_143",
"youtube-dl_148",
"youtube-dl_152",
"youtube-dl_154",
"youtube-dl_156",
"youtube-dl_157",
"youtube-dl_166",
"youtube-dl_167",
"youtube-dl_179",
"youtube-dl_181",
"youtube-dl_210",
"youtube-dl_259",
"youtube-dl_260",
"youtube-dl_262",
"youtube-dl_263",
"youtube-dl_265",
"youtube-dl_266",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_270",
"youtube-dl_271",
"youtube-dl_272",
"youtube-dl_273",
"youtube-dl_274",
"youtube-dl_277",
"youtube-dl_279",
"youtube-dl_280",
"youtube-dl_284",
"youtube-dl_285",
"youtube-dl_286",
"youtube-dl_287",
"youtube-dl_288",
"youtube-dl_289",
"youtube-dl_290",
"youtube-dl_291",
"youtube-dl_311",
"youtube-dl_312",
"youtube-dl_313",
"youtube-dl_314",
"youtube-dl_315",
"youtube-dl_317",
"youtube-dl_318",
"youtube-dl_319",
"youtube-dl_320",
"youtube-dl_321",
"youtube-dl_330",
"youtube-dl_342",
"youtube-dl_344",
"youtube-dl_356",
"youtube-dl_358",
"youtube-dl_368",
"youtube-dl_373",
"youtube-dl_434",
"youtube-dl_438",
"youtube-dl_441",
"youtube-dl_445"
] |
youtube-dl
|
youtube-dl
| true |
{
"token": [
"-f",
"bestaudio",
"--continue",
"--no-overwrites",
"--ignore-errors",
"--extract-audio",
"--audio-format",
"mp3",
"-o",
"%(title)s.%(ext)s",
"|main|"
],
"oracle_man": [
[
"youtube-dl_12",
"youtube-dl_16",
"youtube-dl_23",
"youtube-dl_24",
"youtube-dl_36",
"youtube-dl_37",
"youtube-dl_43",
"youtube-dl_51",
"youtube-dl_52",
"youtube-dl_53",
"youtube-dl_54",
"youtube-dl_60",
"youtube-dl_62",
"youtube-dl_66",
"youtube-dl_71",
"youtube-dl_98",
"youtube-dl_99",
"youtube-dl_121",
"youtube-dl_122",
"youtube-dl_123",
"youtube-dl_124",
"youtube-dl_126",
"youtube-dl_131",
"youtube-dl_135",
"youtube-dl_143",
"youtube-dl_152",
"youtube-dl_154",
"youtube-dl_156",
"youtube-dl_157",
"youtube-dl_181",
"youtube-dl_210",
"youtube-dl_265",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_277",
"youtube-dl_279",
"youtube-dl_280",
"youtube-dl_286",
"youtube-dl_287",
"youtube-dl_288",
"youtube-dl_289",
"youtube-dl_290",
"youtube-dl_291",
"youtube-dl_311",
"youtube-dl_312",
"youtube-dl_313",
"youtube-dl_314",
"youtube-dl_315",
"youtube-dl_317",
"youtube-dl_318",
"youtube-dl_319",
"youtube-dl_320",
"youtube-dl_321",
"youtube-dl_342"
],
[
"youtube-dl_286"
],
[
"youtube-dl_73"
],
[
"youtube-dl_72"
],
[
"youtube-dl_7"
],
[
"youtube-dl_142"
],
[
"youtube-dl_143"
],
[],
[
"youtube-dl_8",
"youtube-dl_53",
"youtube-dl_68",
"youtube-dl_69",
"youtube-dl_72",
"youtube-dl_126",
"youtube-dl_142",
"youtube-dl_148",
"youtube-dl_152",
"youtube-dl_166",
"youtube-dl_167",
"youtube-dl_179",
"youtube-dl_181",
"youtube-dl_259",
"youtube-dl_260",
"youtube-dl_262",
"youtube-dl_263",
"youtube-dl_266",
"youtube-dl_268",
"youtube-dl_269",
"youtube-dl_270",
"youtube-dl_271",
"youtube-dl_272",
"youtube-dl_273",
"youtube-dl_274",
"youtube-dl_284",
"youtube-dl_285",
"youtube-dl_288",
"youtube-dl_312",
"youtube-dl_314",
"youtube-dl_321",
"youtube-dl_330",
"youtube-dl_342",
"youtube-dl_344",
"youtube-dl_356",
"youtube-dl_358",
"youtube-dl_368",
"youtube-dl_373",
"youtube-dl_434",
"youtube-dl_438",
"youtube-dl_441",
"youtube-dl_445"
],
[],
[
"youtube-dl_3"
]
]
}
|
9341
|
compare diff files
|
interdiff {{old_file}} {{new_file}}
|
[
"interdiff_4"
] |
interdiff
|
interdiff
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"interdiff_4",
"interdiff_5",
"interdiff_6",
"interdiff_7",
"interdiff_8",
"interdiff_9",
"interdiff_10"
]
]
}
|
9342
|
compare diff files, ignoring whitespace
|
interdiff -w {{old_file}} {{new_file}}
|
[
"interdiff_2",
"interdiff_4",
"interdiff_18"
] |
interdiff
|
interdiff
| true |
{
"token": [
"-w",
"|main|"
],
"oracle_man": [
[
"interdiff_2",
"interdiff_18"
],
[
"interdiff_4",
"interdiff_5",
"interdiff_6",
"interdiff_7",
"interdiff_8",
"interdiff_9",
"interdiff_10"
]
]
}
|
9349
|
display the number of available processing units
|
nproc
|
[
"nproc_3"
] |
nproc
|
nproc
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"nproc_3",
"nproc_4",
"nproc_5",
"nproc_6",
"nproc_7"
]
]
}
|
9350
|
display the number of installed processing units, including any inactive ones
|
nproc --all
|
[
"nproc_3",
"nproc_4"
] |
nproc
|
nproc
| true |
{
"token": [
"--all",
"|main|"
],
"oracle_man": [
[
"nproc_4"
],
[
"nproc_3",
"nproc_4",
"nproc_5",
"nproc_6",
"nproc_7"
]
]
}
|
9351
|
if possible, subtract a given number of units from the returned value
|
nproc --ignore {{count}}
|
[
"nproc_3",
"nproc_5"
] |
nproc
|
nproc
| true |
{
"token": [
"--ignore",
"|main|"
],
"oracle_man": [
[
"nproc_5"
],
[
"nproc_3",
"nproc_4",
"nproc_5",
"nproc_6",
"nproc_7"
]
]
}
|
9363
|
generate a sha512 timestamp request of a specific file and output to `file.tsq`
|
openssl ts -query -data {{path/to/file}} -sha512 -out {{path/to/file.tsq}}
|
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_12",
"openssl-ts_16",
"openssl-ts_23",
"openssl-ts_28",
"openssl-ts_37",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_51",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102"
] |
openssl-ts
|
openssl-ts
| true |
{
"token": [
"openssl",
"ts",
"-query",
"-data",
"-sha512",
"-out",
"|main|"
],
"oracle_man": [
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_12",
"openssl-ts_28",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_51",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_91",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_2",
"openssl-ts_4",
"openssl-ts_16",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_74",
"openssl-ts_80",
"openssl-ts_102"
],
[],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_23",
"openssl-ts_37",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_91",
"openssl-ts_95",
"openssl-ts_97"
],
[
"openssl-ts_6",
"openssl-ts_7",
"openssl-ts_8",
"openssl-ts_9",
"openssl-ts_10",
"openssl-ts_11"
]
]
}
|
9364
|
check the date and metadata of a specific timestamp response file
|
openssl ts -reply -in {{path/to/file.tsr}} -text
|
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_5",
"openssl-ts_6",
"openssl-ts_22",
"openssl-ts_24",
"openssl-ts_25",
"openssl-ts_31",
"openssl-ts_33",
"openssl-ts_35",
"openssl-ts_36",
"openssl-ts_37",
"openssl-ts_39",
"openssl-ts_45",
"openssl-ts_46",
"openssl-ts_50",
"openssl-ts_51",
"openssl-ts_53",
"openssl-ts_61",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
] |
openssl-ts
|
openssl-ts
| true |
{
"token": [
"openssl",
"ts",
"-reply",
"-in",
"-text",
"|main|"
],
"oracle_man": [
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_3",
"openssl-ts_25",
"openssl-ts_33",
"openssl-ts_51",
"openssl-ts_53",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97"
],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_5",
"openssl-ts_22",
"openssl-ts_31",
"openssl-ts_35",
"openssl-ts_36",
"openssl-ts_45",
"openssl-ts_46",
"openssl-ts_50",
"openssl-ts_61",
"openssl-ts_78",
"openssl-ts_85",
"openssl-ts_89",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_24",
"openssl-ts_37",
"openssl-ts_39",
"openssl-ts_78",
"openssl-ts_89",
"openssl-ts_93"
],
[
"openssl-ts_6",
"openssl-ts_7",
"openssl-ts_8",
"openssl-ts_9",
"openssl-ts_10",
"openssl-ts_11"
]
]
}
|
9365
|
verify a timestamp request file and a timestamp response file from the server with an ssl certificate file
|
openssl ts -verify -in {{path/to/file.tsr}} -queryfile {{path/to/file.tsq}} -partial_chain -CAfile {{path/to/cert.pem}}
|
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_5",
"openssl-ts_6",
"openssl-ts_22",
"openssl-ts_28",
"openssl-ts_31",
"openssl-ts_35",
"openssl-ts_36",
"openssl-ts_41",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_45",
"openssl-ts_46",
"openssl-ts_47",
"openssl-ts_48",
"openssl-ts_50",
"openssl-ts_61",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
] |
openssl-ts
|
openssl-ts
| true |
{
"token": [
"openssl",
"ts",
"-verify",
"-in",
"-queryfile",
"-partial_chain",
"-CAfile",
"|main|"
],
"oracle_man": [
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_4",
"openssl-ts_5",
"openssl-ts_41",
"openssl-ts_50",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_5",
"openssl-ts_22",
"openssl-ts_31",
"openssl-ts_35",
"openssl-ts_36",
"openssl-ts_45",
"openssl-ts_46",
"openssl-ts_50",
"openssl-ts_61",
"openssl-ts_78",
"openssl-ts_85",
"openssl-ts_89",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
],
[
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_28",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_91",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_5",
"openssl-ts_50"
],
[
"openssl-ts_4",
"openssl-ts_47",
"openssl-ts_48",
"openssl-ts_99",
"openssl-ts_101",
"openssl-ts_102",
"openssl-ts_103"
],
[
"openssl-ts_6",
"openssl-ts_7",
"openssl-ts_8",
"openssl-ts_9",
"openssl-ts_10",
"openssl-ts_11"
]
]
}
|
9366
|
create a timestamp response for request using key and signing certificate and output it to `file.tsr`
|
openssl ts -reply -queryfile {{path/to/file.tsq}} -inkey {{path/to/tsakey.pem}} -signer tsacert.pem -out {{path/to/file.tsr}}
|
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_23",
"openssl-ts_25",
"openssl-ts_28",
"openssl-ts_30",
"openssl-ts_31",
"openssl-ts_33",
"openssl-ts_37",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_51",
"openssl-ts_53",
"openssl-ts_59",
"openssl-ts_61",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
] |
openssl-ts
|
openssl-ts
| true |
{
"token": [
"openssl",
"ts",
"-reply",
"-queryfile",
"-inkey",
"-signer",
"tsacert.pem",
"-out",
"|main|"
],
"oracle_man": [
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_1",
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_6",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_78",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_3",
"openssl-ts_25",
"openssl-ts_33",
"openssl-ts_51",
"openssl-ts_53",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_89",
"openssl-ts_91",
"openssl-ts_93",
"openssl-ts_95",
"openssl-ts_97"
],
[
"openssl-ts_3",
"openssl-ts_4",
"openssl-ts_28",
"openssl-ts_42",
"openssl-ts_43",
"openssl-ts_44",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_91",
"openssl-ts_99",
"openssl-ts_101"
],
[
"openssl-ts_3",
"openssl-ts_31",
"openssl-ts_61",
"openssl-ts_85"
],
[
"openssl-ts_3",
"openssl-ts_30",
"openssl-ts_59",
"openssl-ts_85"
],
[],
[
"openssl-ts_2",
"openssl-ts_3",
"openssl-ts_23",
"openssl-ts_37",
"openssl-ts_74",
"openssl-ts_76",
"openssl-ts_80",
"openssl-ts_85",
"openssl-ts_87",
"openssl-ts_91",
"openssl-ts_95",
"openssl-ts_97"
],
[
"openssl-ts_6",
"openssl-ts_7",
"openssl-ts_8",
"openssl-ts_9",
"openssl-ts_10",
"openssl-ts_11"
]
]
}
|
9367
|
render a `png` image with a filename based on the input filename and output format (uppercase o)
|
dot -T {{png}} -O {{path/to/input.gv}}
|
[
"dot_3",
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
] |
dot
|
dot
| true |
{
"token": [
"-T",
"-O",
"|main|"
],
"oracle_man": [
[
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
],
[
"dot_112"
],
[
"dot_3",
"dot_4",
"dot_5",
"dot_6",
"dot_7",
"dot_8",
"dot_9",
"dot_10",
"dot_11"
]
]
}
|
9368
|
render a `svg` image with the specified output filename (lowercase o)
|
dot -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}}
|
[
"dot_3",
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112",
"dot_120"
] |
dot
|
dot
| true |
{
"token": [
"-T",
"-o",
"|main|"
],
"oracle_man": [
[
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
],
[
"dot_120"
],
[
"dot_3",
"dot_4",
"dot_5",
"dot_6",
"dot_7",
"dot_8",
"dot_9",
"dot_10",
"dot_11"
]
]
}
|
9369
|
render the output in `ps`, `pdf`, `svg`, `fig`, `png`, `gif`, `jpg`, `json`, or `dot` format
|
dot -T {{format}} -O {{path/to/input.gv}}
|
[
"dot_3",
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
] |
dot
|
dot
| true |
{
"token": [
"-T",
"-O",
"|main|"
],
"oracle_man": [
[
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
],
[
"dot_112"
],
[
"dot_3",
"dot_4",
"dot_5",
"dot_6",
"dot_7",
"dot_8",
"dot_9",
"dot_10",
"dot_11"
]
]
}
|
9370
|
render a `gif` image using stdin and stdout
|
echo "{{digraph {this -> that} }}" | dot -T {{gif}} > {{path/to/image.gif}}
|
[
"dot_3",
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
] |
dot
|
dot
| true |
{
"token": [
"echo",
"-T",
"|main|"
],
"oracle_man": [
[],
[
"dot_12",
"dot_13",
"dot_14",
"dot_45",
"dot_109",
"dot_112"
],
[
"dot_3",
"dot_4",
"dot_5",
"dot_6",
"dot_7",
"dot_8",
"dot_9",
"dot_10",
"dot_11"
]
]
}
|
9371
|
display help
|
dot -?
|
[
"dot_3",
"dot_129"
] |
dot
|
dot
| true |
{
"token": [
"-?",
"|main|"
],
"oracle_man": [
[
"dot_129"
],
[
"dot_3",
"dot_4",
"dot_5",
"dot_6",
"dot_7",
"dot_8",
"dot_9",
"dot_10",
"dot_11"
]
]
}
|
9372
|
bind to a specific port on localhost
|
guacd -b {{127.0.0.1}} -l {{4823}}
|
[
"guacd_2",
"guacd_3",
"guacd_4",
"guacd_5"
] |
guacd
|
guacd
| true |
{
"token": [
"-b",
"-l",
"|main|"
],
"oracle_man": [
[
"guacd_2",
"guacd_3",
"guacd_4"
],
[
"guacd_2",
"guacd_5"
],
[
"guacd_3"
]
]
}
|
9373
|
start in debug mode, keeping the process in the foreground
|
guacd -f -L {{debug}}
|
[
"guacd_2",
"guacd_3",
"guacd_7",
"guacd_8"
] |
guacd
|
guacd
| true |
{
"token": [
"-f",
"-L",
"|main|"
],
"oracle_man": [
[
"guacd_2",
"guacd_8"
],
[
"guacd_2",
"guacd_7"
],
[
"guacd_3"
]
]
}
|
9374
|
start with tls support
|
guacd -C {{my-cert.crt}} -K {{my-key.pem}}
|
[
"guacd_2",
"guacd_3",
"guacd_12",
"guacd_13"
] |
guacd
|
guacd
| true |
{
"token": [
"-C",
"-K",
"|main|"
],
"oracle_man": [
[
"guacd_2",
"guacd_12"
],
[
"guacd_2",
"guacd_13"
],
[
"guacd_3"
]
]
}
|
9375
|
write the pid to a file
|
guacd -p {{path/to/file.pid}}
|
[
"guacd_2",
"guacd_3",
"guacd_6"
] |
guacd
|
guacd
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"guacd_2",
"guacd_6"
],
[
"guacd_3"
]
]
}
|
9382
|
display the type of a command
|
type {{command}}
|
[
"type_4"
] |
type
|
type
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"type_4"
]
]
}
|
9383
|
display all locations containing the specified executable
|
type -a {{command}}
|
[
"type_4"
] |
type
|
type
| true |
{
"token": [
"-a",
"|main|"
],
"oracle_man": [
[],
[
"type_4"
]
]
}
|
9384
|
display the name of the disk file that would be executed
|
type -p {{command}}
|
[
"type_4"
] |
type
|
type
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[],
[
"type_4"
]
]
}
|
9385
|
delete all store paths unused by current generations of each profile
|
sudo nix-collect-garbage --delete-old
|
[
"nix-collect-garbage_1",
"nix-collect-garbage_2",
"nix-collect-garbage_3"
] |
nix-collect-garbage
|
nix-collect-garbage
| true |
{
"token": [
"--delete-old",
"|main|"
],
"oracle_man": [
[
"nix-collect-garbage_2",
"nix-collect-garbage_3"
],
[
"nix-collect-garbage_1"
]
]
}
|
9386
|
simulate the deletion of old store paths
|
sudo nix-collect-garbage --delete-old --dry-run
|
[
"nix-collect-garbage_1",
"nix-collect-garbage_2",
"nix-collect-garbage_3"
] |
nix-collect-garbage
|
nix-collect-garbage
| true |
{
"token": [
"--delete-old",
"--dry-run",
"|main|"
],
"oracle_man": [
[
"nix-collect-garbage_2",
"nix-collect-garbage_3"
],
[
"nix-collect-garbage_2"
],
[
"nix-collect-garbage_1"
]
]
}
|
9387
|
delete all store paths older than 30 days
|
sudo nix-collect-garbage --delete-older-than {{30d}}
|
[
"nix-collect-garbage_1",
"nix-collect-garbage_2",
"nix-collect-garbage_3"
] |
nix-collect-garbage
|
nix-collect-garbage
| true |
{
"token": [
"--delete-older-than",
"|main|"
],
"oracle_man": [
[
"nix-collect-garbage_2",
"nix-collect-garbage_3"
],
[
"nix-collect-garbage_1"
]
]
}
|
9388
|
create a skeleton `shard.yml` file
|
shards init
|
[
"shards_3",
"shards_15"
] |
shards
|
shards
| true |
{
"token": [
"init",
"|main|"
],
"oracle_man": [
[
"shards_15"
],
[
"shards_3"
]
]
}
|
9389
|
install dependencies from a `shard.yml` file
|
shards install
|
[
"shards_3",
"shards_5",
"shards_16",
"shards_41"
] |
shards
|
shards
| true |
{
"token": [
"install",
"|main|"
],
"oracle_man": [
[
"shards_5",
"shards_16",
"shards_41"
],
[
"shards_3"
]
]
}
|
9390
|
update all dependencies
|
shards update
|
[
"shards_3",
"shards_30"
] |
shards
|
shards
| true |
{
"token": [
"update",
"|main|"
],
"oracle_man": [
[
"shards_30"
],
[
"shards_3"
]
]
}
|
9391
|
list all installed dependencies
|
shards list
|
[
"shards_3",
"shards_23"
] |
shards
|
shards
| true |
{
"token": [
"list",
"|main|"
],
"oracle_man": [
[
"shards_23"
],
[
"shards_3"
]
]
}
|
9392
|
list version of dependency
|
shards version {{path/to/dependency_directory}}
|
[
"shards_3",
"shards_32"
] |
shards
|
shards
| true |
{
"token": [
"version",
"|main|"
],
"oracle_man": [
[
"shards_32"
],
[
"shards_3"
]
]
}
|
9400
|
create a new team with the specified description
|
pio team create --description {{description}} {{organization_name}}:{{team_name}}
|
[
"pio_1",
"pio_267",
"pio_2023",
"pio_2279",
"pio_27086",
"pio_27090",
"pio_27095",
"pio_27100",
"pio_27904"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"create",
"--description",
"|main|"
],
"oracle_man": [
[],
[
"pio_267",
"pio_2023",
"pio_2279",
"pio_27086",
"pio_27090",
"pio_27095",
"pio_27100",
"pio_27904"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9401
|
delete a team
|
pio team destroy {{organization_name}}:{{team_name}}
|
[
"pio_1"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"destroy",
"|main|"
],
"oracle_man": [
[],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9402
|
add a new user to a team
|
pio team add {{organization_name}}:{{team_name}} {{username}}
|
[
"pio_1",
"pio_2225",
"pio_2382",
"pio_2387",
"pio_3272",
"pio_26064",
"pio_28966",
"pio_28994"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"add",
"|main|"
],
"oracle_man": [
[],
[
"pio_2225",
"pio_2382",
"pio_2387",
"pio_3272",
"pio_26064",
"pio_28966",
"pio_28994"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9403
|
remove a user from a team
|
pio team remove {{organization_name}}:{{team_name}} {{username}}
|
[
"pio_1",
"pio_496",
"pio_2743"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"remove",
"|main|"
],
"oracle_man": [
[],
[
"pio_496",
"pio_2743"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9404
|
list all teams that the user is part of and their members
|
pio team list
|
[
"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_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-team
| true |
{
"token": [
"team",
"list",
"|main|"
],
"oracle_man": [
[],
[
"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"
]
]
}
|
9405
|
list all teams in an organization
|
pio team list {{organization_name}}
|
[
"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_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-team
| true |
{
"token": [
"team",
"list",
"|main|"
],
"oracle_man": [
[],
[
"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"
]
]
}
|
9406
|
rename a team
|
pio team update --name {{new_team_name}} {{organization_name}}:{{team_name}}
|
[
"pio_1",
"pio_72",
"pio_94",
"pio_387",
"pio_889",
"pio_1053",
"pio_1060",
"pio_1061",
"pio_1062",
"pio_1063",
"pio_1076",
"pio_1332",
"pio_1338",
"pio_1345",
"pio_1375",
"pio_1397",
"pio_1398",
"pio_1399",
"pio_1536",
"pio_1542",
"pio_1547",
"pio_1657",
"pio_1658",
"pio_1681",
"pio_1683",
"pio_1684",
"pio_1686",
"pio_1826",
"pio_1831",
"pio_1833",
"pio_1834",
"pio_1840",
"pio_1841",
"pio_4004",
"pio_4069",
"pio_4232",
"pio_4339",
"pio_27537",
"pio_27696",
"pio_28812",
"pio_29290"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"update",
"--name",
"|main|"
],
"oracle_man": [
[],
[
"pio_72",
"pio_94",
"pio_387",
"pio_1053",
"pio_1060",
"pio_1061",
"pio_1062",
"pio_1063",
"pio_1076",
"pio_1332",
"pio_1338",
"pio_1345",
"pio_1536",
"pio_1542",
"pio_1547",
"pio_1657",
"pio_1658",
"pio_1681",
"pio_1683",
"pio_1684",
"pio_1686",
"pio_1826",
"pio_1831",
"pio_1833",
"pio_1834",
"pio_1840",
"pio_1841",
"pio_4004",
"pio_4069",
"pio_4232",
"pio_4339",
"pio_27537",
"pio_27696",
"pio_28812",
"pio_29290"
],
[
"pio_889",
"pio_1375",
"pio_1397",
"pio_1398",
"pio_1399"
],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9407
|
change the description of a team
|
pio team update --description {{new_description}} {{organization_name}}:{{team_name}}
|
[
"pio_1",
"pio_72",
"pio_94",
"pio_387",
"pio_1053",
"pio_1060",
"pio_1061",
"pio_1062",
"pio_1063",
"pio_1076",
"pio_1332",
"pio_1338",
"pio_1345",
"pio_1536",
"pio_1542",
"pio_1547",
"pio_1657",
"pio_1658",
"pio_1681",
"pio_1683",
"pio_1684",
"pio_1686",
"pio_1826",
"pio_1831",
"pio_1833",
"pio_1834",
"pio_1840",
"pio_1841",
"pio_4004",
"pio_4069",
"pio_4232",
"pio_4339",
"pio_27537",
"pio_27696",
"pio_28812",
"pio_29290"
] |
pio
|
pio-team
| true |
{
"token": [
"team",
"update",
"--description",
"|main|"
],
"oracle_man": [
[],
[
"pio_72",
"pio_94",
"pio_387",
"pio_1053",
"pio_1060",
"pio_1061",
"pio_1062",
"pio_1063",
"pio_1076",
"pio_1332",
"pio_1338",
"pio_1345",
"pio_1536",
"pio_1542",
"pio_1547",
"pio_1657",
"pio_1658",
"pio_1681",
"pio_1683",
"pio_1684",
"pio_1686",
"pio_1826",
"pio_1831",
"pio_1833",
"pio_1834",
"pio_1840",
"pio_1841",
"pio_4004",
"pio_4069",
"pio_4232",
"pio_4339",
"pio_27537",
"pio_27696",
"pio_28812",
"pio_29290"
],
[],
[
"pio_1",
"pio_2",
"pio_3",
"pio_4",
"pio_5",
"pio_6",
"pio_7",
"pio_8"
]
]
}
|
9408
|
launch gimp
|
gimp
|
[
"gimp_3"
] |
gimp
|
gimp
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9409
|
launch gimp without showing the splash screen
|
gimp --no-splash
|
[
"gimp_2",
"gimp_3",
"gimp_22"
] |
gimp
|
gimp
| true |
{
"token": [
"--no-splash",
"|main|"
],
"oracle_man": [
[
"gimp_2",
"gimp_22"
],
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9410
|
start a new gimp instance, even if there is already a running one
|
gimp --new-instance
|
[
"gimp_2",
"gimp_3",
"gimp_16"
] |
gimp
|
gimp
| true |
{
"token": [
"--new-instance",
"|main|"
],
"oracle_man": [
[
"gimp_2",
"gimp_16"
],
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9411
|
open the given file as a new image
|
gimp --as-new {{path/to/image}}
|
[
"gimp_2",
"gimp_3",
"gimp_17"
] |
gimp
|
gimp
| true |
{
"token": [
"--as-new",
"|main|"
],
"oracle_man": [
[
"gimp_2",
"gimp_17"
],
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9412
|
print errors and warnings to the console instead of showing them in a dialog box
|
gimp --console-messages
|
[
"gimp_2",
"gimp_3",
"gimp_30"
] |
gimp
|
gimp
| true |
{
"token": [
"--console-messages",
"|main|"
],
"oracle_man": [
[
"gimp_2",
"gimp_30"
],
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9413
|
enable debugging signal handlers
|
gimp --debug-handlers
|
[
"gimp_2",
"gimp_3",
"gimp_29"
] |
gimp
|
gimp
| true |
{
"token": [
"--debug-handlers",
"|main|"
],
"oracle_man": [
[
"gimp_2",
"gimp_29"
],
[
"gimp_3",
"gimp_4",
"gimp_5",
"gimp_6",
"gimp_7"
]
]
}
|
9433
|
convert a graph from `gml` to `gv` format
|
graphml2gv -o {{output.gv}} {{input.gml}}
|
[
"graphml2gv_2",
"graphml2gv_3",
"graphml2gv_8"
] |
graphml2gv
|
graphml2gv
| true |
{
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"graphml2gv_2",
"graphml2gv_8"
],
[
"graphml2gv_3"
]
]
}
|
9434
|
convert a graph using stdin and stdout
|
cat {{input.gml}} | graphml2gv > {{output.gv}}
|
[
"graphml2gv_3"
] |
graphml2gv
|
graphml2gv
| true |
{
"token": [
"cat",
"|main|"
],
"oracle_man": [
[],
[
"graphml2gv_3"
]
]
}
|
9435
|
display help
|
graphml2gv -?
|
[
"graphml2gv_2",
"graphml2gv_3",
"graphml2gv_6"
] |
graphml2gv
|
graphml2gv
| true |
{
"token": [
"-?",
"|main|"
],
"oracle_man": [
[
"graphml2gv_2",
"graphml2gv_6"
],
[
"graphml2gv_3"
]
]
}
|
9436
|
start picard
|
picard
|
[
"picard_3"
] |
picard
|
picard
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"picard_3"
]
]
}
|
9437
|
open a set of files
|
picard {{path/to/file1.mp3}} {{path/to/file2.mp3}}
|
[
"picard_3"
] |
picard
|
picard
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"picard_3"
]
]
}
|
9438
|
display the version of picard installed
|
picard --long-version
|
[
"picard_3"
] |
picard
|
picard
| true |
{
"token": [
"--long-version",
"|main|"
],
"oracle_man": [
[],
[
"picard_3"
]
]
}
|
9459
|
start meld
|
meld
|
[
"meld_3"
] |
meld
|
meld
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"meld_3"
]
]
}
|
9460
|
compare 2 files
|
meld {{path/to/file_1}} {{path/to/file_2}}
|
[
"meld_3"
] |
meld
|
meld
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"meld_3"
]
]
}
|
9461
|
compare 2 directories
|
meld {{path/to/directory_1}} {{path/to/directory_2}}
|
[
"meld_3"
] |
meld
|
meld
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"meld_3"
]
]
}
|
9462
|
compare 3 files
|
meld {{path/to/file_1}} {{path/to/file_2}} {{path/to/file_3}}
|
[
"meld_3"
] |
meld
|
meld
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"meld_3"
]
]
}
|
9463
|
open a comparison as a new tab in a preexisting meld instance
|
meld --newtab {{path/to/file_1}} {{path/to/file_2}}
|
[
"meld_3",
"meld_10"
] |
meld
|
meld
| true |
{
"token": [
"--newtab",
"|main|"
],
"oracle_man": [
[
"meld_10"
],
[
"meld_3"
]
]
}
|
9464
|
compare multiple sets of files
|
meld --diff {{path/to/file_1}} {{path/to/file_2}} --diff {{path/to/file_3}} {{path/to/file_4}}
|
[
"meld_3",
"meld_7",
"meld_21"
] |
meld
|
meld
| true |
{
"token": [
"--diff",
"|main|"
],
"oracle_man": [
[
"meld_7",
"meld_21"
],
[
"meld_3"
]
]
}
|
9477
|
clone a repository to a specified directory
|
hg clone {{remote_repository_source}} {{destination_path}}
|
[
"hg_3",
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
] |
hg
|
hg-clone
| true |
{
"token": [
"clone",
"|main|"
],
"oracle_man": [
[
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
],
[
"hg_3"
]
]
}
|
9478
|
clone a repository to the head of a specific branch, ignoring later commits
|
hg clone --branch {{branch}} {{remote_repository_source}}
|
[
"hg_3",
"hg_27",
"hg_28",
"hg_35",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_69",
"hg_72",
"hg_118",
"hg_157",
"hg_204",
"hg_230",
"hg_762",
"hg_824",
"hg_1250",
"hg_3030",
"hg_3031",
"hg_3032",
"hg_3124",
"hg_3125",
"hg_3345",
"hg_3393",
"hg_4373",
"hg_4475",
"hg_4478",
"hg_4485",
"hg_4486"
] |
hg
|
hg-clone
| true |
{
"token": [
"clone",
"--branch",
"|main|"
],
"oracle_man": [
[
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
],
[
"hg_35",
"hg_69",
"hg_118",
"hg_157",
"hg_204",
"hg_230",
"hg_762",
"hg_824",
"hg_1250",
"hg_3030",
"hg_3031",
"hg_3032",
"hg_3124",
"hg_3125",
"hg_3345",
"hg_4475",
"hg_4478",
"hg_4485",
"hg_4486"
],
[
"hg_3"
]
]
}
|
9479
|
clone a repository with only the `.hg` directory, without checking out files
|
hg clone --noupdate {{remote_repository_source}}
|
[
"hg_3",
"hg_27",
"hg_28",
"hg_34",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_66",
"hg_72",
"hg_690",
"hg_708",
"hg_723",
"hg_3393",
"hg_3646",
"hg_4373",
"hg_4402"
] |
hg
|
hg-clone
| true |
{
"token": [
"clone",
"--noupdate",
"|main|"
],
"oracle_man": [
[
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
],
[
"hg_34",
"hg_66",
"hg_690",
"hg_708",
"hg_723",
"hg_3646",
"hg_4402"
],
[
"hg_3"
]
]
}
|
9480
|
clone a repository to a specific revision, tag or branch, keeping the entire history
|
hg clone --updaterev {{revision}} {{remote_repository_source}}
|
[
"hg_3",
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_67",
"hg_72",
"hg_3393",
"hg_4373"
] |
hg
|
hg-clone
| true |
{
"token": [
"clone",
"--updaterev",
"|main|"
],
"oracle_man": [
[
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
],
[
"hg_67"
],
[
"hg_3"
]
]
}
|
9481
|
clone a repository up to a specific revision without any newer history
|
hg clone --rev {{revision}} {{remote_repository_source}}
|
[
"hg_3",
"hg_27",
"hg_28",
"hg_35",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_68",
"hg_72",
"hg_116",
"hg_154",
"hg_202",
"hg_216",
"hg_227",
"hg_330",
"hg_383",
"hg_410",
"hg_439",
"hg_457",
"hg_472",
"hg_488",
"hg_503",
"hg_535",
"hg_586",
"hg_631",
"hg_641",
"hg_656",
"hg_659",
"hg_680",
"hg_733",
"hg_759",
"hg_774",
"hg_818",
"hg_841",
"hg_847",
"hg_921",
"hg_955",
"hg_1053",
"hg_1061",
"hg_1123",
"hg_1146",
"hg_1200",
"hg_1205",
"hg_1233",
"hg_1249",
"hg_1304",
"hg_1372",
"hg_2807",
"hg_2906",
"hg_2912",
"hg_2917",
"hg_2935",
"hg_3008",
"hg_3119",
"hg_3173",
"hg_3213",
"hg_3227",
"hg_3272",
"hg_3340",
"hg_3393",
"hg_3448",
"hg_3591",
"hg_3740",
"hg_3886",
"hg_3903",
"hg_3912",
"hg_4041",
"hg_4104",
"hg_4106",
"hg_4128",
"hg_4141",
"hg_4144",
"hg_4145",
"hg_4178",
"hg_4264",
"hg_4272",
"hg_4346",
"hg_4373",
"hg_4445",
"hg_4448"
] |
hg
|
hg-clone
| true |
{
"token": [
"clone",
"--rev",
"|main|"
],
"oracle_man": [
[
"hg_27",
"hg_28",
"hg_36",
"hg_51",
"hg_52",
"hg_54",
"hg_55",
"hg_56",
"hg_58",
"hg_60",
"hg_61",
"hg_62",
"hg_72",
"hg_3393",
"hg_4373"
],
[
"hg_35",
"hg_68",
"hg_116",
"hg_154",
"hg_202",
"hg_216",
"hg_227",
"hg_330",
"hg_383",
"hg_410",
"hg_439",
"hg_457",
"hg_472",
"hg_488",
"hg_503",
"hg_535",
"hg_586",
"hg_631",
"hg_641",
"hg_656",
"hg_659",
"hg_680",
"hg_733",
"hg_759",
"hg_774",
"hg_818",
"hg_841",
"hg_847",
"hg_921",
"hg_955",
"hg_1053",
"hg_1061",
"hg_1123",
"hg_1146",
"hg_1200",
"hg_1205",
"hg_1233",
"hg_1249",
"hg_1304",
"hg_1372",
"hg_2807",
"hg_2906",
"hg_2912",
"hg_2917",
"hg_2935",
"hg_3008",
"hg_3119",
"hg_3173",
"hg_3213",
"hg_3227",
"hg_3272",
"hg_3340",
"hg_3448",
"hg_3591",
"hg_3740",
"hg_3886",
"hg_3903",
"hg_3912",
"hg_4041",
"hg_4104",
"hg_4106",
"hg_4128",
"hg_4141",
"hg_4144",
"hg_4145",
"hg_4178",
"hg_4264",
"hg_4272",
"hg_4346",
"hg_4445",
"hg_4448"
],
[
"hg_3"
]
]
}
|
9482
|
backup a directory via ftps to a remote machine, encrypting it with a password
|
FTP_PASSWORD={{ftp_login_password}} PASSPHRASE={{encryption_password}} duplicity {{path/to/source/directory}} {{ftps://user@hostname/target/directory/path/}}
|
[
"duplicity_13",
"duplicity_182",
"duplicity_183"
] |
duplicity
|
duplicity
| true |
{
"token": [
"FTP_PASSWORD",
"PASSPHRASE",
"|main|"
],
"oracle_man": [
[],
[
"duplicity_182",
"duplicity_183"
],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9483
|
backup a directory to amazon s3, doing a full backup every month
|
duplicity --full-if-older-than {{1M}} --use-new-style s3://{{bucket_name[/prefix]}}
|
[
"duplicity_13",
"duplicity_19",
"duplicity_20",
"duplicity_78"
] |
duplicity
|
duplicity
| true |
{
"token": [
"--full-if-older-than",
"--use-new-style",
"|main|"
],
"oracle_man": [
[
"duplicity_19",
"duplicity_20",
"duplicity_78"
],
[],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9484
|
delete versions older than 1 year from a backup stored on a webdav share
|
FTP_PASSWORD={{webdav_login_password}} duplicity remove-older-than {{1Y}} --force {{webdav[s]://user@hostname[:port]/some_dir}}
|
[
"duplicity_8",
"duplicity_9",
"duplicity_10",
"duplicity_11",
"duplicity_13",
"duplicity_41",
"duplicity_42",
"duplicity_43",
"duplicity_44",
"duplicity_79"
] |
duplicity
|
duplicity
| true |
{
"token": [
"FTP_PASSWORD",
"remove-older-than",
"--force",
"|main|"
],
"oracle_man": [
[],
[
"duplicity_8",
"duplicity_41"
],
[
"duplicity_8",
"duplicity_9",
"duplicity_10",
"duplicity_11",
"duplicity_41",
"duplicity_42",
"duplicity_43",
"duplicity_44",
"duplicity_79"
],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9485
|
list the available backups
|
duplicity collection-status "file://{{absolute/path/to/backup/directory}}"
|
[
"duplicity_5",
"duplicity_13",
"duplicity_38"
] |
duplicity
|
duplicity
| true |
{
"token": [
"collection-status",
"|main|"
],
"oracle_man": [
[
"duplicity_5",
"duplicity_38"
],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9486
|
list the files in a backup stored on a remote machine, via ssh
|
duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/path/to/backup/dir
|
[
"duplicity_4",
"duplicity_6",
"duplicity_7",
"duplicity_12",
"duplicity_13",
"duplicity_37",
"duplicity_39",
"duplicity_40",
"duplicity_45",
"duplicity_172",
"duplicity_173",
"duplicity_174",
"duplicity_276"
] |
duplicity
|
duplicity
| true |
{
"token": [
"list-current-files",
"--time",
"|main|"
],
"oracle_man": [
[
"duplicity_6",
"duplicity_39"
],
[
"duplicity_4",
"duplicity_6",
"duplicity_7",
"duplicity_12",
"duplicity_37",
"duplicity_39",
"duplicity_40",
"duplicity_45",
"duplicity_172",
"duplicity_173",
"duplicity_174",
"duplicity_276"
],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9487
|
restore a subdirectory from a gnupgencrypted local backup to a given location
|
PASSPHRASE={{gpg_key_password}} duplicity restore --encrypt-key {{gpg_key_id}} --file-to-restore {{relative/path/restoredirectory}} file://{{absolute/path/to/backup/directory}} {{path/to/directory/to/restore/to}}
|
[
"duplicity_4",
"duplicity_7",
"duplicity_13",
"duplicity_23",
"duplicity_24",
"duplicity_37",
"duplicity_40",
"duplicity_63",
"duplicity_64",
"duplicity_65",
"duplicity_77",
"duplicity_83",
"duplicity_105",
"duplicity_114",
"duplicity_175",
"duplicity_182",
"duplicity_183"
] |
duplicity
|
duplicity
| true |
{
"token": [
"PASSPHRASE",
"restore",
"--encrypt-key",
"--file-to-restore",
"|main|"
],
"oracle_man": [
[
"duplicity_182",
"duplicity_183"
],
[
"duplicity_7",
"duplicity_23",
"duplicity_40",
"duplicity_105",
"duplicity_114"
],
[
"duplicity_63",
"duplicity_64",
"duplicity_65",
"duplicity_83",
"duplicity_175"
],
[
"duplicity_4",
"duplicity_7",
"duplicity_24",
"duplicity_37",
"duplicity_40",
"duplicity_77"
],
[
"duplicity_13",
"duplicity_14"
]
]
}
|
9496
|
output a list of words of length 1 to 3 with only lowercase characters
|
crunch {{1}} {{3}}
|
[
"crunch_3"
] |
crunch
|
crunch
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9497
|
output a list of hexadecimal words of length 8
|
crunch {{8}} {{8}} {{0123456789abcdef}}
|
[
"crunch_3"
] |
crunch
|
crunch
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9498
|
output a list of all permutations of abc (lengths are not processed)
|
crunch {{1}} {{1}} -p {{abc}}
|
[
"crunch_3",
"crunch_14",
"crunch_16",
"crunch_17",
"crunch_29",
"crunch_30",
"crunch_40"
] |
crunch
|
crunch
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"crunch_14",
"crunch_16",
"crunch_17",
"crunch_29",
"crunch_30",
"crunch_40"
],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9499
|
output a list of all permutations of the given strings (lengths are not processed)
|
crunch {{1}} {{1}} -p {{abc}} {{def}} {{ghi}}
|
[
"crunch_3",
"crunch_14",
"crunch_16",
"crunch_17",
"crunch_29",
"crunch_30",
"crunch_40"
] |
crunch
|
crunch
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"crunch_14",
"crunch_16",
"crunch_17",
"crunch_29",
"crunch_30",
"crunch_40"
],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9500
|
output a list of words generated according to the given pattern and a maximum number of duplicate letters
|
crunch {{5}} {{5}} {{abcde123}} -t {{@@@12}} -d 2@
|
[
"crunch_3",
"crunch_9",
"crunch_13",
"crunch_20",
"crunch_27",
"crunch_37",
"crunch_38",
"crunch_39",
"crunch_40",
"crunch_41",
"crunch_42",
"crunch_43",
"crunch_44",
"crunch_45",
"crunch_46"
] |
crunch
|
crunch
| true |
{
"token": [
"-t",
"-d",
"2@",
"|main|"
],
"oracle_man": [
[
"crunch_13",
"crunch_20",
"crunch_27",
"crunch_37",
"crunch_38",
"crunch_39",
"crunch_40",
"crunch_41",
"crunch_42",
"crunch_43",
"crunch_44",
"crunch_46"
],
[
"crunch_9",
"crunch_43",
"crunch_44",
"crunch_45"
],
[],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9501
|
write a list of words in chunk files of a given size, starting with the given string
|
crunch {{3}} {{5}} -o {{START}} -b {{10kb}} -s {{abc}}
|
[
"crunch_3",
"crunch_7",
"crunch_8",
"crunch_15",
"crunch_16",
"crunch_18",
"crunch_19",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_28",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44",
"crunch_47"
] |
crunch
|
crunch
| true |
{
"token": [
"-o",
"-b",
"-s",
"|main|"
],
"oracle_man": [
[
"crunch_7",
"crunch_8",
"crunch_15",
"crunch_18",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44"
],
[
"crunch_7",
"crunch_36",
"crunch_42",
"crunch_44"
],
[
"crunch_8",
"crunch_16",
"crunch_18",
"crunch_19",
"crunch_26",
"crunch_27",
"crunch_28",
"crunch_42",
"crunch_47"
],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9502
|
write a list of words stopping with the given string and inverting the wordlist
|
crunch {{1}} {{5}} -o {{START}} -e {{abcde}} -i
|
[
"crunch_3",
"crunch_7",
"crunch_8",
"crunch_10",
"crunch_12",
"crunch_15",
"crunch_18",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44",
"crunch_47"
] |
crunch
|
crunch
| true |
{
"token": [
"-o",
"-e",
"-i",
"|main|"
],
"oracle_man": [
[
"crunch_7",
"crunch_8",
"crunch_15",
"crunch_18",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44"
],
[
"crunch_7",
"crunch_8",
"crunch_10",
"crunch_42",
"crunch_47"
],
[
"crunch_12",
"crunch_47"
],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9503
|
write a list of words in compressed chunk files with a specified number of words
|
crunch {{1}} {{5}} -o {{START}} -c {{1000}} -z {{gzip|bzip2|lzma|7z}}
|
[
"crunch_3",
"crunch_7",
"crunch_8",
"crunch_15",
"crunch_18",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44"
] |
crunch
|
crunch
| true |
{
"token": [
"-o",
"-c",
"-z",
"|main|"
],
"oracle_man": [
[
"crunch_7",
"crunch_8",
"crunch_15",
"crunch_18",
"crunch_22",
"crunch_26",
"crunch_27",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36",
"crunch_40",
"crunch_42",
"crunch_44"
],
[
"crunch_8",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34"
],
[
"crunch_7",
"crunch_22",
"crunch_31",
"crunch_32",
"crunch_33",
"crunch_34",
"crunch_36"
],
[
"crunch_3",
"crunch_4",
"crunch_5",
"crunch_6"
]
]
}
|
9504
|
convert blanks in each file to tabs, writing to standard output
|
unexpand {{file}}
|
[
"unexpand_3"
] |
unexpand
|
unexpand
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"unexpand_3",
"unexpand_4",
"unexpand_5",
"unexpand_6",
"unexpand_7",
"unexpand_8",
"unexpand_9",
"unexpand_10",
"unexpand_11"
]
]
}
|
9505
|
convert blanks to tabs, reading from standard output
|
unexpand
|
[
"unexpand_3"
] |
unexpand
|
unexpand
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"unexpand_3",
"unexpand_4",
"unexpand_5",
"unexpand_6",
"unexpand_7",
"unexpand_8",
"unexpand_9",
"unexpand_10",
"unexpand_11"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.