question_id
stringlengths
1
5
nl
stringlengths
4
218
cmd
stringlengths
1
231
oracle_man
sequence
cmd_name
stringlengths
1
24
tldr_cmd_name
stringlengths
1
24
manual_exist
bool
1 class
matching_info
sequence
5205
stash current changes, except new (untracked) files
git stash [push -m {{optional_stash_message}}]
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_6", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_52", "git-stash_54", "git-stash_56", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "[push", "-m", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [], [ "git-stash_2", "git-stash_6", "git-stash_52", "git-stash_54", "git-stash_56", "git-stash_58" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5206
stash current changes, including new (untracked) files
git stash -u
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_6", "git-stash_8", "git-stash_10", "git-stash_12", "git-stash_16", "git-stash_24", "git-stash_26", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "-u", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_2", "git-stash_6", "git-stash_8", "git-stash_12", "git-stash_24", "git-stash_26", "git-stash_58" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5207
interactively select parts of changed files for stashing
git stash -p
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_6", "git-stash_7", "git-stash_8", "git-stash_10", "git-stash_12", "git-stash_16", "git-stash_32", "git-stash_33", "git-stash_34", "git-stash_35", "git-stash_36", "git-stash_37", "git-stash_38", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_56", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "-p", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_2", "git-stash_6", "git-stash_7", "git-stash_8", "git-stash_12", "git-stash_32", "git-stash_33", "git-stash_34", "git-stash_35", "git-stash_36", "git-stash_37", "git-stash_38", "git-stash_56" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5208
list all stashes (shows stash name, related branch and message)
git stash list
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_9", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "list", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_2", "git-stash_9" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5209
apply a stash (default is the latest, named stash@{0})
git stash apply {{optional_stash_name_or_commit}}
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_15", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "apply", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_15" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5210
apply a stash (default is stash@{0}), and remove it from the stash list if applying doesn't cause conflicts
git stash pop {{optional_stash_name}}
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_13", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "pop", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_13" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5211
drop a stash (default is stash@{0})
git stash drop {{optional_stash_name}}
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_19", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "drop", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_19" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5212
drop all stashes
git stash clear
[ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_18", "git-stash_44", "git-stash_46", "git-stash_50", "git-stash_57", "git-stash_58" ]
git-stash
git-stash
true
{ "token": [ "git", "stash", "clear", "|main|" ], "oracle_man": [ [ "git-stash_2", "git-stash_3", "git-stash_50", "git-stash_58" ], [ "git-stash_2", "git-stash_3", "git-stash_5", "git-stash_10", "git-stash_16", "git-stash_44", "git-stash_46", "git-stash_57" ], [ "git-stash_18" ], [ "git-stash_3", "git-stash_4", "git-stash_5" ] ] }
5217
run in interactive mode
units
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5218
list all units containing a specific string in interactive mode
search {{string}}
[ "units_3", "units_37" ]
units
units
true
{ "token": [ "search", "|main|" ], "oracle_man": [ [ "units_37" ], [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5219
show the conversion between two simple units
units {{quarts}} {{tablespoons}}
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5220
convert between units with quantities
units "{{15 pounds}}" {{kilograms}}
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5221
show the conversion between two compound units
units "{{meters / second}}" "{{inches / hour}}"
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5222
show the conversion between units with different dimensions
units "{{acres}}" "{{ft^2}}"
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5223
show the conversion of byte multipliers
units "{{15 megabytes}}" {{bytes}}
[ "units_3" ]
units
units
true
{ "token": [ "|main|" ], "oracle_man": [ [ "units_3", "units_4", "units_5", "units_6", "units_7" ] ] }
5226
measure power with the default of 10 samples with an interval of 10 seconds
powerstat
[ "powerstat_3" ]
powerstat
powerstat
true
{ "token": [ "|main|" ], "oracle_man": [ [ "powerstat_3", "powerstat_4" ] ] }
5227
measure power with custom number of samples and interval duration
powerstat {{interval}} {{number_of_samples}}
[ "powerstat_3" ]
powerstat
powerstat
true
{ "token": [ "|main|" ], "oracle_man": [ [ "powerstat_3", "powerstat_4" ] ] }
5228
measure power using intel's rapl interface
powerstat -R {{interval}} {{number_of_samples}}
[ "powerstat_3", "powerstat_10", "powerstat_19", "powerstat_27", "powerstat_28" ]
powerstat
powerstat
true
{ "token": [ "-R", "|main|" ], "oracle_man": [ [ "powerstat_10", "powerstat_19", "powerstat_27", "powerstat_28" ], [ "powerstat_3", "powerstat_4" ] ] }
5229
show a histogram of the power measurements
powerstat -H {{interval}} {{number_of_samples}}
[ "powerstat_3", "powerstat_6", "powerstat_14" ]
powerstat
powerstat
true
{ "token": [ "-H", "|main|" ], "oracle_man": [ [ "powerstat_6", "powerstat_14" ], [ "powerstat_3", "powerstat_4" ] ] }
5230
enable all statistics gathering options
powerstat -a {{interval}} {{number_of_samples}}
[ "powerstat_3", "powerstat_6" ]
powerstat
powerstat
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [ "powerstat_6" ], [ "powerstat_3", "powerstat_4" ] ] }
5233
install a ruby version
rbenv install {{version}}
[ "rbenv_1", "rbenv_5" ]
rbenv
rbenv
true
{ "token": [ "install", "|main|" ], "oracle_man": [ [ "rbenv_5" ], [ "rbenv_1" ] ] }
5234
display a list of the latest stable versions for each ruby
rbenv install --list
[ "rbenv_1", "rbenv_5" ]
rbenv
rbenv
true
{ "token": [ "install", "--list", "|main|" ], "oracle_man": [ [ "rbenv_5" ], [], [ "rbenv_1" ] ] }
5235
display a list of installed ruby versions
rbenv versions
[ "rbenv_1" ]
rbenv
rbenv
true
{ "token": [ "versions", "|main|" ], "oracle_man": [ [], [ "rbenv_1" ] ] }
5236
use a specific ruby version across the whole system
rbenv global {{version}}
[ "rbenv_1", "rbenv_7" ]
rbenv
rbenv
true
{ "token": [ "global", "|main|" ], "oracle_man": [ [ "rbenv_7" ], [ "rbenv_1" ] ] }
5237
use a specific ruby version for an application/project directory
rbenv local {{version}}
[ "rbenv_1" ]
rbenv
rbenv
true
{ "token": [ "local", "|main|" ], "oracle_man": [ [], [ "rbenv_1" ] ] }
5238
display the currently selected ruby version
rbenv version
[ "rbenv_1" ]
rbenv
rbenv
true
{ "token": [ "version", "|main|" ], "oracle_man": [ [], [ "rbenv_1" ] ] }
5239
uninstall a ruby version
rbenv uninstall {{version}}
[ "rbenv_1" ]
rbenv
rbenv
true
{ "token": [ "uninstall", "|main|" ], "oracle_man": [ [], [ "rbenv_1" ] ] }
5240
display all ruby versions that contain the specified executable
rbenv whence {{executable}}
[ "rbenv_1" ]
rbenv
rbenv
true
{ "token": [ "whence", "|main|" ], "oracle_man": [ [], [ "rbenv_1" ] ] }
5241
check the spelling of a file
hunspell {{path/to/file}}
[ "hunspell_25" ]
hunspell
hunspell
true
{ "token": [ "|main|" ], "oracle_man": [ [ "hunspell_25", "hunspell_26", "hunspell_27", "hunspell_28", "hunspell_29", "hunspell_30", "hunspell_31", "hunspell_32", "hunspell_33", "hunspell_34", "hunspell_35", "hunspell_36", "hunspell_37", "hunspell_38", "hunspell_39", "hunspell_40", "hunspell_41", "hunspell_42", "hunspell_43", "hunspell_44", "hunspell_45", "hunspell_46", "hunspell_47", "hunspell_48", "hunspell_49", "hunspell_50", "hunspell_51", "hunspell_52" ] ] }
5242
check the spelling of a file with the en_us dictionary
hunspell -d {{en_US}} {{path/to/file}}
[ "hunspell_25" ]
hunspell
hunspell
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [], [ "hunspell_25", "hunspell_26", "hunspell_27", "hunspell_28", "hunspell_29", "hunspell_30", "hunspell_31", "hunspell_32", "hunspell_33", "hunspell_34", "hunspell_35", "hunspell_36", "hunspell_37", "hunspell_38", "hunspell_39", "hunspell_40", "hunspell_41", "hunspell_42", "hunspell_43", "hunspell_44", "hunspell_45", "hunspell_46", "hunspell_47", "hunspell_48", "hunspell_49", "hunspell_50", "hunspell_51", "hunspell_52" ] ] }
5243
list misspelled words in a file
hunspell -l {{path/to/file}}
[ "hunspell_25" ]
hunspell
hunspell
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "hunspell_25" ], [ "hunspell_25", "hunspell_26", "hunspell_27", "hunspell_28", "hunspell_29", "hunspell_30", "hunspell_31", "hunspell_32", "hunspell_33", "hunspell_34", "hunspell_35", "hunspell_36", "hunspell_37", "hunspell_38", "hunspell_39", "hunspell_40", "hunspell_41", "hunspell_42", "hunspell_43", "hunspell_44", "hunspell_45", "hunspell_46", "hunspell_47", "hunspell_48", "hunspell_49", "hunspell_50", "hunspell_51", "hunspell_52" ] ] }
5244
run calculator in interactive mode
dc
[ "dc_3" ]
dc
dc
true
{ "token": [ "|main|" ], "oracle_man": [ [ "dc_3", "dc_4", "dc_5" ] ] }
5245
execute dc script in file
dc -f {{file}}
[ "dc_2", "dc_3", "dc_13", "dc_14", "dc_33" ]
dc
dc
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "dc_2", "dc_13", "dc_14", "dc_33" ], [ "dc_3", "dc_4", "dc_5" ] ] }
5246
calculate 4 times 5 [4 5 *], subtract 17 [17 ], and [p]rint the output (using echo)
echo "4 5 * 17 - p"| dc
[ "dc_1", "dc_2", "dc_3", "dc_4", "dc_5", "dc_6", "dc_7", "dc_8", "dc_9", "dc_10", "dc_11", "dc_12", "dc_13", "dc_14", "dc_15", "dc_16", "dc_18", "dc_21", "dc_24", "dc_27", "dc_33", "dc_50", "dc_53", "dc_54", "dc_55", "dc_56", "dc_67", "dc_68" ]
dc
dc
true
{ "token": [ "echo", "4", "5", "*", "17", "-", "p", "|main|" ], "oracle_man": [ [], [], [], [], [], [ "dc_1", "dc_2", "dc_3", "dc_4", "dc_5", "dc_6", "dc_7", "dc_8", "dc_9", "dc_10", "dc_11", "dc_12", "dc_13", "dc_14", "dc_15", "dc_18", "dc_21", "dc_24", "dc_27", "dc_33", "dc_50", "dc_53", "dc_54", "dc_55", "dc_56", "dc_67", "dc_68" ], [ "dc_16" ], [ "dc_3", "dc_4", "dc_5" ] ] }
5247
set number of decimal places to 7 [7 k], calculate 5 divided by 3 [5 _3 /] and [p]rint (using dc e)
dc -e "7 k 5 _3 / p"
[ "dc_2", "dc_3", "dc_11", "dc_12", "dc_16", "dc_44" ]
dc
dc
true
{ "token": [ "-e", "7", "k", "5", "_3", "/", "p", "|main|" ], "oracle_man": [ [ "dc_2", "dc_11", "dc_12" ], [], [ "dc_44" ], [], [], [], [ "dc_16" ], [ "dc_3", "dc_4", "dc_5" ] ] }
5248
calculate the golden ratio, phi set number of decimal places to 100 [100 k], square root of 5 [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result
dc -e "100 k 5 v 1 + 2 / p"
[ "dc_0", "dc_2", "dc_3", "dc_11", "dc_12", "dc_16", "dc_28", "dc_44" ]
dc
dc
true
{ "token": [ "-e", "100", "k", "5", "v", "1", "+", "2", "/", "p", "|main|" ], "oracle_man": [ [ "dc_2", "dc_11", "dc_12" ], [], [ "dc_44" ], [], [ "dc_28" ], [ "dc_0" ], [], [], [], [ "dc_16" ], [ "dc_3", "dc_4", "dc_5" ] ] }
5259
pretend that a modified file is unchanged (`git status` will not show this as changed)
git update-index --skip-worktree {{path/to/modified_file}}
[ "git-update-index_2", "git-update-index_3", "git-update-index_5", "git-update-index_45", "git-update-index_57", "git-update-index_59", "git-update-index_61", "git-update-index_66", "git-update-index_68", "git-update-index_84", "git-update-index_89" ]
git-update-index
git-update-index
true
{ "token": [ "git", "update-index", "--skip-worktree", "|main|" ], "oracle_man": [ [ "git-update-index_2", "git-update-index_5", "git-update-index_45", "git-update-index_57", "git-update-index_59", "git-update-index_61", "git-update-index_66", "git-update-index_68", "git-update-index_84", "git-update-index_89" ], [ "git-update-index_2", "git-update-index_45", "git-update-index_59", "git-update-index_68" ], [], [ "git-update-index_3", "git-update-index_4", "git-update-index_5" ] ] }
5268
remove directory, provided it is empty. use `rm r` to remove nonempty directories
rmdir {{path/to/directory}}
[ "rmdir_4" ]
rmdir
rmdir
true
{ "token": [ "|main|" ], "oracle_man": [ [ "rmdir_4", "rmdir_5", "rmdir_6" ] ] }
5269
remove the target and its parent directories (useful for nested dirs)
rmdir -p {{path/to/directory}}
[ "rmdir_3", "rmdir_4", "rmdir_9", "rmdir_12", "rmdir_35" ]
rmdir
rmdir
true
{ "token": [ "-p", "|main|" ], "oracle_man": [ [ "rmdir_3", "rmdir_9", "rmdir_12", "rmdir_35" ], [ "rmdir_4", "rmdir_5", "rmdir_6" ] ] }
5270
specify a config file
mongod --config {{filename}}
[ "mongod_1", "mongod_7", "mongod_98", "mongod_129", "mongod_161" ]
mongod
mongod
true
{ "token": [ "--config", "|main|" ], "oracle_man": [ [ "mongod_7", "mongod_98", "mongod_129", "mongod_161" ], [ "mongod_1" ] ] }
5271
specify the port to listen on
mongod --port {{port}}
[ "mongod_1", "mongod_14", "mongod_137" ]
mongod
mongod
true
{ "token": [ "--port", "|main|" ], "oracle_man": [ [ "mongod_14", "mongod_137" ], [ "mongod_1" ] ] }
5272
specify database profiling level. 0 is off, 1 is only slow operations, 2 is all
mongod --profile {{0|1|2}}
[ "mongod_1", "mongod_67", "mongod_95" ]
mongod
mongod
true
{ "token": [ "--profile", "|main|" ], "oracle_man": [ [ "mongod_67", "mongod_95" ], [ "mongod_1" ] ] }
5285
create an autonamed `.patch` file for all the unpushed commits
git format-patch {{origin}}
[ "git-format-patch_2", "git-format-patch_3", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ]
git-format-patch
git-format-patch
true
{ "token": [ "git", "format-patch", "|main|" ], "oracle_man": [ [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167" ], [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ], [ "git-format-patch_3", "git-format-patch_4", "git-format-patch_5", "git-format-patch_6", "git-format-patch_7", "git-format-patch_8", "git-format-patch_9", "git-format-patch_10", "git-format-patch_11", "git-format-patch_12", "git-format-patch_13", "git-format-patch_14", "git-format-patch_15", "git-format-patch_16", "git-format-patch_17" ] ] }
5286
write a `.patch` file for all the commits between 2 revisions to stdout
git format-patch {{revision_1}}..{{revision_2}}
[ "git-format-patch_2", "git-format-patch_3", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ]
git-format-patch
git-format-patch
true
{ "token": [ "git", "format-patch", "|main|" ], "oracle_man": [ [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167" ], [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ], [ "git-format-patch_3", "git-format-patch_4", "git-format-patch_5", "git-format-patch_6", "git-format-patch_7", "git-format-patch_8", "git-format-patch_9", "git-format-patch_10", "git-format-patch_11", "git-format-patch_12", "git-format-patch_13", "git-format-patch_14", "git-format-patch_15", "git-format-patch_16", "git-format-patch_17" ] ] }
5287
write a `.patch` file for the 3 latest commits
git format-patch -{{3}}
[ "git-format-patch_2", "git-format-patch_3", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ]
git-format-patch
git-format-patch
true
{ "token": [ "git", "format-patch", "|main|" ], "oracle_man": [ [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167" ], [ "git-format-patch_2", "git-format-patch_150", "git-format-patch_157", "git-format-patch_159", "git-format-patch_162", "git-format-patch_164", "git-format-patch_167", "git-format-patch_168" ], [ "git-format-patch_3", "git-format-patch_4", "git-format-patch_5", "git-format-patch_6", "git-format-patch_7", "git-format-patch_8", "git-format-patch_9", "git-format-patch_10", "git-format-patch_11", "git-format-patch_12", "git-format-patch_13", "git-format-patch_14", "git-format-patch_15", "git-format-patch_16", "git-format-patch_17" ] ] }
5300
start a sudoku game
nudoku
[ "nudoku_3" ]
nudoku
nudoku
true
{ "token": [ "|main|" ], "oracle_man": [ [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5301
choose the difficulty of the game
nudoku -d {{easy|normal|hard}}
[ "nudoku_3", "nudoku_15" ]
nudoku
nudoku
true
{ "token": [ "-d", "|main|" ], "oracle_man": [ [ "nudoku_15" ], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5302
navigate the board
{{h|j|k|l}} OR {{Left|Down|Up|Right}} arrow key
[ "nudoku_3" ]
nudoku
nudoku
true
{ "token": [ "OR", "arrow", "key", "|main|" ], "oracle_man": [ [], [], [], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5303
delete a number
{{Backspace|x}}
[ "nudoku_3" ]
nudoku
nudoku
true
{ "token": [ "|main|" ], "oracle_man": [ [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5304
get a hint
H
[ "nudoku_3", "nudoku_11" ]
nudoku
nudoku
true
{ "token": [ "H", "|main|" ], "oracle_man": [ [ "nudoku_11" ], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5305
see the complete solution
S
[ "nudoku_3", "nudoku_10" ]
nudoku
nudoku
true
{ "token": [ "S", "|main|" ], "oracle_man": [ [ "nudoku_10" ], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5306
create a new puzzle
N
[ "nudoku_3", "nudoku_9" ]
nudoku
nudoku
true
{ "token": [ "N", "|main|" ], "oracle_man": [ [ "nudoku_9" ], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5307
quit the game
Q
[ "nudoku_3", "nudoku_6" ]
nudoku
nudoku
true
{ "token": [ "Q", "|main|" ], "oracle_man": [ [ "nudoku_6" ], [ "nudoku_3", "nudoku_4", "nudoku_5", "nudoku_6", "nudoku_7", "nudoku_8", "nudoku_9", "nudoku_10", "nudoku_11" ] ] }
5311
initialise a project
jigsaw init
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "init", "|main|" ], "oracle_man": [ [], [ "jigsaw_3", "jigsaw_4" ] ] }
5312
initialise a project using a starter template
jigsaw init {{template_name}}
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "init", "|main|" ], "oracle_man": [ [], [ "jigsaw_3", "jigsaw_4" ] ] }
5313
build the site for development
jigsaw build
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "build", "|main|" ], "oracle_man": [ [], [ "jigsaw_3", "jigsaw_4" ] ] }
5314
preview the site from the "build_local" directory
jigsaw serve
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "serve", "|main|" ], "oracle_man": [ [], [ "jigsaw_3", "jigsaw_4" ] ] }
5315
build the site for production
jigsaw build production
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "build", "production", "|main|" ], "oracle_man": [ [], [], [ "jigsaw_3", "jigsaw_4" ] ] }
5316
preview the site from the "build_production" directory
jigsaw serve {{build_production}}
[ "jigsaw_3" ]
jigsaw
jigsaw
true
{ "token": [ "serve", "|main|" ], "oracle_man": [ [], [ "jigsaw_3", "jigsaw_4" ] ] }
5333
start a new screen session
screen
[ "screen_3" ]
screen
screen
true
{ "token": [ "|main|" ], "oracle_man": [ [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5334
start a new named screen session
screen -S {{session_name}}
[ "screen_3", "screen_45", "screen_52", "screen_537", "screen_661" ]
screen
screen
true
{ "token": [ "-S", "|main|" ], "oracle_man": [ [ "screen_45", "screen_52", "screen_537", "screen_661" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5335
start a new daemon and log the output to `screenlog.x`
screen -dmLS {{session_name}} {{command}}
[ "screen_3", "screen_45", "screen_52", "screen_537", "screen_661" ]
screen
screen
true
{ "token": [ "-dmLS", "|main|" ], "oracle_man": [ [ "screen_45", "screen_52", "screen_537", "screen_661" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5336
show open screen sessions
screen -ls
[ "screen_3", "screen_31", "screen_39", "screen_50" ]
screen
screen
true
{ "token": [ "-ls", "|main|" ], "oracle_man": [ [ "screen_31", "screen_39", "screen_50" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5337
reattach to an open screen
screen -r {{session_name}}
[ "screen_2", "screen_3", "screen_18", "screen_19", "screen_22", "screen_31", "screen_39", "screen_42", "screen_45", "screen_50", "screen_52", "screen_59", "screen_61", "screen_104", "screen_205", "screen_282", "screen_431", "screen_624", "screen_784" ]
screen
screen
true
{ "token": [ "-r", "|main|" ], "oracle_man": [ [ "screen_2", "screen_18", "screen_19", "screen_22", "screen_31", "screen_39", "screen_42", "screen_45", "screen_50", "screen_52", "screen_59", "screen_61", "screen_104", "screen_205", "screen_282", "screen_431", "screen_624", "screen_784" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5338
detach from inside a screen
Ctrl + A, D
[ "screen_3", "screen_294", "screen_761", "screen_809" ]
screen
screen
true
{ "token": [ "Ctrl", "+", "A,", "D", "|main|" ], "oracle_man": [ [], [], [], [ "screen_294", "screen_761", "screen_809" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5339
kill the current screen session
Ctrl + A, K
[ "screen_3", "screen_801" ]
screen
screen
true
{ "token": [ "Ctrl", "+", "A,", "K", "|main|" ], "oracle_man": [ [], [], [], [ "screen_801" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5340
kill a detached screen
screen -X -S {{session_name}} quit
[ "screen_3", "screen_38", "screen_45", "screen_52", "screen_493", "screen_535", "screen_537", "screen_601", "screen_661" ]
screen
screen
true
{ "token": [ "-X", "-S", "quit", "|main|" ], "oracle_man": [ [ "screen_38", "screen_52", "screen_535", "screen_601" ], [ "screen_45", "screen_52", "screen_537", "screen_661" ], [ "screen_493" ], [ "screen_3", "screen_4", "screen_5", "screen_6", "screen_7", "screen_8", "screen_9", "screen_10" ] ] }
5355
find the byte and line number of the first difference between two files
cmp {{path/to/file1}} {{path/to/file2}}
[ "cmp_4" ]
cmp
cmp
true
{ "token": [ "|main|" ], "oracle_man": [ [ "cmp_4" ] ] }
5356
find the byte number and differing bytes of every difference
cmp -l {{path/to/file1}} {{path/to/file2}}
[ "cmp_3", "cmp_4", "cmp_7", "cmp_24", "cmp_28" ]
cmp
cmp
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "cmp_3", "cmp_7", "cmp_24", "cmp_28" ], [ "cmp_4" ] ] }
5362
show disk i/o latency using the default values and the current directory
ioping .
[ "ioping_3" ]
ioping
ioping
true
{ "token": [ ".", "|main|" ], "oracle_man": [ [], [ "ioping_3" ] ] }
5363
measure latency on /tmp using 10 requests of 1 megabyte each
ioping -c 10 -s 1M /tmp
[ "ioping_2", "ioping_3", "ioping_5", "ioping_7", "ioping_11", "ioping_12", "ioping_15", "ioping_19", "ioping_22", "ioping_24", "ioping_25", "ioping_28", "ioping_41", "ioping_48", "ioping_57", "ioping_59", "ioping_60" ]
ioping
ioping
true
{ "token": [ "-c", "10", "-s", "1M", "/tmp", "|main|" ], "oracle_man": [ [ "ioping_2", "ioping_5", "ioping_15", "ioping_19", "ioping_25", "ioping_48", "ioping_57", "ioping_59", "ioping_60" ], [ "ioping_60" ], [ "ioping_2", "ioping_7", "ioping_11", "ioping_12", "ioping_22", "ioping_24", "ioping_28", "ioping_41", "ioping_60" ], [], [], [ "ioping_3" ] ] }
5364
measure disk seek rate on `/dev/sdx`
ioping -R {{/dev/sdX}}
[ "ioping_3", "ioping_23", "ioping_61", "ioping_62", "ioping_63" ]
ioping
ioping
true
{ "token": [ "-R", "|main|" ], "oracle_man": [ [ "ioping_23", "ioping_61", "ioping_62", "ioping_63" ], [ "ioping_3" ] ] }
5365
measure disk sequential speed on `/dev/sdx`
ioping -RL {{/dev/sdX}}
[ "ioping_3", "ioping_62", "ioping_63" ]
ioping
ioping
true
{ "token": [ "-RL", "|main|" ], "oracle_man": [ [ "ioping_62", "ioping_63" ], [ "ioping_3" ] ] }
5366
open a compressed file
zmore {{path/to/file.txt.gz}}
[ "zmore_3" ]
zmore
zmore
true
{ "token": [ "|main|" ], "oracle_man": [ [ "zmore_3", "zmore_4", "zmore_5", "zmore_6", "zmore_7", "zmore_8", "zmore_9", "zmore_10", "zmore_11", "zmore_12", "zmore_13", "zmore_14", "zmore_15", "zmore_16", "zmore_17", "zmore_18", "zmore_19", "zmore_20", "zmore_21", "zmore_22", "zmore_23" ] ] }
5367
display the next page of the file
<Space>
[ "zmore_3" ]
zmore
zmore
true
{ "token": [ "Space", "|main|" ], "oracle_man": [ [], [ "zmore_3", "zmore_4", "zmore_5", "zmore_6", "zmore_7", "zmore_8", "zmore_9", "zmore_10", "zmore_11", "zmore_12", "zmore_13", "zmore_14", "zmore_15", "zmore_16", "zmore_17", "zmore_18", "zmore_19", "zmore_20", "zmore_21", "zmore_22", "zmore_23" ] ] }
5368
search for a pattern in the file (press `n` to go to next match)
/{{regular_expression}}
[ "zmore_3" ]
zmore
zmore
true
{ "token": [ "|main|" ], "oracle_man": [ [ "zmore_3", "zmore_4", "zmore_5", "zmore_6", "zmore_7", "zmore_8", "zmore_9", "zmore_10", "zmore_11", "zmore_12", "zmore_13", "zmore_14", "zmore_15", "zmore_16", "zmore_17", "zmore_18", "zmore_19", "zmore_20", "zmore_21", "zmore_22", "zmore_23" ] ] }
5369
exit
q
[ "zmore_3", "zmore_13", "zmore_18" ]
zmore
zmore
true
{ "token": [ "q", "|main|" ], "oracle_man": [ [ "zmore_13", "zmore_18" ], [ "zmore_3", "zmore_4", "zmore_5", "zmore_6", "zmore_7", "zmore_8", "zmore_9", "zmore_10", "zmore_11", "zmore_12", "zmore_13", "zmore_14", "zmore_15", "zmore_16", "zmore_17", "zmore_18", "zmore_19", "zmore_20", "zmore_21", "zmore_22", "zmore_23" ] ] }
5370
display interactive command help
h
[ "zmore_3" ]
zmore
zmore
true
{ "token": [ "h", "|main|" ], "oracle_man": [ [], [ "zmore_3", "zmore_4", "zmore_5", "zmore_6", "zmore_7", "zmore_8", "zmore_9", "zmore_10", "zmore_11", "zmore_12", "zmore_13", "zmore_14", "zmore_15", "zmore_16", "zmore_17", "zmore_18", "zmore_19", "zmore_20", "zmore_21", "zmore_22", "zmore_23" ] ] }
5371
create a new organization
pio org create {{organization_name}}
[ "pio_1", "pio_267", "pio_1023", "pio_2023", "pio_2279", "pio_27086", "pio_27090", "pio_27095", "pio_27100", "pio_27904" ]
pio
pio-org
true
{ "token": [ "org", "create", "|main|" ], "oracle_man": [ [ "pio_1023" ], [ "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" ] ] }
5372
delete an organization
pio org destroy {{organization_name}}
[ "pio_1", "pio_1023" ]
pio
pio-org
true
{ "token": [ "org", "destroy", "|main|" ], "oracle_man": [ [ "pio_1023" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
5373
add a user to an organization
pio org add {{organization_name}} {{username}}
[ "pio_1", "pio_1023", "pio_2225", "pio_2382", "pio_2387", "pio_3272", "pio_26064", "pio_28966", "pio_28994" ]
pio
pio-org
true
{ "token": [ "org", "add", "|main|" ], "oracle_man": [ [ "pio_1023" ], [ "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" ] ] }
5374
remove a user from an organization
pio org remove {{organization_name}} {{username}}
[ "pio_1", "pio_496", "pio_1023", "pio_2743" ]
pio
pio-org
true
{ "token": [ "org", "remove", "|main|" ], "oracle_man": [ [ "pio_1023" ], [ "pio_496", "pio_2743" ], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
5375
list all organizations the current user is a member of and their owners
pio org list
[ "pio_1", "pio_232", "pio_537", "pio_553", "pio_556", "pio_559", "pio_631", "pio_821", "pio_828", "pio_829", "pio_830", "pio_1023", "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-org
true
{ "token": [ "org", "list", "|main|" ], "oracle_man": [ [ "pio_1023" ], [ "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" ] ] }
5376
update the name, email or display name of an organization
pio org update --orgname {{new_organization_name}} --email {{new_email}} --displayname {{new_display_name}} {{organization_name}}
[ "pio_1", "pio_72", "pio_94", "pio_359", "pio_387", "pio_396", "pio_1023", "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-org
true
{ "token": [ "org", "update", "--orgname", "--email", "--displayname", "|main|" ], "oracle_man": [ [ "pio_1023" ], [ "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_359", "pio_396" ], [], [ "pio_1", "pio_2", "pio_3", "pio_4", "pio_5", "pio_6", "pio_7", "pio_8" ] ] }
5377
list all commands that you could run
compgen -c
[ "compgen_1" ]
compgen
compgen
true
{ "token": [ "-c", "|main|" ], "oracle_man": [ [], [ "compgen_1" ] ] }
5378
list all aliases
compgen -a
[ "compgen_1" ]
compgen
compgen
true
{ "token": [ "-a", "|main|" ], "oracle_man": [ [], [ "compgen_1" ] ] }
5379
list all functions that you could run
compgen -A function
[ "compgen_1" ]
compgen
compgen
true
{ "token": [ "-A", "function", "|main|" ], "oracle_man": [ [], [], [ "compgen_1" ] ] }
5380
show shell reserved keywords
compgen -k
[ "compgen_1" ]
compgen
compgen
true
{ "token": [ "-k", "|main|" ], "oracle_man": [ [], [ "compgen_1" ] ] }
5381
see all available commands/aliases starting with 'ls'
compgen -ac {{ls}}
[ "compgen_1" ]
compgen
compgen
true
{ "token": [ "-ac", "|main|" ], "oracle_man": [ [], [ "compgen_1" ] ] }
5389
update packages to use new apis
go fix {{packages}}
[ "go-fix_2", "go-fix_3", "go-fix_5" ]
go-fix
go-fix
true
{ "token": [ "go", "fix", "|main|" ], "oracle_man": [ [ "go-fix_2" ], [ "go-fix_2", "go-fix_5" ], [ "go-fix_3", "go-fix_4", "go-fix_5" ] ] }
5390
display details about the current user
pinky
[ "pinky_3" ]
pinky
pinky
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5391
display details for a specific user
pinky {{user}}
[ "pinky_3" ]
pinky
pinky
true
{ "token": [ "|main|" ], "oracle_man": [ [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5392
display details in the long format
pinky {{user}} -l
[ "pinky_3" ]
pinky
pinky
true
{ "token": [ "-l", "|main|" ], "oracle_man": [ [ "pinky_3" ], [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5393
omit the user's home directory and shell in long format
pinky {{user}} -lb
[ "pinky_3", "pinky_4" ]
pinky
pinky
true
{ "token": [ "-lb", "|main|" ], "oracle_man": [ [ "pinky_4" ], [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5394
omit the user's project file in long format
pinky {{user}} -lh
[ "pinky_3", "pinky_5", "pinky_12" ]
pinky
pinky
true
{ "token": [ "-lh", "|main|" ], "oracle_man": [ [ "pinky_5", "pinky_12" ], [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5395
omit the column headings in short format
pinky {{user}} -f
[ "pinky_3", "pinky_8" ]
pinky
pinky
true
{ "token": [ "-f", "|main|" ], "oracle_man": [ [ "pinky_8" ], [ "pinky_3", "pinky_4", "pinky_5", "pinky_6", "pinky_7", "pinky_8", "pinky_9", "pinky_10", "pinky_11", "pinky_12", "pinky_13", "pinky_14" ] ] }
5401
encode a file and print the result to stdout
uuencode {{path/to/input_file}} {{output_file_name_after_decoding}}
[ "uuencode_4" ]
uuencode
uuencode
true
{ "token": [ "|main|" ], "oracle_man": [ [ "uuencode_4" ] ] }
5402
encode a file and write the result to a file
uuencode -o {{path/to/output_file}} {{path/to/input_file}} {{output_file_name_after_decoding}}
[ "uuencode_4", "uuencode_25" ]
uuencode
uuencode
true
{ "token": [ "-o", "|main|" ], "oracle_man": [ [ "uuencode_25" ], [ "uuencode_4" ] ] }
5403
encode a file using base64 instead of the default uuencode encoding and write the result to a file
uuencode -m -o {{path/to/output_file}} {{path/to/input_file}} {{output_file_name_after_decoding}}
[ "uuencode_3", "uuencode_4", "uuencode_7", "uuencode_25" ]
uuencode
uuencode
true
{ "token": [ "-m", "-o", "|main|" ], "oracle_man": [ [ "uuencode_3", "uuencode_7" ], [ "uuencode_25" ], [ "uuencode_4" ] ] }
5404
disassemble an assembly to textual cil
monodis {{path/to/assembly.exe}}
[ "monodis_3" ]
monodis
monodis
true
{ "token": [ "|main|" ], "oracle_man": [ [ "monodis_3", "monodis_4", "monodis_5" ] ] }