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 |
---|---|---|---|---|---|---|---|
11296
|
evaluate a string containing julia code
|
julia -e '{{julia_code}}'
|
[
"julia_3",
"julia_13"
] |
julia
|
julia
| true |
{
"token": [
"-e",
"|main|"
],
"oracle_man": [
[
"julia_13"
],
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11297
|
evaluate a string of julia code, passing arguments to it
|
julia -e '{{for x in ARGS; println(x); end}}' {{arguments}}
|
[
"julia_3",
"julia_13"
] |
julia
|
julia
| true |
{
"token": [
"-e",
"|main|"
],
"oracle_man": [
[
"julia_13"
],
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11298
|
evaluate an expression and print the result
|
julia -E '{{(1 - cos(pi/4))/2}}'
|
[
"julia_3",
"julia_14"
] |
julia
|
julia
| true |
{
"token": [
"-E",
"|main|"
],
"oracle_man": [
[
"julia_14"
],
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11299
|
start julia in parallel mode, using n worker processes
|
julia -p {{N}}
|
[
"julia_1",
"julia_3",
"julia_7",
"julia_14",
"julia_17"
] |
julia
|
julia
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"julia_1",
"julia_3",
"julia_7",
"julia_14",
"julia_17"
],
[
"julia_3",
"julia_4",
"julia_5",
"julia_6",
"julia_7",
"julia_8",
"julia_9",
"julia_10",
"julia_11",
"julia_12",
"julia_13",
"julia_14",
"julia_15",
"julia_16",
"julia_17",
"julia_18",
"julia_19",
"julia_20",
"julia_21",
"julia_22",
"julia_23",
"julia_24",
"julia_25",
"julia_26",
"julia_27",
"julia_28",
"julia_29",
"julia_30",
"julia_31",
"julia_32",
"julia_33",
"julia_34",
"julia_35",
"julia_36",
"julia_37",
"julia_38",
"julia_39",
"julia_40"
]
]
}
|
11307
|
print pdf file fonts information
|
pdffonts {{path/to/file.pdf}}
|
[
"pdffonts_3"
] |
pdffonts
|
pdffonts
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"pdffonts_3",
"pdffonts_4",
"pdffonts_5",
"pdffonts_6",
"pdffonts_7",
"pdffonts_8",
"pdffonts_9",
"pdffonts_10",
"pdffonts_11",
"pdffonts_12",
"pdffonts_13",
"pdffonts_14"
]
]
}
|
11308
|
specify user password for pdf file to bypass security restrictions
|
pdffonts -upw {{password}} {{path/to/file.pdf}}
|
[
"pdffonts_3",
"pdffonts_19"
] |
pdffonts
|
pdffonts
| true |
{
"token": [
"-upw",
"|main|"
],
"oracle_man": [
[
"pdffonts_19"
],
[
"pdffonts_3",
"pdffonts_4",
"pdffonts_5",
"pdffonts_6",
"pdffonts_7",
"pdffonts_8",
"pdffonts_9",
"pdffonts_10",
"pdffonts_11",
"pdffonts_12",
"pdffonts_13",
"pdffonts_14"
]
]
}
|
11309
|
specify owner password for pdf file to bypass security restrictions
|
pdffonts -opw {{password}} {{path/to/file.pdf}}
|
[
"pdffonts_3",
"pdffonts_18"
] |
pdffonts
|
pdffonts
| true |
{
"token": [
"-opw",
"|main|"
],
"oracle_man": [
[
"pdffonts_18"
],
[
"pdffonts_3",
"pdffonts_4",
"pdffonts_5",
"pdffonts_6",
"pdffonts_7",
"pdffonts_8",
"pdffonts_9",
"pdffonts_10",
"pdffonts_11",
"pdffonts_12",
"pdffonts_13",
"pdffonts_14"
]
]
}
|
11310
|
print additional information on location of the font that will be used when the pdf file is rasterized
|
pdffonts -loc {{path/to/file.pdf}}
|
[
"pdffonts_3"
] |
pdffonts
|
pdffonts
| true |
{
"token": [
"-loc",
"|main|"
],
"oracle_man": [
[],
[
"pdffonts_3",
"pdffonts_4",
"pdffonts_5",
"pdffonts_6",
"pdffonts_7",
"pdffonts_8",
"pdffonts_9",
"pdffonts_10",
"pdffonts_11",
"pdffonts_12",
"pdffonts_13",
"pdffonts_14"
]
]
}
|
11311
|
print additional information on location of the font that will be used when the pdf file is converted to postscript
|
pdffonts -locPS {{path/to/file.pdf}}
|
[
"pdffonts_3"
] |
pdffonts
|
pdffonts
| true |
{
"token": [
"-locPS",
"|main|"
],
"oracle_man": [
[],
[
"pdffonts_3",
"pdffonts_4",
"pdffonts_5",
"pdffonts_6",
"pdffonts_7",
"pdffonts_8",
"pdffonts_9",
"pdffonts_10",
"pdffonts_11",
"pdffonts_12",
"pdffonts_13",
"pdffonts_14"
]
]
}
|
11326
|
execute a java `.class` file that contains a main method by using just the class name
|
java {{classname}}
|
[
"java_7"
] |
java
|
java
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"java_7",
"java_8",
"java_9",
"java_10",
"java_11",
"java_12"
]
]
}
|
11327
|
execute a `.jar` program
|
java -jar {{filename.jar}}
|
[
"java_2",
"java_5",
"java_7",
"java_10",
"java_30"
] |
java
|
java
| true |
{
"token": [
"-jar",
"|main|"
],
"oracle_man": [
[
"java_2",
"java_5",
"java_10",
"java_30"
],
[
"java_7",
"java_8",
"java_9",
"java_10",
"java_11",
"java_12"
]
]
}
|
11328
|
execute a `.jar` program with debug waiting to connect on port 5005
|
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -jar {{filename.jar}}
|
[
"java_2",
"java_5",
"java_7",
"java_10",
"java_30",
"java_40"
] |
java
|
java
| true |
{
"token": [
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005",
"-jar",
"|main|"
],
"oracle_man": [
[
"java_40"
],
[
"java_2",
"java_5",
"java_10",
"java_30"
],
[
"java_7",
"java_8",
"java_9",
"java_10",
"java_11",
"java_12"
]
]
}
|
11329
|
display jdk, jre and hotspot versions
|
java -version
|
[
"java_7",
"java_39",
"java_40"
] |
java
|
java
| true |
{
"token": [
"-version",
"|main|"
],
"oracle_man": [
[
"java_39",
"java_40"
],
[
"java_7",
"java_8",
"java_9",
"java_10",
"java_11",
"java_12"
]
]
}
|
11330
|
display usage information for the java command
|
java -help
|
[
"java_7",
"java_29"
] |
java
|
java
| true |
{
"token": [
"-help",
"|main|"
],
"oracle_man": [
[
"java_29"
],
[
"java_7",
"java_8",
"java_9",
"java_10",
"java_11",
"java_12"
]
]
}
|
11331
|
create a binary from a source file
|
ocamlc {{path/to/source_file.ml}}
|
[
"ocamlc_4"
] |
ocamlc
|
ocamlc
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"ocamlc_4",
"ocamlc_5",
"ocamlc_6",
"ocamlc_7",
"ocamlc_8",
"ocamlc_9",
"ocamlc_10",
"ocamlc_11",
"ocamlc_12",
"ocamlc_13",
"ocamlc_14",
"ocamlc_15",
"ocamlc_16"
]
]
}
|
11332
|
create a named binary from a source file
|
ocamlc -o {{path/to/binary}} {{path/to/source_file.ml}}
|
[
"ocamlc_4",
"ocamlc_18",
"ocamlc_46",
"ocamlc_58",
"ocamlc_64",
"ocamlc_66",
"ocamlc_67",
"ocamlc_68",
"ocamlc_69",
"ocamlc_70",
"ocamlc_77",
"ocamlc_103",
"ocamlc_104",
"ocamlc_131"
] |
ocamlc
|
ocamlc
| true |
{
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"ocamlc_18",
"ocamlc_46",
"ocamlc_58",
"ocamlc_64",
"ocamlc_66",
"ocamlc_67",
"ocamlc_68",
"ocamlc_69",
"ocamlc_70",
"ocamlc_77",
"ocamlc_103",
"ocamlc_104",
"ocamlc_131"
],
[
"ocamlc_4",
"ocamlc_5",
"ocamlc_6",
"ocamlc_7",
"ocamlc_8",
"ocamlc_9",
"ocamlc_10",
"ocamlc_11",
"ocamlc_12",
"ocamlc_13",
"ocamlc_14",
"ocamlc_15",
"ocamlc_16"
]
]
}
|
11333
|
automatically generate a module signature (interface) file
|
ocamlc -i {{path/to/source_file.ml}}
|
[
"ocamlc_4",
"ocamlc_48",
"ocamlc_51",
"ocamlc_52",
"ocamlc_53"
] |
ocamlc
|
ocamlc
| true |
{
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"ocamlc_48",
"ocamlc_51",
"ocamlc_52",
"ocamlc_53"
],
[
"ocamlc_4",
"ocamlc_5",
"ocamlc_6",
"ocamlc_7",
"ocamlc_8",
"ocamlc_9",
"ocamlc_10",
"ocamlc_11",
"ocamlc_12",
"ocamlc_13",
"ocamlc_14",
"ocamlc_15",
"ocamlc_16"
]
]
}
|
11337
|
sign a jar file
|
jarsigner {{path/to/file.jar}} {{keystore_alias}}
|
[
"jarsigner_10"
] |
jarsigner
|
jarsigner
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"jarsigner_10",
"jarsigner_11",
"jarsigner_12",
"jarsigner_13",
"jarsigner_14",
"jarsigner_15",
"jarsigner_16",
"jarsigner_17",
"jarsigner_18",
"jarsigner_19",
"jarsigner_20",
"jarsigner_21",
"jarsigner_22",
"jarsigner_23",
"jarsigner_24",
"jarsigner_25",
"jarsigner_26",
"jarsigner_27",
"jarsigner_28",
"jarsigner_29",
"jarsigner_30",
"jarsigner_31",
"jarsigner_32",
"jarsigner_33",
"jarsigner_34",
"jarsigner_35",
"jarsigner_36",
"jarsigner_37",
"jarsigner_38",
"jarsigner_39",
"jarsigner_40",
"jarsigner_41",
"jarsigner_42",
"jarsigner_43",
"jarsigner_44",
"jarsigner_45",
"jarsigner_46",
"jarsigner_47",
"jarsigner_48",
"jarsigner_49",
"jarsigner_50",
"jarsigner_51",
"jarsigner_52",
"jarsigner_53",
"jarsigner_54",
"jarsigner_55",
"jarsigner_56",
"jarsigner_57",
"jarsigner_58",
"jarsigner_59",
"jarsigner_60",
"jarsigner_61",
"jarsigner_62",
"jarsigner_63",
"jarsigner_64",
"jarsigner_65",
"jarsigner_66",
"jarsigner_67",
"jarsigner_68",
"jarsigner_69",
"jarsigner_70",
"jarsigner_71",
"jarsigner_72",
"jarsigner_73",
"jarsigner_74",
"jarsigner_75",
"jarsigner_76",
"jarsigner_77",
"jarsigner_78",
"jarsigner_79",
"jarsigner_80",
"jarsigner_81",
"jarsigner_82",
"jarsigner_83",
"jarsigner_84",
"jarsigner_85",
"jarsigner_86"
]
]
}
|
11338
|
sign a jar file with a specific algorithm
|
jarsigner -sigalg {{algorithm}} {{path/to/file.jar}} {{keystore_alias}}
|
[
"jarsigner_10",
"jarsigner_55",
"jarsigner_91",
"jarsigner_116"
] |
jarsigner
|
jarsigner
| true |
{
"token": [
"-sigalg",
"|main|"
],
"oracle_man": [
[
"jarsigner_55",
"jarsigner_91",
"jarsigner_116"
],
[
"jarsigner_10",
"jarsigner_11",
"jarsigner_12",
"jarsigner_13",
"jarsigner_14",
"jarsigner_15",
"jarsigner_16",
"jarsigner_17",
"jarsigner_18",
"jarsigner_19",
"jarsigner_20",
"jarsigner_21",
"jarsigner_22",
"jarsigner_23",
"jarsigner_24",
"jarsigner_25",
"jarsigner_26",
"jarsigner_27",
"jarsigner_28",
"jarsigner_29",
"jarsigner_30",
"jarsigner_31",
"jarsigner_32",
"jarsigner_33",
"jarsigner_34",
"jarsigner_35",
"jarsigner_36",
"jarsigner_37",
"jarsigner_38",
"jarsigner_39",
"jarsigner_40",
"jarsigner_41",
"jarsigner_42",
"jarsigner_43",
"jarsigner_44",
"jarsigner_45",
"jarsigner_46",
"jarsigner_47",
"jarsigner_48",
"jarsigner_49",
"jarsigner_50",
"jarsigner_51",
"jarsigner_52",
"jarsigner_53",
"jarsigner_54",
"jarsigner_55",
"jarsigner_56",
"jarsigner_57",
"jarsigner_58",
"jarsigner_59",
"jarsigner_60",
"jarsigner_61",
"jarsigner_62",
"jarsigner_63",
"jarsigner_64",
"jarsigner_65",
"jarsigner_66",
"jarsigner_67",
"jarsigner_68",
"jarsigner_69",
"jarsigner_70",
"jarsigner_71",
"jarsigner_72",
"jarsigner_73",
"jarsigner_74",
"jarsigner_75",
"jarsigner_76",
"jarsigner_77",
"jarsigner_78",
"jarsigner_79",
"jarsigner_80",
"jarsigner_81",
"jarsigner_82",
"jarsigner_83",
"jarsigner_84",
"jarsigner_85",
"jarsigner_86"
]
]
}
|
11339
|
verify the signature of a jar file
|
jarsigner -verify {{path/to/file.jar}}
|
[
"jarsigner_3",
"jarsigner_5",
"jarsigner_10",
"jarsigner_24",
"jarsigner_122",
"jarsigner_185",
"jarsigner_187",
"jarsigner_188",
"jarsigner_189",
"jarsigner_193"
] |
jarsigner
|
jarsigner
| true |
{
"token": [
"-verify",
"|main|"
],
"oracle_man": [
[
"jarsigner_3",
"jarsigner_5",
"jarsigner_24",
"jarsigner_122",
"jarsigner_185",
"jarsigner_187",
"jarsigner_188",
"jarsigner_189",
"jarsigner_193"
],
[
"jarsigner_10",
"jarsigner_11",
"jarsigner_12",
"jarsigner_13",
"jarsigner_14",
"jarsigner_15",
"jarsigner_16",
"jarsigner_17",
"jarsigner_18",
"jarsigner_19",
"jarsigner_20",
"jarsigner_21",
"jarsigner_22",
"jarsigner_23",
"jarsigner_24",
"jarsigner_25",
"jarsigner_26",
"jarsigner_27",
"jarsigner_28",
"jarsigner_29",
"jarsigner_30",
"jarsigner_31",
"jarsigner_32",
"jarsigner_33",
"jarsigner_34",
"jarsigner_35",
"jarsigner_36",
"jarsigner_37",
"jarsigner_38",
"jarsigner_39",
"jarsigner_40",
"jarsigner_41",
"jarsigner_42",
"jarsigner_43",
"jarsigner_44",
"jarsigner_45",
"jarsigner_46",
"jarsigner_47",
"jarsigner_48",
"jarsigner_49",
"jarsigner_50",
"jarsigner_51",
"jarsigner_52",
"jarsigner_53",
"jarsigner_54",
"jarsigner_55",
"jarsigner_56",
"jarsigner_57",
"jarsigner_58",
"jarsigner_59",
"jarsigner_60",
"jarsigner_61",
"jarsigner_62",
"jarsigner_63",
"jarsigner_64",
"jarsigner_65",
"jarsigner_66",
"jarsigner_67",
"jarsigner_68",
"jarsigner_69",
"jarsigner_70",
"jarsigner_71",
"jarsigner_72",
"jarsigner_73",
"jarsigner_74",
"jarsigner_75",
"jarsigner_76",
"jarsigner_77",
"jarsigner_78",
"jarsigner_79",
"jarsigner_80",
"jarsigner_81",
"jarsigner_82",
"jarsigner_83",
"jarsigner_84",
"jarsigner_85",
"jarsigner_86"
]
]
}
|
11340
|
initialize a new .net project
|
dotnet new {{template_short_name}}
|
[
"dotnet_3",
"dotnet_24"
] |
dotnet
|
dotnet
| true |
{
"token": [
"new",
"|main|"
],
"oracle_man": [
[
"dotnet_24"
],
[
"dotnet_3",
"dotnet_4"
]
]
}
|
11341
|
restore nuget packages
|
dotnet restore
|
[
"dotnet_3",
"dotnet_26"
] |
dotnet
|
dotnet
| true |
{
"token": [
"restore",
"|main|"
],
"oracle_man": [
[
"dotnet_26"
],
[
"dotnet_3",
"dotnet_4"
]
]
}
|
11342
|
build and execute the .net project in the current directory
|
dotnet run
|
[
"dotnet_3"
] |
dotnet
|
dotnet
| true |
{
"token": [
"run",
"|main|"
],
"oracle_man": [
[],
[
"dotnet_3",
"dotnet_4"
]
]
}
|
11343
|
run a packaged dotnet application (only needs the runtime, the rest of the commands require the .net core sdk installed)
|
dotnet {{path/to/application.dll}}
|
[
"dotnet_3"
] |
dotnet
|
dotnet
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"dotnet_3",
"dotnet_4"
]
]
}
|
11344
|
generate a 2048bit prime number and display it in hexadecimal
|
openssl prime -generate -bits 2048 -hex
|
[
"openssl-prime_1",
"openssl-prime_2",
"openssl-prime_3",
"openssl-prime_4",
"openssl-prime_6",
"openssl-prime_7",
"openssl-prime_8",
"openssl-prime_9"
] |
openssl-prime
|
openssl-prime
| true |
{
"token": [
"openssl",
"prime",
"-generate",
"-bits",
"2048",
"-hex",
"|main|"
],
"oracle_man": [
[
"openssl-prime_2"
],
[
"openssl-prime_1",
"openssl-prime_2",
"openssl-prime_3"
],
[
"openssl-prime_2",
"openssl-prime_4",
"openssl-prime_7",
"openssl-prime_9"
],
[
"openssl-prime_2",
"openssl-prime_8"
],
[],
[
"openssl-prime_2",
"openssl-prime_6"
],
[
"openssl-prime_3",
"openssl-prime_4"
]
]
}
|
11345
|
check if a given number is prime
|
openssl prime {{number}}
|
[
"openssl-prime_1",
"openssl-prime_2",
"openssl-prime_3"
] |
openssl-prime
|
openssl-prime
| true |
{
"token": [
"openssl",
"prime",
"|main|"
],
"oracle_man": [
[
"openssl-prime_2"
],
[
"openssl-prime_1",
"openssl-prime_2",
"openssl-prime_3"
],
[
"openssl-prime_3",
"openssl-prime_4"
]
]
}
|
11354
|
list all available and configured networks on docker daemon
|
docker network ls
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"ls",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11355
|
create a userdefined network
|
docker network create --driver {{driver_name}} {{network_name}}
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"create",
"--driver",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[],
[
"docker-network_3"
]
]
}
|
11356
|
display detailed information of a spaceseparated list of networks
|
docker network inspect {{network_name}}
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"inspect",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11357
|
connect a container to a network using a name or id
|
docker network connect {{network_name}} {{container_name|ID}}
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"connect",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11358
|
disconnect a container from a network
|
docker network disconnect {{network_name}} {{container_name|ID}}
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"disconnect",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11359
|
remove all unused (not referenced by any container) networks
|
docker network prune
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"prune",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11360
|
remove a spaceseparated list of unused networks
|
docker network rm {{network_name}}
|
[
"docker-network_2",
"docker-network_3"
] |
docker-network
|
docker-network
| true |
{
"token": [
"docker",
"network",
"rm",
"|main|"
],
"oracle_man": [
[
"docker-network_2"
],
[
"docker-network_2"
],
[],
[
"docker-network_3"
]
]
}
|
11361
|
count lines in file
|
wc -l {{file}}
|
[
"wc_3",
"wc_8",
"wc_10"
] |
wc
|
wc
| true |
{
"token": [
"-l",
"|main|"
],
"oracle_man": [
[
"wc_3",
"wc_8",
"wc_10"
],
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11362
|
count words in file
|
wc -w {{file}}
|
[
"wc_3",
"wc_11"
] |
wc
|
wc
| true |
{
"token": [
"-w",
"|main|"
],
"oracle_man": [
[
"wc_11"
],
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11363
|
count characters (bytes) in file
|
wc -c {{file}}
|
[
"wc_3",
"wc_6",
"wc_7"
] |
wc
|
wc
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"wc_6",
"wc_7"
],
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11364
|
count characters in file (taking multibyte character sets into account)
|
wc -m {{file}}
|
[
"wc_3",
"wc_7",
"wc_10"
] |
wc
|
wc
| true |
{
"token": [
"-m",
"|main|"
],
"oracle_man": [
[
"wc_7",
"wc_10"
],
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11365
|
use standard input to count lines, words and characters (bytes) in that order
|
{{find .}} | wc
|
[
"wc_3"
] |
wc
|
wc
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11366
|
count the length of the longest line in number of characters
|
wc --max-line-length {{file}}
|
[
"wc_3",
"wc_10"
] |
wc
|
wc
| true |
{
"token": [
"--max-line-length",
"|main|"
],
"oracle_man": [
[
"wc_10"
],
[
"wc_3",
"wc_4",
"wc_5",
"wc_6",
"wc_7",
"wc_8",
"wc_9",
"wc_10",
"wc_11",
"wc_12",
"wc_13"
]
]
}
|
11373
|
trim some whitespace using a regular expression
|
{{echo 'lorem ipsum 23 '}} | sd '\s+$' ''
|
[
"sd_1"
] |
sd
|
sd
| true |
{
"token": [
"\\s+$",
"|main|"
],
"oracle_man": [
[],
[
"sd_1"
]
]
}
|
11374
|
replace words using capture groups
|
{{echo 'cargo +nightly watch'}} | sd '(\w+)\s+\+(\w+)\s+(\w+)' 'cmd: $1, channel: $2, subcmd: $3'
|
[
"sd_1"
] |
sd
|
sd
| true |
{
"token": [
"(\\w+)\\s+\\+(\\w+)\\s+(\\w+)",
"cmd:",
"$1,",
"channel:",
"$2,",
"subcmd:",
"$3",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[],
[],
[],
[
"sd_1"
]
]
}
|
11375
|
find and replace in a file printing the result to stdout
|
sd -p {{'window.fetch'}} {{'fetch'}} {{http.js}}
|
[
"sd_1",
"sd_3"
] |
sd
|
sd
| true |
{
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"sd_3"
],
[
"sd_1"
]
]
}
|
11376
|
find and replace across a project changing each file in place
|
sd {{'from "react"'}} {{'from "preact"'}} $(find . -type f)
|
[
"sd_1"
] |
sd
|
sd
| true |
{
"token": [
"$(find",
".",
"-type",
"f)",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"sd_1"
]
]
}
|
11377
|
print group memberships for the current user
|
groups
|
[
"groups_3"
] |
groups
|
groups
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"groups_3"
]
]
}
|
11378
|
print group memberships for a specific user
|
groups {{username}}
|
[
"groups_3"
] |
groups
|
groups
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"groups_3"
]
]
}
|
11379
|
print group memberships for a list of users
|
groups {{username1}} {{username2}} {{username3}}
|
[
"groups_3"
] |
groups
|
groups
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"groups_3"
]
]
}
|
11380
|
execute a particular file
|
mix run {{my_script.exs}}
|
[
"mix_3"
] |
mix
|
mix
| true |
{
"token": [
"run",
"|main|"
],
"oracle_man": [
[],
[
"mix_3",
"mix_4"
]
]
}
|
11381
|
create a new project
|
mix new {{project_name}}
|
[
"mix_3"
] |
mix
|
mix
| true |
{
"token": [
"new",
"|main|"
],
"oracle_man": [
[],
[
"mix_3",
"mix_4"
]
]
}
|
11382
|
compile project
|
mix compile
|
[
"mix_3"
] |
mix
|
mix
| true |
{
"token": [
"compile",
"|main|"
],
"oracle_man": [
[],
[
"mix_3",
"mix_4"
]
]
}
|
11383
|
run project tests
|
mix test
|
[
"mix_3"
] |
mix
|
mix
| true |
{
"token": [
"test",
"|main|"
],
"oracle_man": [
[],
[
"mix_3",
"mix_4"
]
]
}
|
11384
|
list all mix commands
|
mix help
|
[
"mix_3"
] |
mix
|
mix
| true |
{
"token": [
"help",
"|main|"
],
"oracle_man": [
[],
[
"mix_3",
"mix_4"
]
]
}
|
11385
|
optimise a set of jpeg images, retaining all associated data
|
jpegoptim {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}
|
[
"jpegoptim_3"
] |
jpegoptim
|
jpegoptim
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"jpegoptim_3",
"jpegoptim_4",
"jpegoptim_5"
]
]
}
|
11386
|
optimise jpeg images, stripping all nonessential data
|
jpegoptim --strip-all {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}
|
[
"jpegoptim_3",
"jpegoptim_26"
] |
jpegoptim
|
jpegoptim
| true |
{
"token": [
"--strip-all",
"|main|"
],
"oracle_man": [
[
"jpegoptim_26"
],
[
"jpegoptim_3",
"jpegoptim_4",
"jpegoptim_5"
]
]
}
|
11387
|
force the output images to be progressive
|
jpegoptim --all-progressive {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}
|
[
"jpegoptim_3",
"jpegoptim_25"
] |
jpegoptim
|
jpegoptim
| true |
{
"token": [
"--all-progressive",
"|main|"
],
"oracle_man": [
[
"jpegoptim_25"
],
[
"jpegoptim_3",
"jpegoptim_4",
"jpegoptim_5"
]
]
}
|
11388
|
force the output images to have a fixed maximum filesize
|
jpegoptim --size={{250k}} {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}
|
[
"jpegoptim_3",
"jpegoptim_14"
] |
jpegoptim
|
jpegoptim
| true |
{
"token": [
"--size",
"|main|"
],
"oracle_man": [
[
"jpegoptim_14"
],
[
"jpegoptim_3",
"jpegoptim_4",
"jpegoptim_5"
]
]
}
|
11389
|
create a new functions project
|
func init {{project}}
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"init",
"|main|"
],
"oracle_man": [
[],
[
"func_1"
]
]
}
|
11390
|
create a new function
|
func new
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"new",
"|main|"
],
"oracle_man": [
[],
[
"func_1"
]
]
}
|
11391
|
run functions locally
|
func start
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"start",
"|main|"
],
"oracle_man": [
[],
[
"func_1"
]
]
}
|
11392
|
publish your code to a function app in azure
|
func azure functionapp publish {{function}}
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"azure",
"functionapp",
"publish",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"func_1"
]
]
}
|
11393
|
download all settings from an existing function app
|
func azure functionapp fetch-app-settings {{function}}
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"azure",
"functionapp",
"fetch-app-settings",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"func_1"
]
]
}
|
11394
|
get the connection string for a specific storage account
|
func azure storage fetch-connection-string {{storage_account}}
|
[
"func_1"
] |
func
|
func
| true |
{
"token": [
"azure",
"storage",
"fetch-connection-string",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"func_1"
]
]
}
|
11416
|
show the sequence of commits starting from the current one, in reverse chronological order of the git repository in the current working directory
|
git log
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11417
|
show the history of a particular file or directory, including differences
|
git log -p {{path/to/file_or_directory}}
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_19",
"git-log_22",
"git-log_51",
"git-log_54",
"git-log_55",
"git-log_56",
"git-log_57",
"git-log_58",
"git-log_59",
"git-log_65",
"git-log_66",
"git-log_74",
"git-log_75",
"git-log_76",
"git-log_78",
"git-log_81",
"git-log_86",
"git-log_87",
"git-log_97",
"git-log_102",
"git-log_115",
"git-log_120",
"git-log_145",
"git-log_149",
"git-log_151",
"git-log_154",
"git-log_160",
"git-log_162",
"git-log_165",
"git-log_166",
"git-log_169",
"git-log_185",
"git-log_189",
"git-log_191",
"git-log_195",
"git-log_203",
"git-log_220",
"git-log_226",
"git-log_254",
"git-log_265",
"git-log_295",
"git-log_296",
"git-log_309",
"git-log_310",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_365",
"git-log_366",
"git-log_367",
"git-log_368",
"git-log_370",
"git-log_371",
"git-log_373",
"git-log_374",
"git-log_375",
"git-log_376",
"git-log_380",
"git-log_385",
"git-log_396",
"git-log_411",
"git-log_451",
"git-log_452",
"git-log_469",
"git-log_471",
"git-log_476",
"git-log_477",
"git-log_499",
"git-log_501",
"git-log_502",
"git-log_503",
"git-log_504",
"git-log_507",
"git-log_508",
"git-log_538",
"git-log_541",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"-p",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_19",
"git-log_22",
"git-log_51",
"git-log_54",
"git-log_55",
"git-log_56",
"git-log_57",
"git-log_58",
"git-log_59",
"git-log_65",
"git-log_66",
"git-log_74",
"git-log_75",
"git-log_76",
"git-log_78",
"git-log_81",
"git-log_86",
"git-log_87",
"git-log_97",
"git-log_102",
"git-log_115",
"git-log_120",
"git-log_145",
"git-log_149",
"git-log_151",
"git-log_154",
"git-log_160",
"git-log_162",
"git-log_165",
"git-log_166",
"git-log_169",
"git-log_185",
"git-log_189",
"git-log_191",
"git-log_195",
"git-log_203",
"git-log_220",
"git-log_226",
"git-log_254",
"git-log_265",
"git-log_295",
"git-log_296",
"git-log_309",
"git-log_310",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_365",
"git-log_366",
"git-log_367",
"git-log_368",
"git-log_370",
"git-log_371",
"git-log_373",
"git-log_374",
"git-log_375",
"git-log_376",
"git-log_380",
"git-log_385",
"git-log_396",
"git-log_411",
"git-log_451",
"git-log_452",
"git-log_469",
"git-log_471",
"git-log_476",
"git-log_477",
"git-log_499",
"git-log_501",
"git-log_502",
"git-log_503",
"git-log_504",
"git-log_507",
"git-log_508",
"git-log_538",
"git-log_541",
"git-log_555",
"git-log_564"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11418
|
show an overview of which file(s) changed in each commit
|
git log --stat
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_20",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_396",
"git-log_397",
"git-log_398",
"git-log_399",
"git-log_400",
"git-log_411",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"--stat",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_20",
"git-log_396",
"git-log_397",
"git-log_398",
"git-log_399",
"git-log_400",
"git-log_411"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11419
|
show a graph of commits in the current branch using only the first line of each commit message
|
git log --oneline --graph
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_183",
"git-log_190",
"git-log_191",
"git-log_195",
"git-log_226",
"git-log_228",
"git-log_231",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"--oneline",
"--graph",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_190",
"git-log_191",
"git-log_195"
],
[
"git-log_183",
"git-log_228",
"git-log_231"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11420
|
show a graph of all commits, tags and branches in the entire repo
|
git log --oneline --decorate --all --graph
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_15",
"git-log_16",
"git-log_43",
"git-log_45",
"git-log_61",
"git-log_66",
"git-log_67",
"git-log_70",
"git-log_183",
"git-log_190",
"git-log_191",
"git-log_195",
"git-log_226",
"git-log_228",
"git-log_231",
"git-log_254",
"git-log_319",
"git-log_354",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"--oneline",
"--decorate",
"--all",
"--graph",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_190",
"git-log_191",
"git-log_195"
],
[
"git-log_15",
"git-log_16",
"git-log_254",
"git-log_319",
"git-log_354"
],
[
"git-log_12",
"git-log_43",
"git-log_45",
"git-log_61",
"git-log_66",
"git-log_67",
"git-log_70"
],
[
"git-log_183",
"git-log_228",
"git-log_231"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11421
|
show only commits whose messages include a given string (caseinsensitively)
|
git log -i --grep {{search_string}}
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_35",
"git-log_42",
"git-log_43",
"git-log_45",
"git-log_46",
"git-log_47",
"git-log_70",
"git-log_71",
"git-log_226",
"git-log_233",
"git-log_347",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_378",
"git-log_382",
"git-log_383",
"git-log_433",
"git-log_450",
"git-log_451",
"git-log_452",
"git-log_459",
"git-log_471",
"git-log_474",
"git-log_489",
"git-log_490",
"git-log_491",
"git-log_492",
"git-log_493",
"git-log_494",
"git-log_495",
"git-log_500",
"git-log_505",
"git-log_507",
"git-log_534",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"-i",
"--grep",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_46",
"git-log_47",
"git-log_70",
"git-log_71",
"git-log_233",
"git-log_347",
"git-log_378",
"git-log_382",
"git-log_383",
"git-log_433",
"git-log_450",
"git-log_451",
"git-log_452",
"git-log_459",
"git-log_474",
"git-log_489",
"git-log_490",
"git-log_491",
"git-log_492",
"git-log_493",
"git-log_494",
"git-log_495",
"git-log_500",
"git-log_505",
"git-log_507",
"git-log_534"
],
[
"git-log_35",
"git-log_42",
"git-log_43",
"git-log_45",
"git-log_46"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11422
|
show the last n commits from a certain author
|
git log -n {{number}} --author={{author}}
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_15",
"git-log_22",
"git-log_37",
"git-log_41",
"git-log_44",
"git-log_55",
"git-log_56",
"git-log_57",
"git-log_60",
"git-log_72",
"git-log_78",
"git-log_79",
"git-log_175",
"git-log_183",
"git-log_184",
"git-log_190",
"git-log_193",
"git-log_195",
"git-log_198",
"git-log_199",
"git-log_200",
"git-log_226",
"git-log_228",
"git-log_261",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_367",
"git-log_368",
"git-log_369",
"git-log_378",
"git-log_383",
"git-log_397",
"git-log_399",
"git-log_413",
"git-log_415",
"git-log_416",
"git-log_419",
"git-log_427",
"git-log_434",
"git-log_446",
"git-log_462",
"git-log_471",
"git-log_487",
"git-log_498",
"git-log_499",
"git-log_503",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565",
"git-log_567",
"git-log_569"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"-n",
"--author",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_12",
"git-log_15",
"git-log_22",
"git-log_37",
"git-log_44",
"git-log_55",
"git-log_56",
"git-log_57",
"git-log_60",
"git-log_72",
"git-log_78",
"git-log_79",
"git-log_183",
"git-log_184",
"git-log_190",
"git-log_193",
"git-log_195",
"git-log_198",
"git-log_199",
"git-log_200",
"git-log_228",
"git-log_261",
"git-log_367",
"git-log_368",
"git-log_369",
"git-log_378",
"git-log_383",
"git-log_397",
"git-log_399",
"git-log_413",
"git-log_415",
"git-log_416",
"git-log_419",
"git-log_427",
"git-log_434",
"git-log_446",
"git-log_462",
"git-log_487",
"git-log_498",
"git-log_499",
"git-log_503",
"git-log_548",
"git-log_551",
"git-log_553",
"git-log_554",
"git-log_567",
"git-log_569"
],
[
"git-log_41",
"git-log_175"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11423
|
show commits between two dates
|
git log --before={{date}} --after={{date}}
|
[
"git-log_2",
"git-log_3",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_39",
"git-log_40",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
] |
git-log
|
git-log
| true |
{
"token": [
"git",
"log",
"--before",
"--after",
"|main|"
],
"oracle_man": [
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_226",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_364",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557"
],
[
"git-log_2",
"git-log_7",
"git-log_10",
"git-log_12",
"git-log_360",
"git-log_361",
"git-log_363",
"git-log_471",
"git-log_548",
"git-log_549",
"git-log_550",
"git-log_551",
"git-log_552",
"git-log_553",
"git-log_554",
"git-log_555",
"git-log_556",
"git-log_557",
"git-log_561",
"git-log_563",
"git-log_564",
"git-log_565"
],
[
"git-log_40"
],
[
"git-log_39"
],
[
"git-log_3",
"git-log_4",
"git-log_5",
"git-log_6",
"git-log_7",
"git-log_8",
"git-log_9",
"git-log_10",
"git-log_11",
"git-log_12",
"git-log_13"
]
]
}
|
11424
|
enter an interactive shell session on an alreadyrunning container
|
docker exec --interactive --tty {{container_name}} {{/bin/bash}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_9",
"docker-exec_11"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--interactive",
"--tty",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_9"
],
[
"docker-exec_11"
],
[
"docker-exec_3"
]
]
}
|
11425
|
run a command in the background (detached) on a running container
|
docker exec --detach {{container_name}} {{command}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_4",
"docker-exec_5"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--detach",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_4",
"docker-exec_5"
],
[
"docker-exec_3"
]
]
}
|
11426
|
select the working directory for a given command to execute into
|
docker exec --interactive -tty --workdir {{path/to/directory}} {{container_name}} {{command}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_9",
"docker-exec_11",
"docker-exec_13"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--interactive",
"-tty",
"--workdir",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_9"
],
[
"docker-exec_11"
],
[
"docker-exec_13"
],
[
"docker-exec_3"
]
]
}
|
11427
|
run a command in background on existing container but keep stdin open
|
docker exec --interactive --detach {{container_name}} {{command}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_4",
"docker-exec_5",
"docker-exec_9"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--interactive",
"--detach",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_9"
],
[
"docker-exec_4",
"docker-exec_5"
],
[
"docker-exec_3"
]
]
}
|
11428
|
set an environment variable in a running bash session
|
docker exec --interactive --tty --env {{variable_name}}={{value}} {{container_name}} {{/bin/bash}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_6",
"docker-exec_7",
"docker-exec_9",
"docker-exec_11"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--interactive",
"--tty",
"--env",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_9"
],
[
"docker-exec_11"
],
[
"docker-exec_6",
"docker-exec_7"
],
[
"docker-exec_3"
]
]
}
|
11429
|
run a command as a specific user
|
docker exec --user {{user}} {{container_name}} {{command}}
|
[
"docker-exec_2",
"docker-exec_3",
"docker-exec_12"
] |
docker-exec
|
docker-exec
| true |
{
"token": [
"docker",
"exec",
"--user",
"|main|"
],
"oracle_man": [
[
"docker-exec_2",
"docker-exec_3"
],
[
"docker-exec_2"
],
[
"docker-exec_12"
],
[
"docker-exec_3"
]
]
}
|
11436
|
extract all members from an archive
|
ar -x {{path/to/file.a}}
|
[
"ar_10",
"ar_11",
"ar_32",
"ar_35",
"ar_80"
] |
ar
|
ar
| true |
{
"token": [
"-x",
"|main|"
],
"oracle_man": [
[
"ar_10",
"ar_32",
"ar_35",
"ar_80"
],
[
"ar_11",
"ar_12",
"ar_13",
"ar_14",
"ar_15"
]
]
}
|
11437
|
list the members of an archive
|
ar -t {{path/to/file.a}}
|
[
"ar_9",
"ar_11",
"ar_29",
"ar_34",
"ar_47",
"ar_50",
"ar_65",
"ar_68"
] |
ar
|
ar
| true |
{
"token": [
"-t",
"|main|"
],
"oracle_man": [
[
"ar_9",
"ar_29",
"ar_34",
"ar_47",
"ar_50",
"ar_65",
"ar_68"
],
[
"ar_11",
"ar_12",
"ar_13",
"ar_14",
"ar_15"
]
]
}
|
11438
|
replace or add files to an archive
|
ar -r {{path/to/file.a}} {{path/to/file1.o}} {{path/to/file2.o}}
|
[
"ar_7",
"ar_8",
"ar_11",
"ar_27",
"ar_31",
"ar_32",
"ar_39",
"ar_41",
"ar_58"
] |
ar
|
ar
| true |
{
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"ar_7",
"ar_8",
"ar_27",
"ar_31",
"ar_32",
"ar_39",
"ar_41",
"ar_58"
],
[
"ar_11",
"ar_12",
"ar_13",
"ar_14",
"ar_15"
]
]
}
|
11439
|
insert an object file index (equivalent to using `ranlib`)
|
ar -s {{path/to/file.a}}
|
[
"ar_5",
"ar_9",
"ar_10",
"ar_11",
"ar_13",
"ar_28"
] |
ar
|
ar
| true |
{
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"ar_5",
"ar_9",
"ar_10",
"ar_13",
"ar_28"
],
[
"ar_11",
"ar_12",
"ar_13",
"ar_14",
"ar_15"
]
]
}
|
11440
|
create an archive with files and an accompanying object file index
|
ar -rs {{path/to/file.a}} {{path/to/file1.o}} {{path/to/file2.o}}
|
[
"ar_5",
"ar_9",
"ar_10",
"ar_11",
"ar_13",
"ar_28"
] |
ar
|
ar
| true |
{
"token": [
"-rs",
"|main|"
],
"oracle_man": [
[
"ar_5",
"ar_9",
"ar_10",
"ar_13",
"ar_28"
],
[
"ar_11",
"ar_12",
"ar_13",
"ar_14",
"ar_15"
]
]
}
|
11441
|
switch `runsvdir` directories
|
sudo runsvchdir {{path/to/directory}}
|
[
"runsvchdir_3"
] |
runsvchdir
|
runsvchdir
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"runsvchdir_3",
"runsvchdir_4",
"runsvchdir_5"
]
]
}
|
11442
|
start an interactive shell session
|
bash
|
[
"bash_4"
] |
bash
|
bash
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"bash_4",
"bash_5"
]
]
}
|
11443
|
execute a command and then exit
|
bash -c "{{command}}"
|
[
"bash_3",
"bash_4",
"bash_5",
"bash_6",
"bash_7",
"bash_17",
"bash_19",
"bash_75",
"bash_97",
"bash_99",
"bash_100",
"bash_273",
"bash_362",
"bash_365",
"bash_366",
"bash_381",
"bash_382",
"bash_383",
"bash_386",
"bash_388",
"bash_424",
"bash_436",
"bash_441",
"bash_443",
"bash_449",
"bash_467",
"bash_476",
"bash_477",
"bash_520",
"bash_559",
"bash_560",
"bash_561"
] |
bash
|
bash
| true |
{
"token": [
"-c",
"|main|"
],
"oracle_man": [
[
"bash_3",
"bash_4",
"bash_5",
"bash_6",
"bash_7",
"bash_17",
"bash_19",
"bash_75",
"bash_97",
"bash_99",
"bash_100",
"bash_273",
"bash_362",
"bash_365",
"bash_366",
"bash_381",
"bash_382",
"bash_383",
"bash_386",
"bash_388",
"bash_424",
"bash_436",
"bash_441",
"bash_443",
"bash_449",
"bash_467",
"bash_476",
"bash_477",
"bash_520",
"bash_559",
"bash_560",
"bash_561"
],
[
"bash_4",
"bash_5"
]
]
}
|
11444
|
execute a script
|
bash {{path/to/script.sh}}
|
[
"bash_4"
] |
bash
|
bash
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"bash_4",
"bash_5"
]
]
}
|
11445
|
execute a script, printing each command before executing it
|
bash -x {{path/to/script.sh}}
|
[
"bash_4",
"bash_85",
"bash_100",
"bash_102",
"bash_273",
"bash_336",
"bash_339",
"bash_353",
"bash_354",
"bash_369",
"bash_382",
"bash_384",
"bash_386",
"bash_387",
"bash_388",
"bash_424",
"bash_441",
"bash_469",
"bash_471",
"bash_495",
"bash_559"
] |
bash
|
bash
| true |
{
"token": [
"-x",
"|main|"
],
"oracle_man": [
[
"bash_85",
"bash_100",
"bash_102",
"bash_273",
"bash_336",
"bash_339",
"bash_353",
"bash_354",
"bash_369",
"bash_382",
"bash_384",
"bash_386",
"bash_387",
"bash_388",
"bash_424",
"bash_441",
"bash_469",
"bash_471",
"bash_495",
"bash_559"
],
[
"bash_4",
"bash_5"
]
]
}
|
11446
|
execute commands from a script, stopping at the first error
|
bash -e {{path/to/script.sh}}
|
[
"bash_4",
"bash_85",
"bash_99",
"bash_100",
"bash_268",
"bash_273",
"bash_278",
"bash_312",
"bash_338",
"bash_381",
"bash_382",
"bash_386",
"bash_387",
"bash_388",
"bash_429",
"bash_436",
"bash_438",
"bash_442",
"bash_446",
"bash_452",
"bash_454",
"bash_455",
"bash_467",
"bash_483",
"bash_488",
"bash_490",
"bash_494",
"bash_495",
"bash_524",
"bash_546",
"bash_556",
"bash_559",
"bash_564"
] |
bash
|
bash
| true |
{
"token": [
"-e",
"|main|"
],
"oracle_man": [
[
"bash_85",
"bash_99",
"bash_100",
"bash_268",
"bash_273",
"bash_278",
"bash_312",
"bash_338",
"bash_381",
"bash_382",
"bash_386",
"bash_387",
"bash_388",
"bash_429",
"bash_436",
"bash_438",
"bash_442",
"bash_446",
"bash_452",
"bash_454",
"bash_455",
"bash_467",
"bash_483",
"bash_488",
"bash_490",
"bash_494",
"bash_495",
"bash_524",
"bash_546",
"bash_556",
"bash_559",
"bash_564"
],
[
"bash_4",
"bash_5"
]
]
}
|
11447
|
read and execute commands from stdin
|
bash -s
|
[
"bash_4",
"bash_6",
"bash_8",
"bash_17",
"bash_19",
"bash_32",
"bash_99",
"bash_100",
"bash_102",
"bash_164",
"bash_269",
"bash_273",
"bash_336",
"bash_339",
"bash_362",
"bash_365",
"bash_366",
"bash_381",
"bash_382",
"bash_384",
"bash_386",
"bash_388",
"bash_403",
"bash_409",
"bash_411",
"bash_424",
"bash_436",
"bash_447",
"bash_452",
"bash_454",
"bash_465",
"bash_467",
"bash_469",
"bash_472",
"bash_476",
"bash_485",
"bash_490",
"bash_494",
"bash_495",
"bash_498",
"bash_499",
"bash_559"
] |
bash
|
bash
| true |
{
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"bash_6",
"bash_8",
"bash_17",
"bash_19",
"bash_32",
"bash_99",
"bash_100",
"bash_102",
"bash_164",
"bash_269",
"bash_273",
"bash_336",
"bash_339",
"bash_362",
"bash_365",
"bash_366",
"bash_381",
"bash_382",
"bash_384",
"bash_386",
"bash_388",
"bash_403",
"bash_409",
"bash_411",
"bash_424",
"bash_436",
"bash_447",
"bash_452",
"bash_454",
"bash_465",
"bash_467",
"bash_469",
"bash_472",
"bash_476",
"bash_485",
"bash_490",
"bash_494",
"bash_495",
"bash_498",
"bash_499",
"bash_559"
],
[
"bash_4",
"bash_5"
]
]
}
|
11448
|
print the bash version (`$bash_version` contains the version without license information)
|
bash --version
|
[
"bash_4",
"bash_16"
] |
bash
|
bash
| true |
{
"token": [
"--version",
"|main|"
],
"oracle_man": [
[
"bash_16"
],
[
"bash_4",
"bash_5"
]
]
}
|
11455
|
exit the shell with the exit code of the last command executed
|
exit
|
[
"exit_8"
] |
exit
|
exit
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"exit_8",
"exit_9",
"exit_10"
]
]
}
|
11456
|
exit the shell with the specified exit code
|
exit {{exit_code}}
|
[
"exit_8"
] |
exit
|
exit
| true |
{
"token": [
"|main|"
],
"oracle_man": [
[
"exit_8",
"exit_9",
"exit_10"
]
]
}
|
11485
|
list all accepted, unaccepted and rejected minion keys
|
salt-key -L
|
[
"salt-key_3",
"salt-key_35"
] |
salt-key
|
salt-key
| true |
{
"token": [
"-L",
"|main|"
],
"oracle_man": [
[
"salt-key_35"
],
[
"salt-key_3",
"salt-key_4",
"salt-key_5",
"salt-key_6",
"salt-key_7",
"salt-key_8",
"salt-key_9",
"salt-key_10"
]
]
}
|
11486
|
accept a minion key by name
|
salt-key -a {{MINION_ID}}
|
[
"salt-key_3",
"salt-key_19",
"salt-key_27",
"salt-key_35",
"salt-key_36",
"salt-key_37",
"salt-key_38",
"salt-key_39",
"salt-key_40",
"salt-key_42",
"salt-key_44",
"salt-key_46",
"salt-key_50",
"salt-key_54"
] |
salt-key
|
salt-key
| true |
{
"token": [
"-a",
"|main|"
],
"oracle_man": [
[
"salt-key_19",
"salt-key_27",
"salt-key_35",
"salt-key_36",
"salt-key_37",
"salt-key_38",
"salt-key_39",
"salt-key_40",
"salt-key_42",
"salt-key_44",
"salt-key_46",
"salt-key_50",
"salt-key_54"
],
[
"salt-key_3",
"salt-key_4",
"salt-key_5",
"salt-key_6",
"salt-key_7",
"salt-key_8",
"salt-key_9",
"salt-key_10"
]
]
}
|
11487
|
reject a minion key by name
|
salt-key -r {{MINION_ID}}
|
[
"salt-key_3",
"salt-key_12",
"salt-key_19",
"salt-key_38",
"salt-key_39",
"salt-key_50"
] |
salt-key
|
salt-key
| true |
{
"token": [
"-r",
"|main|"
],
"oracle_man": [
[
"salt-key_12",
"salt-key_19",
"salt-key_38",
"salt-key_39",
"salt-key_50"
],
[
"salt-key_3",
"salt-key_4",
"salt-key_5",
"salt-key_6",
"salt-key_7",
"salt-key_8",
"salt-key_9",
"salt-key_10"
]
]
}
|
11488
|
print fingerprints of all public keys
|
salt-key -F
|
[
"salt-key_3",
"salt-key_46"
] |
salt-key
|
salt-key
| true |
{
"token": [
"-F",
"|main|"
],
"oracle_man": [
[
"salt-key_46"
],
[
"salt-key_3",
"salt-key_4",
"salt-key_5",
"salt-key_6",
"salt-key_7",
"salt-key_8",
"salt-key_9",
"salt-key_10"
]
]
}
|
11489
|
view documentation for the original command
|
tldr python
|
[
"python3_1",
"python3_2",
"python3_3",
"python3_41",
"python3_42"
] |
python3
|
python3
| true |
{
"token": [
"tldr",
"python",
"|main|"
],
"oracle_man": [
[],
[
"python3_1",
"python3_2",
"python3_41",
"python3_42"
],
[
"python3_3",
"python3_4",
"python3_5"
]
]
}
|
11490
|
time "ls"
|
time ls
|
[
"time_4"
] |
time
|
time
| true |
{
"token": [
"ls",
"|main|"
],
"oracle_man": [
[],
[
"time_4",
"time_5",
"time_6",
"time_7",
"time_8",
"time_9",
"time_10"
]
]
}
|
11491
|
bundle a node.js application
|
ncc build {{path/to/file.js}}
|
[
"ncc_3"
] |
ncc
|
ncc
| true |
{
"token": [
"build",
"|main|"
],
"oracle_man": [
[],
[
"ncc_3",
"ncc_4"
]
]
}
|
11492
|
bundle and minify a node.js application
|
ncc build --minify {{path/to/file.js}}
|
[
"ncc_3"
] |
ncc
|
ncc
| true |
{
"token": [
"build",
"--minify",
"|main|"
],
"oracle_man": [
[],
[],
[
"ncc_3",
"ncc_4"
]
]
}
|
11493
|
bundle and minify a node.js application and generate source maps
|
ncc build --source-map {{path/to/file.js}}
|
[
"ncc_3"
] |
ncc
|
ncc
| true |
{
"token": [
"build",
"--source-map",
"|main|"
],
"oracle_man": [
[],
[],
[
"ncc_3",
"ncc_4"
]
]
}
|
11494
|
automatically recompile on changes to source files
|
ncc build --watch {{path/to/file.js}}
|
[
"ncc_3"
] |
ncc
|
ncc
| true |
{
"token": [
"build",
"--watch",
"|main|"
],
"oracle_man": [
[],
[],
[
"ncc_3",
"ncc_4"
]
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.