{"nl": "generate ascii art for a given text", "cmd": "toilet {{input_text}}", "tldr_cmd_name": "toilet", "cmd_name": "toilet", "manual_exist": true, "oracle_man": ["toilet_3"], "matching_info": [{"token": "|main|", "oracle_man": ["toilet_3"]}], "question_id": "17"} {"nl": "generate ascii art using a custom font file", "cmd": "toilet {{input_text}} -f {{font_filename}}", "tldr_cmd_name": "toilet", "cmd_name": "toilet", "manual_exist": true, "oracle_man": ["toilet_2", "toilet_3", "toilet_5", "toilet_10", "toilet_19"], "matching_info": [{"token": "-f", "oracle_man": ["toilet_2", "toilet_5", "toilet_10", "toilet_19"]}, {"token": "|main|", "oracle_man": ["toilet_3"]}], "question_id": "18"} {"nl": "generate ascii art using a filter", "cmd": "toilet {{input_text}} --filter {{filter_name}}", "tldr_cmd_name": "toilet", "cmd_name": "toilet", "manual_exist": true, "oracle_man": ["toilet_3", "toilet_10"], "matching_info": [{"token": "--filter", "oracle_man": ["toilet_10"]}, {"token": "|main|", "oracle_man": ["toilet_3"]}], "question_id": "19"} {"nl": "show available toilet filters", "cmd": "toilet --filter list", "tldr_cmd_name": "toilet", "cmd_name": "toilet", "manual_exist": true, "oracle_man": ["toilet_3", "toilet_10"], "matching_info": [{"token": "--filter", "oracle_man": ["toilet_10"]}, {"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["toilet_3"]}], "question_id": "20"} {"nl": "start an application with the procfile in the current directory", "cmd": "foreman start", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_2", "foreman_3", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"], "matching_info": [{"token": "start", "oracle_man": ["foreman_2", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "28"} {"nl": "start an application with a specified procfile", "cmd": "foreman start -f {{Procfile}}", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_2", "foreman_3", "foreman_4", "foreman_8", "foreman_10", "foreman_18", "foreman_26", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"], "matching_info": [{"token": "start", "oracle_man": ["foreman_2", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"]}, {"token": "-f", "oracle_man": ["foreman_8", "foreman_10", "foreman_18", "foreman_26", "foreman_58"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "29"} {"nl": "start a specific application", "cmd": "foreman start {{process}}", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_2", "foreman_3", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"], "matching_info": [{"token": "start", "oracle_man": ["foreman_2", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "30"} {"nl": "validate procfile format", "cmd": "foreman check", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_3", "foreman_48"], "matching_info": [{"token": "check", "oracle_man": ["foreman_48"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "31"} {"nl": "run oneoff commands with the process's environment", "cmd": "foreman run {{command}}", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_3", "foreman_13"], "matching_info": [{"token": "run", "oracle_man": ["foreman_13"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "32"} {"nl": "start all processes except the one named \"worker\"", "cmd": "foreman start -m all=1,{{worker}}=0", "tldr_cmd_name": "foreman", "cmd_name": "foreman", "manual_exist": true, "oracle_man": ["foreman_2", "foreman_3", "foreman_4", "foreman_8", "foreman_18", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"], "matching_info": [{"token": "start", "oracle_man": ["foreman_2", "foreman_4", "foreman_38", "foreman_42", "foreman_54", "foreman_58", "foreman_60"]}, {"token": "-m", "oracle_man": ["foreman_8", "foreman_18", "foreman_60"]}, {"token": "|main|", "oracle_man": ["foreman_3"]}], "question_id": "33"} {"nl": "display a tree of processes", "cmd": "pstree", "tldr_cmd_name": "pstree", "cmd_name": "pstree", "manual_exist": true, "oracle_man": ["pstree_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pstree_3", "pstree_4", "pstree_5", "pstree_6", "pstree_7", "pstree_8", "pstree_9", "pstree_10", "pstree_11"]}], "question_id": "34"} {"nl": "display a tree of processes with pids", "cmd": "pstree -p", "tldr_cmd_name": "pstree", "cmd_name": "pstree", "manual_exist": true, "oracle_man": ["pstree_2", "pstree_3", "pstree_23"], "matching_info": [{"token": "-p", "oracle_man": ["pstree_2", "pstree_23"]}, {"token": "|main|", "oracle_man": ["pstree_3", "pstree_4", "pstree_5", "pstree_6", "pstree_7", "pstree_8", "pstree_9", "pstree_10", "pstree_11"]}], "question_id": "35"} {"nl": "display all process trees rooted at processes owned by specified user", "cmd": "pstree {{user}}", "tldr_cmd_name": "pstree", "cmd_name": "pstree", "manual_exist": true, "oracle_man": ["pstree_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pstree_3", "pstree_4", "pstree_5", "pstree_6", "pstree_7", "pstree_8", "pstree_9", "pstree_10", "pstree_11"]}], "question_id": "36"} {"nl": "check quotas on all mounted nonnfs filesystems", "cmd": "sudo quotacheck --all", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_19"], "matching_info": [{"token": "--all", "oracle_man": ["quotacheck_19"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "50"} {"nl": "force check even if quotas are enabled (this can cause damage or loss to quota files)", "cmd": "sudo quotacheck --force {{mountpoint}}", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_13"], "matching_info": [{"token": "--force", "oracle_man": ["quotacheck_13"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "51"} {"nl": "check quotas on a given filesystem in debug mode", "cmd": "sudo quotacheck --debug {{mountpoint}}", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_9"], "matching_info": [{"token": "--debug", "oracle_man": ["quotacheck_9"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "52"} {"nl": "check quotas on a given filesystem, displaying the progress", "cmd": "sudo quotacheck --verbose {{mountpoint}}", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_8"], "matching_info": [{"token": "--verbose", "oracle_man": ["quotacheck_8"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "53"} {"nl": "check user quotas", "cmd": "sudo quotacheck --user {{user}} {{mountpoint}}", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_10"], "matching_info": [{"token": "--user", "oracle_man": ["quotacheck_10"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "54"} {"nl": "check group quotas", "cmd": "sudo quotacheck --group {{group}} {{mountpoint}}", "tldr_cmd_name": "quotacheck", "cmd_name": "quotacheck", "manual_exist": true, "oracle_man": ["quotacheck_3", "quotacheck_11"], "matching_info": [{"token": "--group", "oracle_man": ["quotacheck_11"]}, {"token": "|main|", "oracle_man": ["quotacheck_3", "quotacheck_4", "quotacheck_5", "quotacheck_6"]}], "question_id": "55"} {"nl": "print the mime type of a given file", "cmd": "mimetype {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "76"} {"nl": "display only the mime type, and not the filename", "cmd": "mimetype --brief {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_8"], "matching_info": [{"token": "--brief", "oracle_man": ["mimetype_8"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "77"} {"nl": "display a description of the mime type", "cmd": "mimetype --describe {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_10", "mimetype_17"], "matching_info": [{"token": "--describe", "oracle_man": ["mimetype_10", "mimetype_17"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "78"} {"nl": "determine the mime type of stdin (does not check a filename)", "cmd": "{{some_command}} | mimetype --stdin", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_14", "mimetype_25"], "matching_info": [{"token": "--stdin", "oracle_man": ["mimetype_14", "mimetype_25"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "79"} {"nl": "display debug information about how the mime type was determined", "cmd": "mimetype --debug {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_11"], "matching_info": [{"token": "--debug", "oracle_man": ["mimetype_11"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "80"} {"nl": "display all the possible mime types of a given file in confidence order", "cmd": "mimetype --all {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_6", "mimetype_28"], "matching_info": [{"token": "--all", "oracle_man": ["mimetype_6", "mimetype_28"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "81"} {"nl": "explicitly specify the 2letter language code of the output", "cmd": "mimetype --language {{path/to/file}}", "tldr_cmd_name": "mimetype", "cmd_name": "mimetype", "manual_exist": true, "oracle_man": ["mimetype_3", "mimetype_19"], "matching_info": [{"token": "--language", "oracle_man": ["mimetype_19"]}, {"token": "|main|", "oracle_man": ["mimetype_3", "mimetype_4", "mimetype_5"]}], "question_id": "82"} {"nl": "list password information for the user", "cmd": "chage --list {{username}}", "tldr_cmd_name": "chage", "cmd_name": "chage", "manual_exist": true, "oracle_man": ["chage_3", "chage_12"], "matching_info": [{"token": "--list", "oracle_man": ["chage_12"]}, {"token": "|main|", "oracle_man": ["chage_3"]}], "question_id": "95"} {"nl": "enable password expiration in 10 days", "cmd": "sudo chage --maxdays {{10}} {{username}}", "tldr_cmd_name": "chage", "cmd_name": "chage", "manual_exist": true, "oracle_man": ["chage_3", "chage_14"], "matching_info": [{"token": "--maxdays", "oracle_man": ["chage_14"]}, {"token": "|main|", "oracle_man": ["chage_3"]}], "question_id": "96"} {"nl": "disable password expiration", "cmd": "sudo chage --maxdays {{-1}} {{username}}", "tldr_cmd_name": "chage", "cmd_name": "chage", "manual_exist": true, "oracle_man": ["chage_3", "chage_14"], "matching_info": [{"token": "--maxdays", "oracle_man": ["chage_14"]}, {"token": "|main|", "oracle_man": ["chage_3"]}], "question_id": "97"} {"nl": "set account expiration date", "cmd": "sudo chage --expiredate {{YYYY-MM-DD}} {{username}}", "tldr_cmd_name": "chage", "cmd_name": "chage", "manual_exist": true, "oracle_man": ["chage_3", "chage_6"], "matching_info": [{"token": "--expiredate", "oracle_man": ["chage_6"]}, {"token": "|main|", "oracle_man": ["chage_3"]}], "question_id": "98"} {"nl": "force user to change password on next log in", "cmd": "sudo chage --lastday {{0}} {{username}}", "tldr_cmd_name": "chage", "cmd_name": "chage", "manual_exist": true, "oracle_man": ["chage_3", "chage_5"], "matching_info": [{"token": "--lastday", "oracle_man": ["chage_5"]}, {"token": "|main|", "oracle_man": ["chage_3"]}], "question_id": "99"} {"nl": "tell the kernel about the existence of the specified partition", "cmd": "addpart {{device}} {{partition}} {{start}} {{length}}", "tldr_cmd_name": "addpart", "cmd_name": "addpart", "manual_exist": true, "oracle_man": ["addpart_3"], "matching_info": [{"token": "|main|", "oracle_man": ["addpart_3", "addpart_4"]}], "question_id": "103"} {"nl": "run the daemon with a configuration file", "cmd": "dbus-daemon --config-file {{path/to/file}}", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_3", "dbus-daemon_4", "dbus-daemon_6", "dbus-daemon_12"], "matching_info": [{"token": "--config-file", "oracle_man": ["dbus-daemon_3", "dbus-daemon_6", "dbus-daemon_12"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "122"} {"nl": "run the daemon with the standard perloginsession message bus configuration", "cmd": "dbus-daemon --session", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_3", "dbus-daemon_4", "dbus-daemon_6", "dbus-daemon_17", "dbus-daemon_195"], "matching_info": [{"token": "--session", "oracle_man": ["dbus-daemon_3", "dbus-daemon_6", "dbus-daemon_17", "dbus-daemon_195"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "123"} {"nl": "run the daemon with the standard systemwide message bus configuration", "cmd": "dbus-daemon --system", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_3", "dbus-daemon_4", "dbus-daemon_6", "dbus-daemon_18", "dbus-daemon_22"], "matching_info": [{"token": "--system", "oracle_man": ["dbus-daemon_3", "dbus-daemon_6", "dbus-daemon_18", "dbus-daemon_22"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "124"} {"nl": "set the address to listen on and override the configuration value for it", "cmd": "dbus-daemon --address {{address}}", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_4", "dbus-daemon_21"], "matching_info": [{"token": "--address", "oracle_man": ["dbus-daemon_21"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "125"} {"nl": "output the process id to stdout", "cmd": "dbus-daemon --print-pid", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_3", "dbus-daemon_4", "dbus-daemon_16"], "matching_info": [{"token": "--print-pid", "oracle_man": ["dbus-daemon_3", "dbus-daemon_16"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "126"} {"nl": "force the message bus to write to the system log for messages", "cmd": "dbus-daemon --syslog", "tldr_cmd_name": "dbus-daemon", "cmd_name": "dbus-daemon", "manual_exist": true, "oracle_man": ["dbus-daemon_3", "dbus-daemon_4", "dbus-daemon_24", "dbus-daemon_25", "dbus-daemon_55"], "matching_info": [{"token": "--syslog", "oracle_man": ["dbus-daemon_3", "dbus-daemon_24", "dbus-daemon_25", "dbus-daemon_55"]}, {"token": "|main|", "oracle_man": ["dbus-daemon_4", "dbus-daemon_5", "dbus-daemon_6", "dbus-daemon_7", "dbus-daemon_8", "dbus-daemon_9", "dbus-daemon_10"]}], "question_id": "127"} {"nl": "view the available firewall zones", "cmd": "firewall-cmd --get-active-zones", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_26"], "matching_info": [{"token": "--get-active-zones", "oracle_man": ["firewall-cmd_26"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "131"} {"nl": "view the rules which are currently applied", "cmd": "firewall-cmd --list-all", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_36", "firewall-cmd_46", "firewall-cmd_54"], "matching_info": [{"token": "--list-all", "oracle_man": ["firewall-cmd_36", "firewall-cmd_46", "firewall-cmd_54"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "132"} {"nl": "permanently move the interface into the block zone, effectively blocking all communication", "cmd": "firewall-cmd --permanent --zone={{block}} --change-interface={{enp1s0}}", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_166", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"], "matching_info": [{"token": "--permanent", "oracle_man": ["firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"]}, {"token": "--zone", "oracle_man": ["firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_166", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171"]}, {"token": "--change-interface", "oracle_man": ["firewall-cmd_157"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "133"} {"nl": "permanently open the port for a service in the specified zone (like port 443 when in the `public` zone)", "cmd": "firewall-cmd --permanent --zone={{public}} --add-service={{https}}", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_166", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_278", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_337", "firewall-cmd_339"], "matching_info": [{"token": "--permanent", "oracle_man": ["firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"]}, {"token": "--zone", "oracle_man": ["firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_166", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171"]}, {"token": "--add-service", "oracle_man": ["firewall-cmd_65", "firewall-cmd_70", "firewall-cmd_278", "firewall-cmd_337"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "134"} {"nl": "permanently close the port for a service in the specified zone (like port 80 when in the `public` zone)", "cmd": "firewall-cmd --permanent --zone={{public}} --remove-service={{http}}", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_166", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"], "matching_info": [{"token": "--permanent", "oracle_man": ["firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"]}, {"token": "--zone", "oracle_man": ["firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_166", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171"]}, {"token": "--remove-service", "oracle_man": ["firewall-cmd_71"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "135"} {"nl": "permanently open two arbitrary ports in the specified zone", "cmd": "firewall-cmd --permanent --zone={{public}} --add-port={{25565/tcp}} --add-port={{19132/udp}}", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_166", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"], "matching_info": [{"token": "--permanent", "oracle_man": ["firewall-cmd_20", "firewall-cmd_21", "firewall-cmd_22", "firewall-cmd_29", "firewall-cmd_30", "firewall-cmd_31", "firewall-cmd_32", "firewall-cmd_33", "firewall-cmd_34", "firewall-cmd_36", "firewall-cmd_38", "firewall-cmd_40", "firewall-cmd_41", "firewall-cmd_42", "firewall-cmd_43", "firewall-cmd_44", "firewall-cmd_45", "firewall-cmd_46", "firewall-cmd_47", "firewall-cmd_49", "firewall-cmd_50", "firewall-cmd_51", "firewall-cmd_52", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_67", "firewall-cmd_70", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_76", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_82", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_88", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_94", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_101", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_109", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_119", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_132", "firewall-cmd_133", "firewall-cmd_136", "firewall-cmd_137", "firewall-cmd_141", "firewall-cmd_142", "firewall-cmd_143", "firewall-cmd_144", "firewall-cmd_147", "firewall-cmd_148", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_160", "firewall-cmd_167", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_171", "firewall-cmd_172", "firewall-cmd_174", "firewall-cmd_176", "firewall-cmd_177", "firewall-cmd_178", "firewall-cmd_179", "firewall-cmd_181", "firewall-cmd_182", "firewall-cmd_183", "firewall-cmd_184", "firewall-cmd_185", "firewall-cmd_186", "firewall-cmd_188", "firewall-cmd_189", "firewall-cmd_191", "firewall-cmd_192", "firewall-cmd_194", "firewall-cmd_196", "firewall-cmd_198", "firewall-cmd_201", "firewall-cmd_203", "firewall-cmd_204", "firewall-cmd_205", "firewall-cmd_206", "firewall-cmd_207", "firewall-cmd_208", "firewall-cmd_209", "firewall-cmd_210", "firewall-cmd_211", "firewall-cmd_212", "firewall-cmd_213", "firewall-cmd_214", "firewall-cmd_215", "firewall-cmd_216", "firewall-cmd_217", "firewall-cmd_218", "firewall-cmd_219", "firewall-cmd_220", "firewall-cmd_221", "firewall-cmd_222", "firewall-cmd_223", "firewall-cmd_224", "firewall-cmd_225", "firewall-cmd_226", "firewall-cmd_227", "firewall-cmd_228", "firewall-cmd_229", "firewall-cmd_230", "firewall-cmd_231", "firewall-cmd_232", "firewall-cmd_233", "firewall-cmd_234", "firewall-cmd_236", "firewall-cmd_239", "firewall-cmd_241", "firewall-cmd_242", "firewall-cmd_243", "firewall-cmd_244", "firewall-cmd_245", "firewall-cmd_246", "firewall-cmd_247", "firewall-cmd_248", "firewall-cmd_249", "firewall-cmd_250", "firewall-cmd_251", "firewall-cmd_252", "firewall-cmd_253", "firewall-cmd_254", "firewall-cmd_255", "firewall-cmd_256", "firewall-cmd_257", "firewall-cmd_259", "firewall-cmd_262", "firewall-cmd_264", "firewall-cmd_265", "firewall-cmd_266", "firewall-cmd_267", "firewall-cmd_268", "firewall-cmd_269", "firewall-cmd_270", "firewall-cmd_271", "firewall-cmd_272", "firewall-cmd_273", "firewall-cmd_274", "firewall-cmd_275", "firewall-cmd_281", "firewall-cmd_282", "firewall-cmd_283", "firewall-cmd_285", "firewall-cmd_286", "firewall-cmd_287", "firewall-cmd_288", "firewall-cmd_289", "firewall-cmd_291", "firewall-cmd_292", "firewall-cmd_293", "firewall-cmd_295", "firewall-cmd_296", "firewall-cmd_297", "firewall-cmd_298", "firewall-cmd_299", "firewall-cmd_314", "firewall-cmd_315", "firewall-cmd_316", "firewall-cmd_317", "firewall-cmd_318", "firewall-cmd_319", "firewall-cmd_320", "firewall-cmd_321", "firewall-cmd_322", "firewall-cmd_323", "firewall-cmd_324", "firewall-cmd_325", "firewall-cmd_326", "firewall-cmd_327", "firewall-cmd_328", "firewall-cmd_329", "firewall-cmd_339"]}, {"token": "--zone", "oracle_man": ["firewall-cmd_53", "firewall-cmd_54", "firewall-cmd_55", "firewall-cmd_56", "firewall-cmd_60", "firewall-cmd_61", "firewall-cmd_62", "firewall-cmd_63", "firewall-cmd_64", "firewall-cmd_65", "firewall-cmd_71", "firewall-cmd_72", "firewall-cmd_73", "firewall-cmd_74", "firewall-cmd_77", "firewall-cmd_78", "firewall-cmd_79", "firewall-cmd_80", "firewall-cmd_83", "firewall-cmd_84", "firewall-cmd_85", "firewall-cmd_86", "firewall-cmd_89", "firewall-cmd_90", "firewall-cmd_91", "firewall-cmd_92", "firewall-cmd_95", "firewall-cmd_96", "firewall-cmd_97", "firewall-cmd_99", "firewall-cmd_104", "firewall-cmd_106", "firewall-cmd_108", "firewall-cmd_112", "firewall-cmd_114", "firewall-cmd_116", "firewall-cmd_117", "firewall-cmd_120", "firewall-cmd_122", "firewall-cmd_124", "firewall-cmd_125", "firewall-cmd_126", "firewall-cmd_127", "firewall-cmd_128", "firewall-cmd_129", "firewall-cmd_130", "firewall-cmd_150", "firewall-cmd_153", "firewall-cmd_154", "firewall-cmd_157", "firewall-cmd_159", "firewall-cmd_166", "firewall-cmd_168", "firewall-cmd_169", "firewall-cmd_170", "firewall-cmd_171"]}, {"token": "--add-port", "oracle_man": ["firewall-cmd_74", "firewall-cmd_211", "firewall-cmd_250", "firewall-cmd_339"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "136"} {"nl": "reload firewalld to force rule changes to take effect", "cmd": "firewall-cmd --reload", "tldr_cmd_name": "firewall-cmd", "cmd_name": "firewall-cmd", "manual_exist": true, "oracle_man": ["firewall-cmd_3", "firewall-cmd_11"], "matching_info": [{"token": "--reload", "oracle_man": ["firewall-cmd_11"]}, {"token": "|main|", "oracle_man": ["firewall-cmd_3", "firewall-cmd_4"]}], "question_id": "137"} {"nl": "display information for all cpus", "cmd": "cpuid", "tldr_cmd_name": "cpuid", "cmd_name": "cpuid", "manual_exist": true, "oracle_man": ["cpuid_3"], "matching_info": [{"token": "|main|", "oracle_man": ["cpuid_3", "cpuid_4", "cpuid_5", "cpuid_6", "cpuid_7", "cpuid_8", "cpuid_9", "cpuid_10", "cpuid_11"]}], "question_id": "146"} {"nl": "display information only for the current cpu", "cmd": "cpuid -1", "tldr_cmd_name": "cpuid", "cmd_name": "cpuid", "manual_exist": true, "oracle_man": ["cpuid_3", "cpuid_13", "cpuid_26", "cpuid_28"], "matching_info": [{"token": "-1", "oracle_man": ["cpuid_13", "cpuid_26", "cpuid_28"]}, {"token": "|main|", "oracle_man": ["cpuid_3", "cpuid_4", "cpuid_5", "cpuid_6", "cpuid_7", "cpuid_8", "cpuid_9", "cpuid_10", "cpuid_11"]}], "question_id": "147"} {"nl": "display raw hex information with no decoding", "cmd": "cpuid -r", "tldr_cmd_name": "cpuid", "cmd_name": "cpuid", "manual_exist": true, "oracle_man": ["cpuid_3", "cpuid_20"], "matching_info": [{"token": "-r", "oracle_man": ["cpuid_20"]}, {"token": "|main|", "oracle_man": ["cpuid_3", "cpuid_4", "cpuid_5", "cpuid_6", "cpuid_7", "cpuid_8", "cpuid_9", "cpuid_10", "cpuid_11"]}], "question_id": "148"} {"nl": "create a random uuidv4", "cmd": "uuidgen --random", "tldr_cmd_name": "uuidgen", "cmd_name": "uuidgen", "manual_exist": true, "oracle_man": ["uuidgen_3", "uuidgen_4", "uuidgen_6"], "matching_info": [{"token": "--random", "oracle_man": ["uuidgen_4", "uuidgen_6"]}, {"token": "|main|", "oracle_man": ["uuidgen_3", "uuidgen_4", "uuidgen_5"]}], "question_id": "165"} {"nl": "create a uuidv1 based on the current time", "cmd": "uuidgen --time", "tldr_cmd_name": "uuidgen", "cmd_name": "uuidgen", "manual_exist": true, "oracle_man": ["uuidgen_3", "uuidgen_4", "uuidgen_7"], "matching_info": [{"token": "--time", "oracle_man": ["uuidgen_4", "uuidgen_7"]}, {"token": "|main|", "oracle_man": ["uuidgen_3", "uuidgen_4", "uuidgen_5"]}], "question_id": "166"} {"nl": "create a uuidv5 of the name with a specified namespace prefix", "cmd": "uuidgen --sha1 --namespace {{@dns|@url|@oid|@x500}} --name {{object_name}}", "tldr_cmd_name": "uuidgen", "cmd_name": "uuidgen", "manual_exist": true, "oracle_man": ["uuidgen_3", "uuidgen_5", "uuidgen_11", "uuidgen_12", "uuidgen_13", "uuidgen_16"], "matching_info": [{"token": "--sha1", "oracle_man": ["uuidgen_5", "uuidgen_11", "uuidgen_16"]}, {"token": "--namespace", "oracle_man": ["uuidgen_5", "uuidgen_12", "uuidgen_16"]}, {"token": "--name", "oracle_man": ["uuidgen_5", "uuidgen_12", "uuidgen_13", "uuidgen_16"]}, {"token": "|main|", "oracle_man": ["uuidgen_3", "uuidgen_4", "uuidgen_5"]}], "question_id": "167"} {"nl": "compute and display the wpapsk key for a given ssid reading the passphrase from stdin", "cmd": "wpa_passphrase {{SSID}}", "tldr_cmd_name": "wpa_passphrase", "cmd_name": "wpa_passphrase", "manual_exist": true, "oracle_man": ["wpa_passphrase_1"], "matching_info": [{"token": "|main|", "oracle_man": ["wpa_passphrase_1"]}], "question_id": "184"} {"nl": "compute and display wpapsk key for a given ssid specifying the passphrase as an argument", "cmd": "wpa_passphrase {{SSID}} {{passphrase}}", "tldr_cmd_name": "wpa_passphrase", "cmd_name": "wpa_passphrase", "manual_exist": true, "oracle_man": ["wpa_passphrase_1"], "matching_info": [{"token": "|main|", "oracle_man": ["wpa_passphrase_1"]}], "question_id": "185"} {"nl": "display a summary of the top 10 historical uptime records", "cmd": "uprecords", "tldr_cmd_name": "uprecords", "cmd_name": "uprecords", "manual_exist": true, "oracle_man": ["uprecords_3"], "matching_info": [{"token": "|main|", "oracle_man": ["uprecords_3", "uprecords_4"]}], "question_id": "207"} {"nl": "display the top 25 records", "cmd": "uprecords -m {{25}}", "tldr_cmd_name": "uprecords", "cmd_name": "uprecords", "manual_exist": true, "oracle_man": ["uprecords_2", "uprecords_3", "uprecords_14"], "matching_info": [{"token": "-m", "oracle_man": ["uprecords_2", "uprecords_14"]}, {"token": "|main|", "oracle_man": ["uprecords_3", "uprecords_4"]}], "question_id": "208"} {"nl": "display the downtime between reboots instead of the kernel version", "cmd": "uprecords -d", "tldr_cmd_name": "uprecords", "cmd_name": "uprecords", "manual_exist": true, "oracle_man": ["uprecords_3"], "matching_info": [{"token": "-d", "oracle_man": []}, {"token": "|main|", "oracle_man": ["uprecords_3", "uprecords_4"]}], "question_id": "209"} {"nl": "show the most recent reboots", "cmd": "uprecords -B", "tldr_cmd_name": "uprecords", "cmd_name": "uprecords", "manual_exist": true, "oracle_man": ["uprecords_3", "uprecords_7"], "matching_info": [{"token": "-B", "oracle_man": ["uprecords_7"]}, {"token": "|main|", "oracle_man": ["uprecords_3", "uprecords_4"]}], "question_id": "210"} {"nl": "don't truncate information", "cmd": "uprecords -w", "tldr_cmd_name": "uprecords", "cmd_name": "uprecords", "manual_exist": true, "oracle_man": ["uprecords_3"], "matching_info": [{"token": "-w", "oracle_man": []}, {"token": "|main|", "oracle_man": ["uprecords_3", "uprecords_4"]}], "question_id": "211"} {"nl": "change the line endings of a file", "cmd": "dos2unix {{filename}}", "tldr_cmd_name": "dos2unix", "cmd_name": "dos2unix", "manual_exist": true, "oracle_man": ["dos2unix_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dos2unix_3", "dos2unix_4", "dos2unix_5", "dos2unix_6", "dos2unix_7", "dos2unix_8", "dos2unix_9"]}], "question_id": "251"} {"nl": "create a copy with unixstyle line endings", "cmd": "dos2unix -n {{filename}} {{new_filename}}", "tldr_cmd_name": "dos2unix", "cmd_name": "dos2unix", "manual_exist": true, "oracle_man": ["dos2unix_2", "dos2unix_3", "dos2unix_9", "dos2unix_13", "dos2unix_15", "dos2unix_50", "dos2unix_74", "dos2unix_77", "dos2unix_83", "dos2unix_85", "dos2unix_86", "dos2unix_93", "dos2unix_122", "dos2unix_124", "dos2unix_126", "dos2unix_130", "dos2unix_132", "dos2unix_134", "dos2unix_158", "dos2unix_160", "dos2unix_162", "dos2unix_185", "dos2unix_187", "dos2unix_189", "dos2unix_191", "dos2unix_193", "dos2unix_195"], "matching_info": [{"token": "-n", "oracle_man": ["dos2unix_2", "dos2unix_9", "dos2unix_13", "dos2unix_15", "dos2unix_50", "dos2unix_74", "dos2unix_77", "dos2unix_83", "dos2unix_85", "dos2unix_86", "dos2unix_93", "dos2unix_122", "dos2unix_124", "dos2unix_126", "dos2unix_130", "dos2unix_132", "dos2unix_134", "dos2unix_158", "dos2unix_160", "dos2unix_162", "dos2unix_185", "dos2unix_187", "dos2unix_189", "dos2unix_191", "dos2unix_193", "dos2unix_195"]}, {"token": "|main|", "oracle_man": ["dos2unix_3", "dos2unix_4", "dos2unix_5", "dos2unix_6", "dos2unix_7", "dos2unix_8", "dos2unix_9"]}], "question_id": "252"} {"nl": "check a btrfs filesystem", "cmd": "sudo btrfs check {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "286"} {"nl": "check and repair a btrfs filesystem (dangerous)", "cmd": "sudo btrfs check --repair {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_6", "btrfs-check_26", "btrfs-check_36", "btrfs-check_38", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--repair", "oracle_man": ["btrfs-check_6", "btrfs-check_26", "btrfs-check_36", "btrfs-check_38"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "287"} {"nl": "show the progress of the check", "cmd": "sudo btrfs check --progress {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_16", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--progress", "oracle_man": ["btrfs-check_16"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "288"} {"nl": "verify the checksum of each data block (if the filesystem is good)", "cmd": "sudo btrfs check --check-data-csum {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_12", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--check-data-csum", "oracle_man": ["btrfs-check_12"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "289"} {"nl": "use the `n`th superblock (`n` can be 0, 1 or 2)", "cmd": "sudo btrfs check --super {{n}} {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_11", "btrfs-check_20", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--super", "oracle_man": ["btrfs-check_11", "btrfs-check_20"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "290"} {"nl": "rebuild the checksum tree", "cmd": "sudo btrfs check --repair --init-csum-tree {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_6", "btrfs-check_26", "btrfs-check_28", "btrfs-check_36", "btrfs-check_38", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--repair", "oracle_man": ["btrfs-check_6", "btrfs-check_26", "btrfs-check_36", "btrfs-check_38"]}, {"token": "--init-csum-tree", "oracle_man": ["btrfs-check_28"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "291"} {"nl": "rebuild the extent tree", "cmd": "sudo btrfs check --repair --init-extent-tree {{path/to/partition}}", "tldr_cmd_name": "btrfs-check", "cmd_name": "btrfs-check", "manual_exist": true, "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_3", "btrfs-check_4", "btrfs-check_6", "btrfs-check_26", "btrfs-check_30", "btrfs-check_36", "btrfs-check_38", "btrfs-check_39"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-check_2", "btrfs-check_4", "btrfs-check_39"]}, {"token": "check", "oracle_man": ["btrfs-check_1", "btrfs-check_2", "btrfs-check_39"]}, {"token": "--repair", "oracle_man": ["btrfs-check_6", "btrfs-check_26", "btrfs-check_36", "btrfs-check_38"]}, {"token": "--init-extent-tree", "oracle_man": ["btrfs-check_30"]}, {"token": "|main|", "oracle_man": ["btrfs-check_3", "btrfs-check_4", "btrfs-check_5", "btrfs-check_6", "btrfs-check_7", "btrfs-check_8", "btrfs-check_9"]}], "question_id": "292"} {"nl": "list all available playback targets", "cmd": "pw-play --list-targets", "tldr_cmd_name": "pw-play", "cmd_name": "pw-play", "manual_exist": true, "oracle_man": ["pw-play_3", "pw-play_22"], "matching_info": [{"token": "--list-targets", "oracle_man": ["pw-play_22"]}, {"token": "|main|", "oracle_man": ["pw-play_3"]}], "question_id": "304"} {"nl": "play a wav sound file over the default target", "cmd": "pw-play {{path/to/file.wav}}", "tldr_cmd_name": "pw-play", "cmd_name": "pw-play", "manual_exist": true, "oracle_man": ["pw-play_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pw-play_3"]}], "question_id": "305"} {"nl": "play a wav sound file at a different volume level", "cmd": "pw-play --volume={{0.1}} {{path/to/file.wav}}", "tldr_cmd_name": "pw-play", "cmd_name": "pw-play", "manual_exist": true, "oracle_man": ["pw-play_3", "pw-play_28"], "matching_info": [{"token": "--volume", "oracle_man": ["pw-play_28"]}, {"token": "|main|", "oracle_man": ["pw-play_3"]}], "question_id": "306"} {"nl": "generate a permuted index where the first field of each line is an index reference", "cmd": "ptx --references {{path/to/file}}", "tldr_cmd_name": "ptx", "cmd_name": "ptx", "manual_exist": true, "oracle_man": ["ptx_3", "ptx_20"], "matching_info": [{"token": "--references", "oracle_man": ["ptx_20"]}, {"token": "|main|", "oracle_man": ["ptx_3", "ptx_4", "ptx_5", "ptx_6", "ptx_7", "ptx_8", "ptx_9", "ptx_10", "ptx_11", "ptx_12", "ptx_13", "ptx_14", "ptx_15", "ptx_16", "ptx_17", "ptx_18", "ptx_19", "ptx_20", "ptx_21", "ptx_22", "ptx_23", "ptx_24"]}], "question_id": "404"} {"nl": "generate a permuted index with automatically generated index references", "cmd": "ptx --auto-reference {{path/to/file}}", "tldr_cmd_name": "ptx", "cmd_name": "ptx", "manual_exist": true, "oracle_man": ["ptx_3", "ptx_6"], "matching_info": [{"token": "--auto-reference", "oracle_man": ["ptx_6"]}, {"token": "|main|", "oracle_man": ["ptx_3", "ptx_4", "ptx_5", "ptx_6", "ptx_7", "ptx_8", "ptx_9", "ptx_10", "ptx_11", "ptx_12", "ptx_13", "ptx_14", "ptx_15", "ptx_16", "ptx_17", "ptx_18", "ptx_19", "ptx_20", "ptx_21", "ptx_22", "ptx_23", "ptx_24"]}], "question_id": "405"} {"nl": "generate a permuted index with a fixed width", "cmd": "ptx --width={{width_in_columns}} {{path/to/file}}", "tldr_cmd_name": "ptx", "cmd_name": "ptx", "manual_exist": true, "oracle_man": ["ptx_3", "ptx_22"], "matching_info": [{"token": "--width", "oracle_man": ["ptx_22"]}, {"token": "|main|", "oracle_man": ["ptx_3", "ptx_4", "ptx_5", "ptx_6", "ptx_7", "ptx_8", "ptx_9", "ptx_10", "ptx_11", "ptx_12", "ptx_13", "ptx_14", "ptx_15", "ptx_16", "ptx_17", "ptx_18", "ptx_19", "ptx_20", "ptx_21", "ptx_22", "ptx_23", "ptx_24"]}], "question_id": "406"} {"nl": "generate a permuted index with a list of filtered words", "cmd": "ptx --only-file={{path/to/filter}} {{path/to/file}}", "tldr_cmd_name": "ptx", "cmd_name": "ptx", "manual_exist": true, "oracle_man": ["ptx_3", "ptx_19"], "matching_info": [{"token": "--only-file", "oracle_man": ["ptx_19"]}, {"token": "|main|", "oracle_man": ["ptx_3", "ptx_4", "ptx_5", "ptx_6", "ptx_7", "ptx_8", "ptx_9", "ptx_10", "ptx_11", "ptx_12", "ptx_13", "ptx_14", "ptx_15", "ptx_16", "ptx_17", "ptx_18", "ptx_19", "ptx_20", "ptx_21", "ptx_22", "ptx_23", "ptx_24"]}], "question_id": "407"} {"nl": "generate a permuted index with sysvstyle behaviors", "cmd": "ptx --traditional {{path/to/file}}", "tldr_cmd_name": "ptx", "cmd_name": "ptx", "manual_exist": true, "oracle_man": ["ptx_3", "ptx_7"], "matching_info": [{"token": "--traditional", "oracle_man": ["ptx_7"]}, {"token": "|main|", "oracle_man": ["ptx_3", "ptx_4", "ptx_5", "ptx_6", "ptx_7", "ptx_8", "ptx_9", "ptx_10", "ptx_11", "ptx_12", "ptx_13", "ptx_14", "ptx_15", "ptx_16", "ptx_17", "ptx_18", "ptx_19", "ptx_20", "ptx_21", "ptx_22", "ptx_23", "ptx_24"]}], "question_id": "408"} {"nl": "perform a dry run (print what would be done without actually doing it)", "cmd": "mkinitcpio", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "417"} {"nl": "generate a ramdisk environment based on the `linux` preset", "cmd": "mkinitcpio --preset {{linux}}", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_17"], "matching_info": [{"token": "--preset", "oracle_man": ["mkinitcpio_17"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "418"} {"nl": "generate a ramdisk environment based on the `linuxlts` preset", "cmd": "mkinitcpio --preset {{linux-lts}}", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_17"], "matching_info": [{"token": "--preset", "oracle_man": ["mkinitcpio_17"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "419"} {"nl": "generate ramdisk environments based on all existing presets (used to regenerate all the initramfs images after a change in `/etc/mkinitcpio.conf`)", "cmd": "mkinitcpio --allpresets", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_16"], "matching_info": [{"token": "--allpresets", "oracle_man": ["mkinitcpio_16"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "420"} {"nl": "generate an initramfs image using an alternative configuration file", "cmd": "mkinitcpio --config {{path/to/mkinitcpio.conf}} --generate {{path/to/initramfs.img}}", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_5", "mkinitcpio_6", "mkinitcpio_8"], "matching_info": [{"token": "--config", "oracle_man": ["mkinitcpio_5"]}, {"token": "--generate", "oracle_man": ["mkinitcpio_6", "mkinitcpio_8"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "421"} {"nl": "generate an initramfs image for a kernel other than the one currently running (the installed kernel releases can be found in `/usr/lib/modules/`)", "cmd": "mkinitcpio --kernel {{kernel_version}} --generate {{path/to/initramfs.img}}", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_6", "mkinitcpio_8", "mkinitcpio_11", "mkinitcpio_28"], "matching_info": [{"token": "--kernel", "oracle_man": ["mkinitcpio_11", "mkinitcpio_28"]}, {"token": "--generate", "oracle_man": ["mkinitcpio_6", "mkinitcpio_8"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "422"} {"nl": "list all available hooks", "cmd": "mkinitcpio --listhooks", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_12"], "matching_info": [{"token": "--listhooks", "oracle_man": ["mkinitcpio_12"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "423"} {"nl": "display help for a specific hook", "cmd": "mkinitcpio --hookhelp {{hook_name}}", "tldr_cmd_name": "mkinitcpio", "cmd_name": "mkinitcpio", "manual_exist": true, "oracle_man": ["mkinitcpio_3", "mkinitcpio_9"], "matching_info": [{"token": "--hookhelp", "oracle_man": ["mkinitcpio_9"]}, {"token": "|main|", "oracle_man": ["mkinitcpio_3"]}], "question_id": "424"} {"nl": "check cluster health status", "cmd": "ceph status", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_22", "ceph_24", "ceph_28", "ceph_605", "ceph_607", "ceph_611", "ceph_613"], "matching_info": [{"token": "status", "oracle_man": ["ceph_22", "ceph_24", "ceph_605", "ceph_607", "ceph_611", "ceph_613"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "445"} {"nl": "check cluster usage stats", "cmd": "ceph df", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_8", "ceph_28", "ceph_133", "ceph_135", "ceph_349", "ceph_351"], "matching_info": [{"token": "df", "oracle_man": ["ceph_8", "ceph_133", "ceph_135", "ceph_349", "ceph_351"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "446"} {"nl": "get the statistics for the placement groups in a cluster", "cmd": "ceph pg dump --format {{plain}}", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_4", "ceph_21", "ceph_28", "ceph_70", "ceph_72", "ceph_119", "ceph_121", "ceph_206", "ceph_208", "ceph_219", "ceph_221", "ceph_282", "ceph_319", "ceph_358", "ceph_360", "ceph_556", "ceph_559", "ceph_562", "ceph_563", "ceph_565", "ceph_566", "ceph_568", "ceph_569", "ceph_571", "ceph_572", "ceph_574", "ceph_577", "ceph_580", "ceph_583", "ceph_586", "ceph_589", "ceph_592", "ceph_595", "ceph_598", "ceph_601", "ceph_644"], "matching_info": [{"token": "pg", "oracle_man": ["ceph_21", "ceph_556", "ceph_559", "ceph_562", "ceph_565", "ceph_568", "ceph_571", "ceph_574", "ceph_577", "ceph_580", "ceph_583", "ceph_586", "ceph_589", "ceph_592", "ceph_595", "ceph_598", "ceph_601"]}, {"token": "dump", "oracle_man": ["ceph_4", "ceph_70", "ceph_72", "ceph_119", "ceph_121", "ceph_206", "ceph_208", "ceph_219", "ceph_221", "ceph_282", "ceph_319", "ceph_358", "ceph_360", "ceph_563", "ceph_565", "ceph_566", "ceph_568", "ceph_569", "ceph_571", "ceph_572", "ceph_574"]}, {"token": "--format", "oracle_man": ["ceph_644"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "447"} {"nl": "create a storage pool", "cmd": "ceph osd pool create {{pool_name}} {{page_number}}", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_28", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_257", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_422", "ceph_423", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"], "matching_info": [{"token": "osd", "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"]}, {"token": "pool", "oracle_man": ["ceph_18", "ceph_19", "ceph_422", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477"]}, {"token": "create", "oracle_man": ["ceph_257", "ceph_261", "ceph_423"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "448"} {"nl": "delete a storage pool", "cmd": "ceph osd pool delete {{pool_name}}", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_28", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_422", "ceph_425", "ceph_426", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"], "matching_info": [{"token": "osd", "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"]}, {"token": "pool", "oracle_man": ["ceph_18", "ceph_19", "ceph_422", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477"]}, {"token": "delete", "oracle_man": ["ceph_426"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "449"} {"nl": "rename a storage pool", "cmd": "ceph osd pool rename {{current_name}} {{new_name}}", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_28", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_422", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_447", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"], "matching_info": [{"token": "osd", "oracle_man": ["ceph_16", "ceph_17", "ceph_18", "ceph_19", "ceph_20", "ceph_129", "ceph_243", "ceph_247", "ceph_250", "ceph_253", "ceph_256", "ceph_261", "ceph_264", "ceph_275", "ceph_278", "ceph_281", "ceph_284", "ceph_287", "ceph_290", "ceph_293", "ceph_296", "ceph_299", "ceph_302", "ceph_305", "ceph_308", "ceph_311", "ceph_315", "ceph_318", "ceph_321", "ceph_324", "ceph_327", "ceph_330", "ceph_333", "ceph_336", "ceph_339", "ceph_342", "ceph_345", "ceph_348", "ceph_351", "ceph_354", "ceph_357", "ceph_360", "ceph_364", "ceph_367", "ceph_370", "ceph_373", "ceph_376", "ceph_379", "ceph_382", "ceph_385", "ceph_388", "ceph_391", "ceph_394", "ceph_397", "ceph_400", "ceph_403", "ceph_406", "ceph_409", "ceph_412", "ceph_415", "ceph_418", "ceph_421", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477", "ceph_480", "ceph_483", "ceph_486", "ceph_489", "ceph_492", "ceph_495", "ceph_498", "ceph_503", "ceph_506", "ceph_509", "ceph_512", "ceph_515", "ceph_518", "ceph_521", "ceph_524", "ceph_527", "ceph_531", "ceph_534", "ceph_537", "ceph_540", "ceph_543", "ceph_546", "ceph_549", "ceph_552", "ceph_555"]}, {"token": "pool", "oracle_man": ["ceph_18", "ceph_19", "ceph_422", "ceph_425", "ceph_428", "ceph_431", "ceph_433", "ceph_435", "ceph_437", "ceph_440", "ceph_443", "ceph_446", "ceph_449", "ceph_452", "ceph_455", "ceph_458", "ceph_461", "ceph_465", "ceph_468", "ceph_471", "ceph_474", "ceph_477"]}, {"token": "rename", "oracle_man": ["ceph_447"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "450"} {"nl": "selfrepair pool storage", "cmd": "ceph pg repair {{pool_name}}", "tldr_cmd_name": "ceph", "cmd_name": "ceph", "manual_exist": true, "oracle_man": ["ceph_21", "ceph_28", "ceph_484", "ceph_486", "ceph_556", "ceph_559", "ceph_562", "ceph_565", "ceph_568", "ceph_571", "ceph_574", "ceph_577", "ceph_580", "ceph_583", "ceph_586", "ceph_589", "ceph_592", "ceph_593", "ceph_595", "ceph_598", "ceph_601"], "matching_info": [{"token": "pg", "oracle_man": ["ceph_21", "ceph_556", "ceph_559", "ceph_562", "ceph_565", "ceph_568", "ceph_571", "ceph_574", "ceph_577", "ceph_580", "ceph_583", "ceph_586", "ceph_589", "ceph_592", "ceph_595", "ceph_598", "ceph_601"]}, {"token": "repair", "oracle_man": ["ceph_484", "ceph_486", "ceph_593", "ceph_595"]}, {"token": "|main|", "oracle_man": ["ceph_28"]}], "question_id": "451"} {"nl": "create new user", "cmd": "useradd {{name}}", "tldr_cmd_name": "useradd", "cmd_name": "useradd", "manual_exist": true, "oracle_man": ["useradd_5"], "matching_info": [{"token": "|main|", "oracle_man": ["useradd_5", "useradd_6"]}], "question_id": "466"} {"nl": "create new user with a default home directory", "cmd": "useradd --create-home {{name}}", "tldr_cmd_name": "useradd", "cmd_name": "useradd", "manual_exist": true, "oracle_man": ["useradd_5", "useradd_23", "useradd_30"], "matching_info": [{"token": "--create-home", "oracle_man": ["useradd_23", "useradd_30"]}, {"token": "|main|", "oracle_man": ["useradd_5", "useradd_6"]}], "question_id": "467"} {"nl": "create new user with specified shell", "cmd": "useradd --shell {{path/to/shell}} {{name}}", "tldr_cmd_name": "useradd", "cmd_name": "useradd", "manual_exist": true, "oracle_man": ["useradd_5", "useradd_45", "useradd_60"], "matching_info": [{"token": "--shell", "oracle_man": ["useradd_45", "useradd_60"]}, {"token": "|main|", "oracle_man": ["useradd_5", "useradd_6"]}], "question_id": "468"} {"nl": "create new user belonging to additional groups (mind the lack of whitespace)", "cmd": "useradd --groups {{group1,group2}} {{name}}", "tldr_cmd_name": "useradd", "cmd_name": "useradd", "manual_exist": true, "oracle_man": ["useradd_5", "useradd_20"], "matching_info": [{"token": "--groups", "oracle_man": ["useradd_20"]}, {"token": "|main|", "oracle_man": ["useradd_5", "useradd_6"]}], "question_id": "469"} {"nl": "create new system user without a home directory", "cmd": "useradd --no-create-home --system {{name}}", "tldr_cmd_name": "useradd", "cmd_name": "useradd", "manual_exist": true, "oracle_man": ["useradd_5", "useradd_32", "useradd_40"], "matching_info": [{"token": "--no-create-home", "oracle_man": ["useradd_32"]}, {"token": "--system", "oracle_man": ["useradd_40"]}, {"token": "|main|", "oracle_man": ["useradd_5", "useradd_6"]}], "question_id": "470"} {"nl": "open the terminal with a title of `example`", "cmd": "xterm -T {{Example}}", "tldr_cmd_name": "xterm", "cmd_name": "xterm", "manual_exist": true, "oracle_man": ["xterm_3", "xterm_86", "xterm_244"], "matching_info": [{"token": "-T", "oracle_man": ["xterm_86", "xterm_244"]}, {"token": "|main|", "oracle_man": ["xterm_3", "xterm_4", "xterm_5"]}], "question_id": "522"} {"nl": "open the terminal in fullscreen mode", "cmd": "xterm -fullscreen", "tldr_cmd_name": "xterm", "cmd_name": "xterm", "manual_exist": true, "oracle_man": ["xterm_3", "xterm_104"], "matching_info": [{"token": "-fullscreen", "oracle_man": ["xterm_104"]}, {"token": "|main|", "oracle_man": ["xterm_3", "xterm_4", "xterm_5"]}], "question_id": "523"} {"nl": "open the terminal with a dark blue background and yellow foreground (font color)", "cmd": "xterm -bg {{darkblue}} -fg {{yellow}}", "tldr_cmd_name": "xterm", "cmd_name": "xterm", "manual_exist": true, "oracle_man": ["xterm_3", "xterm_45", "xterm_254", "xterm_258", "xterm_271", "xterm_273"], "matching_info": [{"token": "-bg", "oracle_man": ["xterm_45", "xterm_254", "xterm_271"]}, {"token": "-fg", "oracle_man": ["xterm_45", "xterm_258", "xterm_273"]}, {"token": "|main|", "oracle_man": ["xterm_3", "xterm_4", "xterm_5"]}], "question_id": "524"} {"nl": "open the terminal with 100 characters per line and 35 lines, in screen position x=200px, y=20px", "cmd": "xterm -geometry {{100}}x{{35}}+{{200}}+{{20}}", "tldr_cmd_name": "xterm", "cmd_name": "xterm", "manual_exist": true, "oracle_man": ["xterm_3", "xterm_261"], "matching_info": [{"token": "-geometry", "oracle_man": ["xterm_261"]}, {"token": "|main|", "oracle_man": ["xterm_3", "xterm_4", "xterm_5"]}], "question_id": "525"} {"nl": "open the terminal using a serif font and a font size equal to 20", "cmd": "xterm -fa {{'Serif'}} -fs {{20}}", "tldr_cmd_name": "xterm", "cmd_name": "xterm", "manual_exist": true, "oracle_man": ["xterm_3", "xterm_73", "xterm_89", "xterm_90", "xterm_103", "xterm_361"], "matching_info": [{"token": "-fa", "oracle_man": ["xterm_73", "xterm_89", "xterm_90", "xterm_361"]}, {"token": "-fs", "oracle_man": ["xterm_103"]}, {"token": "|main|", "oracle_man": ["xterm_3", "xterm_4", "xterm_5"]}], "question_id": "526"} {"nl": "copy the output from a command to the x11 primary selection area (clipboard)", "cmd": "echo 123 | xclip", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "123", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "575"} {"nl": "copy the output from a command to a given x11 selection area", "cmd": "echo 123 | xclip -selection {{primary|secondary|clipboard}}", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_12", "xclip_21"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "123", "oracle_man": []}, {"token": "-selection", "oracle_man": ["xclip_12", "xclip_21"]}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "576"} {"nl": "copy the output from a command to the system clipboard, using short notation", "cmd": "echo 123 | xclip -sel clip", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_12", "xclip_21"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "123", "oracle_man": []}, {"token": "-sel", "oracle_man": ["xclip_12", "xclip_21"]}, {"token": "clip", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "577"} {"nl": "copy the contents of a file into the system clipboard", "cmd": "xclip -sel clip {{input_file.txt}}", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_12", "xclip_21"], "matching_info": [{"token": "-sel", "oracle_man": ["xclip_12", "xclip_21"]}, {"token": "clip", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "578"} {"nl": "copy the contents of a png into the system clipboard (can be pasted in other programs correctly)", "cmd": "xclip -sel clip -t image/png {{input_file.png}}", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_9", "xclip_12", "xclip_21", "xclip_29"], "matching_info": [{"token": "-sel", "oracle_man": ["xclip_12", "xclip_21"]}, {"token": "clip", "oracle_man": []}, {"token": "-t", "oracle_man": ["xclip_9", "xclip_29"]}, {"token": "image/png", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "579"} {"nl": "copy the user input in the console into the system clipboard", "cmd": "xclip -i", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_4"], "matching_info": [{"token": "-i", "oracle_man": ["xclip_4"]}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "580"} {"nl": "paste the contents of the x11 primary selection area to the console", "cmd": "xclip -o", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_5", "xclip_9", "xclip_18", "xclip_27"], "matching_info": [{"token": "-o", "oracle_man": ["xclip_5", "xclip_9", "xclip_18", "xclip_27"]}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "581"} {"nl": "paste the contents of the system clipboard to the console", "cmd": "xclip -o -sel clip", "tldr_cmd_name": "xclip", "cmd_name": "xclip", "manual_exist": true, "oracle_man": ["xclip_3", "xclip_5", "xclip_9", "xclip_12", "xclip_18", "xclip_21", "xclip_27"], "matching_info": [{"token": "-o", "oracle_man": ["xclip_5", "xclip_9", "xclip_18", "xclip_27"]}, {"token": "-sel", "oracle_man": ["xclip_12", "xclip_21"]}, {"token": "clip", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xclip_3", "xclip_4", "xclip_5", "xclip_6", "xclip_7", "xclip_8", "xclip_9", "xclip_10", "xclip_11", "xclip_12", "xclip_13", "xclip_14", "xclip_15", "xclip_16", "xclip_17", "xclip_18", "xclip_19", "xclip_20", "xclip_21"]}], "question_id": "582"} {"nl": "display a report of cpu and disk statistics since system startup", "cmd": "iostat", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "614"} {"nl": "display a report of cpu and disk statistics with units converted to megabytes", "cmd": "iostat -m", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_2", "iostat_3", "iostat_14", "iostat_67"], "matching_info": [{"token": "-m", "oracle_man": ["iostat_2", "iostat_14", "iostat_67"]}, {"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "615"} {"nl": "display cpu statistics", "cmd": "iostat -c", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_2", "iostat_3", "iostat_51"], "matching_info": [{"token": "-c", "oracle_man": ["iostat_2", "iostat_51"]}, {"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "616"} {"nl": "display disk statistics with disk names (including lvm)", "cmd": "iostat -N", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_2", "iostat_3", "iostat_68"], "matching_info": [{"token": "-N", "oracle_man": ["iostat_2", "iostat_68"]}, {"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "617"} {"nl": "display extended disk statistics with disk names for device \"sda\"", "cmd": "iostat -xN {{sda}}", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_2", "iostat_3", "iostat_68"], "matching_info": [{"token": "-xN", "oracle_man": ["iostat_2", "iostat_68"]}, {"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "618"} {"nl": "display incremental reports of cpu and disk statistics every 2 seconds", "cmd": "iostat {{2}}", "tldr_cmd_name": "iostat", "cmd_name": "iostat", "manual_exist": true, "oracle_man": ["iostat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["iostat_3", "iostat_4", "iostat_5"]}], "question_id": "619"} {"nl": "show graph for a specific interface", "cmd": "speedometer -r {{eth0}} -t {{eth0}}", "tldr_cmd_name": "speedometer", "cmd_name": "speedometer", "manual_exist": true, "oracle_man": ["speedometer_3", "speedometer_8", "speedometer_9", "speedometer_10", "speedometer_18", "speedometer_20"], "matching_info": [{"token": "-r", "oracle_man": ["speedometer_3", "speedometer_9", "speedometer_18"]}, {"token": "-t", "oracle_man": ["speedometer_3", "speedometer_8", "speedometer_10", "speedometer_20"]}, {"token": "|main|", "oracle_man": ["speedometer_3", "speedometer_4"]}], "question_id": "647"} {"nl": "synchronize the pkgfile database", "cmd": "sudo pkgfile --update", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_6"], "matching_info": [{"token": "--update", "oracle_man": ["pkgfile_6"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "660"} {"nl": "search for a package that owns a specific file", "cmd": "pkgfile {{filename}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "661"} {"nl": "list all files provided by a package", "cmd": "pkgfile --list {{package_name}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_4", "pkgfile_14", "pkgfile_23"], "matching_info": [{"token": "--list", "oracle_man": ["pkgfile_4", "pkgfile_14", "pkgfile_23"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "662"} {"nl": "list only files provided by a package located within the `bin` or `sbin` directory", "cmd": "pkgfile --list --binaries {{package_name}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_4", "pkgfile_7", "pkgfile_14", "pkgfile_23"], "matching_info": [{"token": "--list", "oracle_man": ["pkgfile_4", "pkgfile_14", "pkgfile_23"]}, {"token": "--binaries", "oracle_man": ["pkgfile_7"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "663"} {"nl": "search for a package that owns a specific file using caseinsensitive matching", "cmd": "pkgfile --ignorecase {{filename}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_10"], "matching_info": [{"token": "--ignorecase", "oracle_man": ["pkgfile_10"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "664"} {"nl": "search for a package that owns a specific file in the `bin` or `sbin` directory", "cmd": "pkgfile --binaries {{filename}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_7"], "matching_info": [{"token": "--binaries", "oracle_man": ["pkgfile_7"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "665"} {"nl": "search for a package that owns a specific file, displaying the package version", "cmd": "pkgfile --verbose {{filename}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_15"], "matching_info": [{"token": "--verbose", "oracle_man": ["pkgfile_15"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "666"} {"nl": "search for a package that owns a specific file in a specific repository", "cmd": "pkgfile --repo {{repository_name}} {{filename}}", "tldr_cmd_name": "pkgfile", "cmd_name": "pkgfile", "manual_exist": true, "oracle_man": ["pkgfile_3", "pkgfile_12"], "matching_info": [{"token": "--repo", "oracle_man": ["pkgfile_12"]}, {"token": "|main|", "oracle_man": ["pkgfile_3"]}], "question_id": "667"} {"nl": "get the current screen brightness as a percentage", "cmd": "xbacklight", "tldr_cmd_name": "xbacklight", "cmd_name": "xbacklight", "manual_exist": true, "oracle_man": ["xbacklight_3"], "matching_info": [{"token": "|main|", "oracle_man": ["xbacklight_3", "xbacklight_4", "xbacklight_5", "xbacklight_6", "xbacklight_7", "xbacklight_8", "xbacklight_9", "xbacklight_10"]}], "question_id": "708"} {"nl": "set the screen brightness to 40%", "cmd": "xbacklight -set {{40}}", "tldr_cmd_name": "xbacklight", "cmd_name": "xbacklight", "manual_exist": true, "oracle_man": ["xbacklight_2", "xbacklight_3", "xbacklight_5"], "matching_info": [{"token": "-set", "oracle_man": ["xbacklight_2", "xbacklight_5"]}, {"token": "|main|", "oracle_man": ["xbacklight_3", "xbacklight_4", "xbacklight_5", "xbacklight_6", "xbacklight_7", "xbacklight_8", "xbacklight_9", "xbacklight_10"]}], "question_id": "709"} {"nl": "increase current brightness by 25%", "cmd": "xbacklight -inc {{25}}", "tldr_cmd_name": "xbacklight", "cmd_name": "xbacklight", "manual_exist": true, "oracle_man": ["xbacklight_2", "xbacklight_3", "xbacklight_6"], "matching_info": [{"token": "-inc", "oracle_man": ["xbacklight_2", "xbacklight_6"]}, {"token": "|main|", "oracle_man": ["xbacklight_3", "xbacklight_4", "xbacklight_5", "xbacklight_6", "xbacklight_7", "xbacklight_8", "xbacklight_9", "xbacklight_10"]}], "question_id": "710"} {"nl": "decrease current brightness by 75%", "cmd": "xbacklight -dec {{75}}", "tldr_cmd_name": "xbacklight", "cmd_name": "xbacklight", "manual_exist": true, "oracle_man": ["xbacklight_2", "xbacklight_3", "xbacklight_7"], "matching_info": [{"token": "-dec", "oracle_man": ["xbacklight_2", "xbacklight_7"]}, {"token": "|main|", "oracle_man": ["xbacklight_3", "xbacklight_4", "xbacklight_5", "xbacklight_6", "xbacklight_7", "xbacklight_8", "xbacklight_9", "xbacklight_10"]}], "question_id": "711"} {"nl": "increase backlight to 100%, over 60 seconds (value given in ms), using 60 steps", "cmd": "xbacklight -set {{100}} -time {{60000}} -steps {{60}}", "tldr_cmd_name": "xbacklight", "cmd_name": "xbacklight", "manual_exist": true, "oracle_man": ["xbacklight_2", "xbacklight_3", "xbacklight_5", "xbacklight_9", "xbacklight_10"], "matching_info": [{"token": "-set", "oracle_man": ["xbacklight_2", "xbacklight_5"]}, {"token": "-time", "oracle_man": ["xbacklight_9"]}, {"token": "-steps", "oracle_man": ["xbacklight_10"]}, {"token": "|main|", "oracle_man": ["xbacklight_3", "xbacklight_4", "xbacklight_5", "xbacklight_6", "xbacklight_7", "xbacklight_8", "xbacklight_9", "xbacklight_10"]}], "question_id": "712"} {"nl": "display the current configuration (or dry run)", "cmd": "authconfig --test", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4"], "matching_info": [{"token": "--test", "oracle_man": ["authconfig_2", "authconfig_4"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "728"} {"nl": "configure the server to use a different password hashing algorithm", "cmd": "authconfig --update --passalgo={{algorithm}}", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_8", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--passalgo", "oracle_man": ["authconfig_8"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "729"} {"nl": "enable ldap authentication", "cmd": "authconfig --update --enableldapauth", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_7", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--enableldapauth", "oracle_man": ["authconfig_7", "authconfig_10"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "730"} {"nl": "disable ldap authentication", "cmd": "authconfig --update --disableldapauth", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--disableldapauth", "oracle_man": []}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "731"} {"nl": "enable network information service (nis)", "cmd": "authconfig --update --enablenis", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_7", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--enablenis", "oracle_man": ["authconfig_7"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "732"} {"nl": "enable kerberos", "cmd": "authconfig --update --enablekrb5", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_7", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--enablekrb5", "oracle_man": ["authconfig_7", "authconfig_10"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "733"} {"nl": "enable winbind (active directory) authentication", "cmd": "authconfig --update --enablewinbindauth", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_7", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--enablewinbindauth", "oracle_man": ["authconfig_7"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "734"} {"nl": "enable local authorization", "cmd": "authconfig --update --enablelocauthorize", "tldr_cmd_name": "authconfig", "cmd_name": "authconfig", "manual_exist": true, "oracle_man": ["authconfig_2", "authconfig_3", "authconfig_4", "authconfig_9", "authconfig_10", "authconfig_14"], "matching_info": [{"token": "--update", "oracle_man": ["authconfig_2", "authconfig_4", "authconfig_10", "authconfig_14"]}, {"token": "--enablelocauthorize", "oracle_man": ["authconfig_9"]}, {"token": "|main|", "oracle_man": ["authconfig_3", "authconfig_4", "authconfig_5", "authconfig_6", "authconfig_7", "authconfig_8", "authconfig_9", "authconfig_10", "authconfig_11", "authconfig_12", "authconfig_13"]}], "question_id": "735"} {"nl": "display information about a specific undo file", "cmd": "e2undo -h {{path/to/undo_file}} {{/dev/sdXN}}", "tldr_cmd_name": "e2undo", "cmd_name": "e2undo", "manual_exist": true, "oracle_man": ["e2undo_2", "e2undo_3", "e2undo_5"], "matching_info": [{"token": "-h", "oracle_man": ["e2undo_2", "e2undo_5"]}, {"token": "|main|", "oracle_man": ["e2undo_3"]}], "question_id": "743"} {"nl": "perform a dryrun and display the candidate blocks for replaying", "cmd": "e2undo -nv {{path/to/undo_file}} {{/dev/sdXN}}", "tldr_cmd_name": "e2undo", "cmd_name": "e2undo", "manual_exist": true, "oracle_man": ["e2undo_2", "e2undo_3", "e2undo_8"], "matching_info": [{"token": "-nv", "oracle_man": ["e2undo_2", "e2undo_8"]}, {"token": "|main|", "oracle_man": ["e2undo_3"]}], "question_id": "744"} {"nl": "perform an undo operation", "cmd": "e2undo {{path/to/undo_file}} {{/dev/sdXN}}", "tldr_cmd_name": "e2undo", "cmd_name": "e2undo", "manual_exist": true, "oracle_man": ["e2undo_3"], "matching_info": [{"token": "|main|", "oracle_man": ["e2undo_3"]}], "question_id": "745"} {"nl": "perform an undo operation and display verbose information", "cmd": "e2undo -v {{path/to/undo_file}} {{/dev/sdXN}}", "tldr_cmd_name": "e2undo", "cmd_name": "e2undo", "manual_exist": true, "oracle_man": ["e2undo_2", "e2undo_3", "e2undo_8"], "matching_info": [{"token": "-v", "oracle_man": ["e2undo_2", "e2undo_8"]}, {"token": "|main|", "oracle_man": ["e2undo_3"]}], "question_id": "746"} {"nl": "write the old contents of the block to an undo file before overwriting a file system block", "cmd": "e2undo -z {{path/to/file.e2undo}} {{path/to/undo_file}} {{/dev/sdXN}}", "tldr_cmd_name": "e2undo", "cmd_name": "e2undo", "manual_exist": true, "oracle_man": ["e2undo_2", "e2undo_3", "e2undo_9"], "matching_info": [{"token": "-z", "oracle_man": ["e2undo_2", "e2undo_9"]}, {"token": "|main|", "oracle_man": ["e2undo_3"]}], "question_id": "747"} {"nl": "find which processes are accessing a file or directory", "cmd": "fuser {{path/to/file_or_directory}}", "tldr_cmd_name": "fuser", "cmd_name": "fuser", "manual_exist": true, "oracle_man": ["fuser_3"], "matching_info": [{"token": "|main|", "oracle_man": ["fuser_3", "fuser_4", "fuser_5", "fuser_6", "fuser_7", "fuser_8", "fuser_9"]}], "question_id": "818"} {"nl": "show more fields (`user`, `pid`, `access` and `command`)", "cmd": "fuser --verbose {{path/to/file_or_directory}}", "tldr_cmd_name": "fuser", "cmd_name": "fuser", "manual_exist": true, "oracle_man": ["fuser_3", "fuser_24"], "matching_info": [{"token": "--verbose", "oracle_man": ["fuser_24"]}, {"token": "|main|", "oracle_man": ["fuser_3", "fuser_4", "fuser_5", "fuser_6", "fuser_7", "fuser_8", "fuser_9"]}], "question_id": "819"} {"nl": "identify processes using a tcp socket", "cmd": "fuser --namespace tcp {{port}}", "tldr_cmd_name": "fuser", "cmd_name": "fuser", "manual_exist": true, "oracle_man": ["fuser_3", "fuser_20", "fuser_31", "fuser_37"], "matching_info": [{"token": "--namespace", "oracle_man": ["fuser_20"]}, {"token": "tcp", "oracle_man": ["fuser_31", "fuser_37"]}, {"token": "|main|", "oracle_man": ["fuser_3", "fuser_4", "fuser_5", "fuser_6", "fuser_7", "fuser_8", "fuser_9"]}], "question_id": "820"} {"nl": "kill all processes accessing a file or directory (sends the `sigkill` signal)", "cmd": "fuser --kill {{path/to/file_or_directory}}", "tldr_cmd_name": "fuser", "cmd_name": "fuser", "manual_exist": true, "oracle_man": ["fuser_3", "fuser_13"], "matching_info": [{"token": "--kill", "oracle_man": ["fuser_13"]}, {"token": "|main|", "oracle_man": ["fuser_3", "fuser_4", "fuser_5", "fuser_6", "fuser_7", "fuser_8", "fuser_9"]}], "question_id": "821"} {"nl": "find which processes are accessing the filesystem containing a specific file or directory", "cmd": "fuser --mount {{path/to/file_or_directory}}", "tldr_cmd_name": "fuser", "cmd_name": "fuser", "manual_exist": true, "oracle_man": ["fuser_3", "fuser_17"], "matching_info": [{"token": "--mount", "oracle_man": ["fuser_17"]}, {"token": "|main|", "oracle_man": ["fuser_3", "fuser_4", "fuser_5", "fuser_6", "fuser_7", "fuser_8", "fuser_9"]}], "question_id": "822"} {"nl": "rename files using a perl common regular expression (substitute 'foo' with 'bar' wherever found)", "cmd": "rename {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "file-rename", "cmd_name": "file-rename", "manual_exist": true, "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"], "matching_info": [{"token": "rename", "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"]}, {"token": "|main|", "oracle_man": ["file-rename_3", "file-rename_4", "file-rename_5", "file-rename_6", "file-rename_7"]}], "question_id": "823"} {"nl": "dryrun display which renames would occur without performing them", "cmd": "rename -n {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "file-rename", "cmd_name": "file-rename", "manual_exist": true, "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7", "file-rename_9", "file-rename_10", "file-rename_13"], "matching_info": [{"token": "rename", "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"]}, {"token": "-n", "oracle_man": ["file-rename_2", "file-rename_9", "file-rename_10", "file-rename_13"]}, {"token": "|main|", "oracle_man": ["file-rename_3", "file-rename_4", "file-rename_5", "file-rename_6", "file-rename_7"]}], "question_id": "824"} {"nl": "force renaming even if the operation would remove existing destination files", "cmd": "rename -f {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "file-rename", "cmd_name": "file-rename", "manual_exist": true, "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7", "file-rename_11", "file-rename_12", "file-rename_13"], "matching_info": [{"token": "rename", "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"]}, {"token": "-f", "oracle_man": ["file-rename_2", "file-rename_11", "file-rename_12", "file-rename_13"]}, {"token": "|main|", "oracle_man": ["file-rename_3", "file-rename_4", "file-rename_5", "file-rename_6", "file-rename_7"]}], "question_id": "825"} {"nl": "convert filenames to lower case (use `f` in caseinsensitive filesystems to prevent \"already exists\" errors)", "cmd": "rename 'y/A-Z/a-z/' {{*}}", "tldr_cmd_name": "file-rename", "cmd_name": "file-rename", "manual_exist": true, "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"], "matching_info": [{"token": "rename", "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"]}, {"token": "y/A-Z/a-z/", "oracle_man": []}, {"token": "|main|", "oracle_man": ["file-rename_3", "file-rename_4", "file-rename_5", "file-rename_6", "file-rename_7"]}], "question_id": "826"} {"nl": "replace whitespace with underscores", "cmd": "rename 's/\\s+/_/g' {{*}}", "tldr_cmd_name": "file-rename", "cmd_name": "file-rename", "manual_exist": true, "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"], "matching_info": [{"token": "rename", "oracle_man": ["file-rename_1", "file-rename_2", "file-rename_3", "file-rename_5", "file-rename_7"]}, {"token": "s/\\s+/_/g", "oracle_man": []}, {"token": "|main|", "oracle_man": ["file-rename_3", "file-rename_4", "file-rename_5", "file-rename_6", "file-rename_7"]}], "question_id": "827"} {"nl": "change to a specific runlevel", "cmd": "sudo openrc {{runlevel_name}}", "tldr_cmd_name": "openrc", "cmd_name": "openrc", "manual_exist": true, "oracle_man": ["openrc_3"], "matching_info": [{"token": "|main|", "oracle_man": ["openrc_3", "openrc_4", "openrc_5", "openrc_6", "openrc_7", "openrc_8", "openrc_9", "openrc_10"]}], "question_id": "829"} {"nl": "change to a specific runlevel, but don't stop any existing services", "cmd": "sudo openrc --no-stop {{runlevel_name}}", "tldr_cmd_name": "openrc", "cmd_name": "openrc", "manual_exist": true, "oracle_man": ["openrc_2", "openrc_3"], "matching_info": [{"token": "--no-stop", "oracle_man": ["openrc_2", "openrc_3"]}, {"token": "|main|", "oracle_man": ["openrc_3", "openrc_4", "openrc_5", "openrc_6", "openrc_7", "openrc_8", "openrc_9", "openrc_10"]}], "question_id": "830"} {"nl": "display all devices detected by fwupd", "cmd": "fwupdmgr get-devices", "tldr_cmd_name": "fwupdmgr", "cmd_name": "fwupdmgr", "manual_exist": true, "oracle_man": ["fwupdmgr_3"], "matching_info": [{"token": "get-devices", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fwupdmgr_3"]}], "question_id": "856"} {"nl": "download the latest firmware metadata from lvfs", "cmd": "fwupdmgr refresh", "tldr_cmd_name": "fwupdmgr", "cmd_name": "fwupdmgr", "manual_exist": true, "oracle_man": ["fwupdmgr_3"], "matching_info": [{"token": "refresh", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fwupdmgr_3"]}], "question_id": "857"} {"nl": "list the updates available for devices on your system", "cmd": "fwupdmgr get-updates", "tldr_cmd_name": "fwupdmgr", "cmd_name": "fwupdmgr", "manual_exist": true, "oracle_man": ["fwupdmgr_3"], "matching_info": [{"token": "get-updates", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fwupdmgr_3"]}], "question_id": "858"} {"nl": "install firmware updates", "cmd": "fwupdmgr update", "tldr_cmd_name": "fwupdmgr", "cmd_name": "fwupdmgr", "manual_exist": true, "oracle_man": ["fwupdmgr_3"], "matching_info": [{"token": "update", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fwupdmgr_3"]}], "question_id": "859"} {"nl": "add partition mappings", "cmd": "kpartx -a {{whole_disk.img}}", "tldr_cmd_name": "kpartx", "cmd_name": "kpartx", "manual_exist": true, "oracle_man": ["kpartx_2", "kpartx_3", "kpartx_4", "kpartx_7", "kpartx_16"], "matching_info": [{"token": "-a", "oracle_man": ["kpartx_2", "kpartx_4", "kpartx_7", "kpartx_16"]}, {"token": "|main|", "oracle_man": ["kpartx_3"]}], "question_id": "886"} {"nl": "delete partition mappings", "cmd": "kpartx -d {{whole_disk.img}}", "tldr_cmd_name": "kpartx", "cmd_name": "kpartx", "manual_exist": true, "oracle_man": ["kpartx_2", "kpartx_3", "kpartx_5", "kpartx_22"], "matching_info": [{"token": "-d", "oracle_man": ["kpartx_2", "kpartx_5", "kpartx_22"]}, {"token": "|main|", "oracle_man": ["kpartx_3"]}], "question_id": "887"} {"nl": "list partition mappings", "cmd": "kpartx -l {{whole_disk.img}}", "tldr_cmd_name": "kpartx", "cmd_name": "kpartx", "manual_exist": true, "oracle_man": ["kpartx_2", "kpartx_3", "kpartx_7"], "matching_info": [{"token": "-l", "oracle_man": ["kpartx_2", "kpartx_3", "kpartx_7"]}, {"token": "|main|", "oracle_man": ["kpartx_3"]}], "question_id": "888"} {"nl": "launch with default, builtin config", "cmd": "conky", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3"], "matching_info": [{"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "897"} {"nl": "create a new default config", "cmd": "conky -C > ~/.conkyrc", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3", "conky_24", "conky_640"], "matching_info": [{"token": "-C", "oracle_man": ["conky_24", "conky_640"]}, {"token": "~/.conkyrc", "oracle_man": []}, {"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "898"} {"nl": "launch conky with a given config file", "cmd": "conky -c {{path/to/config}}", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3", "conky_23", "conky_24", "conky_106", "conky_271", "conky_330", "conky_489"], "matching_info": [{"token": "-c", "oracle_man": ["conky_23", "conky_24", "conky_106", "conky_271", "conky_330", "conky_489"]}, {"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "899"} {"nl": "start in the background (daemonize)", "cmd": "conky -d", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3", "conky_7", "conky_22", "conky_25", "conky_26", "conky_38", "conky_172", "conky_502", "conky_639"], "matching_info": [{"token": "-d", "oracle_man": ["conky_7", "conky_22", "conky_25", "conky_26", "conky_38", "conky_172", "conky_502", "conky_639"]}, {"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "900"} {"nl": "align conky on the desktop", "cmd": "conky -a {{{top,bottom,middle}_{left,right,middle}}}", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3", "conky_21", "conky_149", "conky_489", "conky_639"], "matching_info": [{"token": "-a", "oracle_man": ["conky_21", "conky_149", "conky_489", "conky_639"]}, {"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "901"} {"nl": "pause for 5 seconds at startup before launching", "cmd": "conky -p {{5}}", "tldr_cmd_name": "conky", "cmd_name": "conky", "manual_exist": true, "oracle_man": ["conky_3", "conky_24", "conky_31", "conky_85", "conky_129", "conky_236", "conky_310", "conky_330", "conky_331", "conky_332", "conky_478", "conky_479", "conky_489"], "matching_info": [{"token": "-p", "oracle_man": ["conky_24", "conky_31", "conky_85", "conky_129", "conky_236", "conky_310", "conky_330", "conky_331", "conky_332", "conky_478", "conky_479", "conky_489"]}, {"token": "|main|", "oracle_man": ["conky_3", "conky_4", "conky_5", "conky_6"]}], "question_id": "902"} {"nl": "show all dmi table contents", "cmd": "sudo dmidecode", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "906"} {"nl": "show the bios version", "cmd": "sudo dmidecode -s bios-version", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3", "dmidecode_14", "dmidecode_15", "dmidecode_17", "dmidecode_22", "dmidecode_23", "dmidecode_26", "dmidecode_30", "dmidecode_41"], "matching_info": [{"token": "-s", "oracle_man": ["dmidecode_14", "dmidecode_15", "dmidecode_17", "dmidecode_22", "dmidecode_23", "dmidecode_26", "dmidecode_30", "dmidecode_41"]}, {"token": "bios-version", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "907"} {"nl": "show the system's serial number", "cmd": "sudo dmidecode -s system-serial-number", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3", "dmidecode_14", "dmidecode_15", "dmidecode_17", "dmidecode_22", "dmidecode_23", "dmidecode_26", "dmidecode_30", "dmidecode_41"], "matching_info": [{"token": "-s", "oracle_man": ["dmidecode_14", "dmidecode_15", "dmidecode_17", "dmidecode_22", "dmidecode_23", "dmidecode_26", "dmidecode_30", "dmidecode_41"]}, {"token": "system-serial-number", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "908"} {"nl": "show bios information", "cmd": "sudo dmidecode -t bios", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3", "dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_32", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"], "matching_info": [{"token": "-t", "oracle_man": ["dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"]}, {"token": "bios", "oracle_man": ["dmidecode_32", "dmidecode_36"]}, {"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "909"} {"nl": "show cpu information", "cmd": "sudo dmidecode -t processor", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3", "dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"], "matching_info": [{"token": "-t", "oracle_man": ["dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"]}, {"token": "processor", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "910"} {"nl": "show memory information", "cmd": "sudo dmidecode -t memory", "tldr_cmd_name": "dmidecode", "cmd_name": "dmidecode", "manual_exist": true, "oracle_man": ["dmidecode_3", "dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"], "matching_info": [{"token": "-t", "oracle_man": ["dmidecode_15", "dmidecode_17", "dmidecode_26", "dmidecode_30", "dmidecode_31", "dmidecode_34", "dmidecode_35", "dmidecode_36", "dmidecode_37"]}, {"token": "memory", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dmidecode_3", "dmidecode_4", "dmidecode_5", "dmidecode_6", "dmidecode_7", "dmidecode_8", "dmidecode_9", "dmidecode_10", "dmidecode_11", "dmidecode_12"]}], "question_id": "911"} {"nl": "list binary packages which would be generated from a rpm spec file", "cmd": "rpmspec --query {{path/to/rpm.spec}}", "tldr_cmd_name": "rpmspec", "cmd_name": "rpmspec", "manual_exist": true, "oracle_man": ["rpmspec_2", "rpmspec_4", "rpmspec_6", "rpmspec_8", "rpmspec_10"], "matching_info": [{"token": "--query", "oracle_man": ["rpmspec_2", "rpmspec_6", "rpmspec_8", "rpmspec_10"]}, {"token": "|main|", "oracle_man": ["rpmspec_4", "rpmspec_5", "rpmspec_6", "rpmspec_7", "rpmspec_8", "rpmspec_9", "rpmspec_10", "rpmspec_11", "rpmspec_12"]}], "question_id": "983"} {"nl": "get summary information for single binary packages generated from a rpm spec file", "cmd": "rpmspec --query --queryformat \"{{%{name}: %{summary}\\n}}\" {{path/to/rpm.spec}}", "tldr_cmd_name": "rpmspec", "cmd_name": "rpmspec", "manual_exist": true, "oracle_man": ["rpmspec_2", "rpmspec_4", "rpmspec_6", "rpmspec_8", "rpmspec_10"], "matching_info": [{"token": "--query", "oracle_man": ["rpmspec_2", "rpmspec_6", "rpmspec_8", "rpmspec_10"]}, {"token": "--queryformat", "oracle_man": ["rpmspec_6", "rpmspec_10"]}, {"token": "|main|", "oracle_man": ["rpmspec_4", "rpmspec_5", "rpmspec_6", "rpmspec_7", "rpmspec_8", "rpmspec_9", "rpmspec_10", "rpmspec_11", "rpmspec_12"]}], "question_id": "984"} {"nl": "get the source package which would be generated from a rpm spec file", "cmd": "rpmspec --query --srpm {{path/to/rpm.spec}}", "tldr_cmd_name": "rpmspec", "cmd_name": "rpmspec", "manual_exist": true, "oracle_man": ["rpmspec_2", "rpmspec_4", "rpmspec_5", "rpmspec_6", "rpmspec_8", "rpmspec_10", "rpmspec_12", "rpmspec_18"], "matching_info": [{"token": "--query", "oracle_man": ["rpmspec_2", "rpmspec_6", "rpmspec_8", "rpmspec_10"]}, {"token": "--srpm", "oracle_man": ["rpmspec_5", "rpmspec_12", "rpmspec_18"]}, {"token": "|main|", "oracle_man": ["rpmspec_4", "rpmspec_5", "rpmspec_6", "rpmspec_7", "rpmspec_8", "rpmspec_9", "rpmspec_10", "rpmspec_11", "rpmspec_12"]}], "question_id": "985"} {"nl": "parse a rpm spec file to `stdout`", "cmd": "rpmspec --parse {{path/to/rpm.spec}}", "tldr_cmd_name": "rpmspec", "cmd_name": "rpmspec", "manual_exist": true, "oracle_man": ["rpmspec_3", "rpmspec_4"], "matching_info": [{"token": "--parse", "oracle_man": ["rpmspec_3"]}, {"token": "|main|", "oracle_man": ["rpmspec_4", "rpmspec_5", "rpmspec_6", "rpmspec_7", "rpmspec_8", "rpmspec_9", "rpmspec_10", "rpmspec_11", "rpmspec_12"]}], "question_id": "986"} {"nl": "check a specific `pkgbuild` file", "cmd": "namcap {{path/to/pkgbuild}}", "tldr_cmd_name": "namcap", "cmd_name": "namcap", "manual_exist": true, "oracle_man": ["namcap_3"], "matching_info": [{"token": "|main|", "oracle_man": ["namcap_3", "namcap_4"]}], "question_id": "1019"} {"nl": "check a specific package file", "cmd": "namcap {{path/to/package.pkg.tar.zst}}", "tldr_cmd_name": "namcap", "cmd_name": "namcap", "manual_exist": true, "oracle_man": ["namcap_3"], "matching_info": [{"token": "|main|", "oracle_man": ["namcap_3", "namcap_4"]}], "question_id": "1020"} {"nl": "check a file, printing extra [i]nformational messages", "cmd": "nnamcap -i {{path/to/file}}", "tldr_cmd_name": "namcap", "cmd_name": "namcap", "manual_exist": true, "oracle_man": ["namcap_3", "namcap_6"], "matching_info": [{"token": "nnamcap", "oracle_man": []}, {"token": "-i", "oracle_man": ["namcap_6"]}, {"token": "|main|", "oracle_man": ["namcap_3", "namcap_4"]}], "question_id": "1021"} {"nl": "upgrade installed packages to the newest available versions", "cmd": "sudo dnf upgrade", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_40", "dnf_433", "dnf_434", "dnf_435"], "matching_info": [{"token": "upgrade", "oracle_man": ["dnf_40", "dnf_433", "dnf_434", "dnf_435"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1035"} {"nl": "search packages via keywords", "cmd": "dnf search {{keywords}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_36", "dnf_407"], "matching_info": [{"token": "search", "oracle_man": ["dnf_36", "dnf_407"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1036"} {"nl": "display details about a package", "cmd": "dnf info {{package}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_23", "dnf_193", "dnf_207", "dnf_208", "dnf_381"], "matching_info": [{"token": "info", "oracle_man": ["dnf_23", "dnf_193", "dnf_207", "dnf_208", "dnf_381"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1037"} {"nl": "install a new package", "cmd": "sudo dnf install {{package}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_24", "dnf_211", "dnf_217", "dnf_218", "dnf_219", "dnf_220", "dnf_221", "dnf_222", "dnf_223", "dnf_224", "dnf_225", "dnf_226", "dnf_243"], "matching_info": [{"token": "install", "oracle_man": ["dnf_24", "dnf_211", "dnf_217", "dnf_218", "dnf_219", "dnf_220", "dnf_221", "dnf_222", "dnf_223", "dnf_224", "dnf_225", "dnf_226", "dnf_243"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1038"} {"nl": "install a new package and assume yes to all questions", "cmd": "sudo dnf -y install {{package}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_24", "dnf_124", "dnf_211", "dnf_217", "dnf_218", "dnf_219", "dnf_220", "dnf_221", "dnf_222", "dnf_223", "dnf_224", "dnf_225", "dnf_226", "dnf_243"], "matching_info": [{"token": "-y", "oracle_man": ["dnf_124", "dnf_225"]}, {"token": "install", "oracle_man": ["dnf_24", "dnf_211", "dnf_217", "dnf_218", "dnf_219", "dnf_220", "dnf_221", "dnf_222", "dnf_223", "dnf_224", "dnf_225", "dnf_226", "dnf_243"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1039"} {"nl": "remove a package", "cmd": "sudo dnf remove {{package}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_31", "dnf_244", "dnf_284", "dnf_285", "dnf_286", "dnf_289", "dnf_291"], "matching_info": [{"token": "remove", "oracle_man": ["dnf_31", "dnf_244", "dnf_284", "dnf_285", "dnf_286", "dnf_289", "dnf_291"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1040"} {"nl": "list installed packages", "cmd": "dnf list --installed", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_25", "dnf_180", "dnf_191", "dnf_229", "dnf_230", "dnf_231", "dnf_232", "dnf_233", "dnf_234", "dnf_235", "dnf_236", "dnf_237", "dnf_265", "dnf_270", "dnf_312", "dnf_384", "dnf_392", "dnf_413", "dnf_414", "dnf_417", "dnf_418", "dnf_427"], "matching_info": [{"token": "list", "oracle_man": ["dnf_25", "dnf_191", "dnf_229", "dnf_230", "dnf_231", "dnf_232", "dnf_233", "dnf_234", "dnf_235", "dnf_236", "dnf_237", "dnf_413", "dnf_414", "dnf_417", "dnf_418"]}, {"token": "--installed", "oracle_man": ["dnf_180", "dnf_231", "dnf_265", "dnf_270", "dnf_312", "dnf_384", "dnf_392", "dnf_427"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1041"} {"nl": "find which packages provide a given file", "cmd": "dnf provides {{file}}", "tldr_cmd_name": "dnf", "cmd_name": "dnf", "manual_exist": true, "oracle_man": ["dnf_3", "dnf_29", "dnf_272", "dnf_274", "dnf_276", "dnf_278"], "matching_info": [{"token": "provides", "oracle_man": ["dnf_29", "dnf_272", "dnf_274", "dnf_276", "dnf_278"]}, {"token": "|main|", "oracle_man": ["dnf_3", "dnf_4", "dnf_5", "dnf_6", "dnf_7", "dnf_8", "dnf_9", "dnf_10", "dnf_11", "dnf_12", "dnf_13", "dnf_14", "dnf_15", "dnf_16", "dnf_17", "dnf_18", "dnf_19", "dnf_20", "dnf_21", "dnf_22", "dnf_23", "dnf_24", "dnf_25", "dnf_26", "dnf_27", "dnf_28", "dnf_29", "dnf_30", "dnf_31", "dnf_32", "dnf_33", "dnf_34", "dnf_35", "dnf_36", "dnf_37", "dnf_38", "dnf_39", "dnf_40", "dnf_41", "dnf_42", "dnf_43", "dnf_44", "dnf_45", "dnf_46", "dnf_47", "dnf_48", "dnf_49", "dnf_50", "dnf_51", "dnf_52"]}], "question_id": "1042"} {"nl": "initialize the pacman keyring", "cmd": "sudo pacman-key --init", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_14", "pacman-key_17", "pacman-key_28"], "matching_info": [{"token": "--init", "oracle_man": ["pacman-key_14", "pacman-key_17", "pacman-key_28"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1061"} {"nl": "add the default archlinux keys", "cmd": "sudo pacman-key --populate {{archlinux}}", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_21"], "matching_info": [{"token": "--populate", "oracle_man": ["pacman-key_21"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1062"} {"nl": "list keys from the public keyring", "cmd": "pacman-key --list-keys", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_15", "pacman-key_16"], "matching_info": [{"token": "--list-keys", "oracle_man": ["pacman-key_15", "pacman-key_16"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1063"} {"nl": "add the specified keys", "cmd": "sudo pacman-key --add {{path/to/keyfile.gpg}}", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_6"], "matching_info": [{"token": "--add", "oracle_man": ["pacman-key_6"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1064"} {"nl": "receive a key from a key server", "cmd": "sudo pacman-key --recv-keys \"{{uid|name|email}}\"", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_19"], "matching_info": [{"token": "--recv-keys", "oracle_man": ["pacman-key_19"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1065"} {"nl": "print the fingerprint of a specific key", "cmd": "pacman-key --finger \"{{uid|name|email}}\"", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_10"], "matching_info": [{"token": "--finger", "oracle_man": ["pacman-key_10"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1066"} {"nl": "sign an imported key locally", "cmd": "sudo pacman-key --lsign-key \"{{uid|name|email}}\"", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_17"], "matching_info": [{"token": "--lsign-key", "oracle_man": ["pacman-key_17"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1067"} {"nl": "remove a specific key", "cmd": "sudo pacman-key --delete \"{{uid|name|email}}\"", "tldr_cmd_name": "pacman-key", "cmd_name": "pacman-key", "manual_exist": true, "oracle_man": ["pacman-key_3", "pacman-key_7"], "matching_info": [{"token": "--delete", "oracle_man": ["pacman-key_7"]}, {"token": "|main|", "oracle_man": ["pacman-key_3", "pacman-key_4", "pacman-key_5"]}], "question_id": "1068"} {"nl": "view jobs spawned by the current shell", "cmd": "jobs", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4"], "matching_info": [{"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1087"} {"nl": "list jobs and their process ids", "cmd": "jobs -l", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_3", "jobs_4", "jobs_8", "jobs_24", "jobs_40"], "matching_info": [{"token": "-l", "oracle_man": ["jobs_3", "jobs_8", "jobs_24", "jobs_40"]}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1088"} {"nl": "display information about jobs with changed status", "cmd": "jobs -n", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4", "jobs_25", "jobs_28"], "matching_info": [{"token": "-n", "oracle_man": ["jobs_25", "jobs_28"]}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1089"} {"nl": "display process id of process group leader", "cmd": "jobs -p", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_3", "jobs_4", "jobs_9", "jobs_22", "jobs_49"], "matching_info": [{"token": "-p", "oracle_man": ["jobs_3", "jobs_9", "jobs_22", "jobs_49"]}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1090"} {"nl": "display running processes", "cmd": "jobs -r", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4"], "matching_info": [{"token": "-r", "oracle_man": []}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1091"} {"nl": "display stopped processes", "cmd": "jobs -s", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4"], "matching_info": [{"token": "-s", "oracle_man": []}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "1092"} {"nl": "open an lxterminal window", "cmd": "lxterminal", "tldr_cmd_name": "lxterminal", "cmd_name": "lxterminal", "manual_exist": true, "oracle_man": ["lxterminal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lxterminal_3", "lxterminal_4"]}], "question_id": "1126"} {"nl": "open an lxterminal window, run a command, and then exit", "cmd": "lxterminal -e \"{{command}}\"", "tldr_cmd_name": "lxterminal", "cmd_name": "lxterminal", "manual_exist": true, "oracle_man": ["lxterminal_3", "lxterminal_6"], "matching_info": [{"token": "-e", "oracle_man": ["lxterminal_6"]}, {"token": "|main|", "oracle_man": ["lxterminal_3", "lxterminal_4"]}], "question_id": "1127"} {"nl": "open an lxterminal window with multiple tabs", "cmd": "lxterminal --tabs={{tab_name1,tab_name2,...}}", "tldr_cmd_name": "lxterminal", "cmd_name": "lxterminal", "manual_exist": true, "oracle_man": ["lxterminal_3", "lxterminal_9"], "matching_info": [{"token": "--tabs", "oracle_man": ["lxterminal_9"]}, {"token": "|main|", "oracle_man": ["lxterminal_3", "lxterminal_4"]}], "question_id": "1128"} {"nl": "open an lxterminal window with a specific title", "cmd": "lxterminal --title={{title_name}}", "tldr_cmd_name": "lxterminal", "cmd_name": "lxterminal", "manual_exist": true, "oracle_man": ["lxterminal_3", "lxterminal_9"], "matching_info": [{"token": "--title", "oracle_man": ["lxterminal_9"]}, {"token": "|main|", "oracle_man": ["lxterminal_3", "lxterminal_4"]}], "question_id": "1129"} {"nl": "open an lxterminal window with a specific working directory", "cmd": "lxterminal --working-directory={{path/to/directory}}", "tldr_cmd_name": "lxterminal", "cmd_name": "lxterminal", "manual_exist": true, "oracle_man": ["lxterminal_3", "lxterminal_10"], "matching_info": [{"token": "--working-directory", "oracle_man": ["lxterminal_10"]}, {"token": "|main|", "oracle_man": ["lxterminal_3", "lxterminal_4"]}], "question_id": "1130"} {"nl": "to view a file", "cmd": "gs -dQUIET -dBATCH {{file.pdf}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_50"], "matching_info": [{"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1147"} {"nl": "reduce pdf file size to 150 dpi images for reading on a ebook device", "cmd": "gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile={{output.pdf}} {{input.pdf}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_50", "gs_59", "gs_64"], "matching_info": [{"token": "-dNOPAUSE", "oracle_man": ["gs_59"]}, {"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "-sDEVICE=pdfwrite", "oracle_man": []}, {"token": "-dPDFSETTINGS=/ebook", "oracle_man": []}, {"token": "-sOutputFile", "oracle_man": ["gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_64"]}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1148"} {"nl": "convert pdf file (pages 1 through 3) to an image with 150 dpi resolution", "cmd": "gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dFirstPage={{1}} -dLastPage={{3}} -sOutputFile={{output_%d.jpg}} {{input.pdf}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_50", "gs_51", "gs_59", "gs_64", "gs_81"], "matching_info": [{"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "-dNOPAUSE", "oracle_man": ["gs_59"]}, {"token": "-sDEVICE=jpeg", "oracle_man": ["gs_51"]}, {"token": "-r150", "oracle_man": ["gs_81"]}, {"token": "-dFirstPage", "oracle_man": []}, {"token": "-dLastPage", "oracle_man": []}, {"token": "-sOutputFile", "oracle_man": ["gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_64"]}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1149"} {"nl": "extract pages from a pdf file", "cmd": "gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={{output.pdf}} {{input.pdf}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_50", "gs_59", "gs_64"], "matching_info": [{"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "-dNOPAUSE", "oracle_man": ["gs_59"]}, {"token": "-sDEVICE=pdfwrite", "oracle_man": []}, {"token": "-sOutputFile", "oracle_man": ["gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_64"]}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1150"} {"nl": "merge pdf files", "cmd": "gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={{output.pdf}} {{input1.pdf}} {{input2.pdf}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_50", "gs_59", "gs_64"], "matching_info": [{"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "-dNOPAUSE", "oracle_man": ["gs_59"]}, {"token": "-sDEVICE=pdfwrite", "oracle_man": []}, {"token": "-sOutputFile", "oracle_man": ["gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_64"]}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1151"} {"nl": "convert from postscript file to pdf file", "cmd": "gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={{output.pdf}} {{input.ps}}", "tldr_cmd_name": "gs", "cmd_name": "gs", "manual_exist": true, "oracle_man": ["gs_3", "gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_50", "gs_59", "gs_64"], "matching_info": [{"token": "-dQUIET", "oracle_man": ["gs_50"]}, {"token": "-dBATCH", "oracle_man": []}, {"token": "-dNOPAUSE", "oracle_man": ["gs_59"]}, {"token": "-sDEVICE=pdfwrite", "oracle_man": []}, {"token": "-sOutputFile", "oracle_man": ["gs_25", "gs_26", "gs_27", "gs_30", "gs_33", "gs_64"]}, {"token": "|main|", "oracle_man": ["gs_3", "gs_4", "gs_5", "gs_6", "gs_7", "gs_8", "gs_9", "gs_10", "gs_11", "gs_12", "gs_13", "gs_14", "gs_15", "gs_16", "gs_17", "gs_18", "gs_19", "gs_20", "gs_21", "gs_22", "gs_23", "gs_24", "gs_25", "gs_26", "gs_27", "gs_28", "gs_29", "gs_30", "gs_31", "gs_32", "gs_33", "gs_34", "gs_35", "gs_36", "gs_37", "gs_38", "gs_39", "gs_40", "gs_41", "gs_42", "gs_43", "gs_44"]}], "question_id": "1152"} {"nl": "upgrade to the latest release", "cmd": "sudo do-release-upgrade", "tldr_cmd_name": "do-release-upgrade", "cmd_name": "do-release-upgrade", "manual_exist": true, "oracle_man": ["do-release-upgrade_3"], "matching_info": [{"token": "|main|", "oracle_man": ["do-release-upgrade_3"]}], "question_id": "1164"} {"nl": "upgrade to the latest development release", "cmd": "sudo do-release-upgrade --devel-release", "tldr_cmd_name": "do-release-upgrade", "cmd_name": "do-release-upgrade", "manual_exist": true, "oracle_man": ["do-release-upgrade_3", "do-release-upgrade_5"], "matching_info": [{"token": "--devel-release", "oracle_man": ["do-release-upgrade_5"]}, {"token": "|main|", "oracle_man": ["do-release-upgrade_3"]}], "question_id": "1165"} {"nl": "upgrade to the latest proposed release", "cmd": "sudo do-release-upgrade --proposed", "tldr_cmd_name": "do-release-upgrade", "cmd_name": "do-release-upgrade", "manual_exist": true, "oracle_man": ["do-release-upgrade_3", "do-release-upgrade_6"], "matching_info": [{"token": "--proposed", "oracle_man": ["do-release-upgrade_6"]}, {"token": "|main|", "oracle_man": ["do-release-upgrade_3"]}], "question_id": "1166"} {"nl": "create a new volume group called vg1 using the `/dev/sda1` device", "cmd": "vgcreate {{vg1}} {{/dev/sda1}}", "tldr_cmd_name": "vgcreate", "cmd_name": "vgcreate", "manual_exist": true, "oracle_man": ["vgcreate_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vgcreate_3", "vgcreate_4"]}], "question_id": "1172"} {"nl": "create a new volume group called vg1 using multiple devices", "cmd": "vgcreate {{vg1}} {{/dev/sda1}} {{/dev/sdb1}} {{/dev/sdc1}}", "tldr_cmd_name": "vgcreate", "cmd_name": "vgcreate", "manual_exist": true, "oracle_man": ["vgcreate_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vgcreate_3", "vgcreate_4"]}], "question_id": "1173"} {"nl": "list all input devices", "cmd": "xinput list", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1227"} {"nl": "disable an input", "cmd": "xinput disable {{id}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "disable", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1228"} {"nl": "enable an input", "cmd": "xinput enable {{id}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "enable", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1229"} {"nl": "disconnect an input from its master", "cmd": "xinput float {{id}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "float", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1230"} {"nl": "reattach an input as slave to a master", "cmd": "xinput reattach {{id}} {{master_id}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "reattach", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1231"} {"nl": "list settings of an input device", "cmd": "xinput list-props {{id}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3"], "matching_info": [{"token": "list-props", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1232"} {"nl": "change a setting of an input device", "cmd": "xinput set-prop {{id}} {{setting_id}} {{value}}", "tldr_cmd_name": "xinput", "cmd_name": "xinput", "manual_exist": true, "oracle_man": ["xinput_3", "xinput_34"], "matching_info": [{"token": "set-prop", "oracle_man": ["xinput_34"]}, {"token": "|main|", "oracle_man": ["xinput_3"]}], "question_id": "1233"} {"nl": "open a serial port using the specified baud rate", "cmd": "microcom --port {{path/to/serial_port}} --speed {{baud_rate}}", "tldr_cmd_name": "microcom", "cmd_name": "microcom", "manual_exist": true, "oracle_man": ["microcom_3", "microcom_9", "microcom_10"], "matching_info": [{"token": "--port", "oracle_man": ["microcom_9"]}, {"token": "--speed", "oracle_man": ["microcom_10"]}, {"token": "|main|", "oracle_man": ["microcom_3", "microcom_4", "microcom_5"]}], "question_id": "1238"} {"nl": "establish a telnet connection to the specified host", "cmd": "microcom --telnet {{hostname}}:{{port}}", "tldr_cmd_name": "microcom", "cmd_name": "microcom", "manual_exist": true, "oracle_man": ["microcom_3", "microcom_11"], "matching_info": [{"token": "--telnet", "oracle_man": ["microcom_11"]}, {"token": "|main|", "oracle_man": ["microcom_3", "microcom_4", "microcom_5"]}], "question_id": "1239"} {"nl": "run a command as a daemon", "cmd": "daemonize {{command}} {{command_arguments}}", "tldr_cmd_name": "daemonize", "cmd_name": "daemonize", "manual_exist": true, "oracle_man": ["daemonize_3"], "matching_info": [{"token": "|main|", "oracle_man": ["daemonize_3", "daemonize_4", "daemonize_5", "daemonize_6", "daemonize_7", "daemonize_8", "daemonize_9", "daemonize_10", "daemonize_11", "daemonize_12"]}], "question_id": "1287"} {"nl": "write the pid to the specified file", "cmd": "daemonize -p {{path/to/pidfile}} {{command}} {{command_arguments}}", "tldr_cmd_name": "daemonize", "cmd_name": "daemonize", "manual_exist": true, "oracle_man": ["daemonize_2", "daemonize_3", "daemonize_20", "daemonize_22"], "matching_info": [{"token": "-p", "oracle_man": ["daemonize_2", "daemonize_20", "daemonize_22"]}, {"token": "|main|", "oracle_man": ["daemonize_3", "daemonize_4", "daemonize_5", "daemonize_6", "daemonize_7", "daemonize_8", "daemonize_9", "daemonize_10", "daemonize_11", "daemonize_12"]}], "question_id": "1288"} {"nl": "use a lock file to ensure that only one instance runs at a time", "cmd": "daemonize -l {{path/to/lockfile}} {{command}} {{command_arguments}}", "tldr_cmd_name": "daemonize", "cmd_name": "daemonize", "manual_exist": true, "oracle_man": ["daemonize_2", "daemonize_3", "daemonize_21", "daemonize_22", "daemonize_27"], "matching_info": [{"token": "-l", "oracle_man": ["daemonize_2", "daemonize_21", "daemonize_22", "daemonize_27"]}, {"token": "|main|", "oracle_man": ["daemonize_3", "daemonize_4", "daemonize_5", "daemonize_6", "daemonize_7", "daemonize_8", "daemonize_9", "daemonize_10", "daemonize_11", "daemonize_12"]}], "question_id": "1289"} {"nl": "use the specified user account", "cmd": "sudo daemonize -u {{user}} {{command}} {{command_arguments}}", "tldr_cmd_name": "daemonize", "cmd_name": "daemonize", "manual_exist": true, "oracle_man": ["daemonize_2", "daemonize_3", "daemonize_24"], "matching_info": [{"token": "-u", "oracle_man": ["daemonize_2", "daemonize_24"]}, {"token": "|main|", "oracle_man": ["daemonize_3", "daemonize_4", "daemonize_5", "daemonize_6", "daemonize_7", "daemonize_8", "daemonize_9", "daemonize_10", "daemonize_11", "daemonize_12"]}], "question_id": "1290"} {"nl": "show the current readings of all sensor chips", "cmd": "sensors", "tldr_cmd_name": "sensors", "cmd_name": "sensors", "manual_exist": true, "oracle_man": ["sensors_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sensors_3"]}], "question_id": "1297"} {"nl": "show temperatures in degrees fahrenheit", "cmd": "sensors --fahrenheit", "tldr_cmd_name": "sensors", "cmd_name": "sensors", "manual_exist": true, "oracle_man": ["sensors_3", "sensors_11"], "matching_info": [{"token": "--fahrenheit", "oracle_man": ["sensors_11"]}, {"token": "|main|", "oracle_man": ["sensors_3"]}], "question_id": "1298"} {"nl": "update the metadata database", "cmd": "sudo apt update", "tldr_cmd_name": "apt-file", "cmd_name": "apt-file", "manual_exist": true, "oracle_man": ["apt-file_4", "apt-file_16", "apt-file_55", "apt-file_58"], "matching_info": [{"token": "apt", "oracle_man": ["apt-file_55", "apt-file_58"]}, {"token": "update", "oracle_man": ["apt-file_16"]}, {"token": "|main|", "oracle_man": ["apt-file_4", "apt-file_5", "apt-file_6", "apt-file_7", "apt-file_8", "apt-file_9", "apt-file_10", "apt-file_11", "apt-file_12", "apt-file_13", "apt-file_14", "apt-file_15", "apt-file_16", "apt-file_17"]}], "question_id": "1307"} {"nl": "search for packages that contain the specified file or path", "cmd": "apt-file {{search|find}} {{part/of/filename}}", "tldr_cmd_name": "apt-file", "cmd_name": "apt-file", "manual_exist": true, "oracle_man": ["apt-file_4"], "matching_info": [{"token": "|main|", "oracle_man": ["apt-file_4", "apt-file_5", "apt-file_6", "apt-file_7", "apt-file_8", "apt-file_9", "apt-file_10", "apt-file_11", "apt-file_12", "apt-file_13", "apt-file_14", "apt-file_15", "apt-file_16", "apt-file_17"]}], "question_id": "1308"} {"nl": "list the contents of a specific package", "cmd": "apt-file {{show|list}} {{package_name}}", "tldr_cmd_name": "apt-file", "cmd_name": "apt-file", "manual_exist": true, "oracle_man": ["apt-file_4"], "matching_info": [{"token": "|main|", "oracle_man": ["apt-file_4", "apt-file_5", "apt-file_6", "apt-file_7", "apt-file_8", "apt-file_9", "apt-file_10", "apt-file_11", "apt-file_12", "apt-file_13", "apt-file_14", "apt-file_15", "apt-file_16", "apt-file_17"]}], "question_id": "1309"} {"nl": "search for packages that match the regular expression given in `pattern`", "cmd": "apt-file {{search|find}} --regexp {{regular_expression}}", "tldr_cmd_name": "apt-file", "cmd_name": "apt-file", "manual_exist": true, "oracle_man": ["apt-file_4", "apt-file_49"], "matching_info": [{"token": "--regexp", "oracle_man": ["apt-file_49"]}, {"token": "|main|", "oracle_man": ["apt-file_4", "apt-file_5", "apt-file_6", "apt-file_7", "apt-file_8", "apt-file_9", "apt-file_10", "apt-file_11", "apt-file_12", "apt-file_13", "apt-file_14", "apt-file_15", "apt-file_16", "apt-file_17"]}], "question_id": "1310"} {"nl": "show highlevel information about disk drives and block devices", "cmd": "udisksctl status", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_2", "udisksctl_15", "udisksctl_16"], "matching_info": [{"token": "status", "oracle_man": ["udisksctl_2", "udisksctl_16"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1321"} {"nl": "show detailed information about a device", "cmd": "udisksctl info --block-device {{/dev/sdX}}", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_15", "udisksctl_17", "udisksctl_40"], "matching_info": [{"token": "info", "oracle_man": ["udisksctl_3", "udisksctl_17"]}, {"token": "--block-device", "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_40"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1322"} {"nl": "show detailed information about a device partition", "cmd": "udisksctl info --block-device {{/dev/sdXN}}", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_15", "udisksctl_17", "udisksctl_40"], "matching_info": [{"token": "info", "oracle_man": ["udisksctl_3", "udisksctl_17"]}, {"token": "--block-device", "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_40"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1323"} {"nl": "mount a device partition and prints the mount point", "cmd": "udisksctl mount --block-device {{/dev/sdXN}}", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_15", "udisksctl_18", "udisksctl_40"], "matching_info": [{"token": "mount", "oracle_man": ["udisksctl_4", "udisksctl_18"]}, {"token": "--block-device", "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_40"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1324"} {"nl": "unmount a device partition", "cmd": "udisksctl unmount --block-device {{/dev/sdXN}}", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_15", "udisksctl_21", "udisksctl_40"], "matching_info": [{"token": "unmount", "oracle_man": ["udisksctl_5", "udisksctl_21"]}, {"token": "--block-device", "oracle_man": ["udisksctl_3", "udisksctl_4", "udisksctl_5", "udisksctl_6", "udisksctl_7", "udisksctl_9", "udisksctl_10", "udisksctl_11", "udisksctl_40"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1325"} {"nl": "monitor the daemon for events", "cmd": "udisksctl monitor", "tldr_cmd_name": "udisksctl", "cmd_name": "udisksctl", "manual_exist": true, "oracle_man": ["udisksctl_12", "udisksctl_15", "udisksctl_36"], "matching_info": [{"token": "monitor", "oracle_man": ["udisksctl_12", "udisksctl_36"]}, {"token": "|main|", "oracle_man": ["udisksctl_15"]}], "question_id": "1326"} {"nl": "bruteforce a password with a length of 4 to 8 characters, and contains only alphanumeric characters (order matters)", "cmd": "fcrackzip --brute-force --length 4-8 --charset aA1 {{archive}}", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_2", "fcrackzip_3", "fcrackzip_6", "fcrackzip_8", "fcrackzip_12", "fcrackzip_25", "fcrackzip_27"], "matching_info": [{"token": "--brute-force", "oracle_man": ["fcrackzip_2", "fcrackzip_6"]}, {"token": "--length", "oracle_man": ["fcrackzip_2", "fcrackzip_12"]}, {"token": "4-8", "oracle_man": []}, {"token": "--charset", "oracle_man": ["fcrackzip_2", "fcrackzip_8", "fcrackzip_25", "fcrackzip_27"]}, {"token": "aA1", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1399"} {"nl": "bruteforce a password in verbose mode with a length of 3 characters that only contains lowercase characters, `$` and `%`", "cmd": "fcrackzip -v --brute-force --length 3 --charset a:$% {{archive}}", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_2", "fcrackzip_3", "fcrackzip_5", "fcrackzip_6", "fcrackzip_8", "fcrackzip_12", "fcrackzip_17", "fcrackzip_25", "fcrackzip_27"], "matching_info": [{"token": "-v", "oracle_man": ["fcrackzip_2", "fcrackzip_5", "fcrackzip_17"]}, {"token": "--brute-force", "oracle_man": ["fcrackzip_2", "fcrackzip_6"]}, {"token": "--length", "oracle_man": ["fcrackzip_2", "fcrackzip_12"]}, {"token": "3", "oracle_man": []}, {"token": "--charset", "oracle_man": ["fcrackzip_2", "fcrackzip_8", "fcrackzip_25", "fcrackzip_27"]}, {"token": "a:$%", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1400"} {"nl": "bruteforce a password that contains only lowercase and special characters", "cmd": "fcrackzip --brute-force --length 4 --charset a! {{archive}}", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_2", "fcrackzip_3", "fcrackzip_6", "fcrackzip_8", "fcrackzip_12", "fcrackzip_25", "fcrackzip_27"], "matching_info": [{"token": "--brute-force", "oracle_man": ["fcrackzip_2", "fcrackzip_6"]}, {"token": "--length", "oracle_man": ["fcrackzip_2", "fcrackzip_12"]}, {"token": "4", "oracle_man": []}, {"token": "--charset", "oracle_man": ["fcrackzip_2", "fcrackzip_8", "fcrackzip_25", "fcrackzip_27"]}, {"token": "a!", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1401"} {"nl": "bruteforce a password containing only digits, starting from the password `12345`", "cmd": "fcrackzip --brute-force --length 5 --charset 1 --init-password 12345 {{archive}}", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_0", "fcrackzip_2", "fcrackzip_3", "fcrackzip_6", "fcrackzip_8", "fcrackzip_11", "fcrackzip_12", "fcrackzip_25", "fcrackzip_27"], "matching_info": [{"token": "--brute-force", "oracle_man": ["fcrackzip_2", "fcrackzip_6"]}, {"token": "--length", "oracle_man": ["fcrackzip_2", "fcrackzip_12"]}, {"token": "5", "oracle_man": []}, {"token": "--charset", "oracle_man": ["fcrackzip_2", "fcrackzip_8", "fcrackzip_25", "fcrackzip_27"]}, {"token": "1", "oracle_man": ["fcrackzip_0"]}, {"token": "--init-password", "oracle_man": ["fcrackzip_11"]}, {"token": "12345", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1402"} {"nl": "crack a password using a wordlist", "cmd": "fcrackzip --use-unzip --dictionary --init-password {{wordlist}} {{archive}}", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_2", "fcrackzip_3", "fcrackzip_7", "fcrackzip_11", "fcrackzip_13"], "matching_info": [{"token": "--use-unzip", "oracle_man": ["fcrackzip_2", "fcrackzip_13"]}, {"token": "--dictionary", "oracle_man": ["fcrackzip_2", "fcrackzip_7"]}, {"token": "--init-password", "oracle_man": ["fcrackzip_11"]}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1403"} {"nl": "benchmark cracking performance", "cmd": "fcrackzip --benchmark", "tldr_cmd_name": "fcrackzip", "cmd_name": "fcrackzip", "manual_exist": true, "oracle_man": ["fcrackzip_2", "fcrackzip_3", "fcrackzip_14", "fcrackzip_16"], "matching_info": [{"token": "--benchmark", "oracle_man": ["fcrackzip_2", "fcrackzip_14", "fcrackzip_16"]}, {"token": "|main|", "oracle_man": ["fcrackzip_3", "fcrackzip_4", "fcrackzip_5", "fcrackzip_6", "fcrackzip_7", "fcrackzip_8", "fcrackzip_9", "fcrackzip_10", "fcrackzip_11", "fcrackzip_12", "fcrackzip_13", "fcrackzip_14", "fcrackzip_15", "fcrackzip_16", "fcrackzip_17"]}], "question_id": "1404"} {"nl": "show a summary of services and their status", "cmd": "rc-status", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3"], "matching_info": [{"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1498"} {"nl": "include services in all runlevels in the summary", "cmd": "rc-status --all", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_6"], "matching_info": [{"token": "--all", "oracle_man": ["rc-status_6"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1499"} {"nl": "list services that have crashed", "cmd": "rc-status --crashed", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_7"], "matching_info": [{"token": "--crashed", "oracle_man": ["rc-status_7"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1500"} {"nl": "list manually started services", "cmd": "rc-status --manual", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_10"], "matching_info": [{"token": "--manual", "oracle_man": ["rc-status_10"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1501"} {"nl": "list supervised services", "cmd": "rc-status --supervised", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_12"], "matching_info": [{"token": "--supervised", "oracle_man": ["rc-status_12"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1502"} {"nl": "get the current runlevel", "cmd": "rc-status --runlevel", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_11"], "matching_info": [{"token": "--runlevel", "oracle_man": ["rc-status_11"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1503"} {"nl": "list all runlevels", "cmd": "rc-status --list", "tldr_cmd_name": "rc-status", "cmd_name": "rc-status", "manual_exist": true, "oracle_man": ["rc-status_3", "rc-status_9"], "matching_info": [{"token": "--list", "oracle_man": ["rc-status_9"]}, {"token": "|main|", "oracle_man": ["rc-status_3", "rc-status_4", "rc-status_5", "rc-status_6", "rc-status_7", "rc-status_8", "rc-status_9", "rc-status_10", "rc-status_11", "rc-status_12", "rc-status_13", "rc-status_14", "rc-status_15", "rc-status_16"]}], "question_id": "1504"} {"nl": "reinitialise the current terminal", "cmd": "reset", "tldr_cmd_name": "reset", "cmd_name": "reset", "manual_exist": true, "oracle_man": ["reset_3"], "matching_info": [{"token": "|main|", "oracle_man": ["reset_3", "reset_4", "reset_5", "reset_6", "reset_7", "reset_8", "reset_9", "reset_10", "reset_11", "reset_12", "reset_13", "reset_14", "reset_15", "reset_16", "reset_17", "reset_18", "reset_19", "reset_20", "reset_21", "reset_22", "reset_23", "reset_24", "reset_25", "reset_26", "reset_27", "reset_28", "reset_29", "reset_30", "reset_31", "reset_32"]}], "question_id": "1537"} {"nl": "display the terminal type instead", "cmd": "reset -q", "tldr_cmd_name": "reset", "cmd_name": "reset", "manual_exist": true, "oracle_man": ["reset_3", "reset_41"], "matching_info": [{"token": "-q", "oracle_man": ["reset_41"]}, {"token": "|main|", "oracle_man": ["reset_3", "reset_4", "reset_5", "reset_6", "reset_7", "reset_8", "reset_9", "reset_10", "reset_11", "reset_12", "reset_13", "reset_14", "reset_15", "reset_16", "reset_17", "reset_18", "reset_19", "reset_20", "reset_21", "reset_22", "reset_23", "reset_24", "reset_25", "reset_26", "reset_27", "reset_28", "reset_29", "reset_30", "reset_31", "reset_32"]}], "question_id": "1538"} {"nl": "show all outputs and configuration files to attach to a bug report", "cmd": "kscreen-console bug", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3"], "matching_info": [{"token": "bug", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1565"} {"nl": "show paths to kscreen configuration files", "cmd": "kscreen-console config", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3"], "matching_info": [{"token": "config", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1566"} {"nl": "show kscreen output information and configuration", "cmd": "kscreen-console outputs", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3"], "matching_info": [{"token": "outputs", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1567"} {"nl": "monitor for changes", "cmd": "kscreen-console monitor", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3"], "matching_info": [{"token": "monitor", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1568"} {"nl": "show the current kscreen configuration as json", "cmd": "kscreen-console json", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3"], "matching_info": [{"token": "json", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1569"} {"nl": "display help", "cmd": "kscreen-console --help", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3", "kscreen-console_6", "kscreen-console_7", "kscreen-console_8", "kscreen-console_9"], "matching_info": [{"token": "--help", "oracle_man": ["kscreen-console_6", "kscreen-console_7", "kscreen-console_8", "kscreen-console_9"]}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1570"} {"nl": "display help including qt specific commandline options", "cmd": "kscreen-console --help-all", "tldr_cmd_name": "kscreen-console", "cmd_name": "kscreen-console", "manual_exist": true, "oracle_man": ["kscreen-console_3", "kscreen-console_9"], "matching_info": [{"token": "--help-all", "oracle_man": ["kscreen-console_9"]}, {"token": "|main|", "oracle_man": ["kscreen-console_3"]}], "question_id": "1571"} {"nl": "execute an expect script from a file", "cmd": "expect {{path/to/file}}", "tldr_cmd_name": "expect", "cmd_name": "expect", "manual_exist": true, "oracle_man": ["expect_1"], "matching_info": [{"token": "|main|", "oracle_man": ["expect_1"]}], "question_id": "1602"} {"nl": "execute a specified expect script", "cmd": "expect -c \"{{commands}}\"", "tldr_cmd_name": "expect", "cmd_name": "expect", "manual_exist": true, "oracle_man": ["expect_1", "expect_2", "expect_17", "expect_23", "expect_27", "expect_35", "expect_57", "expect_115", "expect_224", "expect_233", "expect_238", "expect_250"], "matching_info": [{"token": "-c", "oracle_man": ["expect_2", "expect_17", "expect_23", "expect_27", "expect_35", "expect_57", "expect_115", "expect_224", "expect_233", "expect_238", "expect_250"]}, {"token": "|main|", "oracle_man": ["expect_1"]}], "question_id": "1603"} {"nl": "enter an interactive repl (use `exit` or ctrl + d to exit)", "cmd": "expect -i", "tldr_cmd_name": "expect", "cmd_name": "expect", "manual_exist": true, "oracle_man": ["expect_1", "expect_23", "expect_36", "expect_60", "expect_61", "expect_63", "expect_93", "expect_98", "expect_105", "expect_107", "expect_108", "expect_109", "expect_114", "expect_122", "expect_123", "expect_124", "expect_125", "expect_126", "expect_127", "expect_140", "expect_144", "expect_146", "expect_164", "expect_165", "expect_166", "expect_167", "expect_177", "expect_178", "expect_179", "expect_180", "expect_181", "expect_187", "expect_188", "expect_189", "expect_190", "expect_197", "expect_231", "expect_234", "expect_251", "expect_269", "expect_271", "expect_272", "expect_273", "expect_284"], "matching_info": [{"token": "-i", "oracle_man": ["expect_23", "expect_36", "expect_60", "expect_61", "expect_63", "expect_93", "expect_98", "expect_105", "expect_107", "expect_108", "expect_109", "expect_114", "expect_122", "expect_123", "expect_124", "expect_125", "expect_126", "expect_127", "expect_140", "expect_144", "expect_146", "expect_164", "expect_165", "expect_166", "expect_167", "expect_177", "expect_178", "expect_179", "expect_180", "expect_181", "expect_187", "expect_188", "expect_189", "expect_190", "expect_197", "expect_231", "expect_234", "expect_251", "expect_269", "expect_271", "expect_272", "expect_273", "expect_284"]}, {"token": "|main|", "oracle_man": ["expect_1"]}], "question_id": "1604"} {"nl": "connect to a database with the currently logged in user", "cmd": "mycli {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "1605"} {"nl": "connect to a database with the specified user", "cmd": "mycli -u {{user}} {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3", "mycli_6"], "matching_info": [{"token": "-u", "oracle_man": ["mycli_6"]}, {"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "1606"} {"nl": "connect to a database on the specified host with the specified user", "cmd": "mycli -u {{user}} -h {{host}} {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3", "mycli_4", "mycli_6", "mycli_16"], "matching_info": [{"token": "-u", "oracle_man": ["mycli_6"]}, {"token": "-h", "oracle_man": ["mycli_4", "mycli_16"]}, {"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "1607"} {"nl": "purge and process manual pages", "cmd": "mandb", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1612"} {"nl": "update a single entry", "cmd": "mandb --filename {{path/to/file}}", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3", "mandb_16"], "matching_info": [{"token": "--filename", "oracle_man": ["mandb_16"]}, {"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1613"} {"nl": "create entries from scratch instead of updating", "cmd": "mandb --create", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3", "mandb_13"], "matching_info": [{"token": "--create", "oracle_man": ["mandb_13"]}, {"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1614"} {"nl": "only process user databases", "cmd": "mandb --user-db", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3", "mandb_14"], "matching_info": [{"token": "--user-db", "oracle_man": ["mandb_14"]}, {"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1615"} {"nl": "do not purge obsolete entries", "cmd": "mandb --no-purge", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3", "mandb_12", "mandb_13"], "matching_info": [{"token": "--no-purge", "oracle_man": ["mandb_12", "mandb_13"]}, {"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1616"} {"nl": "check the validity of manual pages", "cmd": "mandb --test", "tldr_cmd_name": "mandb", "cmd_name": "mandb", "manual_exist": true, "oracle_man": ["mandb_3", "mandb_15"], "matching_info": [{"token": "--test", "oracle_man": ["mandb_15"]}, {"token": "|main|", "oracle_man": ["mandb_3", "mandb_4", "mandb_5"]}], "question_id": "1617"} {"nl": "defragment the filesystem", "cmd": "e4defrag {{/dev/sdXN}}", "tldr_cmd_name": "e4defrag", "cmd_name": "e4defrag", "manual_exist": true, "oracle_man": ["e4defrag_3"], "matching_info": [{"token": "|main|", "oracle_man": ["e4defrag_3", "e4defrag_4"]}], "question_id": "1635"} {"nl": "see how fragmented a filesystem is", "cmd": "e4defrag -c {{/dev/sdXN}}", "tldr_cmd_name": "e4defrag", "cmd_name": "e4defrag", "manual_exist": true, "oracle_man": ["e4defrag_2", "e4defrag_3", "e4defrag_5"], "matching_info": [{"token": "-c", "oracle_man": ["e4defrag_2", "e4defrag_5"]}, {"token": "|main|", "oracle_man": ["e4defrag_3", "e4defrag_4"]}], "question_id": "1636"} {"nl": "print errors and the fragmentation count before and after each file", "cmd": "e4defrag -v {{/dev/sdXN}}", "tldr_cmd_name": "e4defrag", "cmd_name": "e4defrag", "manual_exist": true, "oracle_man": ["e4defrag_2", "e4defrag_3", "e4defrag_5", "e4defrag_8"], "matching_info": [{"token": "-v", "oracle_man": ["e4defrag_2", "e4defrag_5", "e4defrag_8"]}, {"token": "|main|", "oracle_man": ["e4defrag_3", "e4defrag_4"]}], "question_id": "1637"} {"nl": "display a calendar for the current month", "cmd": "cal", "tldr_cmd_name": "cal", "cmd_name": "cal", "manual_exist": true, "oracle_man": ["cal_4"], "matching_info": [{"token": "|main|", "oracle_man": ["cal_4", "cal_5", "cal_6", "cal_7"]}], "question_id": "1649"} {"nl": "display previous, current and next month", "cmd": "cal -3", "tldr_cmd_name": "cal", "cmd_name": "cal", "manual_exist": true, "oracle_man": ["cal_4", "cal_9", "cal_35"], "matching_info": [{"token": "-3", "oracle_man": ["cal_9", "cal_35"]}, {"token": "|main|", "oracle_man": ["cal_4", "cal_5", "cal_6", "cal_7"]}], "question_id": "1650"} {"nl": "use monday as the first day of the week", "cmd": "cal --monday", "tldr_cmd_name": "cal", "cmd_name": "cal", "manual_exist": true, "oracle_man": ["cal_4", "cal_13"], "matching_info": [{"token": "--monday", "oracle_man": ["cal_13"]}, {"token": "|main|", "oracle_man": ["cal_4", "cal_5", "cal_6", "cal_7"]}], "question_id": "1651"} {"nl": "display a calendar for a specific year (4 digits)", "cmd": "cal {{year}}", "tldr_cmd_name": "cal", "cmd_name": "cal", "manual_exist": true, "oracle_man": ["cal_4"], "matching_info": [{"token": "|main|", "oracle_man": ["cal_4", "cal_5", "cal_6", "cal_7"]}], "question_id": "1652"} {"nl": "display a calendar for a specific month and year", "cmd": "cal {{month}} {{year}}", "tldr_cmd_name": "cal", "cmd_name": "cal", "manual_exist": true, "oracle_man": ["cal_4"], "matching_info": [{"token": "|main|", "oracle_man": ["cal_4", "cal_5", "cal_6", "cal_7"]}], "question_id": "1653"} {"nl": "synchronize list of packages and versions available", "cmd": "zypper refresh", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_527", "zypper_682"], "matching_info": [{"token": "refresh", "oracle_man": ["zypper_527", "zypper_682"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1654"} {"nl": "install a new package", "cmd": "zypper install {{package}}", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_70", "zypper_77", "zypper_80", "zypper_81", "zypper_84", "zypper_101", "zypper_123", "zypper_124", "zypper_125", "zypper_126", "zypper_127"], "matching_info": [{"token": "install", "oracle_man": ["zypper_70", "zypper_77", "zypper_80", "zypper_81", "zypper_84", "zypper_101", "zypper_123", "zypper_124", "zypper_125", "zypper_126", "zypper_127"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1655"} {"nl": "remove a package", "cmd": "zypper remove {{package}}", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_176", "zypper_177", "zypper_178", "zypper_414"], "matching_info": [{"token": "remove", "oracle_man": ["zypper_176", "zypper_177", "zypper_178", "zypper_414"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1656"} {"nl": "upgrade installed packages to the newest available versions", "cmd": "zypper update", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_27", "zypper_211", "zypper_213"], "matching_info": [{"token": "update", "oracle_man": ["zypper_27", "zypper_211", "zypper_213"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1657"} {"nl": "search package via keyword", "cmd": "zypper search {{keyword}}", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_131", "zypper_132", "zypper_321", "zypper_684"], "matching_info": [{"token": "search", "oracle_man": ["zypper_131", "zypper_132", "zypper_321", "zypper_684"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1658"} {"nl": "show information related to configured repositories", "cmd": "zypper repos --sort-by-priority", "tldr_cmd_name": "zypper", "cmd_name": "zypper", "manual_exist": true, "oracle_man": ["zypper_5", "zypper_478", "zypper_491", "zypper_495", "zypper_574"], "matching_info": [{"token": "repos", "oracle_man": ["zypper_478", "zypper_495"]}, {"token": "--sort-by-priority", "oracle_man": ["zypper_491", "zypper_574"]}, {"token": "|main|", "oracle_man": ["zypper_5"]}], "question_id": "1659"} {"nl": "start a scrub", "cmd": "sudo btrfs scrub start {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_14", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "start", "oracle_man": ["btrfs-scrub_13", "btrfs-scrub_14"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1667"} {"nl": "show the status of an ongoing or last completed scrub", "cmd": "sudo btrfs scrub status {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_6", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_26", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "status", "oracle_man": ["btrfs-scrub_6", "btrfs-scrub_26"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1668"} {"nl": "cancel an ongoing scrub", "cmd": "sudo btrfs scrub cancel {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_8", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "cancel", "oracle_man": ["btrfs-scrub_8"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1669"} {"nl": "resume a previously cancelled scrub", "cmd": "sudo btrfs scrub resume {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_10", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "resume", "oracle_man": ["btrfs-scrub_10"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1670"} {"nl": "start a scrub, but wait until the scrub finishes before exiting", "cmd": "sudo btrfs scrub start -B {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_10", "btrfs-scrub_13", "btrfs-scrub_14", "btrfs-scrub_15", "btrfs-scrub_18", "btrfs-scrub_19", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "start", "oracle_man": ["btrfs-scrub_13", "btrfs-scrub_14"]}, {"token": "-B", "oracle_man": ["btrfs-scrub_10", "btrfs-scrub_14", "btrfs-scrub_18", "btrfs-scrub_19"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1671"} {"nl": "start a scrub in quiet mode (does not print errors or statistics)", "cmd": "sudo btrfs scrub start -q {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-scrub", "cmd_name": "btrfs-scrub", "manual_exist": true, "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_14", "btrfs-scrub_15", "btrfs-scrub_25", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"], "matching_info": [{"token": "btrfs", "oracle_man": ["btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_39"]}, {"token": "scrub", "oracle_man": ["btrfs-scrub_1", "btrfs-scrub_2", "btrfs-scrub_3", "btrfs-scrub_13", "btrfs-scrub_15", "btrfs-scrub_27", "btrfs-scrub_39", "btrfs-scrub_40", "btrfs-scrub_42"]}, {"token": "start", "oracle_man": ["btrfs-scrub_13", "btrfs-scrub_14"]}, {"token": "-q", "oracle_man": ["btrfs-scrub_25"]}, {"token": "|main|", "oracle_man": ["btrfs-scrub_3", "btrfs-scrub_4", "btrfs-scrub_5", "btrfs-scrub_6", "btrfs-scrub_7"]}], "question_id": "1672"} {"nl": "start calc in interactive mode", "cmd": "calc", "tldr_cmd_name": "calc", "cmd_name": "calc", "manual_exist": true, "oracle_man": ["calc_4"], "matching_info": [{"token": "|main|", "oracle_man": ["calc_4", "calc_5", "calc_6", "calc_7", "calc_8", "calc_9", "calc_10", "calc_11", "calc_12", "calc_13", "calc_14", "calc_15", "calc_16", "calc_17", "calc_18", "calc_19", "calc_20", "calc_21", "calc_22", "calc_23", "calc_24", "calc_25", "calc_26", "calc_27", "calc_28", "calc_29", "calc_30", "calc_31", "calc_32", "calc_33", "calc_34", "calc_35", "calc_36", "calc_37", "calc_38", "calc_39", "calc_40", "calc_41", "calc_42", "calc_43", "calc_44", "calc_45", "calc_46", "calc_47", "calc_48", "calc_49", "calc_50", "calc_51", "calc_52", "calc_53", "calc_54", "calc_55", "calc_56", "calc_57", "calc_58", "calc_59", "calc_60", "calc_61", "calc_62", "calc_63", "calc_64", "calc_65", "calc_66", "calc_67", "calc_68", "calc_69", "calc_70", "calc_71", "calc_72", "calc_73", "calc_74", "calc_75", "calc_76", "calc_77"]}], "question_id": "1704"} {"nl": "perform a calculation in noninteractive mode", "cmd": "calc -p '{{85 * (36 / 4)}}'", "tldr_cmd_name": "calc", "cmd_name": "calc", "manual_exist": true, "oracle_man": ["calc_2", "calc_4", "calc_69", "calc_70", "calc_71", "calc_77", "calc_97", "calc_98", "calc_103", "calc_119"], "matching_info": [{"token": "-p", "oracle_man": ["calc_2", "calc_69", "calc_70", "calc_71", "calc_77", "calc_97", "calc_98", "calc_103", "calc_119"]}, {"token": "|main|", "oracle_man": ["calc_4", "calc_5", "calc_6", "calc_7", "calc_8", "calc_9", "calc_10", "calc_11", "calc_12", "calc_13", "calc_14", "calc_15", "calc_16", "calc_17", "calc_18", "calc_19", "calc_20", "calc_21", "calc_22", "calc_23", "calc_24", "calc_25", "calc_26", "calc_27", "calc_28", "calc_29", "calc_30", "calc_31", "calc_32", "calc_33", "calc_34", "calc_35", "calc_36", "calc_37", "calc_38", "calc_39", "calc_40", "calc_41", "calc_42", "calc_43", "calc_44", "calc_45", "calc_46", "calc_47", "calc_48", "calc_49", "calc_50", "calc_51", "calc_52", "calc_53", "calc_54", "calc_55", "calc_56", "calc_57", "calc_58", "calc_59", "calc_60", "calc_61", "calc_62", "calc_63", "calc_64", "calc_65", "calc_66", "calc_67", "calc_68", "calc_69", "calc_70", "calc_71", "calc_72", "calc_73", "calc_74", "calc_75", "calc_76", "calc_77"]}], "question_id": "1705"} {"nl": "search for duplicate extents in a directory and show them", "cmd": "duperemove -r {{path/to/directory}}", "tldr_cmd_name": "duperemove", "cmd_name": "duperemove", "manual_exist": true, "oracle_man": ["duperemove_3", "duperemove_10", "duperemove_11", "duperemove_14", "duperemove_18", "duperemove_41", "duperemove_52"], "matching_info": [{"token": "-r", "oracle_man": ["duperemove_10", "duperemove_11", "duperemove_14", "duperemove_18", "duperemove_41", "duperemove_52"]}, {"token": "|main|", "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_5"]}], "question_id": "1727"} {"nl": "deduplicate duplicate extents on a btrfs or xfs (experimental) filesystem", "cmd": "duperemove -r -d {{path/to/directory}}", "tldr_cmd_name": "duperemove", "cmd_name": "duperemove", "manual_exist": true, "oracle_man": ["duperemove_3", "duperemove_7", "duperemove_10", "duperemove_11", "duperemove_12", "duperemove_14", "duperemove_18", "duperemove_31", "duperemove_41", "duperemove_45", "duperemove_50", "duperemove_52", "duperemove_56", "duperemove_58", "duperemove_60"], "matching_info": [{"token": "-r", "oracle_man": ["duperemove_10", "duperemove_11", "duperemove_14", "duperemove_18", "duperemove_41", "duperemove_52"]}, {"token": "-d", "oracle_man": ["duperemove_3", "duperemove_7", "duperemove_12", "duperemove_31", "duperemove_45", "duperemove_50", "duperemove_56", "duperemove_58", "duperemove_60"]}, {"token": "|main|", "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_5"]}], "question_id": "1728"} {"nl": "use a hash file to store extent hashes (less memory usage and can be reused on subsequent runs)", "cmd": "duperemove -r -d --hashfile={{path/to/hashfile}} {{path/to/directory}}", "tldr_cmd_name": "duperemove", "cmd_name": "duperemove", "manual_exist": true, "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_7", "duperemove_10", "duperemove_11", "duperemove_12", "duperemove_14", "duperemove_16", "duperemove_18", "duperemove_21", "duperemove_22", "duperemove_31", "duperemove_41", "duperemove_43", "duperemove_45", "duperemove_50", "duperemove_52", "duperemove_56", "duperemove_58", "duperemove_60", "duperemove_62"], "matching_info": [{"token": "-r", "oracle_man": ["duperemove_10", "duperemove_11", "duperemove_14", "duperemove_18", "duperemove_41", "duperemove_52"]}, {"token": "-d", "oracle_man": ["duperemove_3", "duperemove_7", "duperemove_12", "duperemove_31", "duperemove_45", "duperemove_50", "duperemove_56", "duperemove_58", "duperemove_60"]}, {"token": "--hashfile", "oracle_man": ["duperemove_4", "duperemove_16", "duperemove_21", "duperemove_22", "duperemove_41", "duperemove_43", "duperemove_56", "duperemove_58", "duperemove_60", "duperemove_62"]}, {"token": "|main|", "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_5"]}], "question_id": "1729"} {"nl": "limit i/o threads (for hashing and dedupe stage) and cpu threads (for duplicate extent finding stage)", "cmd": "duperemove -r -d --hashfile={{path/to/hashfile}} --io-threads={{N}} --cpu-threads={{N}} {{path/to/directory}}", "tldr_cmd_name": "duperemove", "cmd_name": "duperemove", "manual_exist": true, "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_7", "duperemove_10", "duperemove_11", "duperemove_12", "duperemove_14", "duperemove_16", "duperemove_18", "duperemove_21", "duperemove_22", "duperemove_28", "duperemove_29", "duperemove_31", "duperemove_41", "duperemove_43", "duperemove_45", "duperemove_46", "duperemove_50", "duperemove_52", "duperemove_56", "duperemove_58", "duperemove_60", "duperemove_62"], "matching_info": [{"token": "-r", "oracle_man": ["duperemove_10", "duperemove_11", "duperemove_14", "duperemove_18", "duperemove_41", "duperemove_52"]}, {"token": "-d", "oracle_man": ["duperemove_3", "duperemove_7", "duperemove_12", "duperemove_31", "duperemove_45", "duperemove_50", "duperemove_56", "duperemove_58", "duperemove_60"]}, {"token": "--hashfile", "oracle_man": ["duperemove_4", "duperemove_16", "duperemove_21", "duperemove_22", "duperemove_41", "duperemove_43", "duperemove_56", "duperemove_58", "duperemove_60", "duperemove_62"]}, {"token": "--io-threads", "oracle_man": ["duperemove_28", "duperemove_46"]}, {"token": "--cpu-threads", "oracle_man": ["duperemove_29"]}, {"token": "|main|", "oracle_man": ["duperemove_3", "duperemove_4", "duperemove_5"]}], "question_id": "1730"} {"nl": "run command in existing processes network namespace", "cmd": "nsenter -t {{pid}} -n {{command}} {{command_arguments}}", "tldr_cmd_name": "nsenter", "cmd_name": "nsenter", "manual_exist": true, "oracle_man": ["nsenter_3", "nsenter_9", "nsenter_16", "nsenter_30", "nsenter_34", "nsenter_40", "nsenter_41"], "matching_info": [{"token": "-t", "oracle_man": ["nsenter_16", "nsenter_34", "nsenter_41"]}, {"token": "-n", "oracle_man": ["nsenter_9", "nsenter_30", "nsenter_40"]}, {"token": "|main|", "oracle_man": ["nsenter_3", "nsenter_4", "nsenter_5", "nsenter_6", "nsenter_7", "nsenter_8", "nsenter_9", "nsenter_10", "nsenter_11", "nsenter_12"]}], "question_id": "1780"} {"nl": "run a new command in an existing processes pstable namespace", "cmd": "nsenter -t {{pid}} -p {{command}} {{command_arguments}}", "tldr_cmd_name": "nsenter", "cmd_name": "nsenter", "manual_exist": true, "oracle_man": ["nsenter_3", "nsenter_16", "nsenter_31", "nsenter_34", "nsenter_37", "nsenter_41"], "matching_info": [{"token": "-t", "oracle_man": ["nsenter_16", "nsenter_34", "nsenter_41"]}, {"token": "-p", "oracle_man": ["nsenter_31", "nsenter_37"]}, {"token": "|main|", "oracle_man": ["nsenter_3", "nsenter_4", "nsenter_5", "nsenter_6", "nsenter_7", "nsenter_8", "nsenter_9", "nsenter_10", "nsenter_11", "nsenter_12"]}], "question_id": "1781"} {"nl": "run command in existing processes ipc namespace", "cmd": "nsenter -t {{pid}} -i {{command}} {{command_arguments}}", "tldr_cmd_name": "nsenter", "cmd_name": "nsenter", "manual_exist": true, "oracle_man": ["nsenter_3", "nsenter_16", "nsenter_29", "nsenter_34", "nsenter_41"], "matching_info": [{"token": "-t", "oracle_man": ["nsenter_16", "nsenter_34", "nsenter_41"]}, {"token": "-i", "oracle_man": ["nsenter_29"]}, {"token": "|main|", "oracle_man": ["nsenter_3", "nsenter_4", "nsenter_5", "nsenter_6", "nsenter_7", "nsenter_8", "nsenter_9", "nsenter_10", "nsenter_11", "nsenter_12"]}], "question_id": "1782"} {"nl": "open an image", "cmd": "sxiv {{path/to/file}}", "tldr_cmd_name": "sxiv", "cmd_name": "sxiv", "manual_exist": true, "oracle_man": ["sxiv_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sxiv_3", "sxiv_4", "sxiv_5"]}], "question_id": "1806"} {"nl": "open an image in fullscreen mode", "cmd": "sxiv -f {{path/to/file}}", "tldr_cmd_name": "sxiv", "cmd_name": "sxiv", "manual_exist": true, "oracle_man": ["sxiv_3", "sxiv_7", "sxiv_11", "sxiv_66", "sxiv_67", "sxiv_68", "sxiv_69"], "matching_info": [{"token": "-f", "oracle_man": ["sxiv_7", "sxiv_11", "sxiv_66", "sxiv_67", "sxiv_68", "sxiv_69"]}, {"token": "|main|", "oracle_man": ["sxiv_3", "sxiv_4", "sxiv_5"]}], "question_id": "1807"} {"nl": "open a newlineseparated list of images, reading filenames from standard input", "cmd": "echo {{path/to/file}} | sxiv -i", "tldr_cmd_name": "sxiv", "cmd_name": "sxiv", "manual_exist": true, "oracle_man": ["sxiv_3", "sxiv_17", "sxiv_18", "sxiv_111", "sxiv_112"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "-i", "oracle_man": ["sxiv_17", "sxiv_18", "sxiv_111", "sxiv_112"]}, {"token": "|main|", "oracle_man": ["sxiv_3", "sxiv_4", "sxiv_5"]}], "question_id": "1808"} {"nl": "open a spaceseparated list of images as a slideshow", "cmd": "sxiv -S {{seconds}} {{path/to/file}}", "tldr_cmd_name": "sxiv", "cmd_name": "sxiv", "manual_exist": true, "oracle_man": ["sxiv_2", "sxiv_3", "sxiv_22", "sxiv_69"], "matching_info": [{"token": "-S", "oracle_man": ["sxiv_2", "sxiv_22", "sxiv_69"]}, {"token": "|main|", "oracle_man": ["sxiv_3", "sxiv_4", "sxiv_5"]}], "question_id": "1809"} {"nl": "open a spaceseparated list of images in thumbnail mode", "cmd": "sxiv -t {{path/to/file}}", "tldr_cmd_name": "sxiv", "cmd_name": "sxiv", "manual_exist": true, "oracle_man": ["sxiv_3", "sxiv_24", "sxiv_118"], "matching_info": [{"token": "-t", "oracle_man": ["sxiv_24", "sxiv_118"]}, {"token": "|main|", "oracle_man": ["sxiv_3", "sxiv_4", "sxiv_5"]}], "question_id": "1810"} {"nl": "display virtual memory statistics", "cmd": "vmstat", "tldr_cmd_name": "vmstat", "cmd_name": "vmstat", "manual_exist": true, "oracle_man": ["vmstat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vmstat_3", "vmstat_4"]}], "question_id": "1813"} {"nl": "display reports every 2 seconds for 5 times", "cmd": "vmstat {{2}} {{5}}", "tldr_cmd_name": "vmstat", "cmd_name": "vmstat", "manual_exist": true, "oracle_man": ["vmstat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vmstat_3", "vmstat_4"]}], "question_id": "1814"} {"nl": "decompress from a file to the current directory", "cmd": "lrzuntar {{path/to/archive.tar.lrz}}", "tldr_cmd_name": "lrzuntar", "cmd_name": "lrzuntar", "manual_exist": true, "oracle_man": ["lrzuntar_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lrzuntar_3"]}], "question_id": "1865"} {"nl": "decompress from a file to the current directory using a specific number of processor threads", "cmd": "lrzuntar -p {{8}} {{path/to/archive.tar.lrz}}", "tldr_cmd_name": "lrzuntar", "cmd_name": "lrzuntar", "manual_exist": true, "oracle_man": ["lrzuntar_3"], "matching_info": [{"token": "-p", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lrzuntar_3"]}], "question_id": "1866"} {"nl": "decompress from a file to the current directory and silently overwrite items that already exist", "cmd": "lrzuntar -f {{archive.tar.lrz}}", "tldr_cmd_name": "lrzuntar", "cmd_name": "lrzuntar", "manual_exist": true, "oracle_man": ["lrzuntar_3"], "matching_info": [{"token": "-f", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lrzuntar_3"]}], "question_id": "1867"} {"nl": "specify the output path", "cmd": "lrzuntar -O {{path/to/directory}} {{archive.tar.lrz}}", "tldr_cmd_name": "lrzuntar", "cmd_name": "lrzuntar", "manual_exist": true, "oracle_man": ["lrzuntar_3"], "matching_info": [{"token": "-O", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lrzuntar_3"]}], "question_id": "1868"} {"nl": "delete the compressed file after decompression", "cmd": "lrzuntar -D {{path/to/archive.tar.lrz}}", "tldr_cmd_name": "lrzuntar", "cmd_name": "lrzuntar", "manual_exist": true, "oracle_man": ["lrzuntar_3"], "matching_info": [{"token": "-D", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lrzuntar_3"]}], "question_id": "1869"} {"nl": "list devices with changeable brightness", "cmd": "brightnessctl --list", "tldr_cmd_name": "brightnessctl", "cmd_name": "brightnessctl", "manual_exist": true, "oracle_man": ["brightnessctl_1", "brightnessctl_4"], "matching_info": [{"token": "--list", "oracle_man": ["brightnessctl_4"]}, {"token": "|main|", "oracle_man": ["brightnessctl_1"]}], "question_id": "1940"} {"nl": "print the current brightness of the display backlight", "cmd": "brightnessctl get", "tldr_cmd_name": "brightnessctl", "cmd_name": "brightnessctl", "manual_exist": true, "oracle_man": ["brightnessctl_1", "brightnessctl_18"], "matching_info": [{"token": "get", "oracle_man": ["brightnessctl_18"]}, {"token": "|main|", "oracle_man": ["brightnessctl_1"]}], "question_id": "1941"} {"nl": "set the brightness of the display backlight to a specified percentage within range", "cmd": "brightnessctl set {{50%}}", "tldr_cmd_name": "brightnessctl", "cmd_name": "brightnessctl", "manual_exist": true, "oracle_man": ["brightnessctl_1", "brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"], "matching_info": [{"token": "set", "oracle_man": ["brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"]}, {"token": "|main|", "oracle_man": ["brightnessctl_1"]}], "question_id": "1942"} {"nl": "increase brightness by a specified increment", "cmd": "brightnessctl set {{+10%}}", "tldr_cmd_name": "brightnessctl", "cmd_name": "brightnessctl", "manual_exist": true, "oracle_man": ["brightnessctl_1", "brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"], "matching_info": [{"token": "set", "oracle_man": ["brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"]}, {"token": "|main|", "oracle_man": ["brightnessctl_1"]}], "question_id": "1943"} {"nl": "decrease brightness by a specified decrement", "cmd": "brightnessctl set {{-10%}}", "tldr_cmd_name": "brightnessctl", "cmd_name": "brightnessctl", "manual_exist": true, "oracle_man": ["brightnessctl_1", "brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"], "matching_info": [{"token": "set", "oracle_man": ["brightnessctl_20", "brightnessctl_22", "brightnessctl_23", "brightnessctl_24", "brightnessctl_25", "brightnessctl_26", "brightnessctl_27"]}, {"token": "|main|", "oracle_man": ["brightnessctl_1"]}], "question_id": "1944"} {"nl": "show a list of all last logged in users", "cmd": "sudo lastb", "tldr_cmd_name": "lastb", "cmd_name": "lastb", "manual_exist": true, "oracle_man": ["lastb_4"], "matching_info": [{"token": "|main|", "oracle_man": ["lastb_4", "lastb_5", "lastb_6", "lastb_7"]}], "question_id": "1966"} {"nl": "show a list of all last logged in users since a given time", "cmd": "sudo lastb --since {{YYYY-MM-DD}}", "tldr_cmd_name": "lastb", "cmd_name": "lastb", "manual_exist": true, "oracle_man": ["lastb_4", "lastb_14", "lastb_16"], "matching_info": [{"token": "--since", "oracle_man": ["lastb_14", "lastb_16"]}, {"token": "|main|", "oracle_man": ["lastb_4", "lastb_5", "lastb_6", "lastb_7"]}], "question_id": "1967"} {"nl": "show a list of all last logged in users until a given time", "cmd": "sudo lastb --until {{YYYY-MM-DD}}", "tldr_cmd_name": "lastb", "cmd_name": "lastb", "manual_exist": true, "oracle_man": ["lastb_4", "lastb_14", "lastb_16", "lastb_17"], "matching_info": [{"token": "--until", "oracle_man": ["lastb_14", "lastb_16", "lastb_17"]}, {"token": "|main|", "oracle_man": ["lastb_4", "lastb_5", "lastb_6", "lastb_7"]}], "question_id": "1968"} {"nl": "show a list of all logged in users at a specific time", "cmd": "sudo lastb --present {{hh:mm}}", "tldr_cmd_name": "lastb", "cmd_name": "lastb", "manual_exist": true, "oracle_man": ["lastb_4", "lastb_14"], "matching_info": [{"token": "--present", "oracle_man": ["lastb_14"]}, {"token": "|main|", "oracle_man": ["lastb_4", "lastb_5", "lastb_6", "lastb_7"]}], "question_id": "1969"} {"nl": "show a list of all last logged in users and translate the ip into a hostname", "cmd": "sudo lastb --dns", "tldr_cmd_name": "lastb", "cmd_name": "lastb", "manual_exist": true, "oracle_man": ["lastb_4", "lastb_8", "lastb_9", "lastb_12"], "matching_info": [{"token": "--dns", "oracle_man": ["lastb_8", "lastb_9", "lastb_12"]}, {"token": "|main|", "oracle_man": ["lastb_4", "lastb_5", "lastb_6", "lastb_7"]}], "question_id": "1970"} {"nl": "check status of currently active interfaces", "cmd": "wg", "tldr_cmd_name": "wg", "cmd_name": "wg", "manual_exist": true, "oracle_man": ["wg_3"], "matching_info": [{"token": "|main|", "oracle_man": ["wg_3", "wg_4"]}], "question_id": "2062"} {"nl": "generate a new private key", "cmd": "wg genkey", "tldr_cmd_name": "wg", "cmd_name": "wg", "manual_exist": true, "oracle_man": ["wg_3", "wg_11"], "matching_info": [{"token": "genkey", "oracle_man": ["wg_11"]}, {"token": "|main|", "oracle_man": ["wg_3", "wg_4"]}], "question_id": "2063"} {"nl": "generate a public key from a private key", "cmd": "wg pubkey < {{path/to/private_key}} > {{path/to/public_key}}", "tldr_cmd_name": "wg", "cmd_name": "wg", "manual_exist": true, "oracle_man": ["wg_3", "wg_13"], "matching_info": [{"token": "pubkey", "oracle_man": ["wg_13"]}, {"token": "|main|", "oracle_man": ["wg_3", "wg_4"]}], "question_id": "2064"} {"nl": "generate a public and private key", "cmd": "wg genkey | tee {{path/to/private_key}} | wg pubkey > {{path/to/public_key}}", "tldr_cmd_name": "wg", "cmd_name": "wg", "manual_exist": true, "oracle_man": ["wg_3", "wg_11", "wg_13"], "matching_info": [{"token": "genkey", "oracle_man": ["wg_11"]}, {"token": "tee", "oracle_man": []}, {"token": "pubkey", "oracle_man": ["wg_13"]}, {"token": "|main|", "oracle_man": ["wg_3", "wg_4"]}], "question_id": "2065"} {"nl": "spell check a single file", "cmd": "aspell check {{path/to/file}}", "tldr_cmd_name": "aspell", "cmd_name": "aspell", "manual_exist": true, "oracle_man": ["aspell_3", "aspell_11"], "matching_info": [{"token": "check", "oracle_man": ["aspell_11"]}, {"token": "|main|", "oracle_man": ["aspell_3", "aspell_4", "aspell_5", "aspell_6"]}], "question_id": "2112"} {"nl": "list misspelled words from standard input", "cmd": "cat {{file}} | aspell list", "tldr_cmd_name": "aspell", "cmd_name": "aspell", "manual_exist": true, "oracle_man": ["aspell_3", "aspell_13", "aspell_32", "aspell_35", "aspell_44", "aspell_48", "aspell_50", "aspell_51", "aspell_52", "aspell_53", "aspell_54", "aspell_56"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "list", "oracle_man": ["aspell_13", "aspell_32", "aspell_35", "aspell_44", "aspell_48", "aspell_50", "aspell_51", "aspell_52", "aspell_53", "aspell_54", "aspell_56"]}, {"token": "|main|", "oracle_man": ["aspell_3", "aspell_4", "aspell_5", "aspell_6"]}], "question_id": "2113"} {"nl": "show available dictionary languages", "cmd": "aspell dicts", "tldr_cmd_name": "aspell", "cmd_name": "aspell", "manual_exist": true, "oracle_man": ["aspell_3", "aspell_23"], "matching_info": [{"token": "dicts", "oracle_man": ["aspell_23"]}, {"token": "|main|", "oracle_man": ["aspell_3", "aspell_4", "aspell_5", "aspell_6"]}], "question_id": "2114"} {"nl": "run aspell with a different language (takes twoletter iso 639 language code)", "cmd": "aspell --lang={{cs}}", "tldr_cmd_name": "aspell", "cmd_name": "aspell", "manual_exist": true, "oracle_man": ["aspell_3", "aspell_28"], "matching_info": [{"token": "--lang", "oracle_man": ["aspell_28"]}, {"token": "|main|", "oracle_man": ["aspell_3", "aspell_4", "aspell_5", "aspell_6"]}], "question_id": "2115"} {"nl": "list misspelled words from standard input and ignore words from personal word list", "cmd": "cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}", "tldr_cmd_name": "aspell", "cmd_name": "aspell", "manual_exist": true, "oracle_man": ["aspell_3", "aspell_33"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "--personal", "oracle_man": ["aspell_33"]}, {"token": "|main|", "oracle_man": ["aspell_3", "aspell_4", "aspell_5", "aspell_6"]}], "question_id": "2116"} {"nl": "convert a translated po file back to a document", "cmd": "po4a-translate --format {{text}} --master {{path/to/master.doc}} --po {{path/to/result.po}} --localized {{path/to/translated.txt}}", "tldr_cmd_name": "po4a-translate", "cmd_name": "po4a-translate", "manual_exist": true, "oracle_man": ["po4a-translate_4", "po4a-translate_6", "po4a-translate_9", "po4a-translate_10", "po4a-translate_11", "po4a-translate_12", "po4a-translate_13"], "matching_info": [{"token": "--format", "oracle_man": ["po4a-translate_6"]}, {"token": "--master", "oracle_man": ["po4a-translate_9", "po4a-translate_10"]}, {"token": "--po", "oracle_man": ["po4a-translate_13"]}, {"token": "--localized", "oracle_man": ["po4a-translate_11", "po4a-translate_12"]}, {"token": "|main|", "oracle_man": ["po4a-translate_4", "po4a-translate_5"]}], "question_id": "2127"} {"nl": "get a list of available formats", "cmd": "po4a-translate --help-format", "tldr_cmd_name": "po4a-translate", "cmd_name": "po4a-translate", "manual_exist": true, "oracle_man": ["po4a-translate_4", "po4a-translate_6", "po4a-translate_18"], "matching_info": [{"token": "--help-format", "oracle_man": ["po4a-translate_6", "po4a-translate_18"]}, {"token": "|main|", "oracle_man": ["po4a-translate_4", "po4a-translate_5"]}], "question_id": "2128"} {"nl": "remove first column of stdin", "cmd": "colrm {{1 1}}", "tldr_cmd_name": "colrm", "cmd_name": "colrm", "manual_exist": true, "oracle_man": ["colrm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["colrm_3", "colrm_4", "colrm_5"]}], "question_id": "2147"} {"nl": "remove from 3rd column till the end of each line", "cmd": "colrm {{3}}", "tldr_cmd_name": "colrm", "cmd_name": "colrm", "manual_exist": true, "oracle_man": ["colrm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["colrm_3", "colrm_4", "colrm_5"]}], "question_id": "2148"} {"nl": "remove from the 3rd column till the 5th column of each line", "cmd": "colrm {{3 5}}", "tldr_cmd_name": "colrm", "cmd_name": "colrm", "manual_exist": true, "oracle_man": ["colrm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["colrm_3", "colrm_4", "colrm_5"]}], "question_id": "2149"} {"nl": "disable interface eth0", "cmd": "ifdown {{eth0}}", "tldr_cmd_name": "ifdown", "cmd_name": "ifdown", "manual_exist": true, "oracle_man": ["ifdown_9"], "matching_info": [{"token": "|main|", "oracle_man": ["ifdown_9"]}], "question_id": "2173"} {"nl": "disable all interfaces which are enabled", "cmd": "ifdown -a", "tldr_cmd_name": "ifdown", "cmd_name": "ifdown", "manual_exist": true, "oracle_man": ["ifdown_4", "ifdown_5", "ifdown_6", "ifdown_7", "ifdown_8", "ifdown_9", "ifdown_11", "ifdown_15", "ifdown_20", "ifdown_23", "ifdown_28", "ifdown_31", "ifdown_33"], "matching_info": [{"token": "-a", "oracle_man": ["ifdown_4", "ifdown_5", "ifdown_6", "ifdown_7", "ifdown_8", "ifdown_11", "ifdown_15", "ifdown_20", "ifdown_23", "ifdown_28", "ifdown_31", "ifdown_33"]}, {"token": "|main|", "oracle_man": ["ifdown_9"]}], "question_id": "2174"} {"nl": "display the current state of the system (known screens, resolutions, ...)", "cmd": "xrandr --query", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_3", "xrandr_9"], "matching_info": [{"token": "--query", "oracle_man": ["xrandr_9"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2227"} {"nl": "disable disconnected outputs and enable connected ones with default settings", "cmd": "xrandr --auto", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_47", "xrandr_49", "xrandr_66"], "matching_info": [{"token": "--auto", "oracle_man": ["xrandr_2", "xrandr_47", "xrandr_49", "xrandr_66"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2228"} {"nl": "change the resolution and update frequency of displayport 1 to 1920x1080, 60hz", "cmd": "xrandr --output {{DP1}} --mode {{1920x1080}} --rate {{60}}", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_5", "xrandr_46", "xrandr_48", "xrandr_51", "xrandr_54", "xrandr_62", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"], "matching_info": [{"token": "--output", "oracle_man": ["xrandr_2", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"]}, {"token": "--mode", "oracle_man": ["xrandr_2", "xrandr_48", "xrandr_67", "xrandr_68"]}, {"token": "--rate", "oracle_man": ["xrandr_2", "xrandr_51", "xrandr_62"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2229"} {"nl": "set the resolution of hdmi2 to 1280x1024 and put it on the right of dp1", "cmd": "xrandr --output {{HDMI2}} --mode {{1280x1024}} --right-of {{DP1}}", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_5", "xrandr_46", "xrandr_48", "xrandr_54", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"], "matching_info": [{"token": "--output", "oracle_man": ["xrandr_2", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"]}, {"token": "--mode", "oracle_man": ["xrandr_2", "xrandr_48", "xrandr_67", "xrandr_68"]}, {"token": "--right-of", "oracle_man": ["xrandr_2", "xrandr_54", "xrandr_66"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2230"} {"nl": "disable the vga1 output", "cmd": "xrandr --output {{VGA1}} --off", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_56", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"], "matching_info": [{"token": "--output", "oracle_man": ["xrandr_2", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"]}, {"token": "--off", "oracle_man": ["xrandr_2", "xrandr_56"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2231"} {"nl": "set brightness for lvds1 to 50%", "cmd": "xrandr --output {{LVDS1}} --brightness {{0.5}}", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_59", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"], "matching_info": [{"token": "--output", "oracle_man": ["xrandr_2", "xrandr_5", "xrandr_46", "xrandr_54", "xrandr_66", "xrandr_67", "xrandr_68", "xrandr_69", "xrandr_70"]}, {"token": "--brightness", "oracle_man": ["xrandr_2", "xrandr_59"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2232"} {"nl": "see display hardware information", "cmd": "xrandr -q", "tldr_cmd_name": "xrandr", "cmd_name": "xrandr", "manual_exist": true, "oracle_man": ["xrandr_2", "xrandr_3", "xrandr_8", "xrandr_9", "xrandr_14", "xrandr_15"], "matching_info": [{"token": "-q", "oracle_man": ["xrandr_2", "xrandr_8", "xrandr_9", "xrandr_14", "xrandr_15"]}, {"token": "|main|", "oracle_man": ["xrandr_3", "xrandr_4", "xrandr_5", "xrandr_6", "xrandr_7", "xrandr_8", "xrandr_9", "xrandr_10", "xrandr_11", "xrandr_12", "xrandr_13", "xrandr_14", "xrandr_15", "xrandr_16", "xrandr_17", "xrandr_18", "xrandr_19", "xrandr_20", "xrandr_21", "xrandr_22", "xrandr_23", "xrandr_24", "xrandr_25", "xrandr_26", "xrandr_27", "xrandr_28", "xrandr_29", "xrandr_30", "xrandr_31", "xrandr_32", "xrandr_33", "xrandr_34", "xrandr_35", "xrandr_36", "xrandr_37", "xrandr_38", "xrandr_39", "xrandr_40", "xrandr_41", "xrandr_42", "xrandr_43", "xrandr_44", "xrandr_45", "xrandr_46", "xrandr_47", "xrandr_48", "xrandr_49", "xrandr_50", "xrandr_51", "xrandr_52", "xrandr_53", "xrandr_54", "xrandr_55", "xrandr_56", "xrandr_57", "xrandr_58", "xrandr_59", "xrandr_60", "xrandr_61", "xrandr_62", "xrandr_63", "xrandr_64", "xrandr_65"]}], "question_id": "2233"} {"nl": "install grub on a bios system", "cmd": "grub-install --target={{i386-pc}} {{path/to/device}}", "tldr_cmd_name": "grub-install", "cmd_name": "grub-install", "manual_exist": true, "oracle_man": ["grub-install_3", "grub-install_36"], "matching_info": [{"token": "--target", "oracle_man": ["grub-install_36"]}, {"token": "|main|", "oracle_man": ["grub-install_3", "grub-install_4", "grub-install_5", "grub-install_6", "grub-install_7", "grub-install_8", "grub-install_9", "grub-install_10", "grub-install_11", "grub-install_12", "grub-install_13", "grub-install_14", "grub-install_15", "grub-install_16", "grub-install_17", "grub-install_18", "grub-install_19", "grub-install_20", "grub-install_21", "grub-install_22", "grub-install_23", "grub-install_24", "grub-install_25", "grub-install_26", "grub-install_27", "grub-install_28", "grub-install_29", "grub-install_30", "grub-install_31", "grub-install_32", "grub-install_33", "grub-install_34", "grub-install_35", "grub-install_36", "grub-install_37", "grub-install_38", "grub-install_39", "grub-install_40", "grub-install_41"]}], "question_id": "2252"} {"nl": "install grub on an uefi system", "cmd": "grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --bootloader-id={{GRUB}}", "tldr_cmd_name": "grub-install", "cmd_name": "grub-install", "manual_exist": true, "oracle_man": ["grub-install_3", "grub-install_19", "grub-install_22", "grub-install_36"], "matching_info": [{"token": "--target", "oracle_man": ["grub-install_36"]}, {"token": "--efi-directory", "oracle_man": ["grub-install_22"]}, {"token": "--bootloader-id", "oracle_man": ["grub-install_19"]}, {"token": "|main|", "oracle_man": ["grub-install_3", "grub-install_4", "grub-install_5", "grub-install_6", "grub-install_7", "grub-install_8", "grub-install_9", "grub-install_10", "grub-install_11", "grub-install_12", "grub-install_13", "grub-install_14", "grub-install_15", "grub-install_16", "grub-install_17", "grub-install_18", "grub-install_19", "grub-install_20", "grub-install_21", "grub-install_22", "grub-install_23", "grub-install_24", "grub-install_25", "grub-install_26", "grub-install_27", "grub-install_28", "grub-install_29", "grub-install_30", "grub-install_31", "grub-install_32", "grub-install_33", "grub-install_34", "grub-install_35", "grub-install_36", "grub-install_37", "grub-install_38", "grub-install_39", "grub-install_40", "grub-install_41"]}], "question_id": "2253"} {"nl": "install grub preloading specific modules", "cmd": "grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --modules=\"{{part_gpt part_msdos}}\"", "tldr_cmd_name": "grub-install", "cmd_name": "grub-install", "manual_exist": true, "oracle_man": ["grub-install_3", "grub-install_13", "grub-install_22", "grub-install_36"], "matching_info": [{"token": "--target", "oracle_man": ["grub-install_36"]}, {"token": "--efi-directory", "oracle_man": ["grub-install_22"]}, {"token": "--modules", "oracle_man": ["grub-install_13"]}, {"token": "|main|", "oracle_man": ["grub-install_3", "grub-install_4", "grub-install_5", "grub-install_6", "grub-install_7", "grub-install_8", "grub-install_9", "grub-install_10", "grub-install_11", "grub-install_12", "grub-install_13", "grub-install_14", "grub-install_15", "grub-install_16", "grub-install_17", "grub-install_18", "grub-install_19", "grub-install_20", "grub-install_21", "grub-install_22", "grub-install_23", "grub-install_24", "grub-install_25", "grub-install_26", "grub-install_27", "grub-install_28", "grub-install_29", "grub-install_30", "grub-install_31", "grub-install_32", "grub-install_33", "grub-install_34", "grub-install_35", "grub-install_36", "grub-install_37", "grub-install_38", "grub-install_39", "grub-install_40", "grub-install_41"]}], "question_id": "2254"} {"nl": "remove a user", "cmd": "deluser {{username}}", "tldr_cmd_name": "deluser", "cmd_name": "deluser", "manual_exist": true, "oracle_man": ["deluser_6"], "matching_info": [{"token": "|main|", "oracle_man": ["deluser_6", "deluser_7", "deluser_8", "deluser_9", "deluser_10", "deluser_11", "deluser_12", "deluser_13", "deluser_14", "deluser_15", "deluser_16"]}], "question_id": "2260"} {"nl": "remove a user and their home directory", "cmd": "deluser --remove-home {{username}}", "tldr_cmd_name": "deluser", "cmd_name": "deluser", "manual_exist": true, "oracle_man": ["deluser_2", "deluser_6", "deluser_8", "deluser_9", "deluser_25", "deluser_26"], "matching_info": [{"token": "--remove-home", "oracle_man": ["deluser_2", "deluser_8", "deluser_9", "deluser_25", "deluser_26"]}, {"token": "|main|", "oracle_man": ["deluser_6", "deluser_7", "deluser_8", "deluser_9", "deluser_10", "deluser_11", "deluser_12", "deluser_13", "deluser_14", "deluser_15", "deluser_16"]}], "question_id": "2261"} {"nl": "remove a user and their home, but backup their files into a `.tar.gz` file in the specified directory", "cmd": "deluser --backup-to {{path/to/backup_directory}} --remove-home {{username}}", "tldr_cmd_name": "deluser", "cmd_name": "deluser", "manual_exist": true, "oracle_man": ["deluser_2", "deluser_6", "deluser_8", "deluser_9", "deluser_10", "deluser_24", "deluser_25", "deluser_26"], "matching_info": [{"token": "--backup-to", "oracle_man": ["deluser_2", "deluser_10", "deluser_24"]}, {"token": "--remove-home", "oracle_man": ["deluser_2", "deluser_8", "deluser_9", "deluser_25", "deluser_26"]}, {"token": "|main|", "oracle_man": ["deluser_6", "deluser_7", "deluser_8", "deluser_9", "deluser_10", "deluser_11", "deluser_12", "deluser_13", "deluser_14", "deluser_15", "deluser_16"]}], "question_id": "2262"} {"nl": "remove a user, and all files owned by them", "cmd": "deluser --remove-all-files {{username}}", "tldr_cmd_name": "deluser", "cmd_name": "deluser", "manual_exist": true, "oracle_man": ["deluser_2", "deluser_6", "deluser_9", "deluser_26"], "matching_info": [{"token": "--remove-all-files", "oracle_man": ["deluser_2", "deluser_9", "deluser_26"]}, {"token": "|main|", "oracle_man": ["deluser_6", "deluser_7", "deluser_8", "deluser_9", "deluser_10", "deluser_11", "deluser_12", "deluser_13", "deluser_14", "deluser_15", "deluser_16"]}], "question_id": "2263"} {"nl": "analyze logs for a range of dates at a certain level of detail", "cmd": "logwatch --range {{yesterday|today|all|help}} --detail {{low|medium|others}}'", "tldr_cmd_name": "logwatch", "cmd_name": "logwatch", "manual_exist": true, "oracle_man": ["logwatch_2", "logwatch_3", "logwatch_4", "logwatch_8", "logwatch_9", "logwatch_24"], "matching_info": [{"token": "--range", "oracle_man": ["logwatch_2", "logwatch_8", "logwatch_9", "logwatch_24"]}, {"token": "--detail", "oracle_man": ["logwatch_2", "logwatch_4", "logwatch_24"]}, {"token": "|main|", "oracle_man": ["logwatch_3"]}], "question_id": "2293"} {"nl": "restrict report to only include information for a selected service", "cmd": "logwatch --range {{all}} --service {{apache|pam_unix|etc}}", "tldr_cmd_name": "logwatch", "cmd_name": "logwatch", "manual_exist": true, "oracle_man": ["logwatch_2", "logwatch_3", "logwatch_6", "logwatch_8", "logwatch_9", "logwatch_24"], "matching_info": [{"token": "--range", "oracle_man": ["logwatch_2", "logwatch_8", "logwatch_9", "logwatch_24"]}, {"token": "--service", "oracle_man": ["logwatch_2", "logwatch_6", "logwatch_24"]}, {"token": "|main|", "oracle_man": ["logwatch_3"]}], "question_id": "2294"} {"nl": "display ext2, ext3 and ext4 filesystem information", "cmd": "dumpe2fs {{/dev/sdXN}}", "tldr_cmd_name": "dumpe2fs", "cmd_name": "dumpe2fs", "manual_exist": true, "oracle_man": ["dumpe2fs_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dumpe2fs_3", "dumpe2fs_4"]}], "question_id": "2305"} {"nl": "display the blocks which are reserved as bad in the filesystem", "cmd": "dumpe2fs -b {{/dev/sdXN}}", "tldr_cmd_name": "dumpe2fs", "cmd_name": "dumpe2fs", "manual_exist": true, "oracle_man": ["dumpe2fs_2", "dumpe2fs_3", "dumpe2fs_5"], "matching_info": [{"token": "-b", "oracle_man": ["dumpe2fs_2", "dumpe2fs_5"]}, {"token": "|main|", "oracle_man": ["dumpe2fs_3", "dumpe2fs_4"]}], "question_id": "2306"} {"nl": "force display filesystem information even with nonrecognisable feature flags", "cmd": "dumpe2fs -f {{/dev/sdXN}}", "tldr_cmd_name": "dumpe2fs", "cmd_name": "dumpe2fs", "manual_exist": true, "oracle_man": ["dumpe2fs_3", "dumpe2fs_8"], "matching_info": [{"token": "-f", "oracle_man": ["dumpe2fs_8"]}, {"token": "|main|", "oracle_man": ["dumpe2fs_3", "dumpe2fs_4"]}], "question_id": "2307"} {"nl": "only display the superblock information and not any of the block group descriptor detail information", "cmd": "dumpe2fs -h {{/dev/sdXN}}", "tldr_cmd_name": "dumpe2fs", "cmd_name": "dumpe2fs", "manual_exist": true, "oracle_man": ["dumpe2fs_3", "dumpe2fs_10"], "matching_info": [{"token": "-h", "oracle_man": ["dumpe2fs_10"]}, {"token": "|main|", "oracle_man": ["dumpe2fs_3", "dumpe2fs_4"]}], "question_id": "2308"} {"nl": "print the detailed group information block numbers in hexadecimal format", "cmd": "dumpe2fs -x {{/dev/sdXN}}", "tldr_cmd_name": "dumpe2fs", "cmd_name": "dumpe2fs", "manual_exist": true, "oracle_man": ["dumpe2fs_3", "dumpe2fs_13"], "matching_info": [{"token": "-x", "oracle_man": ["dumpe2fs_13"]}, {"token": "|main|", "oracle_man": ["dumpe2fs_3", "dumpe2fs_4"]}], "question_id": "2309"} {"nl": "set up a wireless connection interactively", "cmd": "wifi-menu", "tldr_cmd_name": "wifi-menu", "cmd_name": "wifi-menu", "manual_exist": true, "oracle_man": ["wifi-menu_4"], "matching_info": [{"token": "|main|", "oracle_man": ["wifi-menu_4", "wifi-menu_5"]}], "question_id": "2310"} {"nl": "interactively set up a connection to a network and obscure the password", "cmd": "wifi-menu --obscure", "tldr_cmd_name": "wifi-menu", "cmd_name": "wifi-menu", "manual_exist": true, "oracle_man": ["wifi-menu_2", "wifi-menu_4", "wifi-menu_7"], "matching_info": [{"token": "--obscure", "oracle_man": ["wifi-menu_2", "wifi-menu_7"]}, {"token": "|main|", "oracle_man": ["wifi-menu_4", "wifi-menu_5"]}], "question_id": "2311"} {"nl": "display help", "cmd": "wifi-menu --help", "tldr_cmd_name": "wifi-menu", "cmd_name": "wifi-menu", "manual_exist": true, "oracle_man": ["wifi-menu_3", "wifi-menu_4", "wifi-menu_6"], "matching_info": [{"token": "--help", "oracle_man": ["wifi-menu_3", "wifi-menu_6"]}, {"token": "|main|", "oracle_man": ["wifi-menu_4", "wifi-menu_5"]}], "question_id": "2312"} {"nl": "start a game at level 1", "cmd": "pacman4console", "tldr_cmd_name": "pacman4console", "cmd_name": "pacman4console", "manual_exist": true, "oracle_man": ["pacman4console_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pacman4console_3", "pacman4console_4"]}], "question_id": "2336"} {"nl": "start a game on a certain level (there are nine official levels)", "cmd": "pacman4console --level={{level_number}}", "tldr_cmd_name": "pacman4console", "cmd_name": "pacman4console", "manual_exist": true, "oracle_man": ["pacman4console_3", "pacman4console_6", "pacman4console_7"], "matching_info": [{"token": "--level", "oracle_man": ["pacman4console_6", "pacman4console_7"]}, {"token": "|main|", "oracle_man": ["pacman4console_3", "pacman4console_4"]}], "question_id": "2337"} {"nl": "start the pacman4console level editor, saving to a specified text file", "cmd": "pacman4consoleedit {{path/to/level_file}}", "tldr_cmd_name": "pacman4console", "cmd_name": "pacman4console", "manual_exist": true, "oracle_man": ["pacman4console_3"], "matching_info": [{"token": "pacman4consoleedit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pacman4console_3", "pacman4console_4"]}], "question_id": "2338"} {"nl": "play a custom level", "cmd": "pacman4console --level={{path/to/level_file}}", "tldr_cmd_name": "pacman4console", "cmd_name": "pacman4console", "manual_exist": true, "oracle_man": ["pacman4console_3", "pacman4console_6", "pacman4console_7"], "matching_info": [{"token": "--level", "oracle_man": ["pacman4console_6", "pacman4console_7"]}, {"token": "|main|", "oracle_man": ["pacman4console_3", "pacman4console_4"]}], "question_id": "2339"} {"nl": "trim unused blocks on all mounted partitions that support it", "cmd": "sudo fstrim --all", "tldr_cmd_name": "fstrim", "cmd_name": "fstrim", "manual_exist": true, "oracle_man": ["fstrim_3", "fstrim_9", "fstrim_25"], "matching_info": [{"token": "--all", "oracle_man": ["fstrim_9", "fstrim_25"]}, {"token": "|main|", "oracle_man": ["fstrim_3", "fstrim_4", "fstrim_5", "fstrim_6"]}], "question_id": "2362"} {"nl": "trim unused blocks on a specified partition", "cmd": "sudo fstrim {{/}}", "tldr_cmd_name": "fstrim", "cmd_name": "fstrim", "manual_exist": true, "oracle_man": ["fstrim_3"], "matching_info": [{"token": "|main|", "oracle_man": ["fstrim_3", "fstrim_4", "fstrim_5", "fstrim_6"]}], "question_id": "2363"} {"nl": "display statistics after trimming", "cmd": "sudo fstrim --verbose {{/}}", "tldr_cmd_name": "fstrim", "cmd_name": "fstrim", "manual_exist": true, "oracle_man": ["fstrim_3", "fstrim_16"], "matching_info": [{"token": "--verbose", "oracle_man": ["fstrim_16"]}, {"token": "|main|", "oracle_man": ["fstrim_3", "fstrim_4", "fstrim_5", "fstrim_6"]}], "question_id": "2364"} {"nl": "send a wol packet to a device", "cmd": "wol {{mac_address}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3"], "matching_info": [{"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2365"} {"nl": "send a wol packet to a device in another subnet based on its ip", "cmd": "wol --ipaddr={{ip_address}} {{mac_address}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3", "wol_7"], "matching_info": [{"token": "--ipaddr", "oracle_man": ["wol_7"]}, {"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2366"} {"nl": "send a wol packet to a device in another subnet based on its hostname", "cmd": "wol --host={{hostname}} {{mac_address}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3", "wol_7"], "matching_info": [{"token": "--host", "oracle_man": ["wol_7"]}, {"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2367"} {"nl": "send a wol packet to a specific port on a host", "cmd": "wol --port={{port_number}} {{mac_address}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3", "wol_8"], "matching_info": [{"token": "--port", "oracle_man": ["wol_8"]}, {"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2368"} {"nl": "read hardware addresses, ip addresses/hostnames, optional ports and secureon passwords from a file", "cmd": "wol --file={{path/to/file}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3", "wol_9"], "matching_info": [{"token": "--file", "oracle_man": ["wol_9"]}, {"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2369"} {"nl": "turn on verbose output", "cmd": "wol --verbose {{mac_address}}", "tldr_cmd_name": "wol", "cmd_name": "wol", "manual_exist": true, "oracle_man": ["wol_3", "wol_11"], "matching_info": [{"token": "--verbose", "oracle_man": ["wol_11"]}, {"token": "|main|", "oracle_man": ["wol_3", "wol_4"]}], "question_id": "2370"} {"nl": "open a new konsole in a specific directory", "cmd": "konsole --workdir {{path/to/directory}}", "tldr_cmd_name": "konsole", "cmd_name": "konsole", "manual_exist": true, "oracle_man": ["konsole_3", "konsole_37"], "matching_info": [{"token": "--workdir", "oracle_man": ["konsole_37"]}, {"token": "|main|", "oracle_man": ["konsole_3", "konsole_4", "konsole_5", "konsole_6", "konsole_7", "konsole_8", "konsole_9", "konsole_10", "konsole_11", "konsole_12", "konsole_13", "konsole_14", "konsole_15"]}], "question_id": "2376"} {"nl": "run a specific command and do not close the window after it exits", "cmd": "konsole --noclose -e {{command}}", "tldr_cmd_name": "konsole", "cmd_name": "konsole", "manual_exist": true, "oracle_man": ["konsole_3", "konsole_19", "konsole_38"], "matching_info": [{"token": "--noclose", "oracle_man": ["konsole_19"]}, {"token": "-e", "oracle_man": ["konsole_38"]}, {"token": "|main|", "oracle_man": ["konsole_3", "konsole_4", "konsole_5", "konsole_6", "konsole_7", "konsole_8", "konsole_9", "konsole_10", "konsole_11", "konsole_12", "konsole_13", "konsole_14", "konsole_15"]}], "question_id": "2377"} {"nl": "open a new tab", "cmd": "konsole --new-tab", "tldr_cmd_name": "konsole", "cmd_name": "konsole", "manual_exist": true, "oracle_man": ["konsole_3"], "matching_info": [{"token": "--new-tab", "oracle_man": []}, {"token": "|main|", "oracle_man": ["konsole_3", "konsole_4", "konsole_5", "konsole_6", "konsole_7", "konsole_8", "konsole_9", "konsole_10", "konsole_11", "konsole_12", "konsole_13", "konsole_14", "konsole_15"]}], "question_id": "2378"} {"nl": "open a konsole in the background and bring to the front when ctrl+shift+f12 (by default) is pressed", "cmd": "konsole --background-mode", "tldr_cmd_name": "konsole", "cmd_name": "konsole", "manual_exist": true, "oracle_man": ["konsole_3"], "matching_info": [{"token": "--background-mode", "oracle_man": []}, {"token": "|main|", "oracle_man": ["konsole_3", "konsole_4", "konsole_5", "konsole_6", "konsole_7", "konsole_8", "konsole_9", "konsole_10", "konsole_11", "konsole_12", "konsole_13", "konsole_14", "konsole_15"]}], "question_id": "2379"} {"nl": "open a konsole with the emergency fallback profile", "cmd": "konsole --fallback-profile", "tldr_cmd_name": "konsole", "cmd_name": "konsole", "manual_exist": true, "oracle_man": ["konsole_3"], "matching_info": [{"token": "--fallback-profile", "oracle_man": []}, {"token": "|main|", "oracle_man": ["konsole_3", "konsole_4", "konsole_5", "konsole_6", "konsole_7", "konsole_8", "konsole_9", "konsole_10", "konsole_11", "konsole_12", "konsole_13", "konsole_14", "konsole_15"]}], "question_id": "2380"} {"nl": "create an empty ip set which will contain ip addresses", "cmd": "ipset create {{set_name}} hash:ip", "tldr_cmd_name": "ipset", "cmd_name": "ipset", "manual_exist": true, "oracle_man": ["ipset_3", "ipset_5", "ipset_19", "ipset_23", "ipset_58", "ipset_63", "ipset_68", "ipset_72", "ipset_75", "ipset_77", "ipset_79", "ipset_84", "ipset_88", "ipset_96", "ipset_98", "ipset_102", "ipset_116", "ipset_130", "ipset_140", "ipset_142", "ipset_152", "ipset_162", "ipset_176", "ipset_193", "ipset_214", "ipset_231", "ipset_244", "ipset_259", "ipset_269", "ipset_274", "ipset_290", "ipset_308", "ipset_318"], "matching_info": [{"token": "create", "oracle_man": ["ipset_3", "ipset_5", "ipset_23", "ipset_58", "ipset_63", "ipset_68", "ipset_72", "ipset_75", "ipset_77", "ipset_79", "ipset_84", "ipset_88", "ipset_96", "ipset_98", "ipset_102", "ipset_116", "ipset_130", "ipset_140", "ipset_142", "ipset_152", "ipset_162", "ipset_176", "ipset_193", "ipset_214", "ipset_231", "ipset_244", "ipset_259", "ipset_269", "ipset_274", "ipset_290", "ipset_308", "ipset_318"]}, {"token": "hash:ip", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipset_19", "ipset_20"]}], "question_id": "2381"} {"nl": "destroy a specific ip set", "cmd": "ipset destroy {{set_name}}", "tldr_cmd_name": "ipset", "cmd_name": "ipset", "manual_exist": true, "oracle_man": ["ipset_9", "ipset_19", "ipset_27"], "matching_info": [{"token": "destroy", "oracle_man": ["ipset_9", "ipset_27"]}, {"token": "|main|", "oracle_man": ["ipset_19", "ipset_20"]}], "question_id": "2382"} {"nl": "add an ip address to a specific set", "cmd": "ipset add {{set_name}} {{192.168.1.25}}", "tldr_cmd_name": "ipset", "cmd_name": "ipset", "manual_exist": true, "oracle_man": ["ipset_3", "ipset_6", "ipset_19", "ipset_24", "ipset_52", "ipset_54", "ipset_59", "ipset_60", "ipset_64", "ipset_66", "ipset_69", "ipset_73", "ipset_103", "ipset_117", "ipset_131", "ipset_143", "ipset_153", "ipset_163", "ipset_177", "ipset_178", "ipset_179", "ipset_180", "ipset_194", "ipset_195", "ipset_196", "ipset_197", "ipset_215", "ipset_216", "ipset_217", "ipset_232", "ipset_233", "ipset_245", "ipset_260", "ipset_261", "ipset_275", "ipset_276", "ipset_277", "ipset_291", "ipset_292", "ipset_309", "ipset_310"], "matching_info": [{"token": "add", "oracle_man": ["ipset_3", "ipset_6", "ipset_24", "ipset_52", "ipset_54", "ipset_59", "ipset_60", "ipset_64", "ipset_66", "ipset_69", "ipset_73", "ipset_103", "ipset_117", "ipset_131", "ipset_143", "ipset_153", "ipset_163", "ipset_177", "ipset_178", "ipset_179", "ipset_180", "ipset_194", "ipset_195", "ipset_196", "ipset_197", "ipset_215", "ipset_216", "ipset_217", "ipset_232", "ipset_233", "ipset_245", "ipset_260", "ipset_261", "ipset_275", "ipset_276", "ipset_277", "ipset_291", "ipset_292", "ipset_309", "ipset_310"]}, {"token": "|main|", "oracle_man": ["ipset_19", "ipset_20"]}], "question_id": "2383"} {"nl": "delete a specific ip address from a set", "cmd": "ipset del {{set_name}} {{192.168.1.25}}", "tldr_cmd_name": "ipset", "cmd_name": "ipset", "manual_exist": true, "oracle_man": ["ipset_7", "ipset_19", "ipset_25", "ipset_133"], "matching_info": [{"token": "del", "oracle_man": ["ipset_7", "ipset_25", "ipset_133"]}, {"token": "|main|", "oracle_man": ["ipset_19", "ipset_20"]}], "question_id": "2384"} {"nl": "save an ip set", "cmd": "ipset save {{set_name}} > {{path/to/ip_set}}", "tldr_cmd_name": "ipset", "cmd_name": "ipset", "manual_exist": true, "oracle_man": ["ipset_11", "ipset_19", "ipset_30"], "matching_info": [{"token": "save", "oracle_man": ["ipset_11", "ipset_30"]}, {"token": "|main|", "oracle_man": ["ipset_19", "ipset_20"]}], "question_id": "2385"} {"nl": "remove a user", "cmd": "userdel {{name}}", "tldr_cmd_name": "userdel", "cmd_name": "userdel", "manual_exist": true, "oracle_man": ["userdel_3"], "matching_info": [{"token": "|main|", "oracle_man": ["userdel_3"]}], "question_id": "2394"} {"nl": "remove a user along with their home directory and mail spool", "cmd": "userdel --remove {{name}}", "tldr_cmd_name": "userdel", "cmd_name": "userdel", "manual_exist": true, "oracle_man": ["userdel_3", "userdel_8"], "matching_info": [{"token": "--remove", "oracle_man": ["userdel_8"]}, {"token": "|main|", "oracle_man": ["userdel_3"]}], "question_id": "2395"} {"nl": "remove a user from a group", "cmd": "userdel {{name}} {{group}}", "tldr_cmd_name": "userdel", "cmd_name": "userdel", "manual_exist": true, "oracle_man": ["userdel_3"], "matching_info": [{"token": "|main|", "oracle_man": ["userdel_3"]}], "question_id": "2396"} {"nl": "remove a user in other root directory", "cmd": "userdel --root {{path/to/other/root}} {{name}}", "tldr_cmd_name": "userdel", "cmd_name": "userdel", "manual_exist": true, "oracle_man": ["userdel_3", "userdel_10"], "matching_info": [{"token": "--root", "oracle_man": ["userdel_10"]}, {"token": "|main|", "oracle_man": ["userdel_3"]}], "question_id": "2397"} {"nl": "update the list of available packages and versions (it's recommended to run this before other `aptget` commands)", "cmd": "apt-get update", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_5"], "matching_info": [{"token": "update", "oracle_man": ["apt-get_5"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2451"} {"nl": "install a package, or update it to the latest available version", "cmd": "apt-get install {{package}}", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_9"], "matching_info": [{"token": "install", "oracle_man": ["apt-get_9"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2452"} {"nl": "remove a package", "cmd": "apt-get remove {{package}}", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_17"], "matching_info": [{"token": "remove", "oracle_man": ["apt-get_17"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2453"} {"nl": "remove a package and its configuration files", "cmd": "apt-get purge {{package}}", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_18", "apt-get_63"], "matching_info": [{"token": "purge", "oracle_man": ["apt-get_18", "apt-get_63"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2454"} {"nl": "upgrade all installed packages to their newest available versions", "cmd": "apt-get upgrade", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_6"], "matching_info": [{"token": "upgrade", "oracle_man": ["apt-get_6"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2455"} {"nl": "clean the local repository removing package files (`.deb`) from interrupted downloads that can no longer be downloaded", "cmd": "apt-get autoclean", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_33"], "matching_info": [{"token": "autoclean", "oracle_man": ["apt-get_33"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2456"} {"nl": "remove all packages that are no longer needed", "cmd": "apt-get autoremove", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_34"], "matching_info": [{"token": "autoremove", "oracle_man": ["apt-get_34"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2457"} {"nl": "upgrade installed packages (like `upgrade`), but remove obsolete packages and install additional packages to meet new dependencies", "cmd": "apt-get dist-upgrade", "tldr_cmd_name": "apt-get", "cmd_name": "apt-get", "manual_exist": true, "oracle_man": ["apt-get_3", "apt-get_7"], "matching_info": [{"token": "dist-upgrade", "oracle_man": ["apt-get_7"]}, {"token": "|main|", "oracle_man": ["apt-get_3", "apt-get_4", "apt-get_5", "apt-get_6", "apt-get_7", "apt-get_8", "apt-get_9", "apt-get_10", "apt-get_11", "apt-get_12", "apt-get_13", "apt-get_14", "apt-get_15", "apt-get_16", "apt-get_17", "apt-get_18", "apt-get_19", "apt-get_20", "apt-get_21", "apt-get_22", "apt-get_23", "apt-get_24", "apt-get_25", "apt-get_26", "apt-get_27", "apt-get_28", "apt-get_29", "apt-get_30", "apt-get_31", "apt-get_32", "apt-get_33", "apt-get_34", "apt-get_35", "apt-get_36"]}], "question_id": "2458"} {"nl": "show usage help, including the program version", "cmd": "collectd -h", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_11"], "matching_info": [{"token": "-h", "oracle_man": ["collectd_11"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2503"} {"nl": "test the configuration file and then exit", "cmd": "collectd -t", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_6"], "matching_info": [{"token": "-t", "oracle_man": ["collectd_6"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2504"} {"nl": "test plugin data collection functionality and then exit", "cmd": "collectd -T", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_7"], "matching_info": [{"token": "-T", "oracle_man": ["collectd_7"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2505"} {"nl": "start collectd", "cmd": "collectd", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2506"} {"nl": "specify a custom configuration file location", "cmd": "collectd -C {{path/to/file}}", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_5"], "matching_info": [{"token": "-C", "oracle_man": ["collectd_5"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2507"} {"nl": "specify a custom pid file location", "cmd": "collectd -P {{path/to/file}}", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_8"], "matching_info": [{"token": "-P", "oracle_man": ["collectd_8"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2508"} {"nl": "don't fork into the background", "cmd": "collectd -f", "tldr_cmd_name": "collectd", "cmd_name": "collectd", "manual_exist": true, "oracle_man": ["collectd_3", "collectd_5", "collectd_8", "collectd_10", "collectd_15"], "matching_info": [{"token": "-f", "oracle_man": ["collectd_5", "collectd_8", "collectd_10", "collectd_15"]}, {"token": "|main|", "oracle_man": ["collectd_3"]}], "question_id": "2509"} {"nl": "play a specific file (sampling rate, bit depth, etc. will be automatically determined for the file format)", "cmd": "aplay {{path/to/file}}", "tldr_cmd_name": "aplay", "cmd_name": "aplay", "manual_exist": true, "oracle_man": ["aplay_3"], "matching_info": [{"token": "|main|", "oracle_man": ["aplay_3", "aplay_4", "aplay_5"]}], "question_id": "2523"} {"nl": "play the first 10 seconds of a specific file at 2500 hz", "cmd": "aplay --duration={{10}} --rate={{2500}} {{path/to/file}}", "tldr_cmd_name": "aplay", "cmd_name": "aplay", "manual_exist": true, "oracle_man": ["aplay_3", "aplay_15", "aplay_16"], "matching_info": [{"token": "--duration", "oracle_man": ["aplay_16"]}, {"token": "--rate", "oracle_man": ["aplay_15"]}, {"token": "|main|", "oracle_man": ["aplay_3", "aplay_4", "aplay_5"]}], "question_id": "2524"} {"nl": "play the raw file as a 22050 hz, mono, 8bit, mulaw `.au` file", "cmd": "aplay --channels={{1}} --file-type {{raw}} --rate={{22050}} --format={{mu_law}} {{path/to/file}}", "tldr_cmd_name": "aplay", "cmd_name": "aplay", "manual_exist": true, "oracle_man": ["aplay_3", "aplay_12", "aplay_13", "aplay_14", "aplay_15"], "matching_info": [{"token": "--channels", "oracle_man": ["aplay_13"]}, {"token": "--file-type", "oracle_man": ["aplay_12"]}, {"token": "--rate", "oracle_man": ["aplay_15"]}, {"token": "--format", "oracle_man": ["aplay_14"]}, {"token": "|main|", "oracle_man": ["aplay_3", "aplay_4", "aplay_5"]}], "question_id": "2525"} {"nl": "create a wordlist file from the given url up to 2 links depth", "cmd": "cewl --depth {{2}} --write {{path/to/wordlist.txt}} {{url}}", "tldr_cmd_name": "cewl", "cmd_name": "cewl", "manual_exist": true, "oracle_man": ["cewl_3", "cewl_9", "cewl_11"], "matching_info": [{"token": "--depth", "oracle_man": ["cewl_9"]}, {"token": "--write", "oracle_man": ["cewl_11"]}, {"token": "|main|", "oracle_man": ["cewl_3", "cewl_4", "cewl_5"]}], "question_id": "2534"} {"nl": "output an alphanumeric wordlist from the given url with words of minimum 5 characters", "cmd": "cewl --with-numbers --min_word_length {{5}} {{url}}", "tldr_cmd_name": "cewl", "cmd_name": "cewl", "manual_exist": true, "oracle_man": ["cewl_3", "cewl_9", "cewl_14"], "matching_info": [{"token": "--with-numbers", "oracle_man": ["cewl_14"]}, {"token": "--min_word_length", "oracle_man": ["cewl_9"]}, {"token": "|main|", "oracle_man": ["cewl_3", "cewl_4", "cewl_5"]}], "question_id": "2535"} {"nl": "output a wordlist from the given url in debug mode including email addresses", "cmd": "cewl --debug --email {{url}}", "tldr_cmd_name": "cewl", "cmd_name": "cewl", "manual_exist": true, "oracle_man": ["cewl_3", "cewl_17", "cewl_18", "cewl_21"], "matching_info": [{"token": "--debug", "oracle_man": ["cewl_21"]}, {"token": "--email", "oracle_man": ["cewl_17", "cewl_18"]}, {"token": "|main|", "oracle_man": ["cewl_3", "cewl_4", "cewl_5"]}], "question_id": "2536"} {"nl": "output a wordlist from the given url using http basic or digest authentication", "cmd": "cewl --auth_type {{basic|digest}} --auth_user {{username}} --auth_pass {{password}} {{url}}", "tldr_cmd_name": "cewl", "cmd_name": "cewl", "manual_exist": true, "oracle_man": ["cewl_3", "cewl_23", "cewl_24", "cewl_25"], "matching_info": [{"token": "--auth_type", "oracle_man": ["cewl_23"]}, {"token": "--auth_user", "oracle_man": ["cewl_24"]}, {"token": "--auth_pass", "oracle_man": ["cewl_25"]}, {"token": "|main|", "oracle_man": ["cewl_3", "cewl_4", "cewl_5"]}], "question_id": "2537"} {"nl": "output a wordlist from the given url through a proxy", "cmd": "cewl --proxy_host {{host}} --proxy_port {{port}} {{url}}", "tldr_cmd_name": "cewl", "cmd_name": "cewl", "manual_exist": true, "oracle_man": ["cewl_3", "cewl_27", "cewl_28"], "matching_info": [{"token": "--proxy_host", "oracle_man": ["cewl_27"]}, {"token": "--proxy_port", "oracle_man": ["cewl_28"]}, {"token": "|main|", "oracle_man": ["cewl_3", "cewl_4", "cewl_5"]}], "question_id": "2538"} {"nl": "display information about logical volumes", "cmd": "lvs", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2539"} {"nl": "display all logical volumes", "cmd": "lvs -a", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_4", "lvs_6", "lvs_7"], "matching_info": [{"token": "-a", "oracle_man": ["lvs_4", "lvs_6", "lvs_7"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2540"} {"nl": "change default display to show more details", "cmd": "lvs -v", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_5", "lvs_31", "lvs_44", "lvs_45"], "matching_info": [{"token": "-v", "oracle_man": ["lvs_5", "lvs_31", "lvs_44", "lvs_45"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2541"} {"nl": "display only specific fields", "cmd": "lvs -o {{field_name_1}},{{field_name_2}}", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_4", "lvs_19", "lvs_29", "lvs_32", "lvs_36"], "matching_info": [{"token": "-o", "oracle_man": ["lvs_4", "lvs_19", "lvs_29", "lvs_32", "lvs_36"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2542"} {"nl": "append field to default display", "cmd": "lvs -o +{{field_name}}", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_4", "lvs_19", "lvs_29", "lvs_32", "lvs_36"], "matching_info": [{"token": "-o", "oracle_man": ["lvs_4", "lvs_19", "lvs_29", "lvs_32", "lvs_36"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2543"} {"nl": "suppress heading line", "cmd": "lvs --noheadings", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_4", "lvs_24", "lvs_25"], "matching_info": [{"token": "--noheadings", "oracle_man": ["lvs_4", "lvs_24", "lvs_25"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2544"} {"nl": "use a separator to separate fields", "cmd": "lvs --separator {{=}}", "tldr_cmd_name": "lvs", "cmd_name": "lvs", "manual_exist": true, "oracle_man": ["lvs_3", "lvs_4", "lvs_6", "lvs_37"], "matching_info": [{"token": "--separator", "oracle_man": ["lvs_4", "lvs_6", "lvs_37"]}, {"token": "|main|", "oracle_man": ["lvs_3"]}], "question_id": "2545"} {"nl": "start chronyc in interactive mode", "cmd": "chronyc", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3"], "matching_info": [{"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2548"} {"nl": "display tracking stats for the chrony daemon", "cmd": "chronyc tracking", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3", "chronyc_24"], "matching_info": [{"token": "tracking", "oracle_man": ["chronyc_24"]}, {"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2549"} {"nl": "print the time sources that chrony is currently using", "cmd": "chronyc sources", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3", "chronyc_58", "chronyc_66", "chronyc_134", "chronyc_238", "chronyc_333"], "matching_info": [{"token": "sources", "oracle_man": ["chronyc_58", "chronyc_66", "chronyc_134", "chronyc_238", "chronyc_333"]}, {"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2550"} {"nl": "display stats for sources currently used by chrony daemon as a time source", "cmd": "chronyc sourcestats", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3", "chronyc_78"], "matching_info": [{"token": "sourcestats", "oracle_man": ["chronyc_78"]}, {"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2551"} {"nl": "step the system clock immediately, bypassing any slewing", "cmd": "chronyc makestep", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3", "chronyc_45", "chronyc_46", "chronyc_48"], "matching_info": [{"token": "makestep", "oracle_man": ["chronyc_45", "chronyc_46", "chronyc_48"]}, {"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2552"} {"nl": "display verbose information about each ntp source", "cmd": "chronyc ntpdata", "tldr_cmd_name": "chronyc", "cmd_name": "chronyc", "manual_exist": true, "oracle_man": ["chronyc_3", "chronyc_168"], "matching_info": [{"token": "ntpdata", "oracle_man": ["chronyc_168"]}, {"token": "|main|", "oracle_man": ["chronyc_3", "chronyc_4", "chronyc_5", "chronyc_6", "chronyc_7", "chronyc_8"]}], "question_id": "2553"} {"nl": "disable a configuration file", "cmd": "sudo a2disconf {{configuration_file}}", "tldr_cmd_name": "a2disconf", "cmd_name": "a2disconf", "manual_exist": true, "oracle_man": ["a2disconf_4"], "matching_info": [{"token": "|main|", "oracle_man": ["a2disconf_4", "a2disconf_5", "a2disconf_6"]}], "question_id": "2577"} {"nl": "don't show informative messages", "cmd": "sudo a2disconf --quiet {{configuration_file}}", "tldr_cmd_name": "a2disconf", "cmd_name": "a2disconf", "manual_exist": true, "oracle_man": ["a2disconf_2", "a2disconf_3", "a2disconf_4", "a2disconf_7"], "matching_info": [{"token": "--quiet", "oracle_man": ["a2disconf_2", "a2disconf_3", "a2disconf_7"]}, {"token": "|main|", "oracle_man": ["a2disconf_4", "a2disconf_5", "a2disconf_6"]}], "question_id": "2578"} {"nl": "do a dry run and print the configuration to stdout", "cmd": "sudo grub-mkconfig", "tldr_cmd_name": "grub-mkconfig", "cmd_name": "grub-mkconfig", "manual_exist": true, "oracle_man": ["grub-mkconfig_3"], "matching_info": [{"token": "|main|", "oracle_man": ["grub-mkconfig_3", "grub-mkconfig_4", "grub-mkconfig_5", "grub-mkconfig_6"]}], "question_id": "2593"} {"nl": "generate the configuration file", "cmd": "sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}", "tldr_cmd_name": "grub-mkconfig", "cmd_name": "grub-mkconfig", "manual_exist": true, "oracle_man": ["grub-mkconfig_3", "grub-mkconfig_4"], "matching_info": [{"token": "--output", "oracle_man": ["grub-mkconfig_4"]}, {"token": "|main|", "oracle_man": ["grub-mkconfig_3", "grub-mkconfig_4", "grub-mkconfig_5", "grub-mkconfig_6"]}], "question_id": "2594"} {"nl": "print the help page", "cmd": "grub-mkconfig --help", "tldr_cmd_name": "grub-mkconfig", "cmd_name": "grub-mkconfig", "manual_exist": true, "oracle_man": ["grub-mkconfig_3", "grub-mkconfig_5"], "matching_info": [{"token": "--help", "oracle_man": ["grub-mkconfig_5"]}, {"token": "|main|", "oracle_man": ["grub-mkconfig_3", "grub-mkconfig_4", "grub-mkconfig_5", "grub-mkconfig_6"]}], "question_id": "2595"} {"nl": "show cpu statistics at a 2 second interval for 10 times", "cmd": "pidstat {{2}} {{10}}", "tldr_cmd_name": "pidstat", "cmd_name": "pidstat", "manual_exist": true, "oracle_man": ["pidstat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pidstat_3", "pidstat_4", "pidstat_5", "pidstat_6"]}], "question_id": "2611"} {"nl": "show page faults and memory utilization", "cmd": "pidstat -r", "tldr_cmd_name": "pidstat", "cmd_name": "pidstat", "manual_exist": true, "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_33", "pidstat_101", "pidstat_102", "pidstat_103"], "matching_info": [{"token": "-r", "oracle_man": ["pidstat_2", "pidstat_33", "pidstat_101", "pidstat_102", "pidstat_103"]}, {"token": "|main|", "oracle_man": ["pidstat_3", "pidstat_4", "pidstat_5", "pidstat_6"]}], "question_id": "2612"} {"nl": "show input/output usage per process id", "cmd": "pidstat -d", "tldr_cmd_name": "pidstat", "cmd_name": "pidstat", "manual_exist": true, "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_8", "pidstat_17"], "matching_info": [{"token": "-d", "oracle_man": ["pidstat_2", "pidstat_8", "pidstat_17"]}, {"token": "|main|", "oracle_man": ["pidstat_3", "pidstat_4", "pidstat_5", "pidstat_6"]}], "question_id": "2613"} {"nl": "show information on a specific pid", "cmd": "pidstat -p {{PID}}", "tldr_cmd_name": "pidstat", "cmd_name": "pidstat", "manual_exist": true, "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_25", "pidstat_101", "pidstat_102"], "matching_info": [{"token": "-p", "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_25", "pidstat_101", "pidstat_102"]}, {"token": "|main|", "oracle_man": ["pidstat_3", "pidstat_4", "pidstat_5", "pidstat_6"]}], "question_id": "2614"} {"nl": "show memory statistics for all processes whose command name include \"fox\" or \"bird\"", "cmd": "pidstat -C \"{{fox|bird}}\" -r -p ALL", "tldr_cmd_name": "pidstat", "cmd_name": "pidstat", "manual_exist": true, "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_7", "pidstat_25", "pidstat_33", "pidstat_101", "pidstat_102", "pidstat_103"], "matching_info": [{"token": "-C", "oracle_man": ["pidstat_2", "pidstat_7", "pidstat_102"]}, {"token": "-r", "oracle_man": ["pidstat_2", "pidstat_33", "pidstat_101", "pidstat_102", "pidstat_103"]}, {"token": "-p", "oracle_man": ["pidstat_2", "pidstat_3", "pidstat_25", "pidstat_101", "pidstat_102"]}, {"token": "ALL", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pidstat_3", "pidstat_4", "pidstat_5", "pidstat_6"]}], "question_id": "2615"} {"nl": "connect with a defined configuration file", "cmd": "sudo vpnc {{config_file}}", "tldr_cmd_name": "vpnc", "cmd_name": "vpnc", "manual_exist": true, "oracle_man": ["vpnc_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vpnc_3", "vpnc_4", "vpnc_5", "vpnc_6", "vpnc_7"]}], "question_id": "2643"} {"nl": "terminate the previously created connection", "cmd": "sudo vpnc-disconnect", "tldr_cmd_name": "vpnc", "cmd_name": "vpnc", "manual_exist": true, "oracle_man": ["vpnc_3", "vpnc_7"], "matching_info": [{"token": "vpnc-disconnect", "oracle_man": ["vpnc_7"]}, {"token": "|main|", "oracle_man": ["vpnc_3", "vpnc_4", "vpnc_5", "vpnc_6", "vpnc_7"]}], "question_id": "2644"} {"nl": "change the line endings of a file", "cmd": "unix2dos {{filename}}", "tldr_cmd_name": "unix2dos", "cmd_name": "unix2dos", "manual_exist": true, "oracle_man": ["unix2dos_3"], "matching_info": [{"token": "|main|", "oracle_man": ["unix2dos_3", "unix2dos_4", "unix2dos_5", "unix2dos_6", "unix2dos_7", "unix2dos_8", "unix2dos_9"]}], "question_id": "2650"} {"nl": "create a copy with dosstyle line endings", "cmd": "unix2dos -n {{filename}} {{new_filename}}", "tldr_cmd_name": "unix2dos", "cmd_name": "unix2dos", "manual_exist": true, "oracle_man": ["unix2dos_2", "unix2dos_3", "unix2dos_9", "unix2dos_13", "unix2dos_15", "unix2dos_50", "unix2dos_74", "unix2dos_77", "unix2dos_83", "unix2dos_85", "unix2dos_86", "unix2dos_93", "unix2dos_122", "unix2dos_124", "unix2dos_126", "unix2dos_130", "unix2dos_132", "unix2dos_134", "unix2dos_158", "unix2dos_160", "unix2dos_162", "unix2dos_185", "unix2dos_187", "unix2dos_189", "unix2dos_191", "unix2dos_193", "unix2dos_195"], "matching_info": [{"token": "-n", "oracle_man": ["unix2dos_2", "unix2dos_9", "unix2dos_13", "unix2dos_15", "unix2dos_50", "unix2dos_74", "unix2dos_77", "unix2dos_83", "unix2dos_85", "unix2dos_86", "unix2dos_93", "unix2dos_122", "unix2dos_124", "unix2dos_126", "unix2dos_130", "unix2dos_132", "unix2dos_134", "unix2dos_158", "unix2dos_160", "unix2dos_162", "unix2dos_185", "unix2dos_187", "unix2dos_189", "unix2dos_191", "unix2dos_193", "unix2dos_195"]}, {"token": "|main|", "oracle_man": ["unix2dos_3", "unix2dos_4", "unix2dos_5", "unix2dos_6", "unix2dos_7", "unix2dos_8", "unix2dos_9"]}], "question_id": "2651"} {"nl": "display available modules", "cmd": "module avail", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_43", "module_48", "module_68", "module_82", "module_83", "module_84"], "matching_info": [{"token": "avail", "oracle_man": ["module_43", "module_48", "module_68", "module_82", "module_83", "module_84"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2693"} {"nl": "search for a module by name", "cmd": "module avail {{module_name}}", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_43", "module_48", "module_68", "module_82", "module_83", "module_84"], "matching_info": [{"token": "avail", "oracle_man": ["module_43", "module_48", "module_68", "module_82", "module_83", "module_84"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2694"} {"nl": "load a module", "cmd": "module load {{module_name}}", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_34", "module_47", "module_157"], "matching_info": [{"token": "load", "oracle_man": ["module_34", "module_47", "module_157"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2695"} {"nl": "display loaded modules", "cmd": "module list", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_99", "module_100", "module_153", "module_218"], "matching_info": [{"token": "list", "oracle_man": ["module_99", "module_100", "module_153", "module_218"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2696"} {"nl": "unload a specific loaded module", "cmd": "module unload {{module_name}}", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_122", "module_171", "module_200"], "matching_info": [{"token": "unload", "oracle_man": ["module_122", "module_171", "module_200"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2697"} {"nl": "unload all loaded modules", "cmd": "module purge", "tldr_cmd_name": "module", "cmd_name": "module", "manual_exist": true, "oracle_man": ["module_3", "module_166"], "matching_info": [{"token": "purge", "oracle_man": ["module_166"]}, {"token": "|main|", "oracle_man": ["module_3", "module_4", "module_5", "module_6", "module_7", "module_8", "module_9", "module_10", "module_11", "module_12", "module_13", "module_14", "module_15", "module_16", "module_17", "module_18", "module_19", "module_20", "module_21", "module_22", "module_23", "module_24", "module_25", "module_26", "module_27", "module_28", "module_29", "module_30", "module_31", "module_32", "module_33", "module_34", "module_35", "module_36", "module_37", "module_38", "module_39", "module_40", "module_41", "module_42", "module_43", "module_44", "module_45", "module_46", "module_47", "module_48", "module_49", "module_50", "module_51", "module_52", "module_53", "module_54", "module_55", "module_56", "module_57", "module_58", "module_59", "module_60", "module_61", "module_62", "module_63", "module_64", "module_65", "module_66", "module_67", "module_68", "module_69", "module_70", "module_71", "module_72", "module_73", "module_74", "module_75", "module_76", "module_77", "module_78", "module_79", "module_80", "module_81", "module_82", "module_83", "module_84", "module_85", "module_86", "module_87", "module_88", "module_89", "module_90", "module_91", "module_92", "module_93", "module_94", "module_95", "module_96", "module_97", "module_98", "module_99", "module_100", "module_101", "module_102", "module_103", "module_104", "module_105", "module_106", "module_107", "module_108", "module_109", "module_110", "module_111", "module_112", "module_113", "module_114", "module_115", "module_116", "module_117", "module_118", "module_119", "module_120", "module_121", "module_122", "module_123", "module_124", "module_125", "module_126", "module_127", "module_128", "module_129", "module_130", "module_131", "module_132", "module_133", "module_134", "module_135", "module_136", "module_137", "module_138", "module_139", "module_140", "module_141", "module_142", "module_143", "module_144", "module_145", "module_146", "module_147", "module_148", "module_149", "module_150", "module_151", "module_152", "module_153", "module_154", "module_155", "module_156", "module_157", "module_158", "module_159", "module_160", "module_161", "module_162", "module_163", "module_164", "module_165", "module_166", "module_167", "module_168", "module_169", "module_170", "module_171", "module_172", "module_173", "module_174", "module_175", "module_176", "module_177", "module_178", "module_179", "module_180", "module_181", "module_182", "module_183", "module_184", "module_185", "module_186", "module_187", "module_188", "module_189", "module_190", "module_191", "module_192", "module_193", "module_194", "module_195", "module_196", "module_197", "module_198", "module_199", "module_200", "module_201", "module_202", "module_203", "module_204", "module_205", "module_206", "module_207", "module_208", "module_209", "module_210", "module_211", "module_212", "module_213", "module_214", "module_215", "module_216", "module_217", "module_218", "module_219", "module_220", "module_221", "module_222", "module_223", "module_224", "module_225", "module_226", "module_227", "module_228", "module_229", "module_230", "module_231", "module_232", "module_233", "module_234", "module_235", "module_236", "module_237", "module_238", "module_239", "module_240", "module_241", "module_242", "module_243", "module_244", "module_245", "module_246", "module_247", "module_248", "module_249", "module_250", "module_251", "module_252", "module_253", "module_254", "module_255", "module_256", "module_257", "module_258", "module_259", "module_260", "module_261", "module_262", "module_263", "module_264"]}], "question_id": "2698"} {"nl": "start top", "cmd": "top", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_4"], "matching_info": [{"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2735"} {"nl": "do not show any idle or zombie processes", "cmd": "top -i", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_4", "top_15", "top_37", "top_38", "top_170", "top_183", "top_257", "top_349", "top_380"], "matching_info": [{"token": "-i", "oracle_man": ["top_15", "top_37", "top_38", "top_170", "top_183", "top_257", "top_349", "top_380"]}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2736"} {"nl": "show only processes owned by given user", "cmd": "top -u {{username}}", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_2", "top_4", "top_22", "top_25", "top_48", "top_255"], "matching_info": [{"token": "-u", "oracle_man": ["top_2", "top_22", "top_25", "top_48", "top_255"]}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2737"} {"nl": "sort processes by a field", "cmd": "top -o {{field_name}}", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_2", "top_4", "top_25", "top_38", "top_39", "top_41", "top_51", "top_246", "top_405"], "matching_info": [{"token": "-o", "oracle_man": ["top_2", "top_25", "top_38", "top_39", "top_41", "top_51", "top_246", "top_405"]}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2738"} {"nl": "show the individual threads of a given process", "cmd": "top -Hp {{process_id}}", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_2", "top_4", "top_25", "top_37", "top_42", "top_77", "top_376", "top_380", "top_382", "top_386"], "matching_info": [{"token": "-Hp", "oracle_man": ["top_2", "top_25", "top_37", "top_42", "top_77", "top_376", "top_380", "top_382", "top_386"]}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2739"} {"nl": "show only the processes with the given pid(s), passed as a commaseparated list. (normally you wouldn't know pids off hand. this example picks the pids from the process name)", "cmd": "top -p $(pgrep -d ',' {{process_name}})", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_2", "top_4", "top_25", "top_30", "top_37", "top_42", "top_77", "top_84", "top_167", "top_171", "top_176", "top_180", "top_190", "top_215", "top_218", "top_234", "top_236", "top_265", "top_267", "top_268", "top_270", "top_282", "top_284", "top_286", "top_292", "top_297", "top_299", "top_314", "top_328", "top_329", "top_347", "top_363", "top_376", "top_380", "top_382", "top_386", "top_403", "top_407", "top_409", "top_413", "top_416"], "matching_info": [{"token": "-p", "oracle_man": ["top_2", "top_25", "top_37", "top_42", "top_77", "top_376", "top_380", "top_382", "top_386"]}, {"token": "$(pgrep", "oracle_man": []}, {"token": "-d", "oracle_man": ["top_2", "top_25", "top_30", "top_84", "top_167", "top_171", "top_176", "top_180", "top_190", "top_215", "top_218", "top_234", "top_236", "top_265", "top_267", "top_268", "top_270", "top_282", "top_284", "top_286", "top_292", "top_297", "top_299", "top_314", "top_328", "top_329", "top_347", "top_363", "top_403", "top_407", "top_409", "top_413", "top_416"]}, {"token": ",", "oracle_man": []}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2740"} {"nl": "get help about interactive commands", "cmd": "?", "tldr_cmd_name": "top", "cmd_name": "top", "manual_exist": true, "oracle_man": ["top_4"], "matching_info": [{"token": "?", "oracle_man": []}, {"token": "|main|", "oracle_man": ["top_4", "top_5"]}], "question_id": "2741"} {"nl": "scan for available wireless networks", "cmd": "iw dev {{wlp}} scan", "tldr_cmd_name": "iw", "cmd_name": "iw", "manual_exist": true, "oracle_man": ["iw_1", "iw_3"], "matching_info": [{"token": "dev", "oracle_man": ["iw_3"]}, {"token": "scan", "oracle_man": []}, {"token": "|main|", "oracle_man": ["iw_1"]}], "question_id": "2754"} {"nl": "join an open wireless network", "cmd": "iw dev {{wlp}} connect {{SSID}}", "tldr_cmd_name": "iw", "cmd_name": "iw", "manual_exist": true, "oracle_man": ["iw_1", "iw_3"], "matching_info": [{"token": "dev", "oracle_man": ["iw_3"]}, {"token": "connect", "oracle_man": []}, {"token": "|main|", "oracle_man": ["iw_1"]}], "question_id": "2755"} {"nl": "close the current connection", "cmd": "iw dev {{wlp}} disconnect", "tldr_cmd_name": "iw", "cmd_name": "iw", "manual_exist": true, "oracle_man": ["iw_1", "iw_3"], "matching_info": [{"token": "dev", "oracle_man": ["iw_3"]}, {"token": "disconnect", "oracle_man": []}, {"token": "|main|", "oracle_man": ["iw_1"]}], "question_id": "2756"} {"nl": "show information about the current connection", "cmd": "iw dev {{wlp}} link", "tldr_cmd_name": "iw", "cmd_name": "iw", "manual_exist": true, "oracle_man": ["iw_1", "iw_3"], "matching_info": [{"token": "dev", "oracle_man": ["iw_3"]}, {"token": "link", "oracle_man": []}, {"token": "|main|", "oracle_man": ["iw_1"]}], "question_id": "2757"} {"nl": "open a file", "cmd": "zathura {{path/to/file}}", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3"], "matching_info": [{"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2758"} {"nl": "navigate left/up/down/right", "cmd": " or arrow keys", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3", "zathura_20", "zathura_21", "zathura_28", "zathura_56", "zathura_73", "zathura_75"], "matching_info": [{"token": "H", "oracle_man": ["zathura_28", "zathura_75"]}, {"token": "J", "oracle_man": ["zathura_20", "zathura_56"]}, {"token": "K", "oracle_man": ["zathura_21", "zathura_56"]}, {"token": "L", "oracle_man": ["zathura_28", "zathura_73"]}, {"token": "or", "oracle_man": []}, {"token": "arrow", "oracle_man": []}, {"token": "keys", "oracle_man": []}, {"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2759"} {"nl": "rotate", "cmd": "r", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3", "zathura_40", "zathura_41"], "matching_info": [{"token": "r", "oracle_man": ["zathura_40", "zathura_41"]}, {"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2760"} {"nl": "invert colors", "cmd": "Ctrl + R", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3", "zathura_42"], "matching_info": [{"token": "Ctrl", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "R", "oracle_man": ["zathura_42"]}, {"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2761"} {"nl": "search for text by a given string", "cmd": "/{{string}}", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3"], "matching_info": [{"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2762"} {"nl": "create/delete bookmarks", "cmd": ":{{bmark|bdelete}} {{bookmark_name}}", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3"], "matching_info": [{"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2763"} {"nl": "list bookmarks", "cmd": ":blist", "tldr_cmd_name": "zathura", "cmd_name": "zathura", "manual_exist": true, "oracle_man": ["zathura_3"], "matching_info": [{"token": ":blist", "oracle_man": []}, {"token": "|main|", "oracle_man": ["zathura_3"]}], "question_id": "2764"} {"nl": "connect to the default host (irc.ofct.net) with the nickname set in the `$user` environment variable", "cmd": "sic", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2771"} {"nl": "connect to a given host, using a given nickname", "cmd": "sic -h {{host}} -n {{nickname}}", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_2", "sic_3", "sic_4", "sic_6"], "matching_info": [{"token": "-h", "oracle_man": ["sic_2", "sic_4"]}, {"token": "-n", "oracle_man": ["sic_2", "sic_6"]}, {"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2772"} {"nl": "connect to a given host, using a given nickname and password", "cmd": "sic -h {{host}} -n {{nickname}} -k {{password}}", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_2", "sic_3", "sic_4", "sic_6", "sic_7"], "matching_info": [{"token": "-h", "oracle_man": ["sic_2", "sic_4"]}, {"token": "-n", "oracle_man": ["sic_2", "sic_6"]}, {"token": "-k", "oracle_man": ["sic_2", "sic_7"]}, {"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2773"} {"nl": "join a channel", "cmd": ":j #{{channel}}", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_3"], "matching_info": [{"token": ":j", "oracle_man": []}, {"token": "Enter", "oracle_man": []}, {"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2774"} {"nl": "send a message to a channel or user", "cmd": ":m #{{channel|user}}", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_3"], "matching_info": [{"token": ":m", "oracle_man": []}, {"token": "Enter", "oracle_man": []}, {"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2775"} {"nl": "set default channel or user", "cmd": ":s #{{channel|user}}", "tldr_cmd_name": "sic", "cmd_name": "sic", "manual_exist": true, "oracle_man": ["sic_3"], "matching_info": [{"token": ":s", "oracle_man": []}, {"token": "Enter", "oracle_man": []}, {"token": "|main|", "oracle_man": ["sic_3"]}], "question_id": "2776"} {"nl": "change the line endings of a file", "cmd": "mac2unix {{filename}}", "tldr_cmd_name": "mac2unix", "cmd_name": "mac2unix", "manual_exist": true, "oracle_man": ["mac2unix_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mac2unix_3", "mac2unix_4", "mac2unix_5", "mac2unix_6", "mac2unix_7", "mac2unix_8", "mac2unix_9"]}], "question_id": "2783"} {"nl": "create a copy with unixstyle line endings", "cmd": "mac2unix -n {{filename}} {{new_filename}}", "tldr_cmd_name": "mac2unix", "cmd_name": "mac2unix", "manual_exist": true, "oracle_man": ["mac2unix_2", "mac2unix_3", "mac2unix_9", "mac2unix_13", "mac2unix_15", "mac2unix_50", "mac2unix_74", "mac2unix_77", "mac2unix_83", "mac2unix_85", "mac2unix_86", "mac2unix_93", "mac2unix_122", "mac2unix_124", "mac2unix_126", "mac2unix_130", "mac2unix_132", "mac2unix_134", "mac2unix_158", "mac2unix_160", "mac2unix_162", "mac2unix_185", "mac2unix_187", "mac2unix_189", "mac2unix_191", "mac2unix_193", "mac2unix_195"], "matching_info": [{"token": "-n", "oracle_man": ["mac2unix_2", "mac2unix_9", "mac2unix_13", "mac2unix_15", "mac2unix_50", "mac2unix_74", "mac2unix_77", "mac2unix_83", "mac2unix_85", "mac2unix_86", "mac2unix_93", "mac2unix_122", "mac2unix_124", "mac2unix_126", "mac2unix_130", "mac2unix_132", "mac2unix_134", "mac2unix_158", "mac2unix_160", "mac2unix_162", "mac2unix_185", "mac2unix_187", "mac2unix_189", "mac2unix_191", "mac2unix_193", "mac2unix_195"]}, {"token": "|main|", "oracle_man": ["mac2unix_3", "mac2unix_4", "mac2unix_5", "mac2unix_6", "mac2unix_7", "mac2unix_8", "mac2unix_9"]}], "question_id": "2784"} {"nl": "execute brute force against an ftp server using a file containing usernames and a file containing passwords", "cmd": "medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}", "tldr_cmd_name": "medusa", "cmd_name": "medusa", "manual_exist": true, "oracle_man": ["medusa_2", "medusa_3", "medusa_7", "medusa_10", "medusa_12", "medusa_18", "medusa_33"], "matching_info": [{"token": "-M", "oracle_man": ["medusa_2", "medusa_18", "medusa_33"]}, {"token": "ftp", "oracle_man": []}, {"token": "-h", "oracle_man": ["medusa_2", "medusa_7"]}, {"token": "host", "oracle_man": ["medusa_2"]}, {"token": "-U", "oracle_man": ["medusa_2", "medusa_10"]}, {"token": "-P", "oracle_man": ["medusa_2", "medusa_12"]}, {"token": "|main|", "oracle_man": ["medusa_3", "medusa_4", "medusa_5", "medusa_6"]}], "question_id": "2785"} {"nl": "execute a login attempt against an http server using the username, password and useragent specified", "cmd": "medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:\"{{Agent}}\"", "tldr_cmd_name": "medusa", "cmd_name": "medusa", "manual_exist": true, "oracle_man": ["medusa_2", "medusa_3", "medusa_7", "medusa_9", "medusa_11", "medusa_18", "medusa_19", "medusa_33"], "matching_info": [{"token": "-M", "oracle_man": ["medusa_2", "medusa_18", "medusa_33"]}, {"token": "HTTP", "oracle_man": []}, {"token": "-h", "oracle_man": ["medusa_2", "medusa_7"]}, {"token": "host", "oracle_man": ["medusa_2"]}, {"token": "-u", "oracle_man": ["medusa_2", "medusa_9"]}, {"token": "-p", "oracle_man": ["medusa_2", "medusa_11"]}, {"token": "-m", "oracle_man": ["medusa_19"]}, {"token": "|main|", "oracle_man": ["medusa_3", "medusa_4", "medusa_5", "medusa_6"]}], "question_id": "2786"} {"nl": "execute a brute force against a mysql server using a file containing usernames and a hash", "cmd": "medusa -M mysql -h host -U {{path/to/username_file}} -p {{hash}} -m PASS:HASH", "tldr_cmd_name": "medusa", "cmd_name": "medusa", "manual_exist": true, "oracle_man": ["medusa_2", "medusa_3", "medusa_7", "medusa_10", "medusa_11", "medusa_18", "medusa_19", "medusa_33"], "matching_info": [{"token": "-M", "oracle_man": ["medusa_2", "medusa_18", "medusa_33"]}, {"token": "mysql", "oracle_man": []}, {"token": "-h", "oracle_man": ["medusa_2", "medusa_7"]}, {"token": "host", "oracle_man": ["medusa_2"]}, {"token": "-U", "oracle_man": ["medusa_2", "medusa_10"]}, {"token": "-p", "oracle_man": ["medusa_2", "medusa_11"]}, {"token": "-m", "oracle_man": ["medusa_19"]}, {"token": "PASS:HASH", "oracle_man": []}, {"token": "|main|", "oracle_man": ["medusa_3", "medusa_4", "medusa_5", "medusa_6"]}], "question_id": "2787"} {"nl": "execute a brute force against a list of smb servers using a username and a pwdump file", "cmd": "medusa -M smbnt -H {{path/to/hosts_file}} -C {{path/to/pwdump_file}} -u {{username}} -m PASS:HASH", "tldr_cmd_name": "medusa", "cmd_name": "medusa", "manual_exist": true, "oracle_man": ["medusa_2", "medusa_3", "medusa_8", "medusa_9", "medusa_13", "medusa_18", "medusa_19", "medusa_33"], "matching_info": [{"token": "-M", "oracle_man": ["medusa_2", "medusa_18", "medusa_33"]}, {"token": "smbnt", "oracle_man": []}, {"token": "-H", "oracle_man": ["medusa_2", "medusa_8"]}, {"token": "-C", "oracle_man": ["medusa_2", "medusa_13"]}, {"token": "-u", "oracle_man": ["medusa_2", "medusa_9"]}, {"token": "-m", "oracle_man": ["medusa_19"]}, {"token": "PASS:HASH", "oracle_man": []}, {"token": "|main|", "oracle_man": ["medusa_3", "medusa_4", "medusa_5", "medusa_6"]}], "question_id": "2788"} {"nl": "fake the time to this evening, before printing the result of `date`", "cmd": "faketime '{{today 23:30}}' {{date}}", "tldr_cmd_name": "faketime", "cmd_name": "faketime", "manual_exist": true, "oracle_man": ["faketime_3"], "matching_info": [{"token": "|main|", "oracle_man": ["faketime_3"]}], "question_id": "2789"} {"nl": "open a new `bash` shell, which uses yesterday as the current date", "cmd": "faketime '{{yesterday}}' {{bash}}", "tldr_cmd_name": "faketime", "cmd_name": "faketime", "manual_exist": true, "oracle_man": ["faketime_3"], "matching_info": [{"token": "|main|", "oracle_man": ["faketime_3"]}], "question_id": "2790"} {"nl": "simulate how a program would act next friday night", "cmd": "faketime '{{next Friday 1 am}}' {{path/to/program}}", "tldr_cmd_name": "faketime", "cmd_name": "faketime", "manual_exist": true, "oracle_man": ["faketime_3"], "matching_info": [{"token": "|main|", "oracle_man": ["faketime_3"]}], "question_id": "2791"} {"nl": "spawn 4 workers to stress test cpu", "cmd": "stress -c {{4}}", "tldr_cmd_name": "stress", "cmd_name": "stress", "manual_exist": true, "oracle_man": ["stress_3", "stress_11", "stress_20"], "matching_info": [{"token": "-c", "oracle_man": ["stress_11", "stress_20"]}, {"token": "|main|", "oracle_man": ["stress_3", "stress_4", "stress_5", "stress_6", "stress_7", "stress_8", "stress_9", "stress_10", "stress_11", "stress_12", "stress_13", "stress_14", "stress_15", "stress_16", "stress_17", "stress_18", "stress_19", "stress_20", "stress_21"]}], "question_id": "2797"} {"nl": "spawn 2 workers to stress test io and timeout after 5 seconds", "cmd": "stress -i {{2}} -t {{5}}", "tldr_cmd_name": "stress", "cmd_name": "stress", "manual_exist": true, "oracle_man": ["stress_3", "stress_9", "stress_12", "stress_20"], "matching_info": [{"token": "-i", "oracle_man": ["stress_12", "stress_20"]}, {"token": "-t", "oracle_man": ["stress_9", "stress_20"]}, {"token": "|main|", "oracle_man": ["stress_3", "stress_4", "stress_5", "stress_6", "stress_7", "stress_8", "stress_9", "stress_10", "stress_11", "stress_12", "stress_13", "stress_14", "stress_15", "stress_16", "stress_17", "stress_18", "stress_19", "stress_20", "stress_21"]}], "question_id": "2798"} {"nl": "spawn 2 workers to stress test memory (each worker allocates 256m bytes)", "cmd": "stress -m {{2}} --vm-bytes {{256M}}", "tldr_cmd_name": "stress", "cmd_name": "stress", "manual_exist": true, "oracle_man": ["stress_3", "stress_13", "stress_14", "stress_20"], "matching_info": [{"token": "-m", "oracle_man": ["stress_13"]}, {"token": "--vm-bytes", "oracle_man": ["stress_14", "stress_20"]}, {"token": "|main|", "oracle_man": ["stress_3", "stress_4", "stress_5", "stress_6", "stress_7", "stress_8", "stress_9", "stress_10", "stress_11", "stress_12", "stress_13", "stress_14", "stress_15", "stress_16", "stress_17", "stress_18", "stress_19", "stress_20", "stress_21"]}], "question_id": "2799"} {"nl": "spawn 2 workers spinning on write()/unlink() (each worker writes 1g bytes)", "cmd": "stress -d {{2}} --hdd-bytes {{1GB}}", "tldr_cmd_name": "stress", "cmd_name": "stress", "manual_exist": true, "oracle_man": ["stress_3", "stress_8", "stress_18", "stress_19"], "matching_info": [{"token": "-d", "oracle_man": ["stress_8", "stress_18"]}, {"token": "--hdd-bytes", "oracle_man": ["stress_19"]}, {"token": "|main|", "oracle_man": ["stress_3", "stress_4", "stress_5", "stress_6", "stress_7", "stress_8", "stress_9", "stress_10", "stress_11", "stress_12", "stress_13", "stress_14", "stress_15", "stress_16", "stress_17", "stress_18", "stress_19", "stress_20", "stress_21"]}], "question_id": "2800"} {"nl": "make a package (run in the same directory as a `pkgbuild`)", "cmd": "makepkg", "tldr_cmd_name": "makepkg", "cmd_name": "makepkg", "manual_exist": true, "oracle_man": ["makepkg_3"], "matching_info": [{"token": "|main|", "oracle_man": ["makepkg_3", "makepkg_4", "makepkg_5"]}], "question_id": "2801"} {"nl": "make a package and install its dependencies", "cmd": "makepkg --syncdeps", "tldr_cmd_name": "makepkg", "cmd_name": "makepkg", "manual_exist": true, "oracle_man": ["makepkg_3", "makepkg_11", "makepkg_26"], "matching_info": [{"token": "--syncdeps", "oracle_man": ["makepkg_11", "makepkg_26"]}, {"token": "|main|", "oracle_man": ["makepkg_3", "makepkg_4", "makepkg_5"]}], "question_id": "2802"} {"nl": "same as above, but install the package with `pacman` when done", "cmd": "makepkg --syncdeps --install", "tldr_cmd_name": "makepkg", "cmd_name": "makepkg", "manual_exist": true, "oracle_man": ["makepkg_3", "makepkg_11", "makepkg_19", "makepkg_26", "makepkg_39", "makepkg_40"], "matching_info": [{"token": "--syncdeps", "oracle_man": ["makepkg_11", "makepkg_26"]}, {"token": "--install", "oracle_man": ["makepkg_19", "makepkg_39", "makepkg_40"]}, {"token": "|main|", "oracle_man": ["makepkg_3", "makepkg_4", "makepkg_5"]}], "question_id": "2803"} {"nl": "make a package, but skip source checksums", "cmd": "makepkg --skipchecksums", "tldr_cmd_name": "makepkg", "cmd_name": "makepkg", "manual_exist": true, "oracle_man": ["makepkg_3", "makepkg_15"], "matching_info": [{"token": "--skipchecksums", "oracle_man": ["makepkg_15"]}, {"token": "|main|", "oracle_man": ["makepkg_3", "makepkg_4", "makepkg_5"]}], "question_id": "2804"} {"nl": "clean up work directories after a successful build", "cmd": "makepkg --clean", "tldr_cmd_name": "makepkg", "cmd_name": "makepkg", "manual_exist": true, "oracle_man": ["makepkg_3", "makepkg_7", "makepkg_29"], "matching_info": [{"token": "--clean", "oracle_man": ["makepkg_7", "makepkg_29"]}, {"token": "|main|", "oracle_man": ["makepkg_3", "makepkg_4", "makepkg_5"]}], "question_id": "2805"} {"nl": "rename files using simple substitutions (substitute 'foo' with 'bar' wherever found)", "cmd": "rename {{foo}} {{bar}} {{*}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_3"], "matching_info": [{"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2811"} {"nl": "dryrun display which renames would occur without performing them", "cmd": "rename -vn {{foo}} {{bar}} {{*}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_2", "rename_3", "rename_9", "rename_12"], "matching_info": [{"token": "-vn", "oracle_man": ["rename_2", "rename_3", "rename_9", "rename_12"]}, {"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2812"} {"nl": "do not overwrite existing files", "cmd": "rename -o {{foo}} {{bar}} {{*}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_2", "rename_3", "rename_11"], "matching_info": [{"token": "-o", "oracle_man": ["rename_2", "rename_11"]}, {"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2813"} {"nl": "change file extensions", "cmd": "rename {{.ext}} {{.bak}} {{*.ext}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_3"], "matching_info": [{"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2814"} {"nl": "prepend \"foo\" to all filenames in the current directory", "cmd": "rename {{''}} {{'foo'}} {{*}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_3"], "matching_info": [{"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2815"} {"nl": "rename a group of increasingly numbered files zeropadding the numbers up to 3 digits", "cmd": "rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}", "tldr_cmd_name": "rename", "cmd_name": "rename", "manual_exist": true, "oracle_man": ["rename_3"], "matching_info": [{"token": "&&", "oracle_man": []}, {"token": "|main|", "oracle_man": ["rename_3", "rename_4"]}], "question_id": "2816"} {"nl": "start a vnc server using a passwordfile", "cmd": "x0vncserver -display {{:0}} -passwordfile {{path/to/file}}", "tldr_cmd_name": "x0vncserver", "cmd_name": "x0vncserver", "manual_exist": true, "oracle_man": ["x0vncserver_3", "x0vncserver_12"], "matching_info": [{"token": "-display", "oracle_man": ["x0vncserver_12"]}, {"token": "-passwordfile", "oracle_man": []}, {"token": "|main|", "oracle_man": ["x0vncserver_3", "x0vncserver_4"]}], "question_id": "2825"} {"nl": "start a vnc server using a specific port", "cmd": "x0vncserver -display {{:0}} -rfbport {{port}}", "tldr_cmd_name": "x0vncserver", "cmd_name": "x0vncserver", "manual_exist": true, "oracle_man": ["x0vncserver_3", "x0vncserver_12", "x0vncserver_13"], "matching_info": [{"token": "-display", "oracle_man": ["x0vncserver_12"]}, {"token": "-rfbport", "oracle_man": ["x0vncserver_13"]}, {"token": "|main|", "oracle_man": ["x0vncserver_3", "x0vncserver_4"]}], "question_id": "2826"} {"nl": "print information about all the commands in the acct (record file)", "cmd": "lastcomm", "tldr_cmd_name": "lastcomm", "cmd_name": "lastcomm", "manual_exist": true, "oracle_man": ["lastcomm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_5", "lastcomm_6"]}], "question_id": "2827"} {"nl": "display commands executed by a given user", "cmd": "lastcomm --user {{user}}", "tldr_cmd_name": "lastcomm", "cmd_name": "lastcomm", "manual_exist": true, "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_7"], "matching_info": [{"token": "--user", "oracle_man": ["lastcomm_4", "lastcomm_7"]}, {"token": "|main|", "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_5", "lastcomm_6"]}], "question_id": "2828"} {"nl": "display information about a given command executed on the system", "cmd": "lastcomm --command {{command}}", "tldr_cmd_name": "lastcomm", "cmd_name": "lastcomm", "manual_exist": true, "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_7"], "matching_info": [{"token": "--command", "oracle_man": ["lastcomm_4", "lastcomm_7"]}, {"token": "|main|", "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_5", "lastcomm_6"]}], "question_id": "2829"} {"nl": "display information about commands executed on a given terminal", "cmd": "lastcomm --tty {{terminal_name}}", "tldr_cmd_name": "lastcomm", "cmd_name": "lastcomm", "manual_exist": true, "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_7"], "matching_info": [{"token": "--tty", "oracle_man": ["lastcomm_4", "lastcomm_7"]}, {"token": "|main|", "oracle_man": ["lastcomm_3", "lastcomm_4", "lastcomm_5", "lastcomm_6"]}], "question_id": "2830"} {"nl": "start an interactive shell (`bash`, by default) in a new root directory", "cmd": "arch-chroot {{path/to/new/root}}", "tldr_cmd_name": "arch-chroot", "cmd_name": "arch-chroot", "manual_exist": true, "oracle_man": ["arch-chroot_5"], "matching_info": [{"token": "|main|", "oracle_man": ["arch-chroot_5", "arch-chroot_6", "arch-chroot_7", "arch-chroot_8", "arch-chroot_9"]}], "question_id": "2874"} {"nl": "specify the user (other than the current user) to run the shell as", "cmd": "arch-chroot -u {{user}} {{path/to/new/root}}", "tldr_cmd_name": "arch-chroot", "cmd_name": "arch-chroot", "manual_exist": true, "oracle_man": ["arch-chroot_4", "arch-chroot_5"], "matching_info": [{"token": "-u", "oracle_man": ["arch-chroot_4"]}, {"token": "|main|", "oracle_man": ["arch-chroot_5", "arch-chroot_6", "arch-chroot_7", "arch-chroot_8", "arch-chroot_9"]}], "question_id": "2875"} {"nl": "run a custom command (instead of the default `bash`) in the new root directory", "cmd": "arch-chroot {{path/to/new/root}} {{command}} {{command_arguments}}", "tldr_cmd_name": "arch-chroot", "cmd_name": "arch-chroot", "manual_exist": true, "oracle_man": ["arch-chroot_5"], "matching_info": [{"token": "|main|", "oracle_man": ["arch-chroot_5", "arch-chroot_6", "arch-chroot_7", "arch-chroot_8", "arch-chroot_9"]}], "question_id": "2876"} {"nl": "specify the shell, other than the default `bash` (in this case, the `zsh` package should have been installed in the target system)", "cmd": "arch-chroot {{path/to/new/root}} {{zsh}}", "tldr_cmd_name": "arch-chroot", "cmd_name": "arch-chroot", "manual_exist": true, "oracle_man": ["arch-chroot_5"], "matching_info": [{"token": "|main|", "oracle_man": ["arch-chroot_5", "arch-chroot_6", "arch-chroot_7", "arch-chroot_8", "arch-chroot_9"]}], "question_id": "2877"} {"nl": "report i/o and transfer rate issued to physical devices, one per second (press ctrl+c to quit)", "cmd": "sar -b {{1}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_9", "sar_14", "sar_25", "sar_256"], "matching_info": [{"token": "-b", "oracle_man": ["sar_2", "sar_9", "sar_14", "sar_25", "sar_256"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2915"} {"nl": "report a total of 10 network device statistics, one per 2 seconds", "cmd": "sar -n DEV {{2}} {{10}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_14", "sar_97", "sar_99", "sar_363", "sar_364", "sar_365", "sar_382"], "matching_info": [{"token": "-n", "oracle_man": ["sar_2", "sar_14", "sar_97", "sar_363", "sar_364", "sar_365", "sar_382"]}, {"token": "DEV", "oracle_man": ["sar_99"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2916"} {"nl": "report cpu utilization, one per 2 seconds", "cmd": "sar -u ALL {{2}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_14", "sar_71", "sar_96", "sar_97", "sar_283", "sar_287", "sar_320", "sar_321", "sar_347", "sar_380"], "matching_info": [{"token": "-u", "oracle_man": ["sar_2", "sar_14", "sar_347", "sar_380"]}, {"token": "ALL", "oracle_man": ["sar_71", "sar_96", "sar_97", "sar_283", "sar_287", "sar_320", "sar_321", "sar_347"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2917"} {"nl": "report a total of 20 memory utilization statistics, one per second", "cmd": "sar -r ALL {{1}} {{20}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_14", "sar_71", "sar_96", "sar_97", "sar_199", "sar_283", "sar_287", "sar_320", "sar_321", "sar_347", "sar_382"], "matching_info": [{"token": "-r", "oracle_man": ["sar_2", "sar_14", "sar_199", "sar_321", "sar_382"]}, {"token": "ALL", "oracle_man": ["sar_71", "sar_96", "sar_97", "sar_283", "sar_287", "sar_320", "sar_321", "sar_347"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2918"} {"nl": "report the run queue length and load averages, one per second", "cmd": "sar -q {{1}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_14", "sar_287"], "matching_info": [{"token": "-q", "oracle_man": ["sar_2", "sar_14", "sar_287"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2919"} {"nl": "report paging statistics, one per 5 seconds", "cmd": "sar -B {{5}}", "tldr_cmd_name": "sar", "cmd_name": "sar", "manual_exist": true, "oracle_man": ["sar_2", "sar_3", "sar_15"], "matching_info": [{"token": "-B", "oracle_man": ["sar_2", "sar_15"]}, {"token": "|main|", "oracle_man": ["sar_3", "sar_4", "sar_5", "sar_6", "sar_7", "sar_8", "sar_9", "sar_10", "sar_11", "sar_12", "sar_13"]}], "question_id": "2920"} {"nl": "pretend to load a module into the kernel, but don't actually do it", "cmd": "sudo modprobe --dry-run {{module_name}}", "tldr_cmd_name": "modprobe", "cmd_name": "modprobe", "manual_exist": true, "oracle_man": ["modprobe_6", "modprobe_25"], "matching_info": [{"token": "--dry-run", "oracle_man": ["modprobe_25"]}, {"token": "|main|", "oracle_man": ["modprobe_6", "modprobe_7", "modprobe_8", "modprobe_9"]}], "question_id": "2927"} {"nl": "load a module into the kernel", "cmd": "sudo modprobe {{module_name}}", "tldr_cmd_name": "modprobe", "cmd_name": "modprobe", "manual_exist": true, "oracle_man": ["modprobe_6"], "matching_info": [{"token": "|main|", "oracle_man": ["modprobe_6", "modprobe_7", "modprobe_8", "modprobe_9"]}], "question_id": "2928"} {"nl": "remove a module from the kernel", "cmd": "sudo modprobe --remove {{module_name}}", "tldr_cmd_name": "modprobe", "cmd_name": "modprobe", "manual_exist": true, "oracle_man": ["modprobe_6", "modprobe_28"], "matching_info": [{"token": "--remove", "oracle_man": ["modprobe_28"]}, {"token": "|main|", "oracle_man": ["modprobe_6", "modprobe_7", "modprobe_8", "modprobe_9"]}], "question_id": "2929"} {"nl": "remove a module and those that depend on it from the kernel", "cmd": "sudo modprobe --remove-dependencies {{module_name}}", "tldr_cmd_name": "modprobe", "cmd_name": "modprobe", "manual_exist": true, "oracle_man": ["modprobe_6"], "matching_info": [{"token": "--remove-dependencies", "oracle_man": []}, {"token": "|main|", "oracle_man": ["modprobe_6", "modprobe_7", "modprobe_8", "modprobe_9"]}], "question_id": "2930"} {"nl": "show a kernel module's dependencies", "cmd": "sudo modprobe --show-depends {{module_name}}", "tldr_cmd_name": "modprobe", "cmd_name": "modprobe", "manual_exist": true, "oracle_man": ["modprobe_6", "modprobe_31"], "matching_info": [{"token": "--show-depends", "oracle_man": ["modprobe_31"]}, {"token": "|main|", "oracle_man": ["modprobe_6", "modprobe_7", "modprobe_8", "modprobe_9"]}], "question_id": "2931"} {"nl": "show all tcp/udp/raw/unix sockets", "cmd": "ss -a {{-t|-u|-w|-x}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_11", "ss_103", "ss_135", "ss_136", "ss_137", "ss_141"], "matching_info": [{"token": "-a", "oracle_man": ["ss_11", "ss_103", "ss_135", "ss_136", "ss_137", "ss_141"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2960"} {"nl": "filter tcp sockets by states, only/exclude", "cmd": "ss {{state/exclude}} {{bucket/big/connected/synchronized/...}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2961"} {"nl": "show all tcp sockets connected to the local https port (443)", "cmd": "ss -t src :{{443}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_48", "ss_49", "ss_67", "ss_87", "ss_111", "ss_135", "ss_136", "ss_139"], "matching_info": [{"token": "-t", "oracle_man": ["ss_48", "ss_49", "ss_67", "ss_87", "ss_135", "ss_136"]}, {"token": "src", "oracle_man": ["ss_111", "ss_139"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2962"} {"nl": "show all tcp sockets listening on the local 8080 port", "cmd": "ss -lt src :{{8080}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_48", "ss_49", "ss_67", "ss_87", "ss_111", "ss_135", "ss_136", "ss_139"], "matching_info": [{"token": "-lt", "oracle_man": ["ss_48", "ss_49", "ss_67", "ss_87", "ss_135", "ss_136"]}, {"token": "src", "oracle_man": ["ss_111", "ss_139"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2963"} {"nl": "show all tcp sockets along with processes connected to a remote ssh port", "cmd": "ss -pt dst :{{ssh}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_48", "ss_49", "ss_67", "ss_87", "ss_111", "ss_135", "ss_136"], "matching_info": [{"token": "-pt", "oracle_man": ["ss_48", "ss_49", "ss_67", "ss_87", "ss_135", "ss_136"]}, {"token": "dst", "oracle_man": ["ss_111"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2964"} {"nl": "show all udp sockets connected on specific source and destination ports", "cmd": "ss -u 'sport == :{{source_port}} and dport == :{{destination_port}}'", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_66", "ss_88", "ss_91", "ss_112", "ss_126", "ss_134", "ss_137", "ss_139"], "matching_info": [{"token": "-u", "oracle_man": ["ss_66", "ss_88", "ss_91", "ss_137", "ss_139"]}, {"token": "sport", "oracle_man": ["ss_112"]}, {"token": "==", "oracle_man": []}, {"token": "and", "oracle_man": ["ss_126", "ss_134"]}, {"token": "dport", "oracle_man": ["ss_112"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2965"} {"nl": "show all tcp ipv4 sockets locally connected on the subnet 192.168.0.0/16", "cmd": "ss -4t src {{192.168/16}}", "tldr_cmd_name": "ss", "cmd_name": "ss", "manual_exist": true, "oracle_man": ["ss_3", "ss_48", "ss_49", "ss_67", "ss_87", "ss_111", "ss_135", "ss_136", "ss_139"], "matching_info": [{"token": "-4t", "oracle_man": ["ss_48", "ss_49", "ss_67", "ss_87", "ss_135", "ss_136"]}, {"token": "src", "oracle_man": ["ss_111", "ss_139"]}, {"token": "|main|", "oracle_man": ["ss_3"]}], "question_id": "2966"} {"nl": "start the partition manipulator with a specific device", "cmd": "cfdisk {{/dev/sdX}}", "tldr_cmd_name": "cfdisk", "cmd_name": "cfdisk", "manual_exist": true, "oracle_man": ["cfdisk_3"], "matching_info": [{"token": "|main|", "oracle_man": ["cfdisk_3", "cfdisk_4", "cfdisk_5", "cfdisk_6", "cfdisk_7", "cfdisk_8"]}], "question_id": "2979"} {"nl": "create a new partition table for a specific device and manage it", "cmd": "cfdisk --zero {{/dev/sdX}}", "tldr_cmd_name": "cfdisk", "cmd_name": "cfdisk", "manual_exist": true, "oracle_man": ["cfdisk_3", "cfdisk_14", "cfdisk_28"], "matching_info": [{"token": "--zero", "oracle_man": ["cfdisk_14", "cfdisk_28"]}, {"token": "|main|", "oracle_man": ["cfdisk_3", "cfdisk_4", "cfdisk_5", "cfdisk_6", "cfdisk_7", "cfdisk_8"]}], "question_id": "2980"} {"nl": "start htop", "cmd": "htop", "tldr_cmd_name": "htop", "cmd_name": "htop", "manual_exist": true, "oracle_man": ["htop_3"], "matching_info": [{"token": "|main|", "oracle_man": ["htop_3", "htop_4", "htop_5", "htop_6", "htop_7", "htop_8", "htop_9", "htop_10", "htop_11", "htop_12", "htop_13", "htop_14", "htop_15", "htop_16", "htop_17", "htop_18", "htop_19", "htop_20", "htop_21"]}], "question_id": "3106"} {"nl": "start htop displaying processes owned by a specific user", "cmd": "htop --user {{username}}", "tldr_cmd_name": "htop", "cmd_name": "htop", "manual_exist": true, "oracle_man": ["htop_3", "htop_14"], "matching_info": [{"token": "--user", "oracle_man": ["htop_14"]}, {"token": "|main|", "oracle_man": ["htop_3", "htop_4", "htop_5", "htop_6", "htop_7", "htop_8", "htop_9", "htop_10", "htop_11", "htop_12", "htop_13", "htop_14", "htop_15", "htop_16", "htop_17", "htop_18", "htop_19", "htop_20", "htop_21"]}], "question_id": "3107"} {"nl": "sort processes by a specified `sort_item` (use `htop sort help` for available options)", "cmd": "htop --sort {{sort_item}}", "tldr_cmd_name": "htop", "cmd_name": "htop", "manual_exist": true, "oracle_man": ["htop_3", "htop_13"], "matching_info": [{"token": "--sort", "oracle_man": ["htop_13"]}, {"token": "|main|", "oracle_man": ["htop_3", "htop_4", "htop_5", "htop_6", "htop_7", "htop_8", "htop_9", "htop_10", "htop_11", "htop_12", "htop_13", "htop_14", "htop_15", "htop_16", "htop_17", "htop_18", "htop_19", "htop_20", "htop_21"]}], "question_id": "3108"} {"nl": "see interactive commands while running htop", "cmd": "?", "tldr_cmd_name": "htop", "cmd_name": "htop", "manual_exist": true, "oracle_man": ["htop_3"], "matching_info": [{"token": "?", "oracle_man": []}, {"token": "|main|", "oracle_man": ["htop_3", "htop_4", "htop_5", "htop_6", "htop_7", "htop_8", "htop_9", "htop_10", "htop_11", "htop_12", "htop_13", "htop_14", "htop_15", "htop_16", "htop_17", "htop_18", "htop_19", "htop_20", "htop_21"]}], "question_id": "3109"} {"nl": "display help", "cmd": "htop --help", "tldr_cmd_name": "htop", "cmd_name": "htop", "manual_exist": true, "oracle_man": ["htop_3", "htop_11"], "matching_info": [{"token": "--help", "oracle_man": ["htop_11"]}, {"token": "|main|", "oracle_man": ["htop_3", "htop_4", "htop_5", "htop_6", "htop_7", "htop_8", "htop_9", "htop_10", "htop_11", "htop_12", "htop_13", "htop_14", "htop_15", "htop_16", "htop_17", "htop_18", "htop_19", "htop_20", "htop_21"]}], "question_id": "3110"} {"nl": "list global (extern) functions in a file (prefixed with t)", "cmd": "nm -g {{file.o}}", "tldr_cmd_name": "nm", "cmd_name": "nm", "manual_exist": true, "oracle_man": ["nm_2", "nm_3", "nm_39"], "matching_info": [{"token": "-g", "oracle_man": ["nm_2", "nm_39"]}, {"token": "|main|", "oracle_man": ["nm_3", "nm_4", "nm_5", "nm_6", "nm_7", "nm_8", "nm_9", "nm_10", "nm_11", "nm_12", "nm_13", "nm_14", "nm_15", "nm_16", "nm_17", "nm_18", "nm_19", "nm_20", "nm_21", "nm_22", "nm_23", "nm_24", "nm_25", "nm_26", "nm_27", "nm_28"]}], "question_id": "3203"} {"nl": "list only undefined symbols in a file", "cmd": "nm -u {{file.o}}", "tldr_cmd_name": "nm", "cmd_name": "nm", "manual_exist": true, "oracle_man": ["nm_2", "nm_3", "nm_51"], "matching_info": [{"token": "-u", "oracle_man": ["nm_2", "nm_51"]}, {"token": "|main|", "oracle_man": ["nm_3", "nm_4", "nm_5", "nm_6", "nm_7", "nm_8", "nm_9", "nm_10", "nm_11", "nm_12", "nm_13", "nm_14", "nm_15", "nm_16", "nm_17", "nm_18", "nm_19", "nm_20", "nm_21", "nm_22", "nm_23", "nm_24", "nm_25", "nm_26", "nm_27", "nm_28"]}], "question_id": "3204"} {"nl": "list all symbols, even debugging symbols", "cmd": "nm -a {{file.o}}", "tldr_cmd_name": "nm", "cmd_name": "nm", "manual_exist": true, "oracle_man": ["nm_2", "nm_3", "nm_31", "nm_49"], "matching_info": [{"token": "-a", "oracle_man": ["nm_2", "nm_31", "nm_49"]}, {"token": "|main|", "oracle_man": ["nm_3", "nm_4", "nm_5", "nm_6", "nm_7", "nm_8", "nm_9", "nm_10", "nm_11", "nm_12", "nm_13", "nm_14", "nm_15", "nm_16", "nm_17", "nm_18", "nm_19", "nm_20", "nm_21", "nm_22", "nm_23", "nm_24", "nm_25", "nm_26", "nm_27", "nm_28"]}], "question_id": "3205"} {"nl": "demangle c++ symbols (make them readable)", "cmd": "nm --demangle {{file.o}}", "tldr_cmd_name": "nm", "cmd_name": "nm", "manual_exist": true, "oracle_man": ["nm_2", "nm_3", "nm_33"], "matching_info": [{"token": "--demangle", "oracle_man": ["nm_2", "nm_33"]}, {"token": "|main|", "oracle_man": ["nm_3", "nm_4", "nm_5", "nm_6", "nm_7", "nm_8", "nm_9", "nm_10", "nm_11", "nm_12", "nm_13", "nm_14", "nm_15", "nm_16", "nm_17", "nm_18", "nm_19", "nm_20", "nm_21", "nm_22", "nm_23", "nm_24", "nm_25", "nm_26", "nm_27", "nm_28"]}], "question_id": "3206"} {"nl": "show help", "cmd": "docker inspect", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3207"} {"nl": "display information about a container, image, or volume using a name or id", "cmd": "docker inspect {{container|image|ID}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3208"} {"nl": "display a container's ip address", "cmd": "docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' {{container}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16", "docker-inspect_17"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "--format", "oracle_man": ["docker-inspect_10", "docker-inspect_12", "docker-inspect_17"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3209"} {"nl": "display the path to the container's log file", "cmd": "docker inspect --format='{{.LogPath}}' {{container}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16", "docker-inspect_17"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "--format", "oracle_man": ["docker-inspect_10", "docker-inspect_12", "docker-inspect_17"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3210"} {"nl": "display the image name of the container", "cmd": "docker inspect --format='{{.Config.Image}}' {{container}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16", "docker-inspect_17"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "--format", "oracle_man": ["docker-inspect_10", "docker-inspect_12", "docker-inspect_17"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3211"} {"nl": "display the configuration information as json", "cmd": "docker inspect --format='{{json .Config}}' {{container}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16", "docker-inspect_17"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "--format", "oracle_man": ["docker-inspect_10", "docker-inspect_12", "docker-inspect_17"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3212"} {"nl": "display all port bindings", "cmd": "docker inspect --format='{{range $p, $conf := .NetworkSettings.Ports}} {{$p}} -> {{(index $conf 0).HostPort}} {{end}}' {{container}}", "tldr_cmd_name": "docker-inspect", "cmd_name": "docker-inspect", "manual_exist": true, "oracle_man": ["docker-inspect_1", "docker-inspect_2", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_8", "docker-inspect_10", "docker-inspect_12", "docker-inspect_14", "docker-inspect_16", "docker-inspect_17", "docker-inspect_18", "docker-inspect_19", "docker-inspect_20"], "matching_info": [{"token": "docker", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "inspect", "oracle_man": ["docker-inspect_2", "docker-inspect_5", "docker-inspect_7", "docker-inspect_10", "docker-inspect_12", "docker-inspect_16"]}, {"token": "--format", "oracle_man": ["docker-inspect_10", "docker-inspect_12", "docker-inspect_17"]}, {"token": "-", "oracle_man": ["docker-inspect_1", "docker-inspect_3", "docker-inspect_5", "docker-inspect_7", "docker-inspect_8", "docker-inspect_10", "docker-inspect_12", "docker-inspect_14", "docker-inspect_16", "docker-inspect_17", "docker-inspect_18", "docker-inspect_19", "docker-inspect_20"]}, {"token": "|main|", "oracle_man": ["docker-inspect_3"]}], "question_id": "3213"} {"nl": "launch steam, printing debug messages to stdout", "cmd": "steam", "tldr_cmd_name": "steam", "cmd_name": "steam", "manual_exist": true, "oracle_man": ["steam_3"], "matching_info": [{"token": "|main|", "oracle_man": ["steam_3"]}], "question_id": "3227"} {"nl": "launch steam and enable its inapp debug console tab", "cmd": "steam -console", "tldr_cmd_name": "steam", "cmd_name": "steam", "manual_exist": true, "oracle_man": ["steam_3"], "matching_info": [{"token": "-console", "oracle_man": []}, {"token": "|main|", "oracle_man": ["steam_3"]}], "question_id": "3228"} {"nl": "log into steam with the specified credentials", "cmd": "steam -login {{username}} {{password}}", "tldr_cmd_name": "steam", "cmd_name": "steam", "manual_exist": true, "oracle_man": ["steam_3"], "matching_info": [{"token": "-login", "oracle_man": []}, {"token": "|main|", "oracle_man": ["steam_3"]}], "question_id": "3229"} {"nl": "launch steam in big picture mode", "cmd": "steam -tenfoot", "tldr_cmd_name": "steam", "cmd_name": "steam", "manual_exist": true, "oracle_man": ["steam_3"], "matching_info": [{"token": "-tenfoot", "oracle_man": []}, {"token": "|main|", "oracle_man": ["steam_3"]}], "question_id": "3230"} {"nl": "exit steam", "cmd": "steam -shutdown", "tldr_cmd_name": "steam", "cmd_name": "steam", "manual_exist": true, "oracle_man": ["steam_3"], "matching_info": [{"token": "-shutdown", "oracle_man": []}, {"token": "|main|", "oracle_man": ["steam_3"]}], "question_id": "3231"} {"nl": "create a named pipe at a given path", "cmd": "mkfifo {{path/to/pipe}}", "tldr_cmd_name": "mkfifo", "cmd_name": "mkfifo", "manual_exist": true, "oracle_man": ["mkfifo_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mkfifo_3", "mkfifo_4", "mkfifo_5", "mkfifo_6", "mkfifo_7", "mkfifo_8", "mkfifo_9"]}], "question_id": "3237"} {"nl": "compile and run sequential erlang program as a common script and then exit", "cmd": "erlc {{files}} && erl -noshell '{{mymodule:myfunction(arguments)}}, init:stop().'", "tldr_cmd_name": "erl", "cmd_name": "erl", "manual_exist": true, "oracle_man": ["erl_2", "erl_39", "erl_40", "erl_78", "erl_79", "erl_257"], "matching_info": [{"token": "erlc", "oracle_man": []}, {"token": "&&", "oracle_man": []}, {"token": "-noshell", "oracle_man": ["erl_39", "erl_40", "erl_78", "erl_79", "erl_257"]}, {"token": "init:stop().", "oracle_man": []}, {"token": "|main|", "oracle_man": ["erl_2", "erl_3", "erl_4"]}], "question_id": "3247"} {"nl": "connect to a running erlang node", "cmd": "erl -remsh {{nodename}}@{{hostname}} -sname {{custom_shortname}} -hidden -setcookie {{cookie_of_remote_node}}", "tldr_cmd_name": "erl", "cmd_name": "erl", "manual_exist": true, "oracle_man": ["erl_2", "erl_15", "erl_16", "erl_42", "erl_55", "erl_58", "erl_63", "erl_69", "erl_71", "erl_93", "erl_94", "erl_95", "erl_99", "erl_100", "erl_102", "erl_103", "erl_106", "erl_257"], "matching_info": [{"token": "-remsh", "oracle_man": ["erl_93", "erl_95"]}, {"token": "-sname", "oracle_man": ["erl_15", "erl_16", "erl_58", "erl_69", "erl_94", "erl_95", "erl_102", "erl_103", "erl_106", "erl_257"]}, {"token": "-hidden", "oracle_man": ["erl_55", "erl_71"]}, {"token": "-setcookie", "oracle_man": ["erl_42", "erl_63", "erl_99", "erl_100"]}, {"token": "|main|", "oracle_man": ["erl_2", "erl_3", "erl_4"]}], "question_id": "3248"} {"nl": "tell the erlang shell to load modules from a directory", "cmd": "erl -pa {{directory_with_beam_files}}", "tldr_cmd_name": "erl", "cmd_name": "erl", "manual_exist": true, "oracle_man": ["erl_2", "erl_82", "erl_83", "erl_85"], "matching_info": [{"token": "-pa", "oracle_man": ["erl_82", "erl_83", "erl_85"]}, {"token": "|main|", "oracle_man": ["erl_2", "erl_3", "erl_4"]}], "question_id": "3249"} {"nl": "check terminal's openness to write messages", "cmd": "mesg", "tldr_cmd_name": "mesg", "cmd_name": "mesg", "manual_exist": true, "oracle_man": ["mesg_4"], "matching_info": [{"token": "|main|", "oracle_man": ["mesg_4"]}], "question_id": "3268"} {"nl": "disable receiving messages from the write command", "cmd": "mesg n", "tldr_cmd_name": "mesg", "cmd_name": "mesg", "manual_exist": true, "oracle_man": ["mesg_3", "mesg_4", "mesg_8"], "matching_info": [{"token": "n", "oracle_man": ["mesg_3", "mesg_8"]}, {"token": "|main|", "oracle_man": ["mesg_4"]}], "question_id": "3269"} {"nl": "enable receiving messages from the write command", "cmd": "mesg y", "tldr_cmd_name": "mesg", "cmd_name": "mesg", "manual_exist": true, "oracle_man": ["mesg_3", "mesg_4", "mesg_7"], "matching_info": [{"token": "y", "oracle_man": ["mesg_3", "mesg_7"]}, {"token": "|main|", "oracle_man": ["mesg_4"]}], "question_id": "3270"} {"nl": "retrieve all public ssh keys of a remote host", "cmd": "ssh-keyscan {{host}}", "tldr_cmd_name": "ssh-keyscan", "cmd_name": "ssh-keyscan", "manual_exist": true, "oracle_man": ["ssh-keyscan_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ssh-keyscan_3", "ssh-keyscan_4", "ssh-keyscan_5", "ssh-keyscan_6", "ssh-keyscan_7", "ssh-keyscan_8", "ssh-keyscan_9", "ssh-keyscan_10", "ssh-keyscan_11", "ssh-keyscan_12", "ssh-keyscan_13", "ssh-keyscan_14", "ssh-keyscan_15", "ssh-keyscan_16", "ssh-keyscan_17"]}], "question_id": "3283"} {"nl": "retrieve all public ssh keys of a remote host listening on a specific port", "cmd": "ssh-keyscan -p {{port}} {{host}}", "tldr_cmd_name": "ssh-keyscan", "cmd_name": "ssh-keyscan", "manual_exist": true, "oracle_man": ["ssh-keyscan_2", "ssh-keyscan_3", "ssh-keyscan_13"], "matching_info": [{"token": "-p", "oracle_man": ["ssh-keyscan_2", "ssh-keyscan_13"]}, {"token": "|main|", "oracle_man": ["ssh-keyscan_3", "ssh-keyscan_4", "ssh-keyscan_5", "ssh-keyscan_6", "ssh-keyscan_7", "ssh-keyscan_8", "ssh-keyscan_9", "ssh-keyscan_10", "ssh-keyscan_11", "ssh-keyscan_12", "ssh-keyscan_13", "ssh-keyscan_14", "ssh-keyscan_15", "ssh-keyscan_16", "ssh-keyscan_17"]}], "question_id": "3284"} {"nl": "retrieve certain types of public ssh keys of a remote host", "cmd": "ssh-keyscan -t {{rsa,dsa,ecdsa,ed25519}} {{host}}", "tldr_cmd_name": "ssh-keyscan", "cmd_name": "ssh-keyscan", "manual_exist": true, "oracle_man": ["ssh-keyscan_2", "ssh-keyscan_3", "ssh-keyscan_15", "ssh-keyscan_19", "ssh-keyscan_21"], "matching_info": [{"token": "-t", "oracle_man": ["ssh-keyscan_2", "ssh-keyscan_15", "ssh-keyscan_19", "ssh-keyscan_21"]}, {"token": "|main|", "oracle_man": ["ssh-keyscan_3", "ssh-keyscan_4", "ssh-keyscan_5", "ssh-keyscan_6", "ssh-keyscan_7", "ssh-keyscan_8", "ssh-keyscan_9", "ssh-keyscan_10", "ssh-keyscan_11", "ssh-keyscan_12", "ssh-keyscan_13", "ssh-keyscan_14", "ssh-keyscan_15", "ssh-keyscan_16", "ssh-keyscan_17"]}], "question_id": "3285"} {"nl": "manually update the ssh known_hosts file with the fingerprint of a given host", "cmd": "ssh-keyscan -H {{host}} >> ~/.ssh/known_hosts", "tldr_cmd_name": "ssh-keyscan", "cmd_name": "ssh-keyscan", "manual_exist": true, "oracle_man": ["ssh-keyscan_3", "ssh-keyscan_12"], "matching_info": [{"token": "-H", "oracle_man": ["ssh-keyscan_12"]}, {"token": "~/.ssh/known_hosts", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ssh-keyscan_3", "ssh-keyscan_4", "ssh-keyscan_5", "ssh-keyscan_6", "ssh-keyscan_7", "ssh-keyscan_8", "ssh-keyscan_9", "ssh-keyscan_10", "ssh-keyscan_11", "ssh-keyscan_12", "ssh-keyscan_13", "ssh-keyscan_14", "ssh-keyscan_15", "ssh-keyscan_16", "ssh-keyscan_17"]}], "question_id": "3286"} {"nl": "execute the binary from a given npm module", "cmd": "npx {{module_name}}", "tldr_cmd_name": "npx", "cmd_name": "npx", "manual_exist": true, "oracle_man": ["npx_1"], "matching_info": [{"token": "|main|", "oracle_man": ["npx_1", "npx_2", "npx_3", "npx_4", "npx_5", "npx_6", "npx_7", "npx_8", "npx_9", "npx_10", "npx_11", "npx_12", "npx_13", "npx_14", "npx_15", "npx_16", "npx_17", "npx_18", "npx_19", "npx_20", "npx_21", "npx_22", "npx_23", "npx_24", "npx_25", "npx_26", "npx_27", "npx_28", "npx_29", "npx_30", "npx_31", "npx_32", "npx_33", "npx_34", "npx_35", "npx_36", "npx_37", "npx_38", "npx_39", "npx_40", "npx_41", "npx_42", "npx_43", "npx_44", "npx_45", "npx_46", "npx_47", "npx_48", "npx_49", "npx_50", "npx_51"]}], "question_id": "3335"} {"nl": "in case a package has multiple binaries, specify the package name along with the binary", "cmd": "npx -p {{package_name}} {{module_name}}", "tldr_cmd_name": "npx", "cmd_name": "npx", "manual_exist": true, "oracle_man": ["npx_1", "npx_2", "npx_3", "npx_5", "npx_7", "npx_10", "npx_14", "npx_17", "npx_19", "npx_20", "npx_22", "npx_23", "npx_26", "npx_29", "npx_30", "npx_39"], "matching_info": [{"token": "-p", "oracle_man": ["npx_2", "npx_3", "npx_5", "npx_7", "npx_10", "npx_14", "npx_17", "npx_19", "npx_20", "npx_22", "npx_23", "npx_26", "npx_29", "npx_30", "npx_39"]}, {"token": "|main|", "oracle_man": ["npx_1", "npx_2", "npx_3", "npx_4", "npx_5", "npx_6", "npx_7", "npx_8", "npx_9", "npx_10", "npx_11", "npx_12", "npx_13", "npx_14", "npx_15", "npx_16", "npx_17", "npx_18", "npx_19", "npx_20", "npx_21", "npx_22", "npx_23", "npx_24", "npx_25", "npx_26", "npx_27", "npx_28", "npx_29", "npx_30", "npx_31", "npx_32", "npx_33", "npx_34", "npx_35", "npx_36", "npx_37", "npx_38", "npx_39", "npx_40", "npx_41", "npx_42", "npx_43", "npx_44", "npx_45", "npx_46", "npx_47", "npx_48", "npx_49", "npx_50", "npx_51"]}], "question_id": "3336"} {"nl": "view help contents", "cmd": "npx --help", "tldr_cmd_name": "npx", "cmd_name": "npx", "manual_exist": true, "oracle_man": ["npx_1"], "matching_info": [{"token": "--help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["npx_1", "npx_2", "npx_3", "npx_4", "npx_5", "npx_6", "npx_7", "npx_8", "npx_9", "npx_10", "npx_11", "npx_12", "npx_13", "npx_14", "npx_15", "npx_16", "npx_17", "npx_18", "npx_19", "npx_20", "npx_21", "npx_22", "npx_23", "npx_24", "npx_25", "npx_26", "npx_27", "npx_28", "npx_29", "npx_30", "npx_31", "npx_32", "npx_33", "npx_34", "npx_35", "npx_36", "npx_37", "npx_38", "npx_39", "npx_40", "npx_41", "npx_42", "npx_43", "npx_44", "npx_45", "npx_46", "npx_47", "npx_48", "npx_49", "npx_50", "npx_51"]}], "question_id": "3337"} {"nl": "compare files or directories", "cmd": "delta {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3353"} {"nl": "compare files or directories, showing the line numbers", "cmd": "delta --line-numbers {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--line-numbers", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3354"} {"nl": "compare files or directories, showing the differences side by side", "cmd": "delta --side-by-side {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--side-by-side", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3355"} {"nl": "compare files or directories, ignoring any git configuration settings", "cmd": "delta --no-gitconfig {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--no-gitconfig", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3356"} {"nl": "compare, rendering commit hashes, file names, and line numbers as hyperlinks, according to the hyperlink spec for terminal emulators", "cmd": "delta --hyperlinks {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--hyperlinks", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3357"} {"nl": "display the current settings", "cmd": "delta --show-config", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--show-config", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3358"} {"nl": "display supported languages and associated file extensions", "cmd": "delta --list-languages", "tldr_cmd_name": "delta", "cmd_name": "delta", "manual_exist": true, "oracle_man": ["delta_4"], "matching_info": [{"token": "--list-languages", "oracle_man": []}, {"token": "|main|", "oracle_man": ["delta_4"]}], "question_id": "3359"} {"nl": "add a timestamp to the beginning of each line", "cmd": "{{some_command}} | ts", "tldr_cmd_name": "ts", "cmd_name": "ts", "manual_exist": true, "oracle_man": ["ts_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ts_3", "ts_4", "ts_5", "ts_6", "ts_7", "ts_8"]}], "question_id": "3393"} {"nl": "add timestamps with microsecond precision", "cmd": "{{some_command}} | ts \"{{%b %d %H:%M:%.S}}\"", "tldr_cmd_name": "ts", "cmd_name": "ts", "manual_exist": true, "oracle_man": ["ts_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ts_3", "ts_4", "ts_5", "ts_6", "ts_7", "ts_8"]}], "question_id": "3394"} {"nl": "add [i]ncremental timestamps with microsecond precision, starting from zero", "cmd": "{{some_command}} | ts -i \"{{%H:%M:%.S}}\"", "tldr_cmd_name": "ts", "cmd_name": "ts", "manual_exist": true, "oracle_man": ["ts_2", "ts_3", "ts_7"], "matching_info": [{"token": "-i", "oracle_man": ["ts_2", "ts_7"]}, {"token": "|main|", "oracle_man": ["ts_3", "ts_4", "ts_5", "ts_6", "ts_7", "ts_8"]}], "question_id": "3395"} {"nl": "convert existing timestamps in a text file (eg. a log file) into [r]elative format", "cmd": "cat {{path/to/file}} | ts -r", "tldr_cmd_name": "ts", "cmd_name": "ts", "manual_exist": true, "oracle_man": ["ts_2", "ts_3", "ts_5", "ts_6"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "-r", "oracle_man": ["ts_2", "ts_5", "ts_6"]}, {"token": "|main|", "oracle_man": ["ts_3", "ts_4", "ts_5", "ts_6", "ts_7", "ts_8"]}], "question_id": "3396"} {"nl": "display calendar for the current month", "cmd": "gcal", "tldr_cmd_name": "gcal", "cmd_name": "gcal", "manual_exist": true, "oracle_man": ["gcal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gcal_3", "gcal_4", "gcal_5", "gcal_6", "gcal_7"]}], "question_id": "3446"} {"nl": "display calendar for the month of february of the year 2010", "cmd": "gcal {{2}} {{2010}}", "tldr_cmd_name": "gcal", "cmd_name": "gcal", "manual_exist": true, "oracle_man": ["gcal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gcal_3", "gcal_4", "gcal_5", "gcal_6", "gcal_7"]}], "question_id": "3447"} {"nl": "provide calendar sheet with week numbers", "cmd": "gcal --with-week-number", "tldr_cmd_name": "gcal", "cmd_name": "gcal", "manual_exist": true, "oracle_man": ["gcal_3"], "matching_info": [{"token": "--with-week-number", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcal_3", "gcal_4", "gcal_5", "gcal_6", "gcal_7"]}], "question_id": "3448"} {"nl": "change starting day of week to 1st day of the week (monday)", "cmd": "gcal --starting-day={{1}}", "tldr_cmd_name": "gcal", "cmd_name": "gcal", "manual_exist": true, "oracle_man": ["gcal_3"], "matching_info": [{"token": "--starting-day", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcal_3", "gcal_4", "gcal_5", "gcal_6", "gcal_7"]}], "question_id": "3449"} {"nl": "display the previous, current and next month surrounding today", "cmd": "gcal .", "tldr_cmd_name": "gcal", "cmd_name": "gcal", "manual_exist": true, "oracle_man": ["gcal_3"], "matching_info": [{"token": ".", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcal_3", "gcal_4", "gcal_5", "gcal_6", "gcal_7"]}], "question_id": "3450"} {"nl": "compress a file, creating a compressed version next to the file", "cmd": "brotli {{file.ext}}", "tldr_cmd_name": "brotli", "cmd_name": "brotli", "manual_exist": true, "oracle_man": ["brotli_4"], "matching_info": [{"token": "|main|", "oracle_man": ["brotli_4", "brotli_5", "brotli_6", "brotli_7", "brotli_8", "brotli_9", "brotli_10", "brotli_11", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_16", "brotli_17", "brotli_18", "brotli_19"]}], "question_id": "3479"} {"nl": "decompress a file, creating an uncompressed version next to the file", "cmd": "brotli -d {{file.ext}}.br", "tldr_cmd_name": "brotli", "cmd_name": "brotli", "manual_exist": true, "oracle_man": ["brotli_3", "brotli_4", "brotli_7", "brotli_8", "brotli_9", "brotli_12", "brotli_13", "brotli_22"], "matching_info": [{"token": "-d", "oracle_man": ["brotli_3", "brotli_7", "brotli_8", "brotli_9", "brotli_12", "brotli_13", "brotli_22"]}, {"token": "|main|", "oracle_man": ["brotli_4", "brotli_5", "brotli_6", "brotli_7", "brotli_8", "brotli_9", "brotli_10", "brotli_11", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_16", "brotli_17", "brotli_18", "brotli_19"]}], "question_id": "3480"} {"nl": "compress a file specifying the output filename", "cmd": "brotli {{file.ext}} -o {{compressed_file.ext.br}}", "tldr_cmd_name": "brotli", "cmd_name": "brotli", "manual_exist": true, "oracle_man": ["brotli_4", "brotli_14", "brotli_15", "brotli_28"], "matching_info": [{"token": "-o", "oracle_man": ["brotli_14", "brotli_15", "brotli_28"]}, {"token": "|main|", "oracle_man": ["brotli_4", "brotli_5", "brotli_6", "brotli_7", "brotli_8", "brotli_9", "brotli_10", "brotli_11", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_16", "brotli_17", "brotli_18", "brotli_19"]}], "question_id": "3481"} {"nl": "decompress a brotli file specifying the output filename", "cmd": "brotli -d {{compressed_file.ext.br}} -o {{file.ext}}", "tldr_cmd_name": "brotli", "cmd_name": "brotli", "manual_exist": true, "oracle_man": ["brotli_3", "brotli_4", "brotli_7", "brotli_8", "brotli_9", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_22", "brotli_28"], "matching_info": [{"token": "-d", "oracle_man": ["brotli_3", "brotli_7", "brotli_8", "brotli_9", "brotli_12", "brotli_13", "brotli_22"]}, {"token": "-o", "oracle_man": ["brotli_14", "brotli_15", "brotli_28"]}, {"token": "|main|", "oracle_man": ["brotli_4", "brotli_5", "brotli_6", "brotli_7", "brotli_8", "brotli_9", "brotli_10", "brotli_11", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_16", "brotli_17", "brotli_18", "brotli_19"]}], "question_id": "3482"} {"nl": "specify the compression level. 1=fastest (worst), 11=slowest (best)", "cmd": "brotli -q {{11}} {{file.ext}} -o {{compressed_file.ext.br}}", "tldr_cmd_name": "brotli", "cmd_name": "brotli", "manual_exist": true, "oracle_man": ["brotli_4", "brotli_14", "brotli_15", "brotli_28", "brotli_29", "brotli_35"], "matching_info": [{"token": "-q", "oracle_man": ["brotli_29", "brotli_35"]}, {"token": "-o", "oracle_man": ["brotli_14", "brotli_15", "brotli_28"]}, {"token": "|main|", "oracle_man": ["brotli_4", "brotli_5", "brotli_6", "brotli_7", "brotli_8", "brotli_9", "brotli_10", "brotli_11", "brotli_12", "brotli_13", "brotli_14", "brotli_15", "brotli_16", "brotli_17", "brotli_18", "brotli_19"]}], "question_id": "3483"} {"nl": "fix issues in the specified directory (defaults to the pear standard)", "cmd": "phpcbf {{path/to/directory}}", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_3"], "matching_info": [{"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3571"} {"nl": "display a list of installed coding standards", "cmd": "phpcbf -i", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_2", "phpcbf_3", "phpcbf_48", "phpcbf_56"], "matching_info": [{"token": "-i", "oracle_man": ["phpcbf_2", "phpcbf_48", "phpcbf_56"]}, {"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3572"} {"nl": "specify a coding standard to validate against", "cmd": "phpcbf {{path/to/directory}} --standard {{standard}}", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_2", "phpcbf_3"], "matching_info": [{"token": "--standard", "oracle_man": ["phpcbf_2"]}, {"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3573"} {"nl": "specify commaseparated file extensions to include when sniffing", "cmd": "phpcbf {{path/to/directory}} --extensions {{file_extension(s)}}", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_2", "phpcbf_3"], "matching_info": [{"token": "--extensions", "oracle_man": ["phpcbf_2"]}, {"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3574"} {"nl": "a commaseparated list of files to load before processing", "cmd": "phpcbf {{path/to/directory}} --bootstrap {{file(s)}}", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_2", "phpcbf_3"], "matching_info": [{"token": "--bootstrap", "oracle_man": ["phpcbf_2"]}, {"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3575"} {"nl": "don't recurse into subdirectories", "cmd": "phpcbf {{path/to/directory}} -l", "tldr_cmd_name": "phpcbf", "cmd_name": "phpcbf", "manual_exist": true, "oracle_man": ["phpcbf_2", "phpcbf_3", "phpcbf_36"], "matching_info": [{"token": "-l", "oracle_man": ["phpcbf_2", "phpcbf_36"]}, {"token": "|main|", "oracle_man": ["phpcbf_3"]}], "question_id": "3576"} {"nl": "generate an rsa private key of 2048 bits, saving it to a specific file", "cmd": "openssl genpkey -algorithm rsa -pkeyopt rsa_keygen_bits:{{2048}} -out {{filename.key}}", "tldr_cmd_name": "openssl-genpkey", "cmd_name": "openssl-genpkey", "manual_exist": true, "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_3", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_10", "openssl-genpkey_14", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_23", "openssl-genpkey_24", "openssl-genpkey_26", "openssl-genpkey_27", "openssl-genpkey_28", "openssl-genpkey_29", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"], "matching_info": [{"token": "openssl", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "genpkey", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "-algorithm", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_10", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_66", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "rsa", "oracle_man": ["openssl-genpkey_23", "openssl-genpkey_24", "openssl-genpkey_26", "openssl-genpkey_27", "openssl-genpkey_28", "openssl-genpkey_29"]}, {"token": "-pkeyopt", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_10", "openssl-genpkey_14", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_66", "openssl-genpkey_70"]}, {"token": "-out", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "|main|", "oracle_man": ["openssl-genpkey_3"]}], "question_id": "3582"} {"nl": "generate an elliptic curve private key using the curve `prime256v1`, saving it to a specific file", "cmd": "openssl genpkey -algorithm EC -pkeyopt ec_paramgen_curve:{{prime256v1}} -out {{filename.key}}", "tldr_cmd_name": "openssl-genpkey", "cmd_name": "openssl-genpkey", "manual_exist": true, "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_3", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_10", "openssl-genpkey_14", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_30", "openssl-genpkey_46", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_65", "openssl-genpkey_66", "openssl-genpkey_67", "openssl-genpkey_68", "openssl-genpkey_69", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"], "matching_info": [{"token": "openssl", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "genpkey", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "-algorithm", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_10", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_66", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "EC", "oracle_man": ["openssl-genpkey_30", "openssl-genpkey_46", "openssl-genpkey_65", "openssl-genpkey_67", "openssl-genpkey_69"]}, {"token": "-pkeyopt", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_10", "openssl-genpkey_14", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_66", "openssl-genpkey_70"]}, {"token": "-out", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "|main|", "oracle_man": ["openssl-genpkey_3"]}], "question_id": "3583"} {"nl": "generate an `ed25519` elliptic curve private key, saving it to a specific file", "cmd": "openssl genpkey -algorithm {{ED25519}} -out {{filename.key}}", "tldr_cmd_name": "openssl-genpkey", "cmd_name": "openssl-genpkey", "manual_exist": true, "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_3", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_10", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"], "matching_info": [{"token": "openssl", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "genpkey", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "-algorithm", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_10", "openssl-genpkey_15", "openssl-genpkey_16", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_66", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "-out", "oracle_man": ["openssl-genpkey_2", "openssl-genpkey_5", "openssl-genpkey_6", "openssl-genpkey_7", "openssl-genpkey_48", "openssl-genpkey_50", "openssl-genpkey_52", "openssl-genpkey_54", "openssl-genpkey_56", "openssl-genpkey_58", "openssl-genpkey_60", "openssl-genpkey_62", "openssl-genpkey_64", "openssl-genpkey_66", "openssl-genpkey_68", "openssl-genpkey_70", "openssl-genpkey_72", "openssl-genpkey_74"]}, {"token": "|main|", "oracle_man": ["openssl-genpkey_3"]}], "question_id": "3584"} {"nl": "generate by directly inputting text", "cmd": "figlet {{input_text}}", "tldr_cmd_name": "figlet", "cmd_name": "figlet", "manual_exist": true, "oracle_man": ["figlet_3"], "matching_info": [{"token": "|main|", "oracle_man": ["figlet_3", "figlet_4", "figlet_5", "figlet_6"]}], "question_id": "3590"} {"nl": "use a custom font file", "cmd": "figlet {{input_text}} -f {{path/to/font_file.flf}}", "tldr_cmd_name": "figlet", "cmd_name": "figlet", "manual_exist": true, "oracle_man": ["figlet_2", "figlet_3", "figlet_9", "figlet_10", "figlet_28", "figlet_38", "figlet_39", "figlet_49", "figlet_53"], "matching_info": [{"token": "-f", "oracle_man": ["figlet_2", "figlet_9", "figlet_10", "figlet_28", "figlet_38", "figlet_39", "figlet_49", "figlet_53"]}, {"token": "|main|", "oracle_man": ["figlet_3", "figlet_4", "figlet_5", "figlet_6"]}], "question_id": "3591"} {"nl": "use a font from the default font directory (the extension can be omitted)", "cmd": "figlet {{input_text}} -f {{font_filename}}", "tldr_cmd_name": "figlet", "cmd_name": "figlet", "manual_exist": true, "oracle_man": ["figlet_2", "figlet_3", "figlet_9", "figlet_10", "figlet_28", "figlet_38", "figlet_39", "figlet_49", "figlet_53"], "matching_info": [{"token": "-f", "oracle_man": ["figlet_2", "figlet_9", "figlet_10", "figlet_28", "figlet_38", "figlet_39", "figlet_49", "figlet_53"]}, {"token": "|main|", "oracle_man": ["figlet_3", "figlet_4", "figlet_5", "figlet_6"]}], "question_id": "3592"} {"nl": "pipe command output through figlet", "cmd": "{{command}} | figlet", "tldr_cmd_name": "figlet", "cmd_name": "figlet", "manual_exist": true, "oracle_man": ["figlet_3"], "matching_info": [{"token": "|main|", "oracle_man": ["figlet_3", "figlet_4", "figlet_5", "figlet_6"]}], "question_id": "3593"} {"nl": "show available figlet fonts", "cmd": "showfigfonts {{optional_string_to_display}}", "tldr_cmd_name": "figlet", "cmd_name": "figlet", "manual_exist": true, "oracle_man": ["figlet_3"], "matching_info": [{"token": "showfigfonts", "oracle_man": []}, {"token": "|main|", "oracle_man": ["figlet_3", "figlet_4", "figlet_5", "figlet_6"]}], "question_id": "3594"} {"nl": "align the data of a zip file on 4byte boundaries", "cmd": "zipalign {{4}} {{path/to/input.zip}} {{path/to/output.zip}}", "tldr_cmd_name": "zipalign", "cmd_name": "zipalign", "manual_exist": true, "oracle_man": ["zipalign_7"], "matching_info": [{"token": "|main|", "oracle_man": ["zipalign_7", "zipalign_8", "zipalign_9", "zipalign_10", "zipalign_11", "zipalign_12", "zipalign_13"]}], "question_id": "3627"} {"nl": "check that a zip file is correctly aligned on 4byte boundaries and display the results in a verbose manner", "cmd": "zipalign -v -c {{4}} {{path/to/input.zip}}", "tldr_cmd_name": "zipalign", "cmd_name": "zipalign", "manual_exist": true, "oracle_man": ["zipalign_3", "zipalign_5", "zipalign_7", "zipalign_14", "zipalign_17"], "matching_info": [{"token": "-v", "oracle_man": ["zipalign_3", "zipalign_5", "zipalign_17"]}, {"token": "-c", "oracle_man": ["zipalign_5", "zipalign_14"]}, {"token": "|main|", "oracle_man": ["zipalign_7", "zipalign_8", "zipalign_9", "zipalign_10", "zipalign_11", "zipalign_12", "zipalign_13"]}], "question_id": "3628"} {"nl": "analyze a vhdl source file and produce an object file", "cmd": "ghdl -a {{filename.vhdl}}", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_8", "ghdl_16", "ghdl_17", "ghdl_18", "ghdl_19", "ghdl_23"], "matching_info": [{"token": "-a", "oracle_man": ["ghdl_8", "ghdl_16", "ghdl_17", "ghdl_18", "ghdl_19", "ghdl_23"]}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3632"} {"nl": "elaborate a design (where `{{design}}` is the name of a configuration unit, entity unit or architecture unit)", "cmd": "ghdl -e {{design}}", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_9"], "matching_info": [{"token": "-e", "oracle_man": ["ghdl_9"]}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3633"} {"nl": "run an elaborated design", "cmd": "ghdl -r {{design}}", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_10"], "matching_info": [{"token": "-r", "oracle_man": ["ghdl_10"]}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3634"} {"nl": "run an elaborated design and dump output to a waveform file", "cmd": "ghdl -r {{design}} --wave={{output.ghw}}", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_10"], "matching_info": [{"token": "-r", "oracle_man": ["ghdl_10"]}, {"token": "--wave", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3635"} {"nl": "check the syntax of a vhdl source file", "cmd": "ghdl -s {{filename.vhdl}}", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_11", "ghdl_17", "ghdl_24", "ghdl_26"], "matching_info": [{"token": "-s", "oracle_man": ["ghdl_11", "ghdl_17", "ghdl_24", "ghdl_26"]}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3636"} {"nl": "display the help page", "cmd": "ghdl --help", "tldr_cmd_name": "ghdl", "cmd_name": "ghdl", "manual_exist": true, "oracle_man": ["ghdl_3", "ghdl_13", "ghdl_22"], "matching_info": [{"token": "--help", "oracle_man": ["ghdl_13", "ghdl_22"]}, {"token": "|main|", "oracle_man": ["ghdl_3", "ghdl_4", "ghdl_5"]}], "question_id": "3637"} {"nl": "create a new identity", "cmd": "git bug user create", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "user", "oracle_man": []}, {"token": "create", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3699"} {"nl": "create a new bug", "cmd": "git bug add", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "add", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3700"} {"nl": "you can push your new entry to a remote", "cmd": "git bug push", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "push", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3701"} {"nl": "you can pull for updates", "cmd": "git bug pull", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "pull", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3702"} {"nl": "list existing bugs", "cmd": "git bug ls", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "ls", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3703"} {"nl": "filter and sort bugs using a query", "cmd": "git bug ls \"{{status}}:{{open}} {{sort}}:{{edit}}\"", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "ls", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3704"} {"nl": "search for bugs by text content", "cmd": "git bug ls \"{{search_query}}\" baz", "tldr_cmd_name": "git-bug", "cmd_name": "git-bug", "manual_exist": true, "oracle_man": ["git-bug_3", "git-bug_11", "git-bug_12"], "matching_info": [{"token": "git", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "bug", "oracle_man": ["git-bug_11", "git-bug_12"]}, {"token": "ls", "oracle_man": []}, {"token": "baz", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-bug_3"]}], "question_id": "3705"} {"nl": "start tunnel from a specific port", "cmd": "lt --port {{8000}}", "tldr_cmd_name": "lt", "cmd_name": "lt", "manual_exist": true, "oracle_man": ["lt_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lt_3"]}], "question_id": "3714"} {"nl": "specify the upstream server doing the forwarding", "cmd": "lt --port {{8000}} --host {{host}}", "tldr_cmd_name": "lt", "cmd_name": "lt", "manual_exist": true, "oracle_man": ["lt_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "--host", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lt_3"]}], "question_id": "3715"} {"nl": "request a specific subdomain", "cmd": "lt --port {{8000}} --subdomain {{subdomain}}", "tldr_cmd_name": "lt", "cmd_name": "lt", "manual_exist": true, "oracle_man": ["lt_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "--subdomain", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lt_3"]}], "question_id": "3716"} {"nl": "print basic request info", "cmd": "lt --port {{8000}} --print-requests", "tldr_cmd_name": "lt", "cmd_name": "lt", "manual_exist": true, "oracle_man": ["lt_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "--print-requests", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lt_3"]}], "question_id": "3717"} {"nl": "open the tunnel url in the default web browser", "cmd": "lt --port {{8000}} --open", "tldr_cmd_name": "lt", "cmd_name": "lt", "manual_exist": true, "oracle_man": ["lt_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "--open", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lt_3"]}], "question_id": "3718"} {"nl": "convert a docbook xml document to pdf format", "cmd": "xmlto {{pdf}} {{document.xml}}", "tldr_cmd_name": "xmlto", "cmd_name": "xmlto", "manual_exist": true, "oracle_man": ["xmlto_4"], "matching_info": [{"token": "|main|", "oracle_man": ["xmlto_4", "xmlto_5", "xmlto_6", "xmlto_7", "xmlto_8", "xmlto_9", "xmlto_10"]}], "question_id": "3741"} {"nl": "convert a docbook xml document to html format and store the resulting files in a separate directory", "cmd": "xmlto -o {{path/to/html_files}} {{html}} {{document.xml}}", "tldr_cmd_name": "xmlto", "cmd_name": "xmlto", "manual_exist": true, "oracle_man": ["xmlto_2", "xmlto_4", "xmlto_14", "xmlto_31"], "matching_info": [{"token": "-o", "oracle_man": ["xmlto_2", "xmlto_14", "xmlto_31"]}, {"token": "|main|", "oracle_man": ["xmlto_4", "xmlto_5", "xmlto_6", "xmlto_7", "xmlto_8", "xmlto_9", "xmlto_10"]}], "question_id": "3742"} {"nl": "convert a docbook xml document to a single html file", "cmd": "xmlto {{html-nochunks}} {{document.xml}}", "tldr_cmd_name": "xmlto", "cmd_name": "xmlto", "manual_exist": true, "oracle_man": ["xmlto_4"], "matching_info": [{"token": "|main|", "oracle_man": ["xmlto_4", "xmlto_5", "xmlto_6", "xmlto_7", "xmlto_8", "xmlto_9", "xmlto_10"]}], "question_id": "3743"} {"nl": "specify a stylesheet to use while converting a docbook xml document", "cmd": "xmlto -x {{stylesheet.xsl}} {{output_format}} {{document.xml}}", "tldr_cmd_name": "xmlto", "cmd_name": "xmlto", "manual_exist": true, "oracle_man": ["xmlto_2", "xmlto_4", "xmlto_9", "xmlto_12", "xmlto_37"], "matching_info": [{"token": "-x", "oracle_man": ["xmlto_2", "xmlto_9", "xmlto_12", "xmlto_37"]}, {"token": "|main|", "oracle_man": ["xmlto_4", "xmlto_5", "xmlto_6", "xmlto_7", "xmlto_8", "xmlto_9", "xmlto_10"]}], "question_id": "3744"} {"nl": "convert a graph from `mm` to `gv` format", "cmd": "mm2gv -o {{output.gv}} {{input.mm}}", "tldr_cmd_name": "mm2gv", "cmd_name": "mm2gv", "manual_exist": true, "oracle_man": ["mm2gv_2", "mm2gv_3", "mm2gv_12"], "matching_info": [{"token": "-o", "oracle_man": ["mm2gv_2", "mm2gv_12"]}, {"token": "|main|", "oracle_man": ["mm2gv_3", "mm2gv_4", "mm2gv_5"]}], "question_id": "3745"} {"nl": "convert a graph using stdin and stdout", "cmd": "cat {{input.mm}} | mm2gv > {{output.gv}}", "tldr_cmd_name": "mm2gv", "cmd_name": "mm2gv", "manual_exist": true, "oracle_man": ["mm2gv_3"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mm2gv_3", "mm2gv_4", "mm2gv_5"]}], "question_id": "3746"} {"nl": "display help", "cmd": "mm2gv -?", "tldr_cmd_name": "mm2gv", "cmd_name": "mm2gv", "manual_exist": true, "oracle_man": ["mm2gv_3"], "matching_info": [{"token": "-?", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mm2gv_3", "mm2gv_4", "mm2gv_5"]}], "question_id": "3747"} {"nl": "listen to a port, wait for an incoming connection and transfer data to stdio", "cmd": "socat - TCP-LISTEN:8080,fork", "tldr_cmd_name": "socat", "cmd_name": "socat", "manual_exist": true, "oracle_man": ["socat_1", "socat_2", "socat_3", "socat_4", "socat_12", "socat_13", "socat_14", "socat_15", "socat_16", "socat_17", "socat_18", "socat_19", "socat_20", "socat_21", "socat_22", "socat_23", "socat_24", "socat_25", "socat_26", "socat_27", "socat_28", "socat_29", "socat_30", "socat_31", "socat_32", "socat_33", "socat_34", "socat_35", "socat_36", "socat_37", "socat_38", "socat_39", "socat_40", "socat_41", "socat_42", "socat_45", "socat_47", "socat_49", "socat_50", "socat_52", "socat_53", "socat_55", "socat_56", "socat_57", "socat_58", "socat_59", "socat_60", "socat_61", "socat_62", "socat_63", "socat_64", "socat_65", "socat_66", "socat_67", "socat_68", "socat_69", "socat_70", "socat_71", "socat_72", "socat_73", "socat_74", "socat_75", "socat_76", "socat_77", "socat_79", "socat_80", "socat_81", "socat_82", "socat_83", "socat_84", "socat_85", "socat_86", "socat_87", "socat_88", "socat_89", "socat_90", "socat_91", "socat_92", "socat_97", "socat_98", "socat_101", "socat_102", "socat_103", "socat_104", "socat_105", "socat_108", "socat_109", "socat_110", "socat_111", "socat_112", "socat_113", "socat_114", "socat_115", "socat_116", "socat_117", "socat_118", "socat_119", "socat_120", "socat_121", "socat_122", "socat_123", "socat_124", "socat_125", "socat_126", "socat_127", "socat_128", "socat_129", "socat_130", "socat_131", "socat_132", "socat_133", "socat_134", "socat_135", "socat_136", "socat_138", "socat_139", "socat_140", "socat_145", "socat_147", "socat_149", "socat_150", "socat_151", "socat_152", "socat_153", "socat_154", "socat_157", "socat_159", "socat_161", "socat_167", "socat_168", "socat_169", "socat_170", "socat_171", "socat_172", "socat_173", "socat_174", "socat_175", "socat_176", "socat_177", "socat_178", "socat_181", "socat_182", "socat_183", "socat_185", "socat_186", "socat_187", "socat_188", "socat_208", "socat_209", "socat_214", "socat_216", "socat_218", "socat_219", "socat_225", "socat_227", "socat_229", "socat_231", "socat_237", "socat_244", "socat_252", "socat_253", "socat_259", "socat_262", "socat_266", "socat_272", "socat_274", "socat_275", "socat_276", "socat_279", "socat_284", "socat_286", "socat_287", "socat_288", "socat_289", "socat_290", "socat_291", "socat_292", "socat_293", "socat_294", "socat_295", "socat_296", "socat_297", "socat_298", "socat_299", "socat_300", "socat_301", "socat_302", "socat_303", "socat_304", "socat_305", "socat_306", "socat_307", "socat_308", "socat_309", "socat_310", "socat_311", "socat_315", "socat_316", "socat_317", "socat_318", "socat_319", "socat_320", "socat_321", "socat_322", "socat_326", "socat_330", "socat_332", "socat_334", "socat_340", "socat_341", "socat_342", "socat_343", "socat_350", "socat_353", "socat_354", "socat_357", "socat_364", "socat_367", "socat_368", "socat_371", "socat_372", "socat_374", "socat_375", "socat_376", "socat_380", "socat_381", "socat_384", "socat_388", "socat_395", "socat_397", "socat_410", "socat_457", "socat_477", "socat_478", "socat_494", "socat_503", "socat_504", "socat_507", "socat_508", "socat_509", "socat_511", "socat_518", "socat_526", "socat_531", "socat_533", "socat_534", "socat_535", "socat_537", "socat_545", "socat_546", "socat_547", "socat_548", "socat_549", "socat_550", "socat_551", "socat_552", "socat_553", "socat_554", "socat_555", "socat_556", "socat_557", "socat_558", "socat_559", "socat_560", "socat_561", "socat_562", "socat_563", "socat_564", "socat_566", "socat_569", "socat_571", "socat_589", "socat_590", "socat_591", "socat_601", "socat_609", "socat_611", "socat_612", "socat_613", "socat_614", "socat_615", "socat_616", "socat_617", "socat_618", "socat_619", "socat_620", "socat_623", "socat_624", "socat_625", "socat_626", "socat_627", "socat_628", "socat_629", "socat_631", "socat_635", "socat_637", "socat_639", "socat_640", "socat_641", "socat_642", "socat_643", "socat_645", "socat_647", "socat_649", "socat_651", "socat_652", "socat_653", "socat_655", "socat_656", "socat_657", "socat_659", "socat_660", "socat_662", "socat_663", "socat_664", "socat_665", "socat_667", "socat_669", "socat_671", "socat_673", "socat_674", "socat_677", "socat_679", "socat_680", "socat_681", "socat_684", "socat_685", "socat_686", "socat_692", "socat_694", "socat_695", "socat_696", "socat_697", "socat_698", "socat_699", "socat_700", "socat_701", "socat_702", "socat_703", "socat_704", "socat_709", "socat_710", "socat_711", "socat_712", "socat_713", "socat_715"], "matching_info": [{"token": "-", "oracle_man": ["socat_1", "socat_2", "socat_4", "socat_12", "socat_13", "socat_14", "socat_15", "socat_16", "socat_17", "socat_18", "socat_19", "socat_20", "socat_21", "socat_22", "socat_23", "socat_24", "socat_25", "socat_26", "socat_27", "socat_28", "socat_29", "socat_30", "socat_31", "socat_32", "socat_33", "socat_34", "socat_35", "socat_36", "socat_37", "socat_38", "socat_39", "socat_40", "socat_41", "socat_42", "socat_45", "socat_47", "socat_49", "socat_50", "socat_52", "socat_53", "socat_55", "socat_56", "socat_57", "socat_58", "socat_59", "socat_60", "socat_61", "socat_62", "socat_63", "socat_64", "socat_65", "socat_66", "socat_67", "socat_68", "socat_69", "socat_70", "socat_71", "socat_72", "socat_73", "socat_74", "socat_75", "socat_76", "socat_77", "socat_79", "socat_80", "socat_81", "socat_82", "socat_83", "socat_84", "socat_85", "socat_86", "socat_87", "socat_88", "socat_89", "socat_90", "socat_91", "socat_92", "socat_97", "socat_98", "socat_101", "socat_102", "socat_103", "socat_104", "socat_105", "socat_108", "socat_109", "socat_110", "socat_111", "socat_112", "socat_113", "socat_114", "socat_115", "socat_116", "socat_117", "socat_118", "socat_119", "socat_120", "socat_121", "socat_122", "socat_123", "socat_124", "socat_125", "socat_126", "socat_127", "socat_128", "socat_129", "socat_130", "socat_131", "socat_132", "socat_133", "socat_134", "socat_135", "socat_136", "socat_138", "socat_139", "socat_140", "socat_145", "socat_147", "socat_149", "socat_150", "socat_151", "socat_152", "socat_153", "socat_154", "socat_157", "socat_159", "socat_161", "socat_167", "socat_168", "socat_169", "socat_170", "socat_171", "socat_172", "socat_173", "socat_174", "socat_175", "socat_176", "socat_177", "socat_178", "socat_181", "socat_182", "socat_183", "socat_185", "socat_186", "socat_187", "socat_188", "socat_208", "socat_209", "socat_214", "socat_216", "socat_218", "socat_219", "socat_225", "socat_227", "socat_229", "socat_231", "socat_237", "socat_244", "socat_252", "socat_253", "socat_259", "socat_262", "socat_266", "socat_272", "socat_274", "socat_275", "socat_276", "socat_279", "socat_284", "socat_286", "socat_287", "socat_288", "socat_289", "socat_290", "socat_291", "socat_292", "socat_293", "socat_294", "socat_295", "socat_296", "socat_297", "socat_298", "socat_299", "socat_300", "socat_301", "socat_302", "socat_303", "socat_304", "socat_305", "socat_306", "socat_307", "socat_308", "socat_309", "socat_310", "socat_311", "socat_315", "socat_316", "socat_317", "socat_318", "socat_319", "socat_320", "socat_321", "socat_322", "socat_326", "socat_330", "socat_332", "socat_334", "socat_340", "socat_341", "socat_342", "socat_343", "socat_350", "socat_353", "socat_354", "socat_357", "socat_364", "socat_367", "socat_368", "socat_371", "socat_372", "socat_374", "socat_375", "socat_376", "socat_380", "socat_381", "socat_384", "socat_388", "socat_395", "socat_397", "socat_410", "socat_457", "socat_477", "socat_478", "socat_494", "socat_503", "socat_504", "socat_507", "socat_508", "socat_509", "socat_511", "socat_518", "socat_526", "socat_531", "socat_533", "socat_534", "socat_535", "socat_537", "socat_545", "socat_546", "socat_547", "socat_548", "socat_549", "socat_550", "socat_551", "socat_552", "socat_553", "socat_554", "socat_555", "socat_556", "socat_557", "socat_558", "socat_559", "socat_560", "socat_561", "socat_562", "socat_563", "socat_564", "socat_566", "socat_569", "socat_571", "socat_589", "socat_590", "socat_591", "socat_601", "socat_609", "socat_611", "socat_612", "socat_613", "socat_614", "socat_615", "socat_616", "socat_617", "socat_618", "socat_619", "socat_620", "socat_623", "socat_624", "socat_625", "socat_626", "socat_627", "socat_628", "socat_629", "socat_631", "socat_635", "socat_637", "socat_639", "socat_640", "socat_641", "socat_642", "socat_643", "socat_645", "socat_647", "socat_649", "socat_651", "socat_652", "socat_653", "socat_655", "socat_656", "socat_657", "socat_659", "socat_660", "socat_662", "socat_663", "socat_664", "socat_665", "socat_667", "socat_669", "socat_671", "socat_673", "socat_674", "socat_677", "socat_679", "socat_680", "socat_681", "socat_684", "socat_685", "socat_686", "socat_692", "socat_694", "socat_695", "socat_696", "socat_697", "socat_698", "socat_699", "socat_700", "socat_701", "socat_702", "socat_703", "socat_704", "socat_709", "socat_710", "socat_711", "socat_712", "socat_713", "socat_715"]}, {"token": "TCP-LISTEN:8080,fork", "oracle_man": []}, {"token": "|main|", "oracle_man": ["socat_3", "socat_4", "socat_5", "socat_6", "socat_7", "socat_8", "socat_9", "socat_10"]}], "question_id": "3760"} {"nl": "create a connection to a host and port, transfer data in stdio to connected host", "cmd": "socat - TCP4:www.example.com:80", "tldr_cmd_name": "socat", "cmd_name": "socat", "manual_exist": true, "oracle_man": ["socat_1", "socat_2", "socat_3", "socat_4", "socat_12", "socat_13", "socat_14", "socat_15", "socat_16", "socat_17", "socat_18", "socat_19", "socat_20", "socat_21", "socat_22", "socat_23", "socat_24", "socat_25", "socat_26", "socat_27", "socat_28", "socat_29", "socat_30", "socat_31", "socat_32", "socat_33", "socat_34", "socat_35", "socat_36", "socat_37", "socat_38", "socat_39", "socat_40", "socat_41", "socat_42", "socat_45", "socat_47", "socat_49", "socat_50", "socat_52", "socat_53", "socat_55", "socat_56", "socat_57", "socat_58", "socat_59", "socat_60", "socat_61", "socat_62", "socat_63", "socat_64", "socat_65", "socat_66", "socat_67", "socat_68", "socat_69", "socat_70", "socat_71", "socat_72", "socat_73", "socat_74", "socat_75", "socat_76", "socat_77", "socat_79", "socat_80", "socat_81", "socat_82", "socat_83", "socat_84", "socat_85", "socat_86", "socat_87", "socat_88", "socat_89", "socat_90", "socat_91", "socat_92", "socat_97", "socat_98", "socat_101", "socat_102", "socat_103", "socat_104", "socat_105", "socat_108", "socat_109", "socat_110", "socat_111", "socat_112", "socat_113", "socat_114", "socat_115", "socat_116", "socat_117", "socat_118", "socat_119", "socat_120", "socat_121", "socat_122", "socat_123", "socat_124", "socat_125", "socat_126", "socat_127", "socat_128", "socat_129", "socat_130", "socat_131", "socat_132", "socat_133", "socat_134", "socat_135", "socat_136", "socat_138", "socat_139", "socat_140", "socat_145", "socat_147", "socat_149", "socat_150", "socat_151", "socat_152", "socat_153", "socat_154", "socat_157", "socat_159", "socat_161", "socat_167", "socat_168", "socat_169", "socat_170", "socat_171", "socat_172", "socat_173", "socat_174", "socat_175", "socat_176", "socat_177", "socat_178", "socat_181", "socat_182", "socat_183", "socat_185", "socat_186", "socat_187", "socat_188", "socat_208", "socat_209", "socat_214", "socat_216", "socat_218", "socat_219", "socat_225", "socat_227", "socat_229", "socat_231", "socat_237", "socat_244", "socat_252", "socat_253", "socat_259", "socat_262", "socat_266", "socat_272", "socat_274", "socat_275", "socat_276", "socat_279", "socat_284", "socat_286", "socat_287", "socat_288", "socat_289", "socat_290", "socat_291", "socat_292", "socat_293", "socat_294", "socat_295", "socat_296", "socat_297", "socat_298", "socat_299", "socat_300", "socat_301", "socat_302", "socat_303", "socat_304", "socat_305", "socat_306", "socat_307", "socat_308", "socat_309", "socat_310", "socat_311", "socat_315", "socat_316", "socat_317", "socat_318", "socat_319", "socat_320", "socat_321", "socat_322", "socat_326", "socat_330", "socat_332", "socat_334", "socat_340", "socat_341", "socat_342", "socat_343", "socat_350", "socat_353", "socat_354", "socat_357", "socat_364", "socat_367", "socat_368", "socat_371", "socat_372", "socat_374", "socat_375", "socat_376", "socat_380", "socat_381", "socat_384", "socat_388", "socat_395", "socat_397", "socat_410", "socat_457", "socat_477", "socat_478", "socat_494", "socat_503", "socat_504", "socat_507", "socat_508", "socat_509", "socat_511", "socat_518", "socat_526", "socat_531", "socat_533", "socat_534", "socat_535", "socat_537", "socat_545", "socat_546", "socat_547", "socat_548", "socat_549", "socat_550", "socat_551", "socat_552", "socat_553", "socat_554", "socat_555", "socat_556", "socat_557", "socat_558", "socat_559", "socat_560", "socat_561", "socat_562", "socat_563", "socat_564", "socat_566", "socat_569", "socat_571", "socat_589", "socat_590", "socat_591", "socat_601", "socat_609", "socat_611", "socat_612", "socat_613", "socat_614", "socat_615", "socat_616", "socat_617", "socat_618", "socat_619", "socat_620", "socat_623", "socat_624", "socat_625", "socat_626", "socat_627", "socat_628", "socat_629", "socat_631", "socat_635", "socat_637", "socat_639", "socat_640", "socat_641", "socat_642", "socat_643", "socat_645", "socat_647", "socat_649", "socat_651", "socat_652", "socat_653", "socat_655", "socat_656", "socat_657", "socat_659", "socat_660", "socat_662", "socat_663", "socat_664", "socat_665", "socat_667", "socat_669", "socat_671", "socat_673", "socat_674", "socat_677", "socat_679", "socat_680", "socat_681", "socat_684", "socat_685", "socat_686", "socat_692", "socat_694", "socat_695", "socat_696", "socat_697", "socat_698", "socat_699", "socat_700", "socat_701", "socat_702", "socat_703", "socat_704", "socat_709", "socat_710", "socat_711", "socat_712", "socat_713", "socat_715"], "matching_info": [{"token": "-", "oracle_man": ["socat_1", "socat_2", "socat_4", "socat_12", "socat_13", "socat_14", "socat_15", "socat_16", "socat_17", "socat_18", "socat_19", "socat_20", "socat_21", "socat_22", "socat_23", "socat_24", "socat_25", "socat_26", "socat_27", "socat_28", "socat_29", "socat_30", "socat_31", "socat_32", "socat_33", "socat_34", "socat_35", "socat_36", "socat_37", "socat_38", "socat_39", "socat_40", "socat_41", "socat_42", "socat_45", "socat_47", "socat_49", "socat_50", "socat_52", "socat_53", "socat_55", "socat_56", "socat_57", "socat_58", "socat_59", "socat_60", "socat_61", "socat_62", "socat_63", "socat_64", "socat_65", "socat_66", "socat_67", "socat_68", "socat_69", "socat_70", "socat_71", "socat_72", "socat_73", "socat_74", "socat_75", "socat_76", "socat_77", "socat_79", "socat_80", "socat_81", "socat_82", "socat_83", "socat_84", "socat_85", "socat_86", "socat_87", "socat_88", "socat_89", "socat_90", "socat_91", "socat_92", "socat_97", "socat_98", "socat_101", "socat_102", "socat_103", "socat_104", "socat_105", "socat_108", "socat_109", "socat_110", "socat_111", "socat_112", "socat_113", "socat_114", "socat_115", "socat_116", "socat_117", "socat_118", "socat_119", "socat_120", "socat_121", "socat_122", "socat_123", "socat_124", "socat_125", "socat_126", "socat_127", "socat_128", "socat_129", "socat_130", "socat_131", "socat_132", "socat_133", "socat_134", "socat_135", "socat_136", "socat_138", "socat_139", "socat_140", "socat_145", "socat_147", "socat_149", "socat_150", "socat_151", "socat_152", "socat_153", "socat_154", "socat_157", "socat_159", "socat_161", "socat_167", "socat_168", "socat_169", "socat_170", "socat_171", "socat_172", "socat_173", "socat_174", "socat_175", "socat_176", "socat_177", "socat_178", "socat_181", "socat_182", "socat_183", "socat_185", "socat_186", "socat_187", "socat_188", "socat_208", "socat_209", "socat_214", "socat_216", "socat_218", "socat_219", "socat_225", "socat_227", "socat_229", "socat_231", "socat_237", "socat_244", "socat_252", "socat_253", "socat_259", "socat_262", "socat_266", "socat_272", "socat_274", "socat_275", "socat_276", "socat_279", "socat_284", "socat_286", "socat_287", "socat_288", "socat_289", "socat_290", "socat_291", "socat_292", "socat_293", "socat_294", "socat_295", "socat_296", "socat_297", "socat_298", "socat_299", "socat_300", "socat_301", "socat_302", "socat_303", "socat_304", "socat_305", "socat_306", "socat_307", "socat_308", "socat_309", "socat_310", "socat_311", "socat_315", "socat_316", "socat_317", "socat_318", "socat_319", "socat_320", "socat_321", "socat_322", "socat_326", "socat_330", "socat_332", "socat_334", "socat_340", "socat_341", "socat_342", "socat_343", "socat_350", "socat_353", "socat_354", "socat_357", "socat_364", "socat_367", "socat_368", "socat_371", "socat_372", "socat_374", "socat_375", "socat_376", "socat_380", "socat_381", "socat_384", "socat_388", "socat_395", "socat_397", "socat_410", "socat_457", "socat_477", "socat_478", "socat_494", "socat_503", "socat_504", "socat_507", "socat_508", "socat_509", "socat_511", "socat_518", "socat_526", "socat_531", "socat_533", "socat_534", "socat_535", "socat_537", "socat_545", "socat_546", "socat_547", "socat_548", "socat_549", "socat_550", "socat_551", "socat_552", "socat_553", "socat_554", "socat_555", "socat_556", "socat_557", "socat_558", "socat_559", "socat_560", "socat_561", "socat_562", "socat_563", "socat_564", "socat_566", "socat_569", "socat_571", "socat_589", "socat_590", "socat_591", "socat_601", "socat_609", "socat_611", "socat_612", "socat_613", "socat_614", "socat_615", "socat_616", "socat_617", "socat_618", "socat_619", "socat_620", "socat_623", "socat_624", "socat_625", "socat_626", "socat_627", "socat_628", "socat_629", "socat_631", "socat_635", "socat_637", "socat_639", "socat_640", "socat_641", "socat_642", "socat_643", "socat_645", "socat_647", "socat_649", "socat_651", "socat_652", "socat_653", "socat_655", "socat_656", "socat_657", "socat_659", "socat_660", "socat_662", "socat_663", "socat_664", "socat_665", "socat_667", "socat_669", "socat_671", "socat_673", "socat_674", "socat_677", "socat_679", "socat_680", "socat_681", "socat_684", "socat_685", "socat_686", "socat_692", "socat_694", "socat_695", "socat_696", "socat_697", "socat_698", "socat_699", "socat_700", "socat_701", "socat_702", "socat_703", "socat_704", "socat_709", "socat_710", "socat_711", "socat_712", "socat_713", "socat_715"]}, {"token": "TCP4:www.example.com:80", "oracle_man": []}, {"token": "|main|", "oracle_man": ["socat_3", "socat_4", "socat_5", "socat_6", "socat_7", "socat_8", "socat_9", "socat_10"]}], "question_id": "3761"} {"nl": "forward incoming data of a local port to another host and port", "cmd": "socat TCP-LISTEN:80,fork TCP4:www.example.com:80", "tldr_cmd_name": "socat", "cmd_name": "socat", "manual_exist": true, "oracle_man": ["socat_3"], "matching_info": [{"token": "TCP-LISTEN:80,fork", "oracle_man": []}, {"token": "TCP4:www.example.com:80", "oracle_man": []}, {"token": "|main|", "oracle_man": ["socat_3", "socat_4", "socat_5", "socat_6", "socat_7", "socat_8", "socat_9", "socat_10"]}], "question_id": "3762"} {"nl": "create a new middleman project", "cmd": "middleman init \"{{project_name}}\"", "tldr_cmd_name": "middleman", "cmd_name": "middleman", "manual_exist": true, "oracle_man": ["middleman_3"], "matching_info": [{"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["middleman_3"]}], "question_id": "3846"} {"nl": "start local server for current project on port 4567", "cmd": "middleman server", "tldr_cmd_name": "middleman", "cmd_name": "middleman", "manual_exist": true, "oracle_man": ["middleman_3"], "matching_info": [{"token": "server", "oracle_man": []}, {"token": "|main|", "oracle_man": ["middleman_3"]}], "question_id": "3847"} {"nl": "start local server for current project on a specified port", "cmd": "middleman server -p \"{{port}}\"", "tldr_cmd_name": "middleman", "cmd_name": "middleman", "manual_exist": true, "oracle_man": ["middleman_2", "middleman_3", "middleman_8"], "matching_info": [{"token": "server", "oracle_man": []}, {"token": "-p", "oracle_man": ["middleman_2", "middleman_8"]}, {"token": "|main|", "oracle_man": ["middleman_3"]}], "question_id": "3848"} {"nl": "build the project in the current directory to prepare for deployment", "cmd": "bundle exec middleman build", "tldr_cmd_name": "middleman", "cmd_name": "middleman", "manual_exist": true, "oracle_man": ["middleman_3"], "matching_info": [{"token": "bundle", "oracle_man": []}, {"token": "exec", "oracle_man": []}, {"token": "build", "oracle_man": []}, {"token": "|main|", "oracle_man": ["middleman_3"]}], "question_id": "3849"} {"nl": "deploy the middleman project in the current directory", "cmd": "middleman deploy", "tldr_cmd_name": "middleman", "cmd_name": "middleman", "manual_exist": true, "oracle_man": ["middleman_3"], "matching_info": [{"token": "deploy", "oracle_man": []}, {"token": "|main|", "oracle_man": ["middleman_3"]}], "question_id": "3850"} {"nl": "start the server", "cmd": "minetestserver", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4"], "matching_info": [{"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3868"} {"nl": "list available worlds", "cmd": "minetestserver --world list", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_15", "minetestserver_16", "minetestserver_17", "minetestserver_18", "minetestserver_19"], "matching_info": [{"token": "--world", "oracle_man": ["minetestserver_16", "minetestserver_17", "minetestserver_18", "minetestserver_19"]}, {"token": "list", "oracle_man": ["minetestserver_15"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3869"} {"nl": "specify the world name to load", "cmd": "minetestserver --world {{world_name}}", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_16", "minetestserver_17", "minetestserver_18", "minetestserver_19"], "matching_info": [{"token": "--world", "oracle_man": ["minetestserver_16", "minetestserver_17", "minetestserver_18", "minetestserver_19"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3870"} {"nl": "list the available game ids", "cmd": "minetestserver --gameid list", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_15"], "matching_info": [{"token": "--gameid", "oracle_man": ["minetestserver_15"]}, {"token": "list", "oracle_man": ["minetestserver_15"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3871"} {"nl": "specify a game to use", "cmd": "minetestserver --gameid {{game_id}}", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_15"], "matching_info": [{"token": "--gameid", "oracle_man": ["minetestserver_15"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3872"} {"nl": "listen on a specific port", "cmd": "minetestserver --port {{34567}}", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_20"], "matching_info": [{"token": "--port", "oracle_man": ["minetestserver_20"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3873"} {"nl": "migrate to a different data backend", "cmd": "minetestserver --migrate {{sqlite3|leveldb|redis}}", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_30", "minetestserver_31", "minetestserver_32"], "matching_info": [{"token": "--migrate", "oracle_man": ["minetestserver_30", "minetestserver_31", "minetestserver_32"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3874"} {"nl": "start an interactive terminal after starting the server", "cmd": "minetestserver --terminal", "tldr_cmd_name": "minetestserver", "cmd_name": "minetestserver", "manual_exist": true, "oracle_man": ["minetestserver_4", "minetestserver_33"], "matching_info": [{"token": "--terminal", "oracle_man": ["minetestserver_33"]}, {"token": "|main|", "oracle_man": ["minetestserver_4", "minetestserver_5"]}], "question_id": "3875"} {"nl": "print a summary of the image exif metadata", "cmd": "exiv2 {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3"], "matching_info": [{"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3876"} {"nl": "print all metadata (exif, iptc, xmp) with interpreted values", "cmd": "exiv2 -P kt {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3", "exiv2_18", "exiv2_54", "exiv2_55"], "matching_info": [{"token": "-P", "oracle_man": ["exiv2_18", "exiv2_54", "exiv2_55"]}, {"token": "kt", "oracle_man": []}, {"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3877"} {"nl": "print all metadata with raw values", "cmd": "exiv2 -P kv {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3", "exiv2_18", "exiv2_54", "exiv2_55"], "matching_info": [{"token": "-P", "oracle_man": ["exiv2_18", "exiv2_54", "exiv2_55"]}, {"token": "kv", "oracle_man": []}, {"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3878"} {"nl": "delete all metadata from an image", "cmd": "exiv2 -d a {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3", "exiv2_16", "exiv2_18", "exiv2_24", "exiv2_25", "exiv2_54", "exiv2_58", "exiv2_59", "exiv2_60", "exiv2_65", "exiv2_85", "exiv2_105", "exiv2_107"], "matching_info": [{"token": "-d", "oracle_man": ["exiv2_16", "exiv2_18", "exiv2_58", "exiv2_60", "exiv2_65", "exiv2_105"]}, {"token": "a", "oracle_man": ["exiv2_3", "exiv2_24", "exiv2_25", "exiv2_54", "exiv2_59", "exiv2_85", "exiv2_107"]}, {"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3879"} {"nl": "delete all metadata, preserving the file timestamp", "cmd": "exiv2 -d a -k {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3", "exiv2_16", "exiv2_18", "exiv2_24", "exiv2_25", "exiv2_38", "exiv2_39", "exiv2_40", "exiv2_54", "exiv2_58", "exiv2_59", "exiv2_60", "exiv2_65", "exiv2_85", "exiv2_105", "exiv2_107"], "matching_info": [{"token": "-d", "oracle_man": ["exiv2_16", "exiv2_18", "exiv2_58", "exiv2_60", "exiv2_65", "exiv2_105"]}, {"token": "a", "oracle_man": ["exiv2_3", "exiv2_24", "exiv2_25", "exiv2_54", "exiv2_59", "exiv2_85", "exiv2_107"]}, {"token": "-k", "oracle_man": ["exiv2_18", "exiv2_38", "exiv2_39", "exiv2_40"]}, {"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3880"} {"nl": "rename the file, prepending the date and time from metadata (not from the file timestamp)", "cmd": "exiv2 -r {{'%Y%m%d_%H%M%S_:basename:'}} {{path/to/file}}", "tldr_cmd_name": "exiv2", "cmd_name": "exiv2", "manual_exist": true, "oracle_man": ["exiv2_3", "exiv2_14", "exiv2_18", "exiv2_47", "exiv2_85", "exiv2_112", "exiv2_129"], "matching_info": [{"token": "-r", "oracle_man": ["exiv2_14", "exiv2_18", "exiv2_47", "exiv2_85", "exiv2_112", "exiv2_129"]}, {"token": "|main|", "oracle_man": ["exiv2_3", "exiv2_4", "exiv2_5", "exiv2_6"]}], "question_id": "3881"} {"nl": "install a package (see `pip install` for more install examples)", "cmd": "pip install {{package_name}}", "tldr_cmd_name": "pip", "cmd_name": "pip", "manual_exist": true, "oracle_man": ["pip_3"], "matching_info": [{"token": "install", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pip_3"]}], "question_id": "3886"} {"nl": "upgrade a package", "cmd": "pip install -U {{package_name}}", "tldr_cmd_name": "pip", "cmd_name": "pip", "manual_exist": true, "oracle_man": ["pip_3"], "matching_info": [{"token": "install", "oracle_man": []}, {"token": "-U", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pip_3"]}], "question_id": "3887"} {"nl": "uninstall a package", "cmd": "pip uninstall {{package_name}}", "tldr_cmd_name": "pip", "cmd_name": "pip", "manual_exist": true, "oracle_man": ["pip_3"], "matching_info": [{"token": "uninstall", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pip_3"]}], "question_id": "3888"} {"nl": "save installed packages to file", "cmd": "pip freeze > {{requirements.txt}}", "tldr_cmd_name": "pip", "cmd_name": "pip", "manual_exist": true, "oracle_man": ["pip_3"], "matching_info": [{"token": "freeze", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pip_3"]}], "question_id": "3889"} {"nl": "show installed package info", "cmd": "pip show {{package_name}}", "tldr_cmd_name": "pip", "cmd_name": "pip", "manual_exist": true, "oracle_man": ["pip_3"], "matching_info": [{"token": "show", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pip_3"]}], "question_id": "3890"} {"nl": "list all ports", "cmd": "netstat --all", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_4", "netstat_13", "netstat_33", "netstat_51", "netstat_78"], "matching_info": [{"token": "--all", "oracle_man": ["netstat_2", "netstat_4", "netstat_33", "netstat_51", "netstat_78"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3947"} {"nl": "list all listening ports", "cmd": "netstat --listening", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_13", "netstat_32", "netstat_51", "netstat_78"], "matching_info": [{"token": "--listening", "oracle_man": ["netstat_2", "netstat_32", "netstat_51", "netstat_78"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3948"} {"nl": "list listening tcp ports", "cmd": "netstat --tcp", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_7", "netstat_11", "netstat_13"], "matching_info": [{"token": "--tcp", "oracle_man": ["netstat_2", "netstat_7", "netstat_11"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3949"} {"nl": "display pid and program names", "cmd": "netstat --program", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_4", "netstat_13", "netstat_31", "netstat_55"], "matching_info": [{"token": "--program", "oracle_man": ["netstat_2", "netstat_4", "netstat_31", "netstat_55"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3950"} {"nl": "list information continuously", "cmd": "netstat --continuous", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_13", "netstat_28"], "matching_info": [{"token": "--continuous", "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_28"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3951"} {"nl": "list routes and do not resolve ip addresses to hostnames", "cmd": "netstat --route --numeric", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_13", "netstat_14", "netstat_21", "netstat_22", "netstat_23", "netstat_24", "netstat_39"], "matching_info": [{"token": "--route", "oracle_man": ["netstat_3", "netstat_14"]}, {"token": "--numeric", "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_21", "netstat_22", "netstat_23", "netstat_24", "netstat_39"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3952"} {"nl": "list listening tcp and udp ports (+ user and process if you're root)", "cmd": "netstat --listening --program --numeric --tcp --udp --extend", "tldr_cmd_name": "netstat", "cmd_name": "netstat", "manual_exist": true, "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_7", "netstat_11", "netstat_13", "netstat_21", "netstat_22", "netstat_23", "netstat_24", "netstat_29", "netstat_31", "netstat_32", "netstat_39", "netstat_51", "netstat_55", "netstat_78"], "matching_info": [{"token": "--listening", "oracle_man": ["netstat_2", "netstat_32", "netstat_51", "netstat_78"]}, {"token": "--program", "oracle_man": ["netstat_2", "netstat_4", "netstat_31", "netstat_55"]}, {"token": "--numeric", "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_5", "netstat_6", "netstat_21", "netstat_22", "netstat_23", "netstat_24", "netstat_39"]}, {"token": "--tcp", "oracle_man": ["netstat_2", "netstat_7", "netstat_11"]}, {"token": "--udp", "oracle_man": ["netstat_2", "netstat_7"]}, {"token": "--extend", "oracle_man": ["netstat_2", "netstat_3", "netstat_4", "netstat_6", "netstat_29"]}, {"token": "|main|", "oracle_man": ["netstat_13", "netstat_14", "netstat_15", "netstat_16", "netstat_17", "netstat_18", "netstat_19"]}], "question_id": "3953"} {"nl": "simply convert raw files to jpg", "cmd": "ufraw-batch --out-type=jpg {{input_file(s)}}", "tldr_cmd_name": "ufraw-batch", "cmd_name": "ufraw-batch", "manual_exist": true, "oracle_man": ["ufraw-batch_3"], "matching_info": [{"token": "--out-type=jpg", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ufraw-batch_3", "ufraw-batch_4", "ufraw-batch_5", "ufraw-batch_6"]}], "question_id": "3971"} {"nl": "simply convert raw files to png", "cmd": "ufraw-batch --out-type=png {{input_file(s)}}", "tldr_cmd_name": "ufraw-batch", "cmd_name": "ufraw-batch", "manual_exist": true, "oracle_man": ["ufraw-batch_3"], "matching_info": [{"token": "--out-type=png", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ufraw-batch_3", "ufraw-batch_4", "ufraw-batch_5", "ufraw-batch_6"]}], "question_id": "3972"} {"nl": "extract the preview image from the raw file", "cmd": "ufraw-batch --embedded-image {{input_file(s)}}", "tldr_cmd_name": "ufraw-batch", "cmd_name": "ufraw-batch", "manual_exist": true, "oracle_man": ["ufraw-batch_3", "ufraw-batch_67"], "matching_info": [{"token": "--embedded-image", "oracle_man": ["ufraw-batch_67"]}, {"token": "|main|", "oracle_man": ["ufraw-batch_3", "ufraw-batch_4", "ufraw-batch_5", "ufraw-batch_6"]}], "question_id": "3973"} {"nl": "save the file with size up to the given maximums max1 and max2", "cmd": "ufraw-batch --size=MAX1,MAX2 {{input_file(s)}}", "tldr_cmd_name": "ufraw-batch", "cmd_name": "ufraw-batch", "manual_exist": true, "oracle_man": ["ufraw-batch_3"], "matching_info": [{"token": "--size=MAX1,MAX2", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ufraw-batch_3", "ufraw-batch_4", "ufraw-batch_5", "ufraw-batch_6"]}], "question_id": "3974"} {"nl": "delete files that are not tracked by git", "cmd": "git clean", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3975"} {"nl": "interactively delete files that are not tracked by git", "cmd": "git clean -i", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_7", "git-clean_8", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "-i", "oracle_man": ["git-clean_2", "git-clean_7", "git-clean_8"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3976"} {"nl": "show what files would be deleted without actually deleting them", "cmd": "git clean --dry-run", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_9", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "--dry-run", "oracle_man": ["git-clean_9"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3977"} {"nl": "forcefully delete files that are not tracked by git", "cmd": "git clean -f", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_6", "git-clean_7", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "-f", "oracle_man": ["git-clean_2", "git-clean_6", "git-clean_7"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3978"} {"nl": "forcefully delete directories that are not tracked by git", "cmd": "git clean -fd", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_6", "git-clean_9", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "-fd", "oracle_man": ["git-clean_2", "git-clean_6", "git-clean_9"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3979"} {"nl": "delete untracked files, including ignored files in `.gitignore` and `.git/info/exclude`", "cmd": "git clean -x", "tldr_cmd_name": "git-clean", "cmd_name": "git-clean", "manual_exist": true, "oracle_man": ["git-clean_2", "git-clean_3", "git-clean_4", "git-clean_12", "git-clean_16", "git-clean_19"], "matching_info": [{"token": "git", "oracle_man": ["git-clean_2"]}, {"token": "clean", "oracle_man": ["git-clean_2", "git-clean_16", "git-clean_19"]}, {"token": "-x", "oracle_man": ["git-clean_2", "git-clean_4", "git-clean_12"]}, {"token": "|main|", "oracle_man": ["git-clean_3", "git-clean_4", "git-clean_5"]}], "question_id": "3980"} {"nl": "display a calendar for the current month", "cmd": "jcal", "tldr_cmd_name": "jcal", "cmd_name": "jcal", "manual_exist": true, "oracle_man": ["jcal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["jcal_3", "jcal_4", "jcal_5", "jcal_6", "jcal_7", "jcal_8", "jcal_9", "jcal_10", "jcal_11", "jcal_12", "jcal_13"]}], "question_id": "3981"} {"nl": "display the previous, current, and next months", "cmd": "jcal -3", "tldr_cmd_name": "jcal", "cmd_name": "jcal", "manual_exist": true, "oracle_man": ["jcal_3", "jcal_5", "jcal_21"], "matching_info": [{"token": "-3", "oracle_man": ["jcal_5", "jcal_21"]}, {"token": "|main|", "oracle_man": ["jcal_3", "jcal_4", "jcal_5", "jcal_6", "jcal_7", "jcal_8", "jcal_9", "jcal_10", "jcal_11", "jcal_12", "jcal_13"]}], "question_id": "3982"} {"nl": "display a calendar for a specific year (4 digits)", "cmd": "jcal {{year}}", "tldr_cmd_name": "jcal", "cmd_name": "jcal", "manual_exist": true, "oracle_man": ["jcal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["jcal_3", "jcal_4", "jcal_5", "jcal_6", "jcal_7", "jcal_8", "jcal_9", "jcal_10", "jcal_11", "jcal_12", "jcal_13"]}], "question_id": "3983"} {"nl": "display a calendar for a specific month and year", "cmd": "jcal {{year}} {{month}}", "tldr_cmd_name": "jcal", "cmd_name": "jcal", "manual_exist": true, "oracle_man": ["jcal_3"], "matching_info": [{"token": "|main|", "oracle_man": ["jcal_3", "jcal_4", "jcal_5", "jcal_6", "jcal_7", "jcal_8", "jcal_9", "jcal_10", "jcal_11", "jcal_12", "jcal_13"]}], "question_id": "3984"} {"nl": "generate one passphrase with the default options", "cmd": "xkcdpass", "tldr_cmd_name": "xkcdpass", "cmd_name": "xkcdpass", "manual_exist": true, "oracle_man": ["xkcdpass_-1"], "matching_info": [{"token": "|main|", "oracle_man": ["xkcdpass_-1"]}], "question_id": "3999"} {"nl": "generate one passphrase whose first letters of each word match the provided argument", "cmd": "xkcdpass -a {{acrostic}}", "tldr_cmd_name": "xkcdpass", "cmd_name": "xkcdpass", "manual_exist": true, "oracle_man": ["xkcdpass_-1"], "matching_info": [{"token": "-a", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xkcdpass_-1"]}], "question_id": "4000"} {"nl": "generate passwords interactively", "cmd": "xkcdpass -i", "tldr_cmd_name": "xkcdpass", "cmd_name": "xkcdpass", "manual_exist": true, "oracle_man": ["xkcdpass_-1"], "matching_info": [{"token": "-i", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xkcdpass_-1"]}], "question_id": "4001"} {"nl": "build a sketch", "cmd": "arduino --verify {{path/to/file.ino}}", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_3", "arduino_8", "arduino_15", "arduino_31", "arduino_34", "arduino_36", "arduino_60"], "matching_info": [{"token": "--verify", "oracle_man": ["arduino_3", "arduino_15", "arduino_31", "arduino_34", "arduino_36", "arduino_60"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4019"} {"nl": "build and upload a sketch", "cmd": "arduino --upload {{path/to/file.ino}}", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_3", "arduino_8", "arduino_16", "arduino_31", "arduino_34", "arduino_36", "arduino_56", "arduino_58"], "matching_info": [{"token": "--upload", "oracle_man": ["arduino_3", "arduino_16", "arduino_31", "arduino_34", "arduino_36", "arduino_56", "arduino_58"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4020"} {"nl": "build and upload a sketch to an arduino nano with an atmega328p cpu, connected on port `/dev/ttyacm0`", "cmd": "arduino --board {{arduino:avr:nano:cpu=atmega328p}} --port {{/dev/ttyACM0}} --upload {{path/to/file.ino}}", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_3", "arduino_8", "arduino_16", "arduino_21", "arduino_27", "arduino_31", "arduino_34", "arduino_36", "arduino_40", "arduino_56", "arduino_58", "arduino_62"], "matching_info": [{"token": "--board", "oracle_man": ["arduino_3", "arduino_21", "arduino_40", "arduino_58", "arduino_62"]}, {"token": "--port", "oracle_man": ["arduino_3", "arduino_27", "arduino_40", "arduino_58"]}, {"token": "--upload", "oracle_man": ["arduino_3", "arduino_16", "arduino_31", "arduino_34", "arduino_36", "arduino_56", "arduino_58"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4021"} {"nl": "set the preference `name` to a given `value`", "cmd": "arduino --pref {{name}}={{value}}", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_3", "arduino_8", "arduino_37", "arduino_38", "arduino_40", "arduino_60", "arduino_62"], "matching_info": [{"token": "--pref", "oracle_man": ["arduino_3", "arduino_37", "arduino_38", "arduino_40", "arduino_60", "arduino_62"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4022"} {"nl": "build a sketch, put the build results in the build directory, and reuse any previous build results in that directory", "cmd": "arduino --pref build.path={{path/to/build_directory}} --verify {{path/to/file.ino}}", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_3", "arduino_8", "arduino_15", "arduino_31", "arduino_34", "arduino_36", "arduino_37", "arduino_38", "arduino_40", "arduino_60", "arduino_62"], "matching_info": [{"token": "--pref", "oracle_man": ["arduino_3", "arduino_37", "arduino_38", "arduino_40", "arduino_60", "arduino_62"]}, {"token": "build.path", "oracle_man": []}, {"token": "--verify", "oracle_man": ["arduino_3", "arduino_15", "arduino_31", "arduino_34", "arduino_36", "arduino_60"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4023"} {"nl": "save any (changed) preferences to `preferences.txt`", "cmd": "arduino --save-prefs", "tldr_cmd_name": "arduino", "cmd_name": "arduino", "manual_exist": true, "oracle_man": ["arduino_8", "arduino_40", "arduino_62"], "matching_info": [{"token": "--save-prefs", "oracle_man": ["arduino_40", "arduino_62"]}, {"token": "|main|", "oracle_man": ["arduino_8", "arduino_9", "arduino_10", "arduino_11", "arduino_12", "arduino_13", "arduino_14", "arduino_15", "arduino_16", "arduino_17", "arduino_18", "arduino_19", "arduino_20"]}], "question_id": "4024"} {"nl": "start and manage all services in a directory as the current user", "cmd": "runsvdir {{path/to/services}}", "tldr_cmd_name": "runsvdir", "cmd_name": "runsvdir", "manual_exist": true, "oracle_man": ["runsvdir_3"], "matching_info": [{"token": "|main|", "oracle_man": ["runsvdir_3", "runsvdir_4", "runsvdir_5", "runsvdir_6"]}], "question_id": "4131"} {"nl": "start and manage all services in a directory as root", "cmd": "sudo runsvdir {{path/to/services}}", "tldr_cmd_name": "runsvdir", "cmd_name": "runsvdir", "manual_exist": true, "oracle_man": ["runsvdir_3"], "matching_info": [{"token": "|main|", "oracle_man": ["runsvdir_3", "runsvdir_4", "runsvdir_5", "runsvdir_6"]}], "question_id": "4132"} {"nl": "start services in separate sessions", "cmd": "runsvdir -P {{path/to/services}}", "tldr_cmd_name": "runsvdir", "cmd_name": "runsvdir", "manual_exist": true, "oracle_man": ["runsvdir_2", "runsvdir_3", "runsvdir_7"], "matching_info": [{"token": "-P", "oracle_man": ["runsvdir_2", "runsvdir_7"]}, {"token": "|main|", "oracle_man": ["runsvdir_3", "runsvdir_4", "runsvdir_5", "runsvdir_6"]}], "question_id": "4133"} {"nl": "add symlinks to tex live files", "cmd": "sudo tlmgr path add", "tldr_cmd_name": "tlmgr-path", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_15", "tlmgr_26", "tlmgr_27", "tlmgr_28", "tlmgr_29", "tlmgr_137", "tlmgr_168", "tlmgr_176", "tlmgr_180", "tlmgr_321", "tlmgr_325"], "matching_info": [{"token": "path", "oracle_man": ["tlmgr_15", "tlmgr_26", "tlmgr_27", "tlmgr_28", "tlmgr_29", "tlmgr_168"]}, {"token": "add", "oracle_man": ["tlmgr_137", "tlmgr_176", "tlmgr_180", "tlmgr_321", "tlmgr_325"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4139"} {"nl": "remove symlinks to tex live files", "cmd": "sudo tlmgr path remove", "tldr_cmd_name": "tlmgr-path", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_15", "tlmgr_26", "tlmgr_27", "tlmgr_28", "tlmgr_29", "tlmgr_138", "tlmgr_168", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"], "matching_info": [{"token": "path", "oracle_man": ["tlmgr_15", "tlmgr_26", "tlmgr_27", "tlmgr_28", "tlmgr_29", "tlmgr_168"]}, {"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4140"} {"nl": "search for files containing a string or regular expression in the current directory recursively", "cmd": "ack \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4213"} {"nl": "search for a caseinsensitive pattern", "cmd": "ack --ignore-case \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_83"], "matching_info": [{"token": "--ignore-case", "oracle_man": ["ack_83"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4214"} {"nl": "search for lines matching a pattern, printing [o]nly the matched text and not the rest of the line", "cmd": "ack -o \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_97", "ack_98", "ack_107", "ack_108"], "matching_info": [{"token": "-o", "oracle_man": ["ack_97", "ack_98", "ack_107", "ack_108"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4215"} {"nl": "limit search to files of a specific type", "cmd": "ack --type={{ruby}} \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_8", "ack_62", "ack_138", "ack_141", "ack_142", "ack_143", "ack_144", "ack_145", "ack_154", "ack_166", "ack_167", "ack_168", "ack_170", "ack_172", "ack_174", "ack_175", "ack_176", "ack_179", "ack_182", "ack_185", "ack_188"], "matching_info": [{"token": "--type", "oracle_man": ["ack_8", "ack_62", "ack_138", "ack_141", "ack_142", "ack_143", "ack_144", "ack_145", "ack_154", "ack_166", "ack_167", "ack_168", "ack_170", "ack_172", "ack_174", "ack_175", "ack_176", "ack_179", "ack_182", "ack_185", "ack_188"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4216"} {"nl": "do not search in files of a specific type", "cmd": "ack --type=no{{ruby}} \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4217"} {"nl": "count the total number of matches found", "cmd": "ack --count --no-filename \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_47", "ack_48", "ack_77"], "matching_info": [{"token": "--count", "oracle_man": ["ack_47"]}, {"token": "--no-filename", "oracle_man": ["ack_48", "ack_77"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4218"} {"nl": "print the file names and the number of matches for each file only", "cmd": "ack --count --files-with-matches \"{{search_pattern}}\"", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_47", "ack_90"], "matching_info": [{"token": "--count", "oracle_man": ["ack_47"]}, {"token": "--files-with-matches", "oracle_man": ["ack_90"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4219"} {"nl": "list all the values that can be used with `type`", "cmd": "ack --help-types", "tldr_cmd_name": "ack", "cmd_name": "ack", "manual_exist": true, "oracle_man": ["ack_3", "ack_80", "ack_140", "ack_167", "ack_175"], "matching_info": [{"token": "--help-types", "oracle_man": ["ack_80", "ack_140", "ack_167", "ack_175"]}, {"token": "|main|", "oracle_man": ["ack_3", "ack_4", "ack_5", "ack_6"]}], "question_id": "4220"} {"nl": "generate documentation for java source code and save the result in a directory", "cmd": "javadoc -d {{path/to/directory/}} {{path/to/java_source_code}}", "tldr_cmd_name": "javadoc", "cmd_name": "javadoc", "manual_exist": true, "oracle_man": ["javadoc_10", "javadoc_34", "javadoc_35", "javadoc_103", "javadoc_119", "javadoc_252", "javadoc_253", "javadoc_261", "javadoc_262", "javadoc_333", "javadoc_336", "javadoc_342", "javadoc_343", "javadoc_350", "javadoc_351", "javadoc_360", "javadoc_361", "javadoc_363", "javadoc_368", "javadoc_369", "javadoc_370", "javadoc_376", "javadoc_382", "javadoc_386", "javadoc_387", "javadoc_402", "javadoc_405", "javadoc_406", "javadoc_412", "javadoc_425", "javadoc_434", "javadoc_435", "javadoc_439", "javadoc_441", "javadoc_442", "javadoc_443", "javadoc_446", "javadoc_447", "javadoc_448", "javadoc_449", "javadoc_453", "javadoc_455", "javadoc_459"], "matching_info": [{"token": "-d", "oracle_man": ["javadoc_34", "javadoc_35", "javadoc_103", "javadoc_119", "javadoc_252", "javadoc_253", "javadoc_261", "javadoc_262", "javadoc_333", "javadoc_336", "javadoc_342", "javadoc_343", "javadoc_350", "javadoc_351", "javadoc_360", "javadoc_361", "javadoc_363", "javadoc_368", "javadoc_369", "javadoc_370", "javadoc_376", "javadoc_382", "javadoc_386", "javadoc_387", "javadoc_402", "javadoc_405", "javadoc_406", "javadoc_412", "javadoc_425", "javadoc_434", "javadoc_435", "javadoc_439", "javadoc_441", "javadoc_442", "javadoc_443", "javadoc_446", "javadoc_447", "javadoc_448", "javadoc_449", "javadoc_453", "javadoc_455", "javadoc_459"]}, {"token": "|main|", "oracle_man": ["javadoc_10", "javadoc_11", "javadoc_12", "javadoc_13", "javadoc_14", "javadoc_15", "javadoc_16", "javadoc_17", "javadoc_18", "javadoc_19", "javadoc_20", "javadoc_21", "javadoc_22", "javadoc_23", "javadoc_24", "javadoc_25", "javadoc_26", "javadoc_27", "javadoc_28", "javadoc_29", "javadoc_30", "javadoc_31", "javadoc_32", "javadoc_33", "javadoc_34", "javadoc_35", "javadoc_36", "javadoc_37", "javadoc_38", "javadoc_39", "javadoc_40", "javadoc_41", "javadoc_42", "javadoc_43", "javadoc_44", "javadoc_45", "javadoc_46", "javadoc_47", "javadoc_48", "javadoc_49", "javadoc_50"]}], "question_id": "4238"} {"nl": "generate documentation with a specific encoding", "cmd": "javadoc -docencoding {{UTF-8}} {{path/to/java_source_code}}", "tldr_cmd_name": "javadoc", "cmd_name": "javadoc", "manual_exist": true, "oracle_man": ["javadoc_10", "javadoc_361", "javadoc_405", "javadoc_406"], "matching_info": [{"token": "-docencoding", "oracle_man": ["javadoc_361", "javadoc_405", "javadoc_406"]}, {"token": "|main|", "oracle_man": ["javadoc_10", "javadoc_11", "javadoc_12", "javadoc_13", "javadoc_14", "javadoc_15", "javadoc_16", "javadoc_17", "javadoc_18", "javadoc_19", "javadoc_20", "javadoc_21", "javadoc_22", "javadoc_23", "javadoc_24", "javadoc_25", "javadoc_26", "javadoc_27", "javadoc_28", "javadoc_29", "javadoc_30", "javadoc_31", "javadoc_32", "javadoc_33", "javadoc_34", "javadoc_35", "javadoc_36", "javadoc_37", "javadoc_38", "javadoc_39", "javadoc_40", "javadoc_41", "javadoc_42", "javadoc_43", "javadoc_44", "javadoc_45", "javadoc_46", "javadoc_47", "javadoc_48", "javadoc_49", "javadoc_50"]}], "question_id": "4239"} {"nl": "generate documentation excluding some packages", "cmd": "javadoc -exclude {{package_list}} {{path/to/java_source_code}}", "tldr_cmd_name": "javadoc", "cmd_name": "javadoc", "manual_exist": true, "oracle_man": ["javadoc_10", "javadoc_351", "javadoc_352", "javadoc_413", "javadoc_439"], "matching_info": [{"token": "-exclude", "oracle_man": ["javadoc_351", "javadoc_352", "javadoc_413", "javadoc_439"]}, {"token": "|main|", "oracle_man": ["javadoc_10", "javadoc_11", "javadoc_12", "javadoc_13", "javadoc_14", "javadoc_15", "javadoc_16", "javadoc_17", "javadoc_18", "javadoc_19", "javadoc_20", "javadoc_21", "javadoc_22", "javadoc_23", "javadoc_24", "javadoc_25", "javadoc_26", "javadoc_27", "javadoc_28", "javadoc_29", "javadoc_30", "javadoc_31", "javadoc_32", "javadoc_33", "javadoc_34", "javadoc_35", "javadoc_36", "javadoc_37", "javadoc_38", "javadoc_39", "javadoc_40", "javadoc_41", "javadoc_42", "javadoc_43", "javadoc_44", "javadoc_45", "javadoc_46", "javadoc_47", "javadoc_48", "javadoc_49", "javadoc_50"]}], "question_id": "4240"} {"nl": "build documentation", "cmd": "sphinx-build -b {{html|epub|text|latex|man|...}} {{path/to/source_dir}} {{path/to/build_dir}}", "tldr_cmd_name": "sphinx-build", "cmd_name": "sphinx-build", "manual_exist": true, "oracle_man": ["sphinx-build_1", "sphinx-build_2", "sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_7", "sphinx-build_8", "sphinx-build_24", "sphinx-build_56", "sphinx-build_57", "sphinx-build_65", "sphinx-build_66", "sphinx-build_67", "sphinx-build_70", "sphinx-build_72"], "matching_info": [{"token": "-b", "oracle_man": ["sphinx-build_1", "sphinx-build_2", "sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_7", "sphinx-build_8", "sphinx-build_24", "sphinx-build_56", "sphinx-build_57", "sphinx-build_65", "sphinx-build_66", "sphinx-build_67", "sphinx-build_70", "sphinx-build_72"]}, {"token": "|main|", "oracle_man": ["sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_6", "sphinx-build_7"]}], "question_id": "4259"} {"nl": "build documentations intended for readthedocs.io (requires the sphinxrtdtheme pip package)", "cmd": "sphinx-build -b {{html}} {{path/to/docs_dir}} {{path/to/build_dir}}", "tldr_cmd_name": "sphinx-build", "cmd_name": "sphinx-build", "manual_exist": true, "oracle_man": ["sphinx-build_1", "sphinx-build_2", "sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_7", "sphinx-build_8", "sphinx-build_24", "sphinx-build_56", "sphinx-build_57", "sphinx-build_65", "sphinx-build_66", "sphinx-build_67", "sphinx-build_70", "sphinx-build_72"], "matching_info": [{"token": "-b", "oracle_man": ["sphinx-build_1", "sphinx-build_2", "sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_7", "sphinx-build_8", "sphinx-build_24", "sphinx-build_56", "sphinx-build_57", "sphinx-build_65", "sphinx-build_66", "sphinx-build_67", "sphinx-build_70", "sphinx-build_72"]}, {"token": "|main|", "oracle_man": ["sphinx-build_3", "sphinx-build_4", "sphinx-build_5", "sphinx-build_6", "sphinx-build_7"]}], "question_id": "4260"} {"nl": "run gdb server on port 4500", "cmd": "st-util -p {{4500}}", "tldr_cmd_name": "st-util", "cmd_name": "st-util", "manual_exist": true, "oracle_man": ["st-util_3", "st-util_13", "st-util_18"], "matching_info": [{"token": "-p", "oracle_man": ["st-util_13", "st-util_18"]}, {"token": "|main|", "oracle_man": ["st-util_3", "st-util_4", "st-util_5", "st-util_6"]}], "question_id": "4278"} {"nl": "connect to gdb server", "cmd": "(gdb) target extended-remote {{localhost}}:{{4500}}", "tldr_cmd_name": "st-util", "cmd_name": "st-util", "manual_exist": true, "oracle_man": ["st-util_3"], "matching_info": [{"token": "(gdb)", "oracle_man": []}, {"token": "target", "oracle_man": []}, {"token": "extended-remote", "oracle_man": []}, {"token": "|main|", "oracle_man": ["st-util_3", "st-util_4", "st-util_5", "st-util_6"]}], "question_id": "4279"} {"nl": "write firmware to device", "cmd": "(gdb) load {{firmware.elf}}", "tldr_cmd_name": "st-util", "cmd_name": "st-util", "manual_exist": true, "oracle_man": ["st-util_3"], "matching_info": [{"token": "(gdb)", "oracle_man": []}, {"token": "load", "oracle_man": []}, {"token": "|main|", "oracle_man": ["st-util_3", "st-util_4", "st-util_5", "st-util_6"]}], "question_id": "4280"} {"nl": "run a go file", "cmd": "go run {{path/to/file.go}}", "tldr_cmd_name": "go-run", "cmd_name": "go-run", "manual_exist": true, "oracle_man": ["go-run_2", "go-run_3", "go-run_5"], "matching_info": [{"token": "go", "oracle_man": ["go-run_2", "go-run_5"]}, {"token": "run", "oracle_man": ["go-run_2"]}, {"token": "|main|", "oracle_man": ["go-run_3", "go-run_4", "go-run_5", "go-run_6", "go-run_7", "go-run_8", "go-run_9"]}], "question_id": "4315"} {"nl": "run a main go package", "cmd": "go run {{path/to/package}}", "tldr_cmd_name": "go-run", "cmd_name": "go-run", "manual_exist": true, "oracle_man": ["go-run_2", "go-run_3", "go-run_5"], "matching_info": [{"token": "go", "oracle_man": ["go-run_2", "go-run_5"]}, {"token": "run", "oracle_man": ["go-run_2"]}, {"token": "|main|", "oracle_man": ["go-run_3", "go-run_4", "go-run_5", "go-run_6", "go-run_7", "go-run_8", "go-run_9"]}], "question_id": "4316"} {"nl": "show the reflog for head", "cmd": "git reflog", "tldr_cmd_name": "git-reflog", "cmd_name": "git-reflog", "manual_exist": true, "oracle_man": ["git-reflog_2", "git-reflog_3", "git-reflog_4"], "matching_info": [{"token": "git", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "reflog", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "|main|", "oracle_man": ["git-reflog_3", "git-reflog_4", "git-reflog_5", "git-reflog_6", "git-reflog_7", "git-reflog_8", "git-reflog_9", "git-reflog_10"]}], "question_id": "4327"} {"nl": "show the reflog for a given branch", "cmd": "git reflog {{branch_name}}", "tldr_cmd_name": "git-reflog", "cmd_name": "git-reflog", "manual_exist": true, "oracle_man": ["git-reflog_2", "git-reflog_3", "git-reflog_4"], "matching_info": [{"token": "git", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "reflog", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "|main|", "oracle_man": ["git-reflog_3", "git-reflog_4", "git-reflog_5", "git-reflog_6", "git-reflog_7", "git-reflog_8", "git-reflog_9", "git-reflog_10"]}], "question_id": "4328"} {"nl": "show only the 5 latest entries in the reflog", "cmd": "git reflog -n {{5}}", "tldr_cmd_name": "git-reflog", "cmd_name": "git-reflog", "manual_exist": true, "oracle_man": ["git-reflog_2", "git-reflog_3", "git-reflog_4", "git-reflog_20", "git-reflog_22"], "matching_info": [{"token": "git", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "reflog", "oracle_man": ["git-reflog_2", "git-reflog_4"]}, {"token": "-n", "oracle_man": ["git-reflog_4", "git-reflog_20", "git-reflog_22"]}, {"token": "|main|", "oracle_man": ["git-reflog_3", "git-reflog_4", "git-reflog_5", "git-reflog_6", "git-reflog_7", "git-reflog_8", "git-reflog_9", "git-reflog_10"]}], "question_id": "4329"} {"nl": "check the values of all attributes on a file", "cmd": "git check-attr --all {{path/to/file}}", "tldr_cmd_name": "git-check-attr", "cmd_name": "git-check-attr", "manual_exist": true, "oracle_man": ["git-check-attr_2", "git-check-attr_3", "git-check-attr_4", "git-check-attr_9", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"], "matching_info": [{"token": "git", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "check-attr", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "--all", "oracle_man": ["git-check-attr_2", "git-check-attr_4", "git-check-attr_9", "git-check-attr_25"]}, {"token": "|main|", "oracle_man": ["git-check-attr_3"]}], "question_id": "4340"} {"nl": "check the value of a specific attribute on a file", "cmd": "git check-attr {{attribute}} {{path/to/file}}", "tldr_cmd_name": "git-check-attr", "cmd_name": "git-check-attr", "manual_exist": true, "oracle_man": ["git-check-attr_2", "git-check-attr_3", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"], "matching_info": [{"token": "git", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "check-attr", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "|main|", "oracle_man": ["git-check-attr_3"]}], "question_id": "4341"} {"nl": "check the value of a specific attribute on files", "cmd": "git check-attr --all {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "git-check-attr", "cmd_name": "git-check-attr", "manual_exist": true, "oracle_man": ["git-check-attr_2", "git-check-attr_3", "git-check-attr_4", "git-check-attr_9", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"], "matching_info": [{"token": "git", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "check-attr", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "--all", "oracle_man": ["git-check-attr_2", "git-check-attr_4", "git-check-attr_9", "git-check-attr_25"]}, {"token": "|main|", "oracle_man": ["git-check-attr_3"]}], "question_id": "4342"} {"nl": "check the value of a specific attribute on one or more files", "cmd": "git check-attr {{attribute}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "git-check-attr", "cmd_name": "git-check-attr", "manual_exist": true, "oracle_man": ["git-check-attr_2", "git-check-attr_3", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"], "matching_info": [{"token": "git", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "check-attr", "oracle_man": ["git-check-attr_2", "git-check-attr_21", "git-check-attr_23", "git-check-attr_25", "git-check-attr_27", "git-check-attr_29"]}, {"token": "|main|", "oracle_man": ["git-check-attr_3"]}], "question_id": "4343"} {"nl": "use the (default) memcheck tool to show a diagnostic of memory usage by `program`", "cmd": "valgrind {{program}}", "tldr_cmd_name": "valgrind", "cmd_name": "valgrind", "manual_exist": true, "oracle_man": ["valgrind_3"], "matching_info": [{"token": "|main|", "oracle_man": ["valgrind_3", "valgrind_4", "valgrind_5"]}], "question_id": "4360"} {"nl": "use memcheck to report all possible memory leaks of `program` in full detail", "cmd": "valgrind --leak-check=full --show-leak-kinds=all {{program}}", "tldr_cmd_name": "valgrind", "cmd_name": "valgrind", "manual_exist": true, "oracle_man": ["valgrind_3", "valgrind_226", "valgrind_243", "valgrind_245"], "matching_info": [{"token": "--leak-check=full", "oracle_man": ["valgrind_226", "valgrind_245"]}, {"token": "--show-leak-kinds=all", "oracle_man": ["valgrind_243", "valgrind_245"]}, {"token": "|main|", "oracle_man": ["valgrind_3", "valgrind_4", "valgrind_5"]}], "question_id": "4361"} {"nl": "use the cachegrind tool to profile and log cpu cache operations of `program`", "cmd": "valgrind --tool=cachegrind {{program}}", "tldr_cmd_name": "valgrind", "cmd_name": "valgrind", "manual_exist": true, "oracle_man": ["valgrind_3"], "matching_info": [{"token": "--tool=cachegrind", "oracle_man": []}, {"token": "|main|", "oracle_man": ["valgrind_3", "valgrind_4", "valgrind_5"]}], "question_id": "4362"} {"nl": "use the massif tool to profile and log heap memory and stack usage of `program`", "cmd": "valgrind --tool=massif --stacks=yes {{program}}", "tldr_cmd_name": "valgrind", "cmd_name": "valgrind", "manual_exist": true, "oracle_man": ["valgrind_3"], "matching_info": [{"token": "--tool=massif", "oracle_man": []}, {"token": "--stacks=yes", "oracle_man": []}, {"token": "|main|", "oracle_man": ["valgrind_3", "valgrind_4", "valgrind_5"]}], "question_id": "4363"} {"nl": "create stabilisation file to be able to remove camera shakes", "cmd": "transcode -J stabilize -i {{input_file}}", "tldr_cmd_name": "transcode", "cmd_name": "transcode", "manual_exist": true, "oracle_man": ["transcode_2", "transcode_3", "transcode_4", "transcode_5", "transcode_7", "transcode_14", "transcode_18", "transcode_22", "transcode_33", "transcode_109", "transcode_171", "transcode_175", "transcode_177", "transcode_187", "transcode_230", "transcode_270"], "matching_info": [{"token": "-J", "oracle_man": ["transcode_18", "transcode_33"]}, {"token": "stabilize", "oracle_man": []}, {"token": "-i", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_7", "transcode_14", "transcode_22", "transcode_33", "transcode_109", "transcode_171", "transcode_175", "transcode_177", "transcode_187", "transcode_230", "transcode_270"]}, {"token": "|main|", "oracle_man": ["transcode_4", "transcode_5", "transcode_6", "transcode_7", "transcode_8", "transcode_9", "transcode_10"]}], "question_id": "4381"} {"nl": "remove camera shakes after creating stabilisation file, transform video using xvid", "cmd": "transcode -J transform -i {{input_file}} -y xvid -o {{output_file}}", "tldr_cmd_name": "transcode", "cmd_name": "transcode", "manual_exist": true, "oracle_man": ["transcode_2", "transcode_3", "transcode_4", "transcode_5", "transcode_7", "transcode_10", "transcode_14", "transcode_18", "transcode_22", "transcode_33", "transcode_52", "transcode_59", "transcode_62", "transcode_109", "transcode_115", "transcode_136", "transcode_171", "transcode_174", "transcode_175", "transcode_176", "transcode_177", "transcode_187", "transcode_229", "transcode_230", "transcode_239", "transcode_270", "transcode_276"], "matching_info": [{"token": "-J", "oracle_man": ["transcode_18", "transcode_33"]}, {"token": "transform", "oracle_man": []}, {"token": "-i", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_7", "transcode_14", "transcode_22", "transcode_33", "transcode_109", "transcode_171", "transcode_175", "transcode_177", "transcode_187", "transcode_230", "transcode_270"]}, {"token": "-y", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_52", "transcode_59", "transcode_62", "transcode_136", "transcode_174", "transcode_176", "transcode_177", "transcode_229", "transcode_270", "transcode_276"]}, {"token": "xvid", "oracle_man": ["transcode_276"]}, {"token": "-o", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_10", "transcode_115", "transcode_175", "transcode_177", "transcode_239"]}, {"token": "|main|", "oracle_man": ["transcode_4", "transcode_5", "transcode_6", "transcode_7", "transcode_8", "transcode_9", "transcode_10"]}], "question_id": "4382"} {"nl": "resize the video to 640x480 pixels and convert to mpeg4 codec using xvid", "cmd": "transcode -Z 640x480 -i {{input_file}} -y xvid -o {{output_file}}", "tldr_cmd_name": "transcode", "cmd_name": "transcode", "manual_exist": true, "oracle_man": ["transcode_2", "transcode_3", "transcode_4", "transcode_5", "transcode_7", "transcode_10", "transcode_12", "transcode_14", "transcode_22", "transcode_33", "transcode_52", "transcode_59", "transcode_62", "transcode_72", "transcode_74", "transcode_79", "transcode_109", "transcode_115", "transcode_136", "transcode_150", "transcode_171", "transcode_174", "transcode_175", "transcode_176", "transcode_177", "transcode_187", "transcode_193", "transcode_194", "transcode_195", "transcode_196", "transcode_229", "transcode_230", "transcode_239", "transcode_270", "transcode_276", "transcode_279", "transcode_281"], "matching_info": [{"token": "-Z", "oracle_man": ["transcode_12", "transcode_72", "transcode_74", "transcode_79", "transcode_150", "transcode_175", "transcode_193", "transcode_194", "transcode_195", "transcode_196", "transcode_279", "transcode_281"]}, {"token": "640x480", "oracle_man": []}, {"token": "-i", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_7", "transcode_14", "transcode_22", "transcode_33", "transcode_109", "transcode_171", "transcode_175", "transcode_177", "transcode_187", "transcode_230", "transcode_270"]}, {"token": "-y", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_52", "transcode_59", "transcode_62", "transcode_136", "transcode_174", "transcode_176", "transcode_177", "transcode_229", "transcode_270", "transcode_276"]}, {"token": "xvid", "oracle_man": ["transcode_276"]}, {"token": "-o", "oracle_man": ["transcode_2", "transcode_3", "transcode_5", "transcode_10", "transcode_115", "transcode_175", "transcode_177", "transcode_239"]}, {"token": "|main|", "oracle_man": ["transcode_4", "transcode_5", "transcode_6", "transcode_7", "transcode_8", "transcode_9", "transcode_10"]}], "question_id": "4383"} {"nl": "listen on a specified port and print any data received", "cmd": "nc -l {{port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_3", "nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_59", "nc_84"], "matching_info": [{"token": "-l", "oracle_man": ["nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_59", "nc_84"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4385"} {"nl": "connect to a certain port", "cmd": "nc {{ip_address}} {{port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_3"], "matching_info": [{"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4386"} {"nl": "set a timeout", "cmd": "nc -w {{timeout_in_seconds}} {{ipaddress}} {{port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_2", "nc_3", "nc_18", "nc_37", "nc_75", "nc_78"], "matching_info": [{"token": "-w", "oracle_man": ["nc_2", "nc_18", "nc_37", "nc_75", "nc_78"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4387"} {"nl": "keep the server up after the client detaches", "cmd": "nc -k -l {{port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_3", "nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_55", "nc_59", "nc_84"], "matching_info": [{"token": "-k", "oracle_man": ["nc_17", "nc_39", "nc_55"]}, {"token": "-l", "oracle_man": ["nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_59", "nc_84"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4388"} {"nl": "keep the client up even after eof", "cmd": "nc -q {{timeout}} {{ip_address}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_2", "nc_3", "nc_26"], "matching_info": [{"token": "-q", "oracle_man": ["nc_2", "nc_26"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4389"} {"nl": "scan the open ports of a specified host", "cmd": "nc -v -z {{ip_address}} {{port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_3", "nc_18", "nc_35", "nc_41", "nc_48", "nc_68", "nc_70", "nc_73"], "matching_info": [{"token": "-v", "oracle_man": ["nc_35", "nc_48", "nc_68"]}, {"token": "-z", "oracle_man": ["nc_18", "nc_41", "nc_68", "nc_70", "nc_73"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4390"} {"nl": "act as proxy and forward data from a local tcp port to the given remote host", "cmd": "nc -l {{local_port}} | nc {{hostname}} {{remote_port}}", "tldr_cmd_name": "nc", "cmd_name": "nc", "manual_exist": true, "oracle_man": ["nc_3", "nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_59", "nc_84"], "matching_info": [{"token": "-l", "oracle_man": ["nc_17", "nc_18", "nc_37", "nc_39", "nc_41", "nc_42", "nc_45", "nc_51", "nc_59", "nc_84"]}, {"token": "|main|", "oracle_man": ["nc_3", "nc_4", "nc_5", "nc_6", "nc_7", "nc_8", "nc_9", "nc_10", "nc_11", "nc_12", "nc_13", "nc_14", "nc_15", "nc_16", "nc_17", "nc_18", "nc_19", "nc_20", "nc_21", "nc_22", "nc_23", "nc_24", "nc_25", "nc_26", "nc_27", "nc_28", "nc_29", "nc_30", "nc_31", "nc_32", "nc_33", "nc_34", "nc_35", "nc_36", "nc_37", "nc_38", "nc_39", "nc_40", "nc_41", "nc_42", "nc_43", "nc_44", "nc_45", "nc_46", "nc_47", "nc_48", "nc_49", "nc_50", "nc_51", "nc_52", "nc_53", "nc_54", "nc_55", "nc_56"]}], "question_id": "4391"} {"nl": "list all available zfs filesystems", "cmd": "zfs list", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_11", "zfs_27", "zfs_178", "zfs_258"], "matching_info": [{"token": "list", "oracle_man": ["zfs_11", "zfs_178", "zfs_258"]}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4397"} {"nl": "create a new zfs filesystem", "cmd": "zfs create {{pool_name/filesystem_name}}", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_3", "zfs_4", "zfs_27", "zfs_148", "zfs_151", "zfs_172", "zfs_246", "zfs_280", "zfs_292", "zfs_298"], "matching_info": [{"token": "create", "oracle_man": ["zfs_3", "zfs_4", "zfs_148", "zfs_151", "zfs_172", "zfs_246", "zfs_280", "zfs_292", "zfs_298"]}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4398"} {"nl": "delete a zfs filesystem", "cmd": "zfs destroy {{pool_name/filesystem_name}}", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_5", "zfs_27", "zfs_157", "zfs_159", "zfs_160", "zfs_175", "zfs_176"], "matching_info": [{"token": "destroy", "oracle_man": ["zfs_5", "zfs_157", "zfs_159", "zfs_160", "zfs_175", "zfs_176"]}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4399"} {"nl": "create a snapshot of a zfs filesystem", "cmd": "zfs snapshot {{pool_name/filesystem_name}}@{{snapshot_name}}", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_6", "zfs_9", "zfs_27", "zfs_33", "zfs_37", "zfs_163", "zfs_170", "zfs_171", "zfs_236", "zfs_249", "zfs_252"], "matching_info": [{"token": "snapshot", "oracle_man": ["zfs_6", "zfs_9", "zfs_33", "zfs_37", "zfs_163", "zfs_170", "zfs_171", "zfs_236", "zfs_249", "zfs_252"]}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4400"} {"nl": "enable compression on a filesystem", "cmd": "zfs set compression=on {{pool_name/filesystem_name}}", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_12", "zfs_27", "zfs_60", "zfs_192", "zfs_255", "zfs_262", "zfs_295"], "matching_info": [{"token": "set", "oracle_man": ["zfs_12", "zfs_60", "zfs_192", "zfs_255", "zfs_262", "zfs_295"]}, {"token": "compression=on", "oracle_man": []}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4401"} {"nl": "change mountpoint for a filesystem", "cmd": "zfs set mountpoint={{/my/mount/path}} {{pool_name/filesystem_name}}", "tldr_cmd_name": "zfs", "cmd_name": "zfs", "manual_exist": true, "oracle_man": ["zfs_12", "zfs_27", "zfs_60", "zfs_93", "zfs_95", "zfs_192", "zfs_255", "zfs_262", "zfs_295"], "matching_info": [{"token": "set", "oracle_man": ["zfs_12", "zfs_60", "zfs_192", "zfs_255", "zfs_262", "zfs_295"]}, {"token": "mountpoint", "oracle_man": ["zfs_93", "zfs_95"]}, {"token": "|main|", "oracle_man": ["zfs_27", "zfs_28", "zfs_29", "zfs_30", "zfs_31", "zfs_32", "zfs_33", "zfs_34", "zfs_35", "zfs_36", "zfs_37", "zfs_38", "zfs_39", "zfs_40", "zfs_41", "zfs_42", "zfs_43", "zfs_44", "zfs_45", "zfs_46", "zfs_47", "zfs_48", "zfs_49", "zfs_50", "zfs_51", "zfs_52", "zfs_53", "zfs_54", "zfs_55", "zfs_56", "zfs_57", "zfs_58", "zfs_59", "zfs_60", "zfs_61", "zfs_62", "zfs_63", "zfs_64", "zfs_65", "zfs_66", "zfs_67", "zfs_68", "zfs_69", "zfs_70", "zfs_71", "zfs_72", "zfs_73", "zfs_74", "zfs_75", "zfs_76", "zfs_77", "zfs_78", "zfs_79", "zfs_80", "zfs_81", "zfs_82", "zfs_83", "zfs_84", "zfs_85", "zfs_86", "zfs_87", "zfs_88", "zfs_89", "zfs_90", "zfs_91", "zfs_92", "zfs_93", "zfs_94", "zfs_95", "zfs_96", "zfs_97", "zfs_98", "zfs_99", "zfs_100", "zfs_101", "zfs_102", "zfs_103", "zfs_104", "zfs_105", "zfs_106", "zfs_107", "zfs_108", "zfs_109", "zfs_110", "zfs_111", "zfs_112", "zfs_113", "zfs_114", "zfs_115", "zfs_116", "zfs_117", "zfs_118", "zfs_119", "zfs_120", "zfs_121", "zfs_122", "zfs_123", "zfs_124", "zfs_125", "zfs_126", "zfs_127", "zfs_128", "zfs_129", "zfs_130", "zfs_131", "zfs_132", "zfs_133", "zfs_134", "zfs_135", "zfs_136", "zfs_137", "zfs_138", "zfs_139", "zfs_140", "zfs_141", "zfs_142", "zfs_143", "zfs_144"]}], "question_id": "4402"} {"nl": "start a proxy and save all output to a file", "cmd": "mitmdump -w {{filename}}", "tldr_cmd_name": "mitmdump", "cmd_name": "mitmdump", "manual_exist": true, "oracle_man": ["mitmdump_3", "mitmdump_19", "mitmdump_38", "mitmdump_61"], "matching_info": [{"token": "-w", "oracle_man": ["mitmdump_19", "mitmdump_38", "mitmdump_61"]}, {"token": "|main|", "oracle_man": ["mitmdump_3"]}], "question_id": "4416"} {"nl": "filter a saved traffic file to just post requests", "cmd": "mitmdump -nr {{input_filename}} -w {{output_filename}} \"{{~m post}}\"", "tldr_cmd_name": "mitmdump", "cmd_name": "mitmdump", "manual_exist": true, "oracle_man": ["mitmdump_3", "mitmdump_14", "mitmdump_19", "mitmdump_27", "mitmdump_37", "mitmdump_38", "mitmdump_54", "mitmdump_55", "mitmdump_56", "mitmdump_57", "mitmdump_60", "mitmdump_61", "mitmdump_62", "mitmdump_63", "mitmdump_65", "mitmdump_66"], "matching_info": [{"token": "-nr", "oracle_man": ["mitmdump_14", "mitmdump_27", "mitmdump_37", "mitmdump_54", "mitmdump_55", "mitmdump_56", "mitmdump_57", "mitmdump_60", "mitmdump_61", "mitmdump_62", "mitmdump_63", "mitmdump_65", "mitmdump_66"]}, {"token": "-w", "oracle_man": ["mitmdump_19", "mitmdump_38", "mitmdump_61"]}, {"token": "|main|", "oracle_man": ["mitmdump_3"]}], "question_id": "4417"} {"nl": "replay a saved traffic file", "cmd": "mitmdump -nc {{filename}}", "tldr_cmd_name": "mitmdump", "cmd_name": "mitmdump", "manual_exist": true, "oracle_man": ["mitmdump_3", "mitmdump_6", "mitmdump_11", "mitmdump_21", "mitmdump_40", "mitmdump_41", "mitmdump_42", "mitmdump_43", "mitmdump_44", "mitmdump_45", "mitmdump_47", "mitmdump_48", "mitmdump_49", "mitmdump_54", "mitmdump_60"], "matching_info": [{"token": "-nc", "oracle_man": ["mitmdump_6", "mitmdump_11", "mitmdump_21", "mitmdump_40", "mitmdump_41", "mitmdump_42", "mitmdump_43", "mitmdump_44", "mitmdump_45", "mitmdump_47", "mitmdump_48", "mitmdump_49", "mitmdump_54", "mitmdump_60"]}, {"token": "|main|", "oracle_man": ["mitmdump_3"]}], "question_id": "4418"} {"nl": "compress executable", "cmd": "upx {{file}}", "tldr_cmd_name": "upx", "cmd_name": "upx", "manual_exist": true, "oracle_man": ["upx_10"], "matching_info": [{"token": "|main|", "oracle_man": ["upx_10", "upx_11", "upx_12", "upx_13", "upx_14", "upx_15", "upx_16", "upx_17", "upx_18", "upx_19"]}], "question_id": "4440"} {"nl": "decompress executable", "cmd": "upx -d {{file}}", "tldr_cmd_name": "upx", "cmd_name": "upx", "manual_exist": true, "oracle_man": ["upx_10", "upx_21", "upx_29", "upx_164"], "matching_info": [{"token": "-d", "oracle_man": ["upx_21", "upx_29", "upx_164"]}, {"token": "|main|", "oracle_man": ["upx_10", "upx_11", "upx_12", "upx_13", "upx_14", "upx_15", "upx_16", "upx_17", "upx_18", "upx_19"]}], "question_id": "4441"} {"nl": "detailed help", "cmd": "upx --help", "tldr_cmd_name": "upx", "cmd_name": "upx", "manual_exist": true, "oracle_man": ["upx_10", "upx_27", "upx_30"], "matching_info": [{"token": "--help", "oracle_man": ["upx_27", "upx_30"]}, {"token": "|main|", "oracle_man": ["upx_10", "upx_11", "upx_12", "upx_13", "upx_14", "upx_15", "upx_16", "upx_17", "upx_18", "upx_19"]}], "question_id": "4442"} {"nl": "start an access point", "cmd": "sudo hostapd {{path/to/hostapd.conf}}", "tldr_cmd_name": "hostapd", "cmd_name": "hostapd", "manual_exist": true, "oracle_man": ["hostapd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["hostapd_3", "hostapd_4", "hostapd_5"]}], "question_id": "4449"} {"nl": "start an access point, forking into the background", "cmd": "sudo hostapd -B {{path/to/hostapd.conf}}", "tldr_cmd_name": "hostapd", "cmd_name": "hostapd", "manual_exist": true, "oracle_man": ["hostapd_3", "hostapd_10"], "matching_info": [{"token": "-B", "oracle_man": ["hostapd_10"]}, {"token": "|main|", "oracle_man": ["hostapd_3", "hostapd_4", "hostapd_5"]}], "question_id": "4450"} {"nl": "start a gui for `tlmgr`", "cmd": "sudo tlmgr gui", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4543"} {"nl": "start a gui specifying the background color", "cmd": "sudo tlmgr gui -background \"{{#f39bc3}}\"", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109", "tlmgr_372"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "-background", "oracle_man": ["tlmgr_372"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4544"} {"nl": "start a gui specifying the foreground color", "cmd": "sudo tlmgr gui -foreground \"{{#0ef3bd}}\"", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109", "tlmgr_374"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "-foreground", "oracle_man": ["tlmgr_374"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4545"} {"nl": "start a gui specifying the font and font size", "cmd": "sudo tlmgr gui -font \"{{helvetica 18}}\"", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109", "tlmgr_373"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "-font", "oracle_man": ["tlmgr_373"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4546"} {"nl": "start a gui setting a specific geometry", "cmd": "sudo tlmgr gui -geometry {{width}}x{{height}}-{{xpos}}+{{ypos}}", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109", "tlmgr_375"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "-geometry", "oracle_man": ["tlmgr_375"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4547"} {"nl": "start a gui passing an arbitrary x resource string", "cmd": "sudo tlmgr gui -xrm {{xresource}}", "tldr_cmd_name": "tlmgr-gui", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109", "tlmgr_376"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "-xrm", "oracle_man": ["tlmgr_376"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4548"} {"nl": "create a local kubernetes cluster", "cmd": "kind create cluster --name {{cluster_name}}", "tldr_cmd_name": "kind", "cmd_name": "kind", "manual_exist": true, "oracle_man": ["kind_1"], "matching_info": [{"token": "create", "oracle_man": []}, {"token": "cluster", "oracle_man": []}, {"token": "--name", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kind_1", "kind_2"]}], "question_id": "4549"} {"nl": "delete one or more clusters", "cmd": "kind delete clusters {{cluster_name}}", "tldr_cmd_name": "kind", "cmd_name": "kind", "manual_exist": true, "oracle_man": ["kind_1"], "matching_info": [{"token": "delete", "oracle_man": []}, {"token": "clusters", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kind_1", "kind_2"]}], "question_id": "4550"} {"nl": "get details about clusters, nodes, or the kubeconfig", "cmd": "kind get {{clusters|nodes|kubeconfig}}", "tldr_cmd_name": "kind", "cmd_name": "kind", "manual_exist": true, "oracle_man": ["kind_1"], "matching_info": [{"token": "get", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kind_1", "kind_2"]}], "question_id": "4551"} {"nl": "export the kubeconfig or the logs", "cmd": "kind export {{kubeconfig|logs}}", "tldr_cmd_name": "kind", "cmd_name": "kind", "manual_exist": true, "oracle_man": ["kind_1"], "matching_info": [{"token": "export", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kind_1", "kind_2"]}], "question_id": "4552"} {"nl": "merge two pdfs into one with the default suffix \"joined\"", "cmd": "pdfjoin {{path/to/file1.pdf}} {{path/to/file2.pdf}}", "tldr_cmd_name": "pdfjoin", "cmd_name": "pdfjoin", "manual_exist": true, "oracle_man": ["pdfjoin_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pdfjoin_3", "pdfjoin_4", "pdfjoin_5", "pdfjoin_6", "pdfjoin_7"]}], "question_id": "4563"} {"nl": "merge the first page of each given file together", "cmd": "pdfjoin {{path/to/file1.pdf path/to/file2.pdf ...}} {{1}} --outfile {{output_file}}", "tldr_cmd_name": "pdfjoin", "cmd_name": "pdfjoin", "manual_exist": true, "oracle_man": ["pdfjoin_3"], "matching_info": [{"token": "--outfile", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pdfjoin_3", "pdfjoin_4", "pdfjoin_5", "pdfjoin_6", "pdfjoin_7"]}], "question_id": "4564"} {"nl": "save pages 3 to 5 followed by page 1 to a new pdf with custom suffix", "cmd": "pdfjoin {{path/to/file.pdf}} {{3-5,1}} --suffix {{rearranged}}", "tldr_cmd_name": "pdfjoin", "cmd_name": "pdfjoin", "manual_exist": true, "oracle_man": ["pdfjoin_3"], "matching_info": [{"token": "--suffix", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pdfjoin_3", "pdfjoin_4", "pdfjoin_5", "pdfjoin_6", "pdfjoin_7"]}], "question_id": "4565"} {"nl": "merge page subranges from two pdfs", "cmd": "pdfjoin {/path/to/file1.pdf}} {{2-}} {{file2}} {{last-3}} --outfile {{output_file}}", "tldr_cmd_name": "pdfjoin", "cmd_name": "pdfjoin", "manual_exist": true, "oracle_man": ["pdfjoin_3"], "matching_info": [{"token": "{/path/to/file1.pdf}}", "oracle_man": []}, {"token": "--outfile", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pdfjoin_3", "pdfjoin_4", "pdfjoin_5", "pdfjoin_6", "pdfjoin_7"]}], "question_id": "4566"} {"nl": "compile and begin debugging the main package in the current directory (by default, with no arguments)", "cmd": "dlv debug", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "debug", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4567"} {"nl": "compile and begin debugging a specific package", "cmd": "dlv debug {{package}} {{arguments}}", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "debug", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4568"} {"nl": "compile a test binary and begin debugging the compiled program", "cmd": "dlv test", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "test", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4569"} {"nl": "connect to a headless debug server", "cmd": "dlv connect {{ip_address}}", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "connect", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4570"} {"nl": "attach to a running process and begin debugging", "cmd": "div attach {{pid}}", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "div", "oracle_man": []}, {"token": "attach", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4571"} {"nl": "compile and begin tracing a program", "cmd": "dlv trace {{package}} --regexp '{{regular_expression}}'", "tldr_cmd_name": "dlv", "cmd_name": "dlv", "manual_exist": true, "oracle_man": ["dlv_3"], "matching_info": [{"token": "trace", "oracle_man": []}, {"token": "--regexp", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dlv_3", "dlv_4", "dlv_5", "dlv_6", "dlv_7"]}], "question_id": "4572"} {"nl": "store data that you type from the keyboard", "cmd": "read {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5"], "matching_info": [{"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4650"} {"nl": "store each of the next lines you enter as values of an array", "cmd": "read -a {{array}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5"], "matching_info": [{"token": "-a", "oracle_man": []}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4651"} {"nl": "specify the number of maximum characters to be read", "cmd": "read -n {{character_count}} {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5", "read_28", "read_29", "read_30", "read_32", "read_35"], "matching_info": [{"token": "-n", "oracle_man": ["read_28", "read_29", "read_30", "read_32", "read_35"]}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4652"} {"nl": "use a specific character as a delimiter instead of a new line", "cmd": "read -d {{new_delimiter}} {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5", "read_9", "read_10", "read_28", "read_29", "read_30", "read_32"], "matching_info": [{"token": "-d", "oracle_man": ["read_9", "read_10", "read_28", "read_29", "read_30", "read_32"]}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4653"} {"nl": "do not let backslash (\\) act as an escape character", "cmd": "read -r {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5"], "matching_info": [{"token": "-r", "oracle_man": []}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4654"} {"nl": "display a prompt before the input", "cmd": "read -p \"{{Enter your input here: }}\" {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5"], "matching_info": [{"token": "-p", "oracle_man": []}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4655"} {"nl": "do not echo typed characters (silent mode)", "cmd": "read -s {{variable}}", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5", "read_28", "read_30"], "matching_info": [{"token": "-s", "oracle_man": ["read_28", "read_30"]}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4656"} {"nl": "read stdin and perform an action on every line", "cmd": "while read line; do echo \"$line\"; done", "tldr_cmd_name": "read", "cmd_name": "read", "manual_exist": true, "oracle_man": ["read_5", "read_8"], "matching_info": [{"token": "while", "oracle_man": []}, {"token": "line;", "oracle_man": []}, {"token": "do", "oracle_man": ["read_8"]}, {"token": "echo", "oracle_man": []}, {"token": "$line;", "oracle_man": []}, {"token": "done", "oracle_man": []}, {"token": "|main|", "oracle_man": ["read_5", "read_6", "read_7", "read_8", "read_9", "read_10", "read_11", "read_12", "read_13", "read_14", "read_15", "read_16", "read_17", "read_18", "read_19", "read_20", "read_21", "read_22", "read_23", "read_24", "read_25", "read_26", "read_27", "read_28", "read_29", "read_30", "read_31", "read_32", "read_33", "read_34"]}], "question_id": "4657"} {"nl": "dump database into an sqlscript file", "cmd": "pg_dump {{db_name}} > {{output_file.sql}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4706"} {"nl": "same as above, customize username", "cmd": "pg_dump -U {{username}} {{db_name}} > {{output_file.sql}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3", "pg_dump_103", "pg_dump_107"], "matching_info": [{"token": "-U", "oracle_man": ["pg_dump_103", "pg_dump_107"]}, {"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4707"} {"nl": "same as above, customize host and port", "cmd": "pg_dump -h {{host}} -p {{port}} {{db_name}} > {{output_file.sql}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3", "pg_dump_55", "pg_dump_57", "pg_dump_67", "pg_dump_72", "pg_dump_76", "pg_dump_84", "pg_dump_86", "pg_dump_98", "pg_dump_101", "pg_dump_102", "pg_dump_104", "pg_dump_105"], "matching_info": [{"token": "-h", "oracle_man": ["pg_dump_98", "pg_dump_101"]}, {"token": "-p", "oracle_man": ["pg_dump_55", "pg_dump_57", "pg_dump_67", "pg_dump_72", "pg_dump_76", "pg_dump_84", "pg_dump_86", "pg_dump_102", "pg_dump_104", "pg_dump_105"]}, {"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4708"} {"nl": "dump a database into a customformat archive file", "cmd": "pg_dump -Fc {{db_name}} > {{output_file.dump}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3", "pg_dump_7", "pg_dump_113"], "matching_info": [{"token": "-Fc", "oracle_man": ["pg_dump_7", "pg_dump_113"]}, {"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4709"} {"nl": "dump only database data into an sqlscript file", "cmd": "pg_dump -a {{db_name}} > {{path/to/output_file.sql}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3", "pg_dump_11", "pg_dump_19", "pg_dump_55", "pg_dump_58", "pg_dump_85", "pg_dump_97"], "matching_info": [{"token": "-a", "oracle_man": ["pg_dump_11", "pg_dump_19", "pg_dump_55", "pg_dump_58", "pg_dump_85", "pg_dump_97"]}, {"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4710"} {"nl": "dump only schema (data definitions) into an sqlscript file", "cmd": "pg_dump -s {{db_name}} > {{path/to/output_file.sql}}", "tldr_cmd_name": "pg_dump", "cmd_name": "pg_dump", "manual_exist": true, "oracle_man": ["pg_dump_3", "pg_dump_12", "pg_dump_13", "pg_dump_32", "pg_dump_33", "pg_dump_34", "pg_dump_35", "pg_dump_36", "pg_dump_41", "pg_dump_42", "pg_dump_43", "pg_dump_45", "pg_dump_63", "pg_dump_66", "pg_dump_77", "pg_dump_78", "pg_dump_79", "pg_dump_80", "pg_dump_87", "pg_dump_89", "pg_dump_92", "pg_dump_95", "pg_dump_96", "pg_dump_97", "pg_dump_108"], "matching_info": [{"token": "-s", "oracle_man": ["pg_dump_12", "pg_dump_13", "pg_dump_32", "pg_dump_33", "pg_dump_34", "pg_dump_35", "pg_dump_36", "pg_dump_41", "pg_dump_42", "pg_dump_43", "pg_dump_45", "pg_dump_63", "pg_dump_66", "pg_dump_77", "pg_dump_78", "pg_dump_79", "pg_dump_80", "pg_dump_87", "pg_dump_89", "pg_dump_92", "pg_dump_95", "pg_dump_96", "pg_dump_97", "pg_dump_108"]}, {"token": "|main|", "oracle_man": ["pg_dump_3", "pg_dump_4", "pg_dump_5", "pg_dump_6", "pg_dump_7", "pg_dump_8"]}], "question_id": "4711"} {"nl": "generate a default template configuration file `doxyfile`", "cmd": "doxygen -g", "tldr_cmd_name": "doxygen", "cmd_name": "doxygen", "manual_exist": true, "oracle_man": ["doxygen_2", "doxygen_5"], "matching_info": [{"token": "-g", "oracle_man": ["doxygen_5"]}, {"token": "|main|", "oracle_man": ["doxygen_2", "doxygen_3", "doxygen_4", "doxygen_5", "doxygen_6", "doxygen_7", "doxygen_8", "doxygen_9", "doxygen_10", "doxygen_11", "doxygen_12", "doxygen_13", "doxygen_14", "doxygen_15", "doxygen_16", "doxygen_17", "doxygen_18", "doxygen_19", "doxygen_20", "doxygen_21", "doxygen_22", "doxygen_23", "doxygen_24", "doxygen_25"]}], "question_id": "4738"} {"nl": "generate a template configuration file", "cmd": "doxygen -g {{path/to/config_file}}", "tldr_cmd_name": "doxygen", "cmd_name": "doxygen", "manual_exist": true, "oracle_man": ["doxygen_2", "doxygen_5"], "matching_info": [{"token": "-g", "oracle_man": ["doxygen_5"]}, {"token": "|main|", "oracle_man": ["doxygen_2", "doxygen_3", "doxygen_4", "doxygen_5", "doxygen_6", "doxygen_7", "doxygen_8", "doxygen_9", "doxygen_10", "doxygen_11", "doxygen_12", "doxygen_13", "doxygen_14", "doxygen_15", "doxygen_16", "doxygen_17", "doxygen_18", "doxygen_19", "doxygen_20", "doxygen_21", "doxygen_22", "doxygen_23", "doxygen_24", "doxygen_25"]}], "question_id": "4739"} {"nl": "generate documentation using an existing configuration file", "cmd": "doxygen {{path/to/config_file}}", "tldr_cmd_name": "doxygen", "cmd_name": "doxygen", "manual_exist": true, "oracle_man": ["doxygen_2"], "matching_info": [{"token": "|main|", "oracle_man": ["doxygen_2", "doxygen_3", "doxygen_4", "doxygen_5", "doxygen_6", "doxygen_7", "doxygen_8", "doxygen_9", "doxygen_10", "doxygen_11", "doxygen_12", "doxygen_13", "doxygen_14", "doxygen_15", "doxygen_16", "doxygen_17", "doxygen_18", "doxygen_19", "doxygen_20", "doxygen_21", "doxygen_22", "doxygen_23", "doxygen_24", "doxygen_25"]}], "question_id": "4740"} {"nl": "list all available repositories from which a package can be installed", "cmd": "tlmgr candidates {{package}}", "tldr_cmd_name": "tlmgr-candidates", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_58"], "matching_info": [{"token": "candidates", "oracle_man": ["tlmgr_58"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "4745"} {"nl": "get all namespaces in the current cluster", "cmd": "kubectl get namespaces", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_8"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "namespaces", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4752"} {"nl": "get nodes in a specified namespace", "cmd": "kubectl get nodes -n {{namespace}}", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_5", "kubectl-get_8", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "nodes", "oracle_man": []}, {"token": "-n", "oracle_man": ["kubectl-get_5", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"]}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4753"} {"nl": "get pods in a specified namespace", "cmd": "kubectl get pods -n {{namespace}}", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_5", "kubectl-get_8", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95", "kubectl-get_104", "kubectl-get_105"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "pods", "oracle_man": ["kubectl-get_104", "kubectl-get_105"]}, {"token": "-n", "oracle_man": ["kubectl-get_5", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"]}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4754"} {"nl": "get deployments in a specified namespace", "cmd": "kubectl get deployments -n {{namespace}}", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_5", "kubectl-get_8", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95", "kubectl-get_107"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "deployments", "oracle_man": ["kubectl-get_107"]}, {"token": "-n", "oracle_man": ["kubectl-get_5", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"]}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4755"} {"nl": "get services in a specified namespace", "cmd": "kubectl get services -n {{namespace}}", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_5", "kubectl-get_8", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "services", "oracle_man": []}, {"token": "-n", "oracle_man": ["kubectl-get_5", "kubectl-get_9", "kubectl-get_14", "kubectl-get_17", "kubectl-get_48", "kubectl-get_50", "kubectl-get_77", "kubectl-get_95"]}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4756"} {"nl": "get kubernetes objects defined in a yaml manifest", "cmd": "kubectl get -f {{path/to/manifest}}.yaml", "tldr_cmd_name": "kubectl-get", "cmd_name": "kubectl-get", "manual_exist": true, "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_4", "kubectl-get_8", "kubectl-get_12", "kubectl-get_13", "kubectl-get_14", "kubectl-get_15", "kubectl-get_18", "kubectl-get_21", "kubectl-get_26", "kubectl-get_28", "kubectl-get_38", "kubectl-get_71", "kubectl-get_72", "kubectl-get_73", "kubectl-get_75", "kubectl-get_102", "kubectl-get_109"], "matching_info": [{"token": "kubectl", "oracle_man": ["kubectl-get_2", "kubectl-get_3", "kubectl-get_8"]}, {"token": "get", "oracle_man": ["kubectl-get_2", "kubectl-get_3"]}, {"token": "-f", "oracle_man": ["kubectl-get_12", "kubectl-get_13", "kubectl-get_14", "kubectl-get_15", "kubectl-get_18", "kubectl-get_21", "kubectl-get_26", "kubectl-get_28", "kubectl-get_38", "kubectl-get_71", "kubectl-get_72", "kubectl-get_73", "kubectl-get_75", "kubectl-get_102", "kubectl-get_109"]}, {"token": "|main|", "oracle_man": ["kubectl-get_4", "kubectl-get_5", "kubectl-get_6", "kubectl-get_7", "kubectl-get_8"]}], "question_id": "4757"} {"nl": "prepare the php extension in the current directory for compiling", "cmd": "phpize", "tldr_cmd_name": "phpize", "cmd_name": "phpize", "manual_exist": true, "oracle_man": ["phpize_3"], "matching_info": [{"token": "|main|", "oracle_man": ["phpize_3"]}], "question_id": "4785"} {"nl": "delete files previously created by phpize", "cmd": "phpize --clean", "tldr_cmd_name": "phpize", "cmd_name": "phpize", "manual_exist": true, "oracle_man": ["phpize_3", "phpize_4"], "matching_info": [{"token": "--clean", "oracle_man": ["phpize_4"]}, {"token": "|main|", "oracle_man": ["phpize_3"]}], "question_id": "4786"} {"nl": "check if a version string respects the semantic versioning format (prints an empty string if it does not match)", "cmd": "semver {{1.2}}", "tldr_cmd_name": "semver", "cmd_name": "semver", "manual_exist": true, "oracle_man": ["semver_1"], "matching_info": [{"token": "|main|", "oracle_man": ["semver_1", "semver_2", "semver_3", "semver_4", "semver_5", "semver_6", "semver_7", "semver_8", "semver_9", "semver_10", "semver_11", "semver_12", "semver_13", "semver_14", "semver_15", "semver_16", "semver_17", "semver_18", "semver_19", "semver_20", "semver_21", "semver_22", "semver_23", "semver_24", "semver_25", "semver_26", "semver_27", "semver_28", "semver_29", "semver_30", "semver_31", "semver_32", "semver_33", "semver_34", "semver_35", "semver_36", "semver_37", "semver_38", "semver_39", "semver_40", "semver_41", "semver_42", "semver_43", "semver_44", "semver_45", "semver_46", "semver_47", "semver_48", "semver_49", "semver_50", "semver_51", "semver_52", "semver_53", "semver_54", "semver_55", "semver_56", "semver_57", "semver_58", "semver_59", "semver_60", "semver_61", "semver_62", "semver_63", "semver_64", "semver_65", "semver_66", "semver_67", "semver_68", "semver_69", "semver_70", "semver_71", "semver_72", "semver_73", "semver_74", "semver_75", "semver_76", "semver_77", "semver_78", "semver_79", "semver_80", "semver_81", "semver_82", "semver_83", "semver_84", "semver_85", "semver_86", "semver_87", "semver_88", "semver_89", "semver_90", "semver_91", "semver_92", "semver_93", "semver_94", "semver_95", "semver_96", "semver_97", "semver_98", "semver_99", "semver_100", "semver_101", "semver_102", "semver_103", "semver_104", "semver_105", "semver_106", "semver_107", "semver_108", "semver_109", "semver_110", "semver_111", "semver_112", "semver_113", "semver_114", "semver_115", "semver_116", "semver_117", "semver_118"]}], "question_id": "4797"} {"nl": "convert a version string to the semantic versioning format", "cmd": "semver --coerce {{1.2}}", "tldr_cmd_name": "semver", "cmd_name": "semver", "manual_exist": true, "oracle_man": ["semver_1", "semver_15"], "matching_info": [{"token": "--coerce", "oracle_man": ["semver_15"]}, {"token": "|main|", "oracle_man": ["semver_1", "semver_2", "semver_3", "semver_4", "semver_5", "semver_6", "semver_7", "semver_8", "semver_9", "semver_10", "semver_11", "semver_12", "semver_13", "semver_14", "semver_15", "semver_16", "semver_17", "semver_18", "semver_19", "semver_20", "semver_21", "semver_22", "semver_23", "semver_24", "semver_25", "semver_26", "semver_27", "semver_28", "semver_29", "semver_30", "semver_31", "semver_32", "semver_33", "semver_34", "semver_35", "semver_36", "semver_37", "semver_38", "semver_39", "semver_40", "semver_41", "semver_42", "semver_43", "semver_44", "semver_45", "semver_46", "semver_47", "semver_48", "semver_49", "semver_50", "semver_51", "semver_52", "semver_53", "semver_54", "semver_55", "semver_56", "semver_57", "semver_58", "semver_59", "semver_60", "semver_61", "semver_62", "semver_63", "semver_64", "semver_65", "semver_66", "semver_67", "semver_68", "semver_69", "semver_70", "semver_71", "semver_72", "semver_73", "semver_74", "semver_75", "semver_76", "semver_77", "semver_78", "semver_79", "semver_80", "semver_81", "semver_82", "semver_83", "semver_84", "semver_85", "semver_86", "semver_87", "semver_88", "semver_89", "semver_90", "semver_91", "semver_92", "semver_93", "semver_94", "semver_95", "semver_96", "semver_97", "semver_98", "semver_99", "semver_100", "semver_101", "semver_102", "semver_103", "semver_104", "semver_105", "semver_106", "semver_107", "semver_108", "semver_109", "semver_110", "semver_111", "semver_112", "semver_113", "semver_114", "semver_115", "semver_116", "semver_117", "semver_118"]}], "question_id": "4798"} {"nl": "test if `1.2.3` matches the `^1.0` range (prints an empty string if it does not match)", "cmd": "semver {{1.2.3}} --range \"{{^1.0}}\"", "tldr_cmd_name": "semver", "cmd_name": "semver", "manual_exist": true, "oracle_man": ["semver_1", "semver_11"], "matching_info": [{"token": "--range", "oracle_man": ["semver_11"]}, {"token": "|main|", "oracle_man": ["semver_1", "semver_2", "semver_3", "semver_4", "semver_5", "semver_6", "semver_7", "semver_8", "semver_9", "semver_10", "semver_11", "semver_12", "semver_13", "semver_14", "semver_15", "semver_16", "semver_17", "semver_18", "semver_19", "semver_20", "semver_21", "semver_22", "semver_23", "semver_24", "semver_25", "semver_26", "semver_27", "semver_28", "semver_29", "semver_30", "semver_31", "semver_32", "semver_33", "semver_34", "semver_35", "semver_36", "semver_37", "semver_38", "semver_39", "semver_40", "semver_41", "semver_42", "semver_43", "semver_44", "semver_45", "semver_46", "semver_47", "semver_48", "semver_49", "semver_50", "semver_51", "semver_52", "semver_53", "semver_54", "semver_55", "semver_56", "semver_57", "semver_58", "semver_59", "semver_60", "semver_61", "semver_62", "semver_63", "semver_64", "semver_65", "semver_66", "semver_67", "semver_68", "semver_69", "semver_70", "semver_71", "semver_72", "semver_73", "semver_74", "semver_75", "semver_76", "semver_77", "semver_78", "semver_79", "semver_80", "semver_81", "semver_82", "semver_83", "semver_84", "semver_85", "semver_86", "semver_87", "semver_88", "semver_89", "semver_90", "semver_91", "semver_92", "semver_93", "semver_94", "semver_95", "semver_96", "semver_97", "semver_98", "semver_99", "semver_100", "semver_101", "semver_102", "semver_103", "semver_104", "semver_105", "semver_106", "semver_107", "semver_108", "semver_109", "semver_110", "semver_111", "semver_112", "semver_113", "semver_114", "semver_115", "semver_116", "semver_117", "semver_118"]}], "question_id": "4799"} {"nl": "test with multiple ranges", "cmd": "semver {{1.2.3}} --range {{\">=1.0\"}} {{\"<2.0\"}}", "tldr_cmd_name": "semver", "cmd_name": "semver", "manual_exist": true, "oracle_man": ["semver_1", "semver_11"], "matching_info": [{"token": "--range", "oracle_man": ["semver_11"]}, {"token": "|main|", "oracle_man": ["semver_1", "semver_2", "semver_3", "semver_4", "semver_5", "semver_6", "semver_7", "semver_8", "semver_9", "semver_10", "semver_11", "semver_12", "semver_13", "semver_14", "semver_15", "semver_16", "semver_17", "semver_18", "semver_19", "semver_20", "semver_21", "semver_22", "semver_23", "semver_24", "semver_25", "semver_26", "semver_27", "semver_28", "semver_29", "semver_30", "semver_31", "semver_32", "semver_33", "semver_34", "semver_35", "semver_36", "semver_37", "semver_38", "semver_39", "semver_40", "semver_41", "semver_42", "semver_43", "semver_44", "semver_45", "semver_46", "semver_47", "semver_48", "semver_49", "semver_50", "semver_51", "semver_52", "semver_53", "semver_54", "semver_55", "semver_56", "semver_57", "semver_58", "semver_59", "semver_60", "semver_61", "semver_62", "semver_63", "semver_64", "semver_65", "semver_66", "semver_67", "semver_68", "semver_69", "semver_70", "semver_71", "semver_72", "semver_73", "semver_74", "semver_75", "semver_76", "semver_77", "semver_78", "semver_79", "semver_80", "semver_81", "semver_82", "semver_83", "semver_84", "semver_85", "semver_86", "semver_87", "semver_88", "semver_89", "semver_90", "semver_91", "semver_92", "semver_93", "semver_94", "semver_95", "semver_96", "semver_97", "semver_98", "semver_99", "semver_100", "semver_101", "semver_102", "semver_103", "semver_104", "semver_105", "semver_106", "semver_107", "semver_108", "semver_109", "semver_110", "semver_111", "semver_112", "semver_113", "semver_114", "semver_115", "semver_116", "semver_117", "semver_118"]}], "question_id": "4800"} {"nl": "test multiple version strings and return only the ones that match", "cmd": "semver {{1.2.3}} {{2.0.0}} --range \"{{^1.0}}\"", "tldr_cmd_name": "semver", "cmd_name": "semver", "manual_exist": true, "oracle_man": ["semver_1", "semver_11"], "matching_info": [{"token": "--range", "oracle_man": ["semver_11"]}, {"token": "|main|", "oracle_man": ["semver_1", "semver_2", "semver_3", "semver_4", "semver_5", "semver_6", "semver_7", "semver_8", "semver_9", "semver_10", "semver_11", "semver_12", "semver_13", "semver_14", "semver_15", "semver_16", "semver_17", "semver_18", "semver_19", "semver_20", "semver_21", "semver_22", "semver_23", "semver_24", "semver_25", "semver_26", "semver_27", "semver_28", "semver_29", "semver_30", "semver_31", "semver_32", "semver_33", "semver_34", "semver_35", "semver_36", "semver_37", "semver_38", "semver_39", "semver_40", "semver_41", "semver_42", "semver_43", "semver_44", "semver_45", "semver_46", "semver_47", "semver_48", "semver_49", "semver_50", "semver_51", "semver_52", "semver_53", "semver_54", "semver_55", "semver_56", "semver_57", "semver_58", "semver_59", "semver_60", "semver_61", "semver_62", "semver_63", "semver_64", "semver_65", "semver_66", "semver_67", "semver_68", "semver_69", "semver_70", "semver_71", "semver_72", "semver_73", "semver_74", "semver_75", "semver_76", "semver_77", "semver_78", "semver_79", "semver_80", "semver_81", "semver_82", "semver_83", "semver_84", "semver_85", "semver_86", "semver_87", "semver_88", "semver_89", "semver_90", "semver_91", "semver_92", "semver_93", "semver_94", "semver_95", "semver_96", "semver_97", "semver_98", "semver_99", "semver_100", "semver_101", "semver_102", "semver_103", "semver_104", "semver_105", "semver_106", "semver_107", "semver_108", "semver_109", "semver_110", "semver_111", "semver_112", "semver_113", "semver_114", "semver_115", "semver_116", "semver_117", "semver_118"]}], "question_id": "4801"} {"nl": "show help", "cmd": "docker start", "tldr_cmd_name": "docker-start", "cmd_name": "docker-start", "manual_exist": true, "oracle_man": ["docker-start_2", "docker-start_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-start_2", "docker-start_3"]}, {"token": "start", "oracle_man": ["docker-start_2"]}, {"token": "|main|", "oracle_man": ["docker-start_3"]}], "question_id": "4849"} {"nl": "start a docker container", "cmd": "docker start {{container}}", "tldr_cmd_name": "docker-start", "cmd_name": "docker-start", "manual_exist": true, "oracle_man": ["docker-start_2", "docker-start_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-start_2", "docker-start_3"]}, {"token": "start", "oracle_man": ["docker-start_2"]}, {"token": "|main|", "oracle_man": ["docker-start_3"]}], "question_id": "4850"} {"nl": "start a container, attaching stdout and stderr and forwarding signals", "cmd": "docker start --attach {{container}}", "tldr_cmd_name": "docker-start", "cmd_name": "docker-start", "manual_exist": true, "oracle_man": ["docker-start_2", "docker-start_3", "docker-start_4"], "matching_info": [{"token": "docker", "oracle_man": ["docker-start_2", "docker-start_3"]}, {"token": "start", "oracle_man": ["docker-start_2"]}, {"token": "--attach", "oracle_man": ["docker-start_4"]}, {"token": "|main|", "oracle_man": ["docker-start_3"]}], "question_id": "4851"} {"nl": "start one or more spaceseparated containers", "cmd": "docker start {{container(s)}}", "tldr_cmd_name": "docker-start", "cmd_name": "docker-start", "manual_exist": true, "oracle_man": ["docker-start_2", "docker-start_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-start_2", "docker-start_3"]}, {"token": "start", "oracle_man": ["docker-start_2"]}, {"token": "|main|", "oracle_man": ["docker-start_3"]}], "question_id": "4852"} {"nl": "symlink all files recursively to a given directory", "cmd": "stow --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}", "tldr_cmd_name": "stow", "cmd_name": "stow", "manual_exist": true, "oracle_man": ["stow_3", "stow_20", "stow_46"], "matching_info": [{"token": "--target", "oracle_man": ["stow_20", "stow_46"]}, {"token": "|main|", "oracle_man": ["stow_3", "stow_4", "stow_5", "stow_6", "stow_7", "stow_8", "stow_9"]}], "question_id": "4857"} {"nl": "delete symlinks recursively from a given directory", "cmd": "stow --delete --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}", "tldr_cmd_name": "stow", "cmd_name": "stow", "manual_exist": true, "oracle_man": ["stow_3", "stow_20", "stow_23", "stow_46"], "matching_info": [{"token": "--delete", "oracle_man": ["stow_23"]}, {"token": "--target", "oracle_man": ["stow_20", "stow_46"]}, {"token": "|main|", "oracle_man": ["stow_3", "stow_4", "stow_5", "stow_6", "stow_7", "stow_8", "stow_9"]}], "question_id": "4858"} {"nl": "simulate to see what the result would be like", "cmd": "stow --simulate --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}", "tldr_cmd_name": "stow", "cmd_name": "stow", "manual_exist": true, "oracle_man": ["stow_3", "stow_20", "stow_46"], "matching_info": [{"token": "--simulate", "oracle_man": []}, {"token": "--target", "oracle_man": ["stow_20", "stow_46"]}, {"token": "|main|", "oracle_man": ["stow_3", "stow_4", "stow_5", "stow_6", "stow_7", "stow_8", "stow_9"]}], "question_id": "4859"} {"nl": "delete and resymlink", "cmd": "stow --restow --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}", "tldr_cmd_name": "stow", "cmd_name": "stow", "manual_exist": true, "oracle_man": ["stow_3", "stow_20", "stow_24", "stow_46"], "matching_info": [{"token": "--restow", "oracle_man": ["stow_24"]}, {"token": "--target", "oracle_man": ["stow_20", "stow_46"]}, {"token": "|main|", "oracle_man": ["stow_3", "stow_4", "stow_5", "stow_6", "stow_7", "stow_8", "stow_9"]}], "question_id": "4860"} {"nl": "exclude files matching a regular expression", "cmd": "stow --ignore={{regular_expression}} --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}", "tldr_cmd_name": "stow", "cmd_name": "stow", "manual_exist": true, "oracle_man": ["stow_3", "stow_20", "stow_28", "stow_46"], "matching_info": [{"token": "--ignore", "oracle_man": ["stow_28", "stow_46"]}, {"token": "--target", "oracle_man": ["stow_20", "stow_46"]}, {"token": "|main|", "oracle_man": ["stow_3", "stow_4", "stow_5", "stow_6", "stow_7", "stow_8", "stow_9"]}], "question_id": "4861"} {"nl": "open a file", "cmd": "more {{path/to/file}}", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3"], "matching_info": [{"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4884"} {"nl": "open a file displaying from a specific line", "cmd": "more +{{line_number}} {{path/to/file}}", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3"], "matching_info": [{"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4885"} {"nl": "display help", "cmd": "more --help", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3", "more_16"], "matching_info": [{"token": "--help", "oracle_man": ["more_16"]}, {"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4886"} {"nl": "go to the next page", "cmd": "", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3"], "matching_info": [{"token": "Space", "oracle_man": []}, {"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4887"} {"nl": "search for a string (press `n` to go to the next match)", "cmd": "/{{something}}", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3"], "matching_info": [{"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4888"} {"nl": "exit", "cmd": "q", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3", "more_24"], "matching_info": [{"token": "q", "oracle_man": ["more_24"]}, {"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4889"} {"nl": "display help about interactive commands", "cmd": "h", "tldr_cmd_name": "more", "cmd_name": "more", "manual_exist": true, "oracle_man": ["more_3", "more_19"], "matching_info": [{"token": "h", "oracle_man": ["more_19"]}, {"token": "|main|", "oracle_man": ["more_3"]}], "question_id": "4890"} {"nl": "list packages", "cmd": "go list ./...", "tldr_cmd_name": "go-list", "cmd_name": "go-list", "manual_exist": true, "oracle_man": ["go-list_1", "go-list_2", "go-list_3", "go-list_41"], "matching_info": [{"token": "go", "oracle_man": ["go-list_2", "go-list_41"]}, {"token": "list", "oracle_man": ["go-list_1", "go-list_2"]}, {"token": "./...", "oracle_man": []}, {"token": "|main|", "oracle_man": ["go-list_3", "go-list_4", "go-list_5"]}], "question_id": "4903"} {"nl": "list standard packages", "cmd": "go list std", "tldr_cmd_name": "go-list", "cmd_name": "go-list", "manual_exist": true, "oracle_man": ["go-list_1", "go-list_2", "go-list_3", "go-list_41"], "matching_info": [{"token": "go", "oracle_man": ["go-list_2", "go-list_41"]}, {"token": "list", "oracle_man": ["go-list_1", "go-list_2"]}, {"token": "std", "oracle_man": []}, {"token": "|main|", "oracle_man": ["go-list_3", "go-list_4", "go-list_5"]}], "question_id": "4904"} {"nl": "list packages in json format", "cmd": "go list -json time net/http", "tldr_cmd_name": "go-list", "cmd_name": "go-list", "manual_exist": true, "oracle_man": ["go-list_1", "go-list_2", "go-list_3", "go-list_21", "go-list_41", "go-list_43"], "matching_info": [{"token": "go", "oracle_man": ["go-list_2", "go-list_41"]}, {"token": "list", "oracle_man": ["go-list_1", "go-list_2"]}, {"token": "-json", "oracle_man": ["go-list_2", "go-list_3", "go-list_21", "go-list_41", "go-list_43"]}, {"token": "time", "oracle_man": []}, {"token": "net/http", "oracle_man": []}, {"token": "|main|", "oracle_man": ["go-list_3", "go-list_4", "go-list_5"]}], "question_id": "4905"} {"nl": "list module dependencies and available updates", "cmd": "go list -m -u all", "tldr_cmd_name": "go-list", "cmd_name": "go-list", "manual_exist": true, "oracle_man": ["go-list_1", "go-list_2", "go-list_3", "go-list_16", "go-list_30", "go-list_32", "go-list_34", "go-list_35", "go-list_39", "go-list_41", "go-list_43", "go-list_44"], "matching_info": [{"token": "go", "oracle_man": ["go-list_2", "go-list_41"]}, {"token": "list", "oracle_man": ["go-list_1", "go-list_2"]}, {"token": "-m", "oracle_man": ["go-list_2", "go-list_16", "go-list_30", "go-list_34", "go-list_35", "go-list_39", "go-list_41", "go-list_43", "go-list_44"]}, {"token": "-u", "oracle_man": ["go-list_3", "go-list_32", "go-list_39", "go-list_41"]}, {"token": "all", "oracle_man": []}, {"token": "|main|", "oracle_man": ["go-list_3", "go-list_4", "go-list_5"]}], "question_id": "4906"} {"nl": "display all bookmarks matching \"keyword\" and with \"privacy\" tag", "cmd": "buku {{keyword}} --stag {{privacy}}", "tldr_cmd_name": "buku", "cmd_name": "buku", "manual_exist": true, "oracle_man": ["buku_3", "buku_13", "buku_33", "buku_34", "buku_95", "buku_117", "buku_119", "buku_121", "buku_123", "buku_125"], "matching_info": [{"token": "--stag", "oracle_man": ["buku_13", "buku_33", "buku_34", "buku_95", "buku_117", "buku_119", "buku_121", "buku_123", "buku_125"]}, {"token": "|main|", "oracle_man": ["buku_3", "buku_4", "buku_5"]}], "question_id": "4925"} {"nl": "add bookmark with tags \"search engine\" and \"privacy\"", "cmd": "buku --add {{https://example.com}} {{search engine}}, {{privacy}}", "tldr_cmd_name": "buku", "cmd_name": "buku", "manual_exist": true, "oracle_man": ["buku_3", "buku_18", "buku_25", "buku_26", "buku_27", "buku_28"], "matching_info": [{"token": "--add", "oracle_man": ["buku_18", "buku_25", "buku_26", "buku_27", "buku_28"]}, {"token": "|main|", "oracle_man": ["buku_3", "buku_4", "buku_5"]}], "question_id": "4926"} {"nl": "delete a bookmark", "cmd": "buku --delete {{bookmark_id}}", "tldr_cmd_name": "buku", "cmd_name": "buku", "manual_exist": true, "oracle_man": ["buku_3", "buku_21", "buku_48"], "matching_info": [{"token": "--delete", "oracle_man": ["buku_21", "buku_48"]}, {"token": "|main|", "oracle_man": ["buku_3", "buku_4", "buku_5"]}], "question_id": "4927"} {"nl": "open editor to edit a bookmark", "cmd": "buku --write {{bookmark_id}}", "tldr_cmd_name": "buku", "cmd_name": "buku", "manual_exist": true, "oracle_man": ["buku_3", "buku_20"], "matching_info": [{"token": "--write", "oracle_man": ["buku_20"]}, {"token": "|main|", "oracle_man": ["buku_3", "buku_4", "buku_5"]}], "question_id": "4928"} {"nl": "remove \"search engine\" tag from a bookmark", "cmd": "buku --update {{bookmark_id}} --tag {{-}} {{search engine}}", "tldr_cmd_name": "buku", "cmd_name": "buku", "manual_exist": true, "oracle_man": ["buku_3", "buku_10", "buku_11", "buku_19", "buku_24", "buku_25", "buku_26", "buku_27", "buku_28", "buku_48", "buku_88", "buku_93", "buku_101", "buku_127", "buku_144"], "matching_info": [{"token": "--update", "oracle_man": ["buku_19", "buku_24", "buku_25", "buku_26", "buku_27", "buku_28", "buku_48"]}, {"token": "--tag", "oracle_man": ["buku_10", "buku_11", "buku_25", "buku_88", "buku_93", "buku_101", "buku_127", "buku_144"]}, {"token": "|main|", "oracle_man": ["buku_3", "buku_4", "buku_5"]}], "question_id": "4929"} {"nl": "pack the currently checked out commit into a zip archive", "cmd": "git archive-file", "tldr_cmd_name": "git-archive-file", "cmd_name": "git-archive-file", "manual_exist": true, "oracle_man": ["git-archive-file_3"], "matching_info": [{"token": "git", "oracle_man": []}, {"token": "archive-file", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-archive-file_3"]}], "question_id": "4948"} {"nl": "display a 32bit checksum, size in bytes and filename", "cmd": "cksum {{path/to/file}}", "tldr_cmd_name": "cksum", "cmd_name": "cksum", "manual_exist": true, "oracle_man": ["cksum_3"], "matching_info": [{"token": "|main|", "oracle_man": ["cksum_3", "cksum_4", "cksum_5", "cksum_6", "cksum_7", "cksum_8", "cksum_9", "cksum_10", "cksum_11", "cksum_12", "cksum_13", "cksum_14", "cksum_15", "cksum_16", "cksum_17", "cksum_18", "cksum_19", "cksum_20", "cksum_21", "cksum_22", "cksum_23", "cksum_24", "cksum_25", "cksum_26", "cksum_27", "cksum_28", "cksum_29", "cksum_30", "cksum_31"]}], "question_id": "5064"} {"nl": "calculate the sha512 checksum for a file", "cmd": "sha512sum {{path/to/file}}", "tldr_cmd_name": "sha512sum", "cmd_name": "sha512sum", "manual_exist": true, "oracle_man": ["sha512sum_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sha512sum_3", "sha512sum_4", "sha512sum_5", "sha512sum_6", "sha512sum_7", "sha512sum_8", "sha512sum_9", "sha512sum_10", "sha512sum_11", "sha512sum_12", "sha512sum_13", "sha512sum_14", "sha512sum_15", "sha512sum_16", "sha512sum_17", "sha512sum_18"]}], "question_id": "5104"} {"nl": "calculate sha512 checksums for multiple files", "cmd": "sha512sum {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "sha512sum", "cmd_name": "sha512sum", "manual_exist": true, "oracle_man": ["sha512sum_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sha512sum_3", "sha512sum_4", "sha512sum_5", "sha512sum_6", "sha512sum_7", "sha512sum_8", "sha512sum_9", "sha512sum_10", "sha512sum_11", "sha512sum_12", "sha512sum_13", "sha512sum_14", "sha512sum_15", "sha512sum_16", "sha512sum_17", "sha512sum_18"]}], "question_id": "5105"} {"nl": "calculate and save the list of sha512 checksums to a file", "cmd": "sha512sum {{path/to/file1}} {{path/to/file2}} > {{path/to/file.sha512}}", "tldr_cmd_name": "sha512sum", "cmd_name": "sha512sum", "manual_exist": true, "oracle_man": ["sha512sum_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sha512sum_3", "sha512sum_4", "sha512sum_5", "sha512sum_6", "sha512sum_7", "sha512sum_8", "sha512sum_9", "sha512sum_10", "sha512sum_11", "sha512sum_12", "sha512sum_13", "sha512sum_14", "sha512sum_15", "sha512sum_16", "sha512sum_17", "sha512sum_18"]}], "question_id": "5106"} {"nl": "read a file of sha512 sums and verify all files have matching checksums", "cmd": "sha512sum --check {{path/to/file.sha512}}", "tldr_cmd_name": "sha512sum", "cmd_name": "sha512sum", "manual_exist": true, "oracle_man": ["sha512sum_3", "sha512sum_6"], "matching_info": [{"token": "--check", "oracle_man": ["sha512sum_6"]}, {"token": "|main|", "oracle_man": ["sha512sum_3", "sha512sum_4", "sha512sum_5", "sha512sum_6", "sha512sum_7", "sha512sum_8", "sha512sum_9", "sha512sum_10", "sha512sum_11", "sha512sum_12", "sha512sum_13", "sha512sum_14", "sha512sum_15", "sha512sum_16", "sha512sum_17", "sha512sum_18"]}], "question_id": "5107"} {"nl": "only show a message for files for which verification fails", "cmd": "sha512sum --check --quiet {{path/to/file.sha512}}", "tldr_cmd_name": "sha512sum", "cmd_name": "sha512sum", "manual_exist": true, "oracle_man": ["sha512sum_3", "sha512sum_6", "sha512sum_11"], "matching_info": [{"token": "--check", "oracle_man": ["sha512sum_6"]}, {"token": "--quiet", "oracle_man": ["sha512sum_11"]}, {"token": "|main|", "oracle_man": ["sha512sum_3", "sha512sum_4", "sha512sum_5", "sha512sum_6", "sha512sum_7", "sha512sum_8", "sha512sum_9", "sha512sum_10", "sha512sum_11", "sha512sum_12", "sha512sum_13", "sha512sum_14", "sha512sum_15", "sha512sum_16", "sha512sum_17", "sha512sum_18"]}], "question_id": "5108"} {"nl": "list all available tex live packages, prefexing installed ones with `i`", "cmd": "tlmgr info", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5109"} {"nl": "list all available collections", "cmd": "tlmgr info collections", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "collections", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5110"} {"nl": "list all available schemes", "cmd": "tlmgr info scheme", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "scheme", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5111"} {"nl": "show information about a specific package", "cmd": "tlmgr info {{package_name}}", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5112"} {"nl": "list all files contained in a specific package", "cmd": "tlmgr info {{package_name}} --list", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_12", "tlmgr_110", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_242", "tlmgr_243", "tlmgr_250", "tlmgr_251", "tlmgr_274"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "--list", "oracle_man": ["tlmgr_10", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_242", "tlmgr_243", "tlmgr_250", "tlmgr_251", "tlmgr_274"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5113"} {"nl": "list all installed packages", "cmd": "tlmgr info --only-installed", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110", "tlmgr_119", "tlmgr_120"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "--only-installed", "oracle_man": ["tlmgr_119", "tlmgr_120"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5114"} {"nl": "show only specific information about a package", "cmd": "tlmgr info {{package_name}} --data \"{{name}},{{category}},{{installed}},{{size}},{{depends}},...\"", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110", "tlmgr_121", "tlmgr_122", "tlmgr_218"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "--data", "oracle_man": ["tlmgr_121", "tlmgr_122", "tlmgr_218"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5115"} {"nl": "print all available packages as json encoded array", "cmd": "tlmgr info --json", "tldr_cmd_name": "tlmgr-info", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_78", "tlmgr_82", "tlmgr_110", "tlmgr_122", "tlmgr_140", "tlmgr_143", "tlmgr_160", "tlmgr_166", "tlmgr_218"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "--json", "oracle_man": ["tlmgr_78", "tlmgr_82", "tlmgr_122", "tlmgr_140", "tlmgr_143", "tlmgr_160", "tlmgr_166", "tlmgr_218"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5116"} {"nl": "enable asynchronous scrolling", "cmd": "cmatrix -a", "tldr_cmd_name": "cmatrix", "cmd_name": "cmatrix", "manual_exist": true, "oracle_man": ["cmatrix_2", "cmatrix_3", "cmatrix_4"], "matching_info": [{"token": "-a", "oracle_man": ["cmatrix_2", "cmatrix_4"]}, {"token": "|main|", "oracle_man": ["cmatrix_3", "cmatrix_4", "cmatrix_5", "cmatrix_6", "cmatrix_7", "cmatrix_8", "cmatrix_9", "cmatrix_10", "cmatrix_11", "cmatrix_12", "cmatrix_13", "cmatrix_14", "cmatrix_15", "cmatrix_16", "cmatrix_17", "cmatrix_18", "cmatrix_19", "cmatrix_20", "cmatrix_21", "cmatrix_22", "cmatrix_23", "cmatrix_24", "cmatrix_25"]}], "question_id": "5125"} {"nl": "display red text", "cmd": "cmatrix -C {{red}}", "tldr_cmd_name": "cmatrix", "cmd_name": "cmatrix", "manual_exist": true, "oracle_man": ["cmatrix_2", "cmatrix_3", "cmatrix_17"], "matching_info": [{"token": "-C", "oracle_man": ["cmatrix_2", "cmatrix_17"]}, {"token": "|main|", "oracle_man": ["cmatrix_3", "cmatrix_4", "cmatrix_5", "cmatrix_6", "cmatrix_7", "cmatrix_8", "cmatrix_9", "cmatrix_10", "cmatrix_11", "cmatrix_12", "cmatrix_13", "cmatrix_14", "cmatrix_15", "cmatrix_16", "cmatrix_17", "cmatrix_18", "cmatrix_19", "cmatrix_20", "cmatrix_21", "cmatrix_22", "cmatrix_23", "cmatrix_24", "cmatrix_25"]}], "question_id": "5126"} {"nl": "enable rainbow mode", "cmd": "cmatrix -r", "tldr_cmd_name": "cmatrix", "cmd_name": "cmatrix", "manual_exist": true, "oracle_man": ["cmatrix_3"], "matching_info": [{"token": "-r", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cmatrix_3", "cmatrix_4", "cmatrix_5", "cmatrix_6", "cmatrix_7", "cmatrix_8", "cmatrix_9", "cmatrix_10", "cmatrix_11", "cmatrix_12", "cmatrix_13", "cmatrix_14", "cmatrix_15", "cmatrix_16", "cmatrix_17", "cmatrix_18", "cmatrix_19", "cmatrix_20", "cmatrix_21", "cmatrix_22", "cmatrix_23", "cmatrix_24", "cmatrix_25"]}], "question_id": "5127"} {"nl": "set screen update delay to 2 centiseconds (20 milliseconds)", "cmd": "cmatrix -u {{2}}", "tldr_cmd_name": "cmatrix", "cmd_name": "cmatrix", "manual_exist": true, "oracle_man": ["cmatrix_2", "cmatrix_3", "cmatrix_16"], "matching_info": [{"token": "-u", "oracle_man": ["cmatrix_2", "cmatrix_16"]}, {"token": "|main|", "oracle_man": ["cmatrix_3", "cmatrix_4", "cmatrix_5", "cmatrix_6", "cmatrix_7", "cmatrix_8", "cmatrix_9", "cmatrix_10", "cmatrix_11", "cmatrix_12", "cmatrix_13", "cmatrix_14", "cmatrix_15", "cmatrix_16", "cmatrix_17", "cmatrix_18", "cmatrix_19", "cmatrix_20", "cmatrix_21", "cmatrix_22", "cmatrix_23", "cmatrix_24", "cmatrix_25"]}], "question_id": "5128"} {"nl": "start a singlenode etcd cluster", "cmd": "etcd", "tldr_cmd_name": "etcd", "cmd_name": "etcd", "manual_exist": true, "oracle_man": ["etcd_1"], "matching_info": [{"token": "|main|", "oracle_man": ["etcd_1"]}], "question_id": "5177"} {"nl": "start a singlenode etcd cluster, listening for client requests on a custom url", "cmd": "etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}", "tldr_cmd_name": "etcd", "cmd_name": "etcd", "manual_exist": true, "oracle_man": ["etcd_1", "etcd_19", "etcd_47"], "matching_info": [{"token": "--advertise-client-urls", "oracle_man": ["etcd_47"]}, {"token": "--listen-client-urls", "oracle_man": ["etcd_19"]}, {"token": "|main|", "oracle_man": ["etcd_1"]}], "question_id": "5178"} {"nl": "start a singlenode etcd cluster with a custom name", "cmd": "etcd --name {{my_etcd_cluster}}", "tldr_cmd_name": "etcd", "cmd_name": "etcd", "manual_exist": true, "oracle_man": ["etcd_1", "etcd_3"], "matching_info": [{"token": "--name", "oracle_man": ["etcd_3"]}, {"token": "|main|", "oracle_man": ["etcd_1"]}], "question_id": "5179"} {"nl": "start a singlenode etcd cluster with extensive metrics available at http//localhost2379/debug/pprof/", "cmd": "etcd --enable-pprof --metrics extensive", "tldr_cmd_name": "etcd", "cmd_name": "etcd", "manual_exist": true, "oracle_man": ["etcd_1", "etcd_121", "etcd_123"], "matching_info": [{"token": "--enable-pprof", "oracle_man": ["etcd_121"]}, {"token": "--metrics", "oracle_man": ["etcd_123"]}, {"token": "extensive", "oracle_man": []}, {"token": "|main|", "oracle_man": ["etcd_1"]}], "question_id": "5180"} {"nl": "print the specified number of words", "cmd": "lorem -n {{20}}", "tldr_cmd_name": "lorem", "cmd_name": "lorem", "manual_exist": true, "oracle_man": ["lorem_8"], "matching_info": [{"token": "-n", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lorem_8"]}], "question_id": "5181"} {"nl": "print 10 lines of goethe's faust", "cmd": "lorem -l {{10}} --faust", "tldr_cmd_name": "lorem", "cmd_name": "lorem", "manual_exist": true, "oracle_man": ["lorem_8"], "matching_info": [{"token": "-l", "oracle_man": ["lorem_8"]}, {"token": "--faust", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lorem_8"]}], "question_id": "5182"} {"nl": "print 5 sentences of poe's raven", "cmd": "lorem -s {{5}} --raven", "tldr_cmd_name": "lorem", "cmd_name": "lorem", "manual_exist": true, "oracle_man": ["lorem_7", "lorem_8"], "matching_info": [{"token": "-s", "oracle_man": ["lorem_7"]}, {"token": "--raven", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lorem_8"]}], "question_id": "5183"} {"nl": "print 40 random characters from boccaccio's decameron", "cmd": "lorem --randomize -c {{40}} --decamerone", "tldr_cmd_name": "lorem", "cmd_name": "lorem", "manual_exist": true, "oracle_man": ["lorem_8"], "matching_info": [{"token": "--randomize", "oracle_man": []}, {"token": "-c", "oracle_man": []}, {"token": "--decamerone", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lorem_8"]}], "question_id": "5184"} {"nl": "run tasks in playbook", "cmd": "ansible-playbook {{playbook}}", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5188"} {"nl": "run tasks in playbook with custom host inventory", "cmd": "ansible-playbook {{playbook}} -i {{inventory_file}}", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_2", "ansible-playbook_3", "ansible-playbook_24", "ansible-playbook_37"], "matching_info": [{"token": "-i", "oracle_man": ["ansible-playbook_2", "ansible-playbook_24", "ansible-playbook_37"]}, {"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5189"} {"nl": "run tasks in playbook with extra variables defined via the commandline", "cmd": "ansible-playbook {{playbook}} -e \"{{variable1}}={{value1}} {{variable2}}={{value2}}\"", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_2", "ansible-playbook_3", "ansible-playbook_16", "ansible-playbook_17", "ansible-playbook_20", "ansible-playbook_34"], "matching_info": [{"token": "-e", "oracle_man": ["ansible-playbook_2", "ansible-playbook_16", "ansible-playbook_17", "ansible-playbook_20", "ansible-playbook_34"]}, {"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5190"} {"nl": "run tasks in playbook with extra variables defined in a json file", "cmd": "ansible-playbook {{playbook}} -e \"@{{variables.json}}\"", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_2", "ansible-playbook_3", "ansible-playbook_16", "ansible-playbook_17", "ansible-playbook_20", "ansible-playbook_34"], "matching_info": [{"token": "-e", "oracle_man": ["ansible-playbook_2", "ansible-playbook_16", "ansible-playbook_17", "ansible-playbook_20", "ansible-playbook_34"]}, {"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5191"} {"nl": "run tasks in playbook for the given tags", "cmd": "ansible-playbook {{playbook}} --tags {{tag1,tag2}}", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_3", "ansible-playbook_40"], "matching_info": [{"token": "--tags", "oracle_man": ["ansible-playbook_40"]}, {"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5192"} {"nl": "run tasks in a playbook starting at a specific task", "cmd": "ansible-playbook {{playbook}} --start-at {{task_name}}", "tldr_cmd_name": "ansible-playbook", "cmd_name": "ansible-playbook", "manual_exist": true, "oracle_man": ["ansible-playbook_2", "ansible-playbook_3", "ansible-playbook_21"], "matching_info": [{"token": "--start-at", "oracle_man": ["ansible-playbook_2", "ansible-playbook_21"]}, {"token": "|main|", "oracle_man": ["ansible-playbook_3"]}], "question_id": "5193"} {"nl": "print the file name of this terminal", "cmd": "tty", "tldr_cmd_name": "tty", "cmd_name": "tty", "manual_exist": true, "oracle_man": ["tty_3"], "matching_info": [{"token": "|main|", "oracle_man": ["tty_3", "tty_4", "tty_5", "tty_6"]}], "question_id": "5194"} {"nl": "call `echo` with the \"foo\" argument", "cmd": "eval \"{{echo foo}}\"", "tldr_cmd_name": "eval", "cmd_name": "eval", "manual_exist": true, "oracle_man": ["eval_4"], "matching_info": [{"token": "|main|", "oracle_man": ["eval_4"]}], "question_id": "5195"} {"nl": "set a variable in the current shell", "cmd": "eval \"{{foo=bar}}\"", "tldr_cmd_name": "eval", "cmd_name": "eval", "manual_exist": true, "oracle_man": ["eval_4"], "matching_info": [{"token": "|main|", "oracle_man": ["eval_4"]}], "question_id": "5196"} {"nl": "start listening on a specific port", "cmd": "rc -lp {{port}}", "tldr_cmd_name": "rc", "cmd_name": "rc", "manual_exist": true, "oracle_man": ["rc_3", "rc_14", "rc_15", "rc_16", "rc_34", "rc_38", "rc_39", "rc_47", "rc_48", "rc_69", "rc_76", "rc_89", "rc_94", "rc_95", "rc_110", "rc_117", "rc_125", "rc_130", "rc_131"], "matching_info": [{"token": "-lp", "oracle_man": ["rc_14", "rc_15", "rc_16", "rc_34", "rc_38", "rc_39", "rc_47", "rc_48", "rc_69", "rc_76", "rc_89", "rc_94", "rc_95", "rc_110", "rc_117", "rc_125", "rc_130", "rc_131"]}, {"token": "|main|", "oracle_man": ["rc_3"]}], "question_id": "5224"} {"nl": "start a reverse shell", "cmd": "rc {{host}} {{port}} -r {{shell}}", "tldr_cmd_name": "rc", "cmd_name": "rc", "manual_exist": true, "oracle_man": ["rc_3", "rc_10", "rc_11", "rc_22", "rc_23", "rc_36", "rc_37", "rc_44", "rc_46", "rc_47", "rc_48", "rc_53", "rc_62", "rc_71", "rc_72", "rc_78", "rc_80", "rc_87", "rc_93", "rc_97", "rc_116", "rc_117", "rc_118", "rc_129"], "matching_info": [{"token": "-r", "oracle_man": ["rc_10", "rc_11", "rc_22", "rc_23", "rc_36", "rc_37", "rc_44", "rc_46", "rc_47", "rc_48", "rc_53", "rc_62", "rc_71", "rc_72", "rc_78", "rc_80", "rc_87", "rc_93", "rc_97", "rc_116", "rc_117", "rc_118", "rc_129"]}, {"token": "|main|", "oracle_man": ["rc_3"]}], "question_id": "5225"} {"nl": "print file with author name and commit hash on each line", "cmd": "git blame {{file}}", "tldr_cmd_name": "git-blame", "cmd_name": "git-blame", "manual_exist": true, "oracle_man": ["git-blame_2", "git-blame_3", "git-blame_8", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_78", "git-blame_80", "git-blame_83"], "matching_info": [{"token": "git", "oracle_man": ["git-blame_2", "git-blame_8", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_78", "git-blame_80"]}, {"token": "blame", "oracle_man": ["git-blame_2", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_80", "git-blame_83"]}, {"token": "|main|", "oracle_man": ["git-blame_3", "git-blame_4", "git-blame_5", "git-blame_6", "git-blame_7", "git-blame_8"]}], "question_id": "5231"} {"nl": "print file with author email and commit hash on each line", "cmd": "git blame -e {{file}}", "tldr_cmd_name": "git-blame", "cmd_name": "git-blame", "manual_exist": true, "oracle_man": ["git-blame_2", "git-blame_3", "git-blame_8", "git-blame_30", "git-blame_48", "git-blame_53", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_78", "git-blame_80", "git-blame_83"], "matching_info": [{"token": "git", "oracle_man": ["git-blame_2", "git-blame_8", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_78", "git-blame_80"]}, {"token": "blame", "oracle_man": ["git-blame_2", "git-blame_68", "git-blame_70", "git-blame_72", "git-blame_75", "git-blame_80", "git-blame_83"]}, {"token": "-e", "oracle_man": ["git-blame_2", "git-blame_30", "git-blame_48", "git-blame_53"]}, {"token": "|main|", "oracle_man": ["git-blame_3", "git-blame_4", "git-blame_5", "git-blame_6", "git-blame_7", "git-blame_8"]}], "question_id": "5232"} {"nl": "generate a random password (8 to 10 characters long, containing letters and numbers)", "cmd": "makepasswd", "tldr_cmd_name": "makepasswd", "cmd_name": "makepasswd", "manual_exist": true, "oracle_man": ["makepasswd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["makepasswd_3"]}], "question_id": "5255"} {"nl": "generate a 10 characters long password", "cmd": "makepasswd --chars {{10}}", "tldr_cmd_name": "makepasswd", "cmd_name": "makepasswd", "manual_exist": true, "oracle_man": ["makepasswd_2", "makepasswd_3", "makepasswd_4", "makepasswd_5"], "matching_info": [{"token": "--chars", "oracle_man": ["makepasswd_2", "makepasswd_4", "makepasswd_5"]}, {"token": "|main|", "oracle_man": ["makepasswd_3"]}], "question_id": "5256"} {"nl": "generate a 5 to 10 characters long password", "cmd": "makepasswd --minchars {{5}} --maxchars {{10}}", "tldr_cmd_name": "makepasswd", "cmd_name": "makepasswd", "manual_exist": true, "oracle_man": ["makepasswd_2", "makepasswd_3", "makepasswd_4", "makepasswd_5", "makepasswd_11", "makepasswd_12"], "matching_info": [{"token": "--minchars", "oracle_man": ["makepasswd_2", "makepasswd_4", "makepasswd_5", "makepasswd_12"]}, {"token": "--maxchars", "oracle_man": ["makepasswd_2", "makepasswd_4", "makepasswd_5", "makepasswd_11"]}, {"token": "|main|", "oracle_man": ["makepasswd_3"]}], "question_id": "5257"} {"nl": "generate a password containing only the characters \"b\", \"a\" or \"r\"", "cmd": "makepasswd --string {{bar}}", "tldr_cmd_name": "makepasswd", "cmd_name": "makepasswd", "manual_exist": true, "oracle_man": ["makepasswd_2", "makepasswd_3", "makepasswd_5", "makepasswd_18"], "matching_info": [{"token": "--string", "oracle_man": ["makepasswd_2", "makepasswd_5", "makepasswd_18"]}, {"token": "|main|", "oracle_man": ["makepasswd_3"]}], "question_id": "5258"} {"nl": "create a new gist from a spaceseparated list of files", "cmd": "gh gist create {{path/to/files}}", "tldr_cmd_name": "gh-gist", "cmd_name": "gh-gist", "manual_exist": true, "oracle_man": ["gh-gist_0", "gh-gist_2", "gh-gist_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-gist_0", "gh-gist_2"]}, {"token": "gist", "oracle_man": ["gh-gist_2"]}, {"token": "create", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-gist_3"]}], "question_id": "5273"} {"nl": "create a new gist with a description", "cmd": "gh gist create {{filename}} --desc \"{{description}}\"", "tldr_cmd_name": "gh-gist", "cmd_name": "gh-gist", "manual_exist": true, "oracle_man": ["gh-gist_0", "gh-gist_2", "gh-gist_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-gist_0", "gh-gist_2"]}, {"token": "gist", "oracle_man": ["gh-gist_2"]}, {"token": "create", "oracle_man": []}, {"token": "--desc", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-gist_3"]}], "question_id": "5274"} {"nl": "edit a gist", "cmd": "gh gist edit {{id_or_url}}", "tldr_cmd_name": "gh-gist", "cmd_name": "gh-gist", "manual_exist": true, "oracle_man": ["gh-gist_0", "gh-gist_2", "gh-gist_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-gist_0", "gh-gist_2"]}, {"token": "gist", "oracle_man": ["gh-gist_2"]}, {"token": "edit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-gist_3"]}], "question_id": "5275"} {"nl": "list gists owned by the currently logged in user", "cmd": "gh gist list --limit {{int}}", "tldr_cmd_name": "gh-gist", "cmd_name": "gh-gist", "manual_exist": true, "oracle_man": ["gh-gist_0", "gh-gist_2", "gh-gist_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-gist_0", "gh-gist_2"]}, {"token": "gist", "oracle_man": ["gh-gist_2"]}, {"token": "list", "oracle_man": []}, {"token": "--limit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-gist_3"]}], "question_id": "5276"} {"nl": "view a gist in the default browser without rendering markdown", "cmd": "gh gist view {{id_or_url}} --web --raw", "tldr_cmd_name": "gh-gist", "cmd_name": "gh-gist", "manual_exist": true, "oracle_man": ["gh-gist_0", "gh-gist_2", "gh-gist_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-gist_0", "gh-gist_2"]}, {"token": "gist", "oracle_man": ["gh-gist_2"]}, {"token": "view", "oracle_man": []}, {"token": "--web", "oracle_man": []}, {"token": "--raw", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-gist_3"]}], "question_id": "5277"} {"nl": "build the first project file in the current directory", "cmd": "msbuild", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5278"} {"nl": "build a specific project file", "cmd": "msbuild {{path/to/project_file}}", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5279"} {"nl": "set one or more semicolonseparated targets to build", "cmd": "msbuild {{path/to/project_file}} /target:{{targets}}", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5280"} {"nl": "set one or more semicolonseparated properties", "cmd": "msbuild {{path/to/project_file}} /property:{{name=value}}", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5281"} {"nl": "set the build tools version to use", "cmd": "msbuild {{path/to/project_file}} /toolsversion:{{version}}", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5282"} {"nl": "display detailed information at the end of the log about how the project was configured", "cmd": "msbuild {{path/to/project_file}} /detailedsummary", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "/detailedsummary", "oracle_man": []}, {"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5283"} {"nl": "display detailed help information", "cmd": "msbuild /help", "tldr_cmd_name": "msbuild", "cmd_name": "msbuild", "manual_exist": true, "oracle_man": ["msbuild_3"], "matching_info": [{"token": "/help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["msbuild_3"]}], "question_id": "5284"} {"nl": "start an interactive shell session", "cmd": "xonsh", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2"], "matching_info": [{"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5288"} {"nl": "execute a single command and then exit", "cmd": "xonsh -c \"{{command}}\"", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_10", "xonsh_13", "xonsh_16", "xonsh_17"], "matching_info": [{"token": "-c", "oracle_man": ["xonsh_3", "xonsh_4", "xonsh_10", "xonsh_13", "xonsh_16", "xonsh_17"]}, {"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5289"} {"nl": "run commands from a script file and then exit", "cmd": "xonsh {{path/to/script_file.xonsh}}", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2"], "matching_info": [{"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5290"} {"nl": "define environment variables for the shell process", "cmd": "xonsh -D{{name1}}={{value1}} -D{{name2}}={{value2}}", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2"], "matching_info": [{"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5291"} {"nl": "load the specified `.xonsh` or `.json` configuration files", "cmd": "xonsh --rc {{path/to/file1.xonsh}} {{path/to/file2.json}}", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2", "xonsh_4", "xonsh_13", "xonsh_14"], "matching_info": [{"token": "--rc", "oracle_man": ["xonsh_4", "xonsh_13", "xonsh_14"]}, {"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5292"} {"nl": "skip loading the `.xonshrc` configuration file", "cmd": "xonsh --no-rc", "tldr_cmd_name": "xonsh", "cmd_name": "xonsh", "manual_exist": true, "oracle_man": ["xonsh_2", "xonsh_4", "xonsh_15"], "matching_info": [{"token": "--no-rc", "oracle_man": ["xonsh_4", "xonsh_15"]}, {"token": "|main|", "oracle_man": ["xonsh_2", "xonsh_3", "xonsh_4", "xonsh_5", "xonsh_6", "xonsh_7", "xonsh_8", "xonsh_9", "xonsh_10", "xonsh_11", "xonsh_12", "xonsh_13", "xonsh_14", "xonsh_15", "xonsh_16", "xonsh_17", "xonsh_18", "xonsh_19", "xonsh_20"]}], "question_id": "5293"} {"nl": "search a disk for bad blocks by using a nondestructive readonly test", "cmd": "sudo badblocks {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_3"], "matching_info": [{"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5294"} {"nl": "search an unmounted disk for bad blocks with a nondestructive readwrite test", "cmd": "sudo badblocks -n {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_3", "badblocks_11", "badblocks_15", "badblocks_17", "badblocks_20"], "matching_info": [{"token": "-n", "oracle_man": ["badblocks_11", "badblocks_15", "badblocks_17", "badblocks_20"]}, {"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5295"} {"nl": "search an unmounted disk for bad blocks with a destructive write test", "cmd": "sudo badblocks -w {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_3", "badblocks_11", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"], "matching_info": [{"token": "-w", "oracle_man": ["badblocks_11", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"]}, {"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5296"} {"nl": "search an unmounted disk for bad blocks with a destructive write test and show verbose status", "cmd": "sudo badblocks -svw {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_2", "badblocks_3"], "matching_info": [{"token": "-svw", "oracle_man": ["badblocks_2"]}, {"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5297"} {"nl": "search an unmounted disk in destructive mode and output found blocks to a file", "cmd": "sudo badblocks -o {{path/to/file}} -w {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_2", "badblocks_3", "badblocks_9", "badblocks_11", "badblocks_12", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"], "matching_info": [{"token": "-o", "oracle_man": ["badblocks_2", "badblocks_9", "badblocks_11", "badblocks_12", "badblocks_15"]}, {"token": "-w", "oracle_man": ["badblocks_11", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"]}, {"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5298"} {"nl": "search an unmounted disk in destructive mode with improved speed using 4k block size and 64k block count", "cmd": "sudo badblocks -w -b {{4096}} -c {{65536}} {{/dev/sdX}}", "tldr_cmd_name": "badblocks", "cmd_name": "badblocks", "manual_exist": true, "oracle_man": ["badblocks_2", "badblocks_3", "badblocks_4", "badblocks_5", "badblocks_6", "badblocks_10", "badblocks_11", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"], "matching_info": [{"token": "-w", "oracle_man": ["badblocks_11", "badblocks_14", "badblocks_15", "badblocks_17", "badblocks_20"]}, {"token": "-b", "oracle_man": ["badblocks_2", "badblocks_5", "badblocks_10"]}, {"token": "-c", "oracle_man": ["badblocks_2", "badblocks_4", "badblocks_6"]}, {"token": "|main|", "oracle_man": ["badblocks_3", "badblocks_4"]}], "question_id": "5299"} {"nl": "add a specified package to `go.mod` in modulemode or install the package in gopathmode", "cmd": "go get {{example.com/pkg}}", "tldr_cmd_name": "go-get", "cmd_name": "go-get", "manual_exist": true, "oracle_man": ["go-get_2", "go-get_3", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"], "matching_info": [{"token": "go", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"]}, {"token": "get", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9"]}, {"token": "|main|", "oracle_man": ["go-get_3", "go-get_4", "go-get_5", "go-get_6", "go-get_7", "go-get_8", "go-get_9", "go-get_10", "go-get_11", "go-get_12", "go-get_13", "go-get_14", "go-get_15", "go-get_16", "go-get_17", "go-get_18", "go-get_19", "go-get_20", "go-get_21", "go-get_22", "go-get_23"]}], "question_id": "5308"} {"nl": "modify the package with a given version in moduleaware mode", "cmd": "go get {{example.com/pkg}}@{{v1.2.3}}", "tldr_cmd_name": "go-get", "cmd_name": "go-get", "manual_exist": true, "oracle_man": ["go-get_2", "go-get_3", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"], "matching_info": [{"token": "go", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"]}, {"token": "get", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9"]}, {"token": "|main|", "oracle_man": ["go-get_3", "go-get_4", "go-get_5", "go-get_6", "go-get_7", "go-get_8", "go-get_9", "go-get_10", "go-get_11", "go-get_12", "go-get_13", "go-get_14", "go-get_15", "go-get_16", "go-get_17", "go-get_18", "go-get_19", "go-get_20", "go-get_21", "go-get_22", "go-get_23"]}], "question_id": "5309"} {"nl": "remove a specified package", "cmd": "go get {{example.com/pkg}}@{{none}}", "tldr_cmd_name": "go-get", "cmd_name": "go-get", "manual_exist": true, "oracle_man": ["go-get_2", "go-get_3", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"], "matching_info": [{"token": "go", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9", "go-get_11", "go-get_12", "go-get_13"]}, {"token": "get", "oracle_man": ["go-get_2", "go-get_5", "go-get_7", "go-get_9"]}, {"token": "|main|", "oracle_man": ["go-get_3", "go-get_4", "go-get_5", "go-get_6", "go-get_7", "go-get_8", "go-get_9", "go-get_10", "go-get_11", "go-get_12", "go-get_13", "go-get_14", "go-get_15", "go-get_16", "go-get_17", "go-get_18", "go-get_19", "go-get_20", "go-get_21", "go-get_22", "go-get_23"]}], "question_id": "5310"} {"nl": "return a list of installed fonts in your system", "cmd": "fc-list", "tldr_cmd_name": "fc-list", "cmd_name": "fc-list", "manual_exist": true, "oracle_man": ["fc-list_3"], "matching_info": [{"token": "|main|", "oracle_man": ["fc-list_3"]}], "question_id": "5352"} {"nl": "return a list of installed fonts with given name", "cmd": "fc-list | grep '{{DejaVu Serif}}'", "tldr_cmd_name": "fc-list", "cmd_name": "fc-list", "manual_exist": true, "oracle_man": ["fc-list_3"], "matching_info": [{"token": "grep", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fc-list_3"]}], "question_id": "5353"} {"nl": "return the number of installed fonts in your system", "cmd": "fc-list | wc -l", "tldr_cmd_name": "fc-list", "cmd_name": "fc-list", "manual_exist": true, "oracle_man": ["fc-list_1", "fc-list_2", "fc-list_3", "fc-list_12", "fc-list_13", "fc-list_14"], "matching_info": [{"token": "wc", "oracle_man": []}, {"token": "-l", "oracle_man": ["fc-list_1", "fc-list_2", "fc-list_3", "fc-list_12", "fc-list_13", "fc-list_14"]}, {"token": "|main|", "oracle_man": ["fc-list_3"]}], "question_id": "5354"} {"nl": "register your api token", "cmd": "spark register {{token}}", "tldr_cmd_name": "spark", "cmd_name": "spark", "manual_exist": true, "oracle_man": ["spark_1"], "matching_info": [{"token": "register", "oracle_man": []}, {"token": "|main|", "oracle_man": ["spark_1"]}], "question_id": "5357"} {"nl": "display the currently registered api token", "cmd": "spark token", "tldr_cmd_name": "spark", "cmd_name": "spark", "manual_exist": true, "oracle_man": ["spark_1"], "matching_info": [{"token": "token", "oracle_man": []}, {"token": "|main|", "oracle_man": ["spark_1"]}], "question_id": "5358"} {"nl": "create a new spark project", "cmd": "spark new {{project_name}}", "tldr_cmd_name": "spark", "cmd_name": "spark", "manual_exist": true, "oracle_man": ["spark_1"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "|main|", "oracle_man": ["spark_1"]}], "question_id": "5359"} {"nl": "create a new spark project with braintree stubs", "cmd": "spark new {{project_name}} --braintree", "tldr_cmd_name": "spark", "cmd_name": "spark", "manual_exist": true, "oracle_man": ["spark_1"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "--braintree", "oracle_man": []}, {"token": "|main|", "oracle_man": ["spark_1"]}], "question_id": "5360"} {"nl": "create a new spark project with teambased billing stubs", "cmd": "spark new {{project_name}} --team-billing", "tldr_cmd_name": "spark", "cmd_name": "spark", "manual_exist": true, "oracle_man": ["spark_1"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "--team-billing", "oracle_man": []}, {"token": "|main|", "oracle_man": ["spark_1"]}], "question_id": "5361"} {"nl": "print information about the operating system, shell, php, and wpcli (`wp`) installation", "cmd": "wp --info", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "--info", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5382"} {"nl": "update wpcli", "cmd": "wp cli update", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "cli", "oracle_man": []}, {"token": "update", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5383"} {"nl": "download a fresh wordpress installation to current directory, optionally specifying the locale", "cmd": "wp core download --locale={{locale}}", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "core", "oracle_man": []}, {"token": "download", "oracle_man": []}, {"token": "--locale", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5384"} {"nl": "create basic `wpconfig` file (assuming database on `localhost`)", "cmd": "wp config create --dbname={{dbname}} --dbuser={{dbuser}} --dbpass={{dbpass}}", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "config", "oracle_man": []}, {"token": "create", "oracle_man": []}, {"token": "--dbname", "oracle_man": []}, {"token": "--dbuser", "oracle_man": []}, {"token": "--dbpass", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5385"} {"nl": "install and activate a wordpress plugin", "cmd": "wp plugin install {{plugin}} --activate", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "plugin", "oracle_man": []}, {"token": "install", "oracle_man": []}, {"token": "--activate", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5386"} {"nl": "replace all instances of a string in the database", "cmd": "wp search-replace {{old_string}} {{new_string}}", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "search-replace", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5387"} {"nl": "import the contents of a wordpress extended rss (wxr) file", "cmd": "wp import {{path/to/file.xml}}", "tldr_cmd_name": "wp", "cmd_name": "wp", "manual_exist": true, "oracle_man": ["wp_0"], "matching_info": [{"token": "import", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wp_0"]}], "question_id": "5388"} {"nl": "create random passwords (default password length is 8)", "cmd": "apg", "tldr_cmd_name": "apg", "cmd_name": "apg", "manual_exist": true, "oracle_man": ["apg_3"], "matching_info": [{"token": "|main|", "oracle_man": ["apg_3", "apg_4", "apg_5", "apg_6", "apg_7"]}], "question_id": "5396"} {"nl": "create a password with at least 1 symbol (s), 1 number (n), 1 uppercase (c), 1 lowercase (l)", "cmd": "apg -M SNCL", "tldr_cmd_name": "apg", "cmd_name": "apg", "manual_exist": true, "oracle_man": ["apg_2", "apg_3", "apg_12", "apg_23", "apg_26", "apg_27", "apg_40"], "matching_info": [{"token": "-M", "oracle_man": ["apg_2", "apg_12", "apg_23", "apg_26", "apg_27", "apg_40"]}, {"token": "SNCL", "oracle_man": []}, {"token": "|main|", "oracle_man": ["apg_3", "apg_4", "apg_5", "apg_6", "apg_7"]}], "question_id": "5397"} {"nl": "create a password with 16 characters", "cmd": "apg -m {{16}}", "tldr_cmd_name": "apg", "cmd_name": "apg", "manual_exist": true, "oracle_man": ["apg_2", "apg_3", "apg_10", "apg_26", "apg_27", "apg_40", "apg_41"], "matching_info": [{"token": "-m", "oracle_man": ["apg_2", "apg_10", "apg_26", "apg_27", "apg_40", "apg_41"]}, {"token": "|main|", "oracle_man": ["apg_3", "apg_4", "apg_5", "apg_6", "apg_7"]}], "question_id": "5398"} {"nl": "create a password with maximum length of 16", "cmd": "apg -x {{16}}", "tldr_cmd_name": "apg", "cmd_name": "apg", "manual_exist": true, "oracle_man": ["apg_2", "apg_3", "apg_11", "apg_40", "apg_41"], "matching_info": [{"token": "-x", "oracle_man": ["apg_2", "apg_11", "apg_40", "apg_41"]}, {"token": "|main|", "oracle_man": ["apg_3", "apg_4", "apg_5", "apg_6", "apg_7"]}], "question_id": "5399"} {"nl": "create a password that doesn't appear in a dictionary (the dictionary file has to be provided)", "cmd": "apg -r {{dictionary_file}}", "tldr_cmd_name": "apg", "cmd_name": "apg", "manual_exist": true, "oracle_man": ["apg_2", "apg_3", "apg_7", "apg_28"], "matching_info": [{"token": "-r", "oracle_man": ["apg_2", "apg_7", "apg_28"]}, {"token": "|main|", "oracle_man": ["apg_3", "apg_4", "apg_5", "apg_6", "apg_7"]}], "question_id": "5400"} {"nl": "open a specific directory", "cmd": "phpstorm {{path/to/directory}}", "tldr_cmd_name": "phpstorm", "cmd_name": "phpstorm", "manual_exist": true, "oracle_man": ["phpstorm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["phpstorm_3"]}], "question_id": "5411"} {"nl": "open a file", "cmd": "phpstorm {{path/to/file}}", "tldr_cmd_name": "phpstorm", "cmd_name": "phpstorm", "manual_exist": true, "oracle_man": ["phpstorm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["phpstorm_3"]}], "question_id": "5412"} {"nl": "open a file at a specific line", "cmd": "phpstorm --line {{line_number}} {{path/to/file}}", "tldr_cmd_name": "phpstorm", "cmd_name": "phpstorm", "manual_exist": true, "oracle_man": ["phpstorm_3"], "matching_info": [{"token": "--line", "oracle_man": []}, {"token": "|main|", "oracle_man": ["phpstorm_3"]}], "question_id": "5413"} {"nl": "view the differences between two files", "cmd": "phpstorm diff {{path/to/left_file}} {{path/to/right_file}}", "tldr_cmd_name": "phpstorm", "cmd_name": "phpstorm", "manual_exist": true, "oracle_man": ["phpstorm_3"], "matching_info": [{"token": "diff", "oracle_man": []}, {"token": "|main|", "oracle_man": ["phpstorm_3"]}], "question_id": "5414"} {"nl": "compile a pdf document", "cmd": "xetex {{source.tex}}", "tldr_cmd_name": "xetex", "cmd_name": "xetex", "manual_exist": true, "oracle_man": ["xetex_3"], "matching_info": [{"token": "|main|", "oracle_man": ["xetex_3", "xetex_4", "xetex_5"]}], "question_id": "5516"} {"nl": "compile a pdf document, specifying an output directory", "cmd": "xetex -output-directory={{path/to/directory}} {{source.tex}}", "tldr_cmd_name": "xetex", "cmd_name": "xetex", "manual_exist": true, "oracle_man": ["xetex_3"], "matching_info": [{"token": "-output-directory", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xetex_3", "xetex_4", "xetex_5"]}], "question_id": "5517"} {"nl": "compile a pdf document, exiting if errors occur", "cmd": "xetex -halt-on-error {{source.tex}}", "tldr_cmd_name": "xetex", "cmd_name": "xetex", "manual_exist": true, "oracle_man": ["xetex_3"], "matching_info": [{"token": "-halt-on-error", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xetex_3", "xetex_4", "xetex_5"]}], "question_id": "5518"} {"nl": "add a file from local to the filesystem, pin it and print the relative hash", "cmd": "ipfs add {{filename}}", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "add", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5523"} {"nl": "add a directory and its files recursively from local to the filesystem and print the relative hash", "cmd": "ipfs add -r {{directory}}", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_6", "ipfs_9", "ipfs_18"], "matching_info": [{"token": "add", "oracle_man": []}, {"token": "-r", "oracle_man": ["ipfs_6", "ipfs_18"]}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5524"} {"nl": "save a remote file and give it a name but not pin it", "cmd": "ipfs get {{hash}} -o {{filename}}", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "get", "oracle_man": []}, {"token": "-o", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5525"} {"nl": "pin a remote file locally", "cmd": "ipfs pin add {{hash}}", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "pin", "oracle_man": []}, {"token": "add", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5526"} {"nl": "display pinned files", "cmd": "ipfs pin ls", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "pin", "oracle_man": []}, {"token": "ls", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5527"} {"nl": "unpin a file from the local storage", "cmd": "ipfs pin rm {{hash}}", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "pin", "oracle_man": []}, {"token": "rm", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5528"} {"nl": "remove unpinned files from local storage", "cmd": "ipfs repo gc", "tldr_cmd_name": "ipfs", "cmd_name": "ipfs", "manual_exist": true, "oracle_man": ["ipfs_9"], "matching_info": [{"token": "repo", "oracle_man": []}, {"token": "gc", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipfs_9"]}], "question_id": "5529"} {"nl": "start emacs and open a file", "cmd": "emacs {{path/to/file}}", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3"], "matching_info": [{"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5536"} {"nl": "open a file at a specified line number", "cmd": "emacs +{{line_number}} {{path/to/file}}", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3"], "matching_info": [{"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5537"} {"nl": "start emacs in console mode (without an x window)", "cmd": "emacs --no-window-system", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3", "emacs_66"], "matching_info": [{"token": "--no-window-system", "oracle_man": ["emacs_66"]}, {"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5538"} {"nl": "start an emacs server in the background (accessible via `emacsclient`)", "cmd": "emacs --daemon", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3", "emacs_23"], "matching_info": [{"token": "--daemon", "oracle_man": ["emacs_23"]}, {"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5539"} {"nl": "stop a running emacs server and all its instances, asking for confirmation on unsaved files", "cmd": "emacsclient --eval '(save-buffers-kill-emacs)'", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3", "emacs_30"], "matching_info": [{"token": "emacsclient", "oracle_man": []}, {"token": "--eval", "oracle_man": ["emacs_30"]}, {"token": "(save-buffers-kill-emacs)", "oracle_man": []}, {"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5540"} {"nl": "save a file in emacs", "cmd": "Ctrl + X, Ctrl + S", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3"], "matching_info": [{"token": "Ctrl", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "X,", "oracle_man": []}, {"token": "S", "oracle_man": []}, {"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5541"} {"nl": "quit emacs", "cmd": "Ctrl + X, Ctrl + C", "tldr_cmd_name": "emacs", "cmd_name": "emacs", "manual_exist": true, "oracle_man": ["emacs_3"], "matching_info": [{"token": "Ctrl", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "X,", "oracle_man": []}, {"token": "C", "oracle_man": []}, {"token": "|main|", "oracle_man": ["emacs_3", "emacs_4", "emacs_5", "emacs_6", "emacs_7", "emacs_8", "emacs_9", "emacs_10", "emacs_11", "emacs_12", "emacs_13", "emacs_14", "emacs_15", "emacs_16", "emacs_17", "emacs_18", "emacs_19", "emacs_20", "emacs_21", "emacs_22", "emacs_23", "emacs_24", "emacs_25", "emacs_26", "emacs_27", "emacs_28", "emacs_29", "emacs_30", "emacs_31", "emacs_32", "emacs_33", "emacs_34", "emacs_35", "emacs_36", "emacs_37", "emacs_38", "emacs_39", "emacs_40", "emacs_41", "emacs_42", "emacs_43", "emacs_44", "emacs_45", "emacs_46", "emacs_47", "emacs_48", "emacs_49", "emacs_50", "emacs_51", "emacs_52", "emacs_53", "emacs_54", "emacs_55", "emacs_56", "emacs_57", "emacs_58", "emacs_59", "emacs_60", "emacs_61", "emacs_62", "emacs_63", "emacs_64", "emacs_65", "emacs_66", "emacs_67", "emacs_68", "emacs_69", "emacs_70", "emacs_71", "emacs_72", "emacs_73", "emacs_74", "emacs_75", "emacs_76", "emacs_77", "emacs_78", "emacs_79", "emacs_80", "emacs_81", "emacs_82", "emacs_83", "emacs_84", "emacs_85", "emacs_86", "emacs_87", "emacs_88", "emacs_89", "emacs_90", "emacs_91", "emacs_92", "emacs_93", "emacs_94", "emacs_95", "emacs_96", "emacs_97", "emacs_98", "emacs_99", "emacs_100"]}], "question_id": "5542"} {"nl": "open an svg file in the inkscape gui", "cmd": "inkscape {{filename.svg}}", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_12"], "matching_info": [{"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5585"} {"nl": "export an svg file into a bitmap with the default format (png) and the default resolution (96 dpi)", "cmd": "inkscape {{filename.svg}} -o {{filename.png}}", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_12", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"], "matching_info": [{"token": "-o", "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5586"} {"nl": "export an svg file into a bitmap of 600x400 pixels (aspect ratio distortion may occur)", "cmd": "inkscape {{filename.svg}} -o {{filename.png}} -w {{600}} -h {{400}}", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_4", "inkscape_6", "inkscape_7", "inkscape_8", "inkscape_9", "inkscape_11", "inkscape_12", "inkscape_16", "inkscape_27", "inkscape_28", "inkscape_30", "inkscape_36", "inkscape_39", "inkscape_40", "inkscape_41", "inkscape_45", "inkscape_52", "inkscape_54", "inkscape_56", "inkscape_62", "inkscape_63", "inkscape_74", "inkscape_79", "inkscape_91", "inkscape_97", "inkscape_105", "inkscape_111"], "matching_info": [{"token": "-o", "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"]}, {"token": "-w", "oracle_man": ["inkscape_7", "inkscape_9", "inkscape_11", "inkscape_40", "inkscape_54", "inkscape_62", "inkscape_74", "inkscape_91", "inkscape_105"]}, {"token": "-h", "oracle_man": ["inkscape_4", "inkscape_7", "inkscape_8", "inkscape_9", "inkscape_16", "inkscape_27", "inkscape_36", "inkscape_39", "inkscape_40", "inkscape_41", "inkscape_52", "inkscape_54", "inkscape_63", "inkscape_91", "inkscape_97"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5587"} {"nl": "export the drawing (bounding box of all objects) of an svg file into a bitmap", "cmd": "inkscape {{filename.svg}} -o {{filename.png}} -D", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_6", "inkscape_7", "inkscape_8", "inkscape_12", "inkscape_28", "inkscape_30", "inkscape_36", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"], "matching_info": [{"token": "-o", "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"]}, {"token": "-D", "oracle_man": ["inkscape_7", "inkscape_36"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5588"} {"nl": "export a single object, given its id, into a bitmap", "cmd": "inkscape {{filename.svg}} -i {{id}} -o {{object.png}}", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_4", "inkscape_6", "inkscape_8", "inkscape_9", "inkscape_12", "inkscape_18", "inkscape_19", "inkscape_28", "inkscape_30", "inkscape_35", "inkscape_36", "inkscape_38", "inkscape_39", "inkscape_43", "inkscape_45", "inkscape_51", "inkscape_52", "inkscape_53", "inkscape_56", "inkscape_57", "inkscape_58", "inkscape_60", "inkscape_61", "inkscape_62", "inkscape_63", "inkscape_79", "inkscape_97", "inkscape_99", "inkscape_105", "inkscape_111"], "matching_info": [{"token": "-i", "oracle_man": ["inkscape_4", "inkscape_8", "inkscape_9", "inkscape_18", "inkscape_19", "inkscape_35", "inkscape_36", "inkscape_38", "inkscape_39", "inkscape_43", "inkscape_45", "inkscape_51", "inkscape_52", "inkscape_53", "inkscape_57", "inkscape_58", "inkscape_60", "inkscape_61", "inkscape_62", "inkscape_63", "inkscape_79", "inkscape_97", "inkscape_99", "inkscape_105", "inkscape_111"]}, {"token": "-o", "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5589"} {"nl": "export an svg document to pdf, converting all texts to paths", "cmd": "inkscape {{filename.svg}} -o {{filename.pdf}} --export-text-to-path", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_12", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_49", "inkscape_56", "inkscape_79", "inkscape_103", "inkscape_111"], "matching_info": [{"token": "-o", "oracle_man": ["inkscape_6", "inkscape_8", "inkscape_28", "inkscape_30", "inkscape_45", "inkscape_56", "inkscape_79", "inkscape_111"]}, {"token": "--export-text-to-path", "oracle_man": ["inkscape_8", "inkscape_49", "inkscape_103"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5590"} {"nl": "duplicate the object with id=\"path123\", rotate the duplicate 90 degrees, save the file, and quit inkscape", "cmd": "inkscape {{filename.svg}} --select=path123 --verb=\"{{EditDuplicate;ObjectRotate90;FileSave;FileQuit}}\"", "tldr_cmd_name": "inkscape", "cmd_name": "inkscape", "manual_exist": true, "oracle_man": ["inkscape_10", "inkscape_12", "inkscape_65", "inkscape_70", "inkscape_71", "inkscape_73", "inkscape_107"], "matching_info": [{"token": "--select=path123", "oracle_man": []}, {"token": "--verb", "oracle_man": ["inkscape_10", "inkscape_65", "inkscape_70", "inkscape_71", "inkscape_73", "inkscape_107"]}, {"token": "|main|", "oracle_man": ["inkscape_12", "inkscape_13", "inkscape_14", "inkscape_15"]}], "question_id": "5591"} {"nl": "launch firefox and open a web page", "cmd": "firefox {{https://www.duckduckgo.com}}", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5592"} {"nl": "open a new window", "cmd": "firefox --new-window {{https://www.duckduckgo.com}}", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--new-window", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5593"} {"nl": "open a private (incognito) window", "cmd": "firefox --private-window", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--private-window", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5594"} {"nl": "search for \"wikipedia\" using the default search engine", "cmd": "firefox --search \"{{wikipedia}}\"", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--search", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5595"} {"nl": "launch firefox in safe mode, with all extensions disabled", "cmd": "firefox --safe-mode", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--safe-mode", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5596"} {"nl": "take a screenshot of a web page in headless mode", "cmd": "firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--headless", "oracle_man": []}, {"token": "--screenshot", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5597"} {"nl": "use a specific profile to allow multiple separate instances of firefox to run at once", "cmd": "firefox --profile {{path/to/directory}} {{https://example.com/}}", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4", "firefox_26", "firefox_27"], "matching_info": [{"token": "--profile", "oracle_man": ["firefox_26", "firefox_27"]}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5598"} {"nl": "set firefox as the default browser", "cmd": "firefox --setDefaultBrowser", "tldr_cmd_name": "firefox", "cmd_name": "firefox", "manual_exist": true, "oracle_man": ["firefox_4"], "matching_info": [{"token": "--setDefaultBrowser", "oracle_man": []}, {"token": "|main|", "oracle_man": ["firefox_4"]}], "question_id": "5599"} {"nl": "package and compress files and directories [r]ecursively", "cmd": "zip -r {{compressed.zip}} {{path/to/file}} {{path/to/directory1}} {{path/to/directory2}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"], "matching_info": [{"token": "-r", "oracle_man": ["zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5626"} {"nl": "e[x]clude unwanted files from being added to the compressed archive", "cmd": "zip -r {{compressed.zip}} {{path/to/directory}} -x {{path/to/exclude}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_2", "zip_7", "zip_19", "zip_21", "zip_37", "zip_41", "zip_51", "zip_52", "zip_86", "zip_130", "zip_131", "zip_132", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_198", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_334", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_346", "zip_347", "zip_375", "zip_380", "zip_383", "zip_404", "zip_406"], "matching_info": [{"token": "-r", "oracle_man": ["zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"]}, {"token": "-x", "oracle_man": ["zip_2", "zip_51", "zip_52", "zip_86", "zip_130", "zip_131", "zip_132", "zip_198", "zip_248", "zip_334", "zip_335", "zip_338", "zip_345", "zip_346", "zip_347", "zip_404", "zip_406"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5627"} {"nl": "archive a directory and its contents with the highest level [9] of compression", "cmd": "zip -r -{{9}} {{compressed.zip}} {{path/to/directory}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"], "matching_info": [{"token": "-r", "oracle_man": ["zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5628"} {"nl": "create an encrypted archive (user will be prompted for a password)", "cmd": "zip -e -r {{compressed.zip}} {{path/to/directory}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_19", "zip_21", "zip_37", "zip_41", "zip_96", "zip_97", "zip_106", "zip_128", "zip_136", "zip_138", "zip_142", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_237", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_297", "zip_318", "zip_334", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_349", "zip_375", "zip_380", "zip_383"], "matching_info": [{"token": "-e", "oracle_man": ["zip_96", "zip_97", "zip_106", "zip_128", "zip_142", "zip_237", "zip_297", "zip_334", "zip_341", "zip_343", "zip_349"]}, {"token": "-r", "oracle_man": ["zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5629"} {"nl": "add files to an existing zip file", "cmd": "zip {{compressed.zip}} {{path/to/file}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7"], "matching_info": [{"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5630"} {"nl": "delete files from an existing zip file", "cmd": "zip -d {{compressed.zip}} \"{{foo/*.tmp}}\"", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_55", "zip_61", "zip_67", "zip_90", "zip_92", "zip_110", "zip_111", "zip_113", "zip_115", "zip_116", "zip_117", "zip_118", "zip_119", "zip_120", "zip_123", "zip_126", "zip_127", "zip_128", "zip_134", "zip_153", "zip_201", "zip_281", "zip_285", "zip_297", "zip_321", "zip_326", "zip_327", "zip_406"], "matching_info": [{"token": "-d", "oracle_man": ["zip_55", "zip_61", "zip_67", "zip_90", "zip_92", "zip_110", "zip_111", "zip_113", "zip_115", "zip_116", "zip_117", "zip_118", "zip_119", "zip_120", "zip_123", "zip_126", "zip_127", "zip_128", "zip_134", "zip_153", "zip_201", "zip_281", "zip_285", "zip_297", "zip_321", "zip_326", "zip_327", "zip_406"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5631"} {"nl": "archive a directory and its contents to a multipart [s]plit zip file (e.g. 3 gb parts)", "cmd": "zip -r -s {{3g}} {{compressed.zip}} {{path/to/directory}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_19", "zip_21", "zip_37", "zip_41", "zip_55", "zip_68", "zip_77", "zip_79", "zip_94", "zip_96", "zip_98", "zip_99", "zip_119", "zip_123", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_194", "zip_196", "zip_204", "zip_215", "zip_216", "zip_231", "zip_233", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_259", "zip_262", "zip_265", "zip_266", "zip_267", "zip_268", "zip_270", "zip_271", "zip_272", "zip_273", "zip_274", "zip_275", "zip_276", "zip_277", "zip_278", "zip_279", "zip_280", "zip_282", "zip_283", "zip_286", "zip_287", "zip_313", "zip_318", "zip_324", "zip_327", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_351", "zip_365", "zip_375", "zip_380", "zip_382", "zip_383", "zip_385"], "matching_info": [{"token": "-r", "oracle_man": ["zip_19", "zip_21", "zip_37", "zip_41", "zip_136", "zip_138", "zip_171", "zip_173", "zip_175", "zip_177", "zip_179", "zip_181", "zip_183", "zip_186", "zip_189", "zip_191", "zip_193", "zip_196", "zip_216", "zip_240", "zip_241", "zip_243", "zip_244", "zip_246", "zip_248", "zip_249", "zip_252", "zip_257", "zip_258", "zip_262", "zip_282", "zip_283", "zip_286", "zip_287", "zip_318", "zip_335", "zip_338", "zip_341", "zip_343", "zip_345", "zip_347", "zip_375", "zip_380", "zip_383"]}, {"token": "-s", "oracle_man": ["zip_55", "zip_68", "zip_77", "zip_79", "zip_94", "zip_96", "zip_98", "zip_99", "zip_119", "zip_123", "zip_194", "zip_204", "zip_215", "zip_231", "zip_233", "zip_259", "zip_262", "zip_265", "zip_266", "zip_267", "zip_268", "zip_270", "zip_271", "zip_272", "zip_273", "zip_274", "zip_275", "zip_276", "zip_277", "zip_278", "zip_279", "zip_280", "zip_313", "zip_324", "zip_327", "zip_351", "zip_365", "zip_382", "zip_383", "zip_385"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5632"} {"nl": "list files within a specified archive (without extracting them)", "cmd": "zip -sf {{compressed.zip}}", "tldr_cmd_name": "zip", "cmd_name": "zip", "manual_exist": true, "oracle_man": ["zip_7", "zip_55", "zip_96", "zip_98", "zip_204", "zip_272", "zip_277", "zip_278"], "matching_info": [{"token": "-sf", "oracle_man": ["zip_55", "zip_96", "zip_98", "zip_204", "zip_272", "zip_277", "zip_278"]}, {"token": "|main|", "oracle_man": ["zip_7", "zip_8", "zip_9", "zip_10", "zip_11", "zip_12", "zip_13"]}], "question_id": "5633"} {"nl": "make a backup of one or more packages", "cmd": "tlmgr backup {{package1 package2 ...}}", "tldr_cmd_name": "tlmgr-backup", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_51", "tlmgr_309"], "matching_info": [{"token": "backup", "oracle_man": ["tlmgr_51", "tlmgr_309"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5643"} {"nl": "make a backup of all packages", "cmd": "tlmgr backup --all", "tldr_cmd_name": "tlmgr-backup", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_309", "tlmgr_332", "tlmgr_357", "tlmgr_368"], "matching_info": [{"token": "backup", "oracle_man": ["tlmgr_51", "tlmgr_309"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5644"} {"nl": "make a backup to a specific directory", "cmd": "tlmgr backup {{package}} --backupdir {{path/to/backup_directory}}", "tldr_cmd_name": "tlmgr-backup", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_51", "tlmgr_54", "tlmgr_153", "tlmgr_197", "tlmgr_215", "tlmgr_267", "tlmgr_309"], "matching_info": [{"token": "backup", "oracle_man": ["tlmgr_51", "tlmgr_309"]}, {"token": "--backupdir", "oracle_man": ["tlmgr_51", "tlmgr_54", "tlmgr_153", "tlmgr_197", "tlmgr_215", "tlmgr_267"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5645"} {"nl": "remove a backup of one or more packages", "cmd": "tlmgr backup clean {{package1 package2 ...}}", "tldr_cmd_name": "tlmgr-backup", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_51", "tlmgr_309"], "matching_info": [{"token": "backup", "oracle_man": ["tlmgr_51", "tlmgr_309"]}, {"token": "clean", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5646"} {"nl": "remove all backups", "cmd": "tlmgr backup clean --all", "tldr_cmd_name": "tlmgr-backup", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_309", "tlmgr_332", "tlmgr_357", "tlmgr_368"], "matching_info": [{"token": "backup", "oracle_man": ["tlmgr_51", "tlmgr_309"]}, {"token": "clean", "oracle_man": []}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "5647"} {"nl": "start redis server, using the default port (6379), and write logs to stdout", "cmd": "redis-server", "tldr_cmd_name": "redis-server", "cmd_name": "redis-server", "manual_exist": true, "oracle_man": ["redis-server_3"], "matching_info": [{"token": "|main|", "oracle_man": ["redis-server_3"]}], "question_id": "5656"} {"nl": "start redis server, using the default port, as a background process", "cmd": "redis-server --daemonize yes", "tldr_cmd_name": "redis-server", "cmd_name": "redis-server", "manual_exist": true, "oracle_man": ["redis-server_3"], "matching_info": [{"token": "--daemonize", "oracle_man": []}, {"token": "yes", "oracle_man": []}, {"token": "|main|", "oracle_man": ["redis-server_3"]}], "question_id": "5657"} {"nl": "start redis server, using the specified port, as a background process", "cmd": "redis-server --port {{port}} --daemonize yes", "tldr_cmd_name": "redis-server", "cmd_name": "redis-server", "manual_exist": true, "oracle_man": ["redis-server_3"], "matching_info": [{"token": "--port", "oracle_man": []}, {"token": "--daemonize", "oracle_man": []}, {"token": "yes", "oracle_man": []}, {"token": "|main|", "oracle_man": ["redis-server_3"]}], "question_id": "5658"} {"nl": "start redis server with a custom configuration file", "cmd": "redis-server {{path/to/redis.conf}}", "tldr_cmd_name": "redis-server", "cmd_name": "redis-server", "manual_exist": true, "oracle_man": ["redis-server_3"], "matching_info": [{"token": "|main|", "oracle_man": ["redis-server_3"]}], "question_id": "5659"} {"nl": "start redis server with verbose logging", "cmd": "redis-server --loglevel {{warning|notice|verbose|debug}}", "tldr_cmd_name": "redis-server", "cmd_name": "redis-server", "manual_exist": true, "oracle_man": ["redis-server_3"], "matching_info": [{"token": "--loglevel", "oracle_man": []}, {"token": "|main|", "oracle_man": ["redis-server_3"]}], "question_id": "5660"} {"nl": "make a directed graph acyclic by reversing some edges", "cmd": "acyclic {{path/to/input.gv}} > {{path/to/output.gv}}", "tldr_cmd_name": "acyclic", "cmd_name": "acyclic", "manual_exist": true, "oracle_man": ["acyclic_3"], "matching_info": [{"token": "|main|", "oracle_man": ["acyclic_3"]}], "question_id": "5706"} {"nl": "print if a graph is acyclic, has a cycle, or is undirected, producing no output graph", "cmd": "acyclic -v -n {{path/to/input.gv}}", "tldr_cmd_name": "acyclic", "cmd_name": "acyclic", "manual_exist": true, "oracle_man": ["acyclic_2", "acyclic_3", "acyclic_5", "acyclic_6"], "matching_info": [{"token": "-v", "oracle_man": ["acyclic_6"]}, {"token": "-n", "oracle_man": ["acyclic_2", "acyclic_5"]}, {"token": "|main|", "oracle_man": ["acyclic_3"]}], "question_id": "5707"} {"nl": "display help for `acyclic`", "cmd": "acyclic -?", "tldr_cmd_name": "acyclic", "cmd_name": "acyclic", "manual_exist": true, "oracle_man": ["acyclic_3", "acyclic_8"], "matching_info": [{"token": "-?", "oracle_man": ["acyclic_8"]}, {"token": "|main|", "oracle_man": ["acyclic_3"]}], "question_id": "5708"} {"nl": "only run tests containing a specific string in their names", "cmd": "cargo test {{testname}}", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5840"} {"nl": "set the number of simultaneous running test cases", "cmd": "cargo test -- --test-threads={{count}}", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_7", "cargo-test_10", "cargo-test_11", "cargo-test_12", "cargo-test_13", "cargo-test_14", "cargo-test_15", "cargo-test_16", "cargo-test_17", "cargo-test_30", "cargo-test_31", "cargo-test_32", "cargo-test_33", "cargo-test_34", "cargo-test_35", "cargo-test_36", "cargo-test_37", "cargo-test_38", "cargo-test_39", "cargo-test_40", "cargo-test_41", "cargo-test_44", "cargo-test_45", "cargo-test_46", "cargo-test_47", "cargo-test_50", "cargo-test_51", "cargo-test_52", "cargo-test_53", "cargo-test_54", "cargo-test_55", "cargo-test_56", "cargo-test_57", "cargo-test_58", "cargo-test_63", "cargo-test_70", "cargo-test_71", "cargo-test_73", "cargo-test_77", "cargo-test_79", "cargo-test_80", "cargo-test_81", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "--", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_7", "cargo-test_10", "cargo-test_11", "cargo-test_12", "cargo-test_13", "cargo-test_14", "cargo-test_15", "cargo-test_16", "cargo-test_17", "cargo-test_30", "cargo-test_31", "cargo-test_32", "cargo-test_33", "cargo-test_34", "cargo-test_35", "cargo-test_36", "cargo-test_37", "cargo-test_38", "cargo-test_39", "cargo-test_40", "cargo-test_41", "cargo-test_44", "cargo-test_45", "cargo-test_46", "cargo-test_47", "cargo-test_50", "cargo-test_51", "cargo-test_52", "cargo-test_53", "cargo-test_54", "cargo-test_55", "cargo-test_56", "cargo-test_57", "cargo-test_58", "cargo-test_63", "cargo-test_70", "cargo-test_71", "cargo-test_73", "cargo-test_77", "cargo-test_79", "cargo-test_80", "cargo-test_81", "cargo-test_89"]}, {"token": "--test-threads", "oracle_man": ["cargo-test_6", "cargo-test_80"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5841"} {"nl": "require that `cargo.lock` is up to date", "cmd": "cargo test --locked", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_71", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "--locked", "oracle_man": ["cargo-test_71"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5842"} {"nl": "test artifacts in release mode, with optimizations", "cmd": "cargo test --release", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_50", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "--release", "oracle_man": ["cargo-test_50"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5843"} {"nl": "test all packages in the workspace", "cmd": "cargo test --workspace", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_13", "cargo-test_15", "cargo-test_16", "cargo-test_17", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "--workspace", "oracle_man": ["cargo-test_13", "cargo-test_15", "cargo-test_16", "cargo-test_17"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5844"} {"nl": "run tests for a package", "cmd": "cargo test --package {{package}}", "tldr_cmd_name": "cargo-test", "cmd_name": "cargo-test", "manual_exist": true, "oracle_man": ["cargo-test_2", "cargo-test_3", "cargo-test_4", "cargo-test_6", "cargo-test_14", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"], "matching_info": [{"token": "cargo", "oracle_man": ["cargo-test_2", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "test", "oracle_man": ["cargo-test_2", "cargo-test_4", "cargo-test_6", "cargo-test_55", "cargo-test_80", "cargo-test_85", "cargo-test_87", "cargo-test_89"]}, {"token": "--package", "oracle_man": ["cargo-test_14"]}, {"token": "|main|", "oracle_man": ["cargo-test_3", "cargo-test_4", "cargo-test_5", "cargo-test_6", "cargo-test_7", "cargo-test_8", "cargo-test_9"]}], "question_id": "5845"} {"nl": "run an app in a temporary virtual environment", "cmd": "pipx run {{pycowsay}} {{moo}}", "tldr_cmd_name": "pipx", "cmd_name": "pipx", "manual_exist": true, "oracle_man": ["pipx_3", "pipx_16"], "matching_info": [{"token": "run", "oracle_man": ["pipx_16"]}, {"token": "|main|", "oracle_man": ["pipx_3"]}], "question_id": "5891"} {"nl": "install a package in a virtual environment and add entry points to path", "cmd": "pipx install {{package}}", "tldr_cmd_name": "pipx", "cmd_name": "pipx", "manual_exist": true, "oracle_man": ["pipx_1", "pipx_3", "pipx_7"], "matching_info": [{"token": "install", "oracle_man": ["pipx_1", "pipx_7"]}, {"token": "|main|", "oracle_man": ["pipx_3"]}], "question_id": "5892"} {"nl": "list installed packages", "cmd": "pipx list", "tldr_cmd_name": "pipx", "cmd_name": "pipx", "manual_exist": true, "oracle_man": ["pipx_3", "pipx_15"], "matching_info": [{"token": "list", "oracle_man": ["pipx_15"]}, {"token": "|main|", "oracle_man": ["pipx_3"]}], "question_id": "5893"} {"nl": "run an app in a temporary virtual environment with a package name different from the executable", "cmd": "pipx run --spec {{httpx-cli}} {{httpx}} {{http://www.github.com}}", "tldr_cmd_name": "pipx", "cmd_name": "pipx", "manual_exist": true, "oracle_man": ["pipx_3", "pipx_16"], "matching_info": [{"token": "run", "oracle_man": ["pipx_16"]}, {"token": "--spec", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pipx_3"]}], "question_id": "5894"} {"nl": "send mail (the content should be typed after the command, and ended with `ctrl+d`)", "cmd": "mailx -s \"{{subject}}\" {{to_addr}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"], "matching_info": [{"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5921"} {"nl": "send mail with content passed from another command", "cmd": "echo \"{{content}}\" | mailx -s \"{{subject}}\" {{to_addr}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_48", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_226", "mailx_227", "mailx_231", "mailx_233", "mailx_235", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_325", "mailx_335", "mailx_350", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"], "matching_info": [{"token": "echo", "oracle_man": ["mailx_48", "mailx_65", "mailx_226", "mailx_235", "mailx_325", "mailx_335", "mailx_350", "mailx_779", "mailx_1005"]}, {"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5922"} {"nl": "send mail with content read from a file", "cmd": "mailx -s \"{{subject}}\" {{to_addr}} < {{content.txt}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"], "matching_info": [{"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5923"} {"nl": "send mail to a recipient and cc to another address", "cmd": "mailx -s \"{{subject}}\" -c {{cc_addr}} {{to_addr}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_5", "mailx_6", "mailx_10", "mailx_11", "mailx_14", "mailx_15", "mailx_19", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_46", "mailx_47", "mailx_55", "mailx_57", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_65", "mailx_67", "mailx_69", "mailx_70", "mailx_73", "mailx_74", "mailx_76", "mailx_80", "mailx_85", "mailx_87", "mailx_91", "mailx_96", "mailx_99", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_108", "mailx_112", "mailx_116", "mailx_117", "mailx_120", "mailx_124", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_132", "mailx_135", "mailx_154", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_196", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_256", "mailx_257", "mailx_260", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_289", "mailx_290", "mailx_296", "mailx_297", "mailx_299", "mailx_322", "mailx_323", "mailx_335", "mailx_351", "mailx_356", "mailx_362", "mailx_363", "mailx_365", "mailx_367", "mailx_368", "mailx_385", "mailx_389", "mailx_392", "mailx_393", "mailx_400", "mailx_403", "mailx_404", "mailx_415", "mailx_416", "mailx_441", "mailx_449", "mailx_452", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_562", "mailx_566", "mailx_568", "mailx_570", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_595", "mailx_604", "mailx_605", "mailx_610", "mailx_611", "mailx_613", "mailx_616", "mailx_619", "mailx_620", "mailx_652", "mailx_661", "mailx_671", "mailx_678", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_709", "mailx_711", "mailx_716", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_733", "mailx_742", "mailx_744", "mailx_746", "mailx_756", "mailx_757", "mailx_762", "mailx_764", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_773", "mailx_774", "mailx_775", "mailx_777", "mailx_779", "mailx_782", "mailx_783", "mailx_784", "mailx_785", "mailx_786", "mailx_787", "mailx_789", "mailx_792", "mailx_793", "mailx_794", "mailx_795", "mailx_797", "mailx_799", "mailx_800", "mailx_801", "mailx_802", "mailx_803", "mailx_805", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_815", "mailx_816", "mailx_818", "mailx_819", "mailx_825", "mailx_827", "mailx_829", "mailx_832", "mailx_833", "mailx_837", "mailx_841", "mailx_842", "mailx_844", "mailx_845", "mailx_849", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_881", "mailx_882", "mailx_883", "mailx_884", "mailx_886", "mailx_887", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_899", "mailx_900", "mailx_902", "mailx_903", "mailx_904", "mailx_905", "mailx_906", "mailx_907", "mailx_908", "mailx_909", "mailx_913", "mailx_914", "mailx_916", "mailx_919", "mailx_920", "mailx_921", "mailx_922", "mailx_923", "mailx_924", "mailx_925", "mailx_926", "mailx_927", "mailx_928", "mailx_929", "mailx_930", "mailx_932", "mailx_933", "mailx_934", "mailx_939", "mailx_940", "mailx_943", "mailx_944", "mailx_945", "mailx_947", "mailx_948", "mailx_949", "mailx_950", "mailx_951", "mailx_952", "mailx_953", "mailx_954", "mailx_955", "mailx_956", "mailx_957", "mailx_958", "mailx_959", "mailx_960", "mailx_962", "mailx_968", "mailx_969", "mailx_973", "mailx_975", "mailx_976", "mailx_978", "mailx_979", "mailx_981", "mailx_985", "mailx_986", "mailx_989", "mailx_990", "mailx_991", "mailx_992", "mailx_998", "mailx_1005", "mailx_1008", "mailx_1009", "mailx_1016", "mailx_1017", "mailx_1021", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1036", "mailx_1038", "mailx_1039", "mailx_1043"], "matching_info": [{"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "-c", "oracle_man": ["mailx_2", "mailx_5", "mailx_6", "mailx_10", "mailx_11", "mailx_14", "mailx_15", "mailx_19", "mailx_37", "mailx_45", "mailx_46", "mailx_47", "mailx_57", "mailx_59", "mailx_62", "mailx_63", "mailx_65", "mailx_67", "mailx_69", "mailx_70", "mailx_73", "mailx_74", "mailx_76", "mailx_80", "mailx_85", "mailx_87", "mailx_96", "mailx_99", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_108", "mailx_116", "mailx_117", "mailx_120", "mailx_128", "mailx_129", "mailx_130", "mailx_132", "mailx_135", "mailx_154", "mailx_183", "mailx_196", "mailx_201", "mailx_215", "mailx_222", "mailx_250", "mailx_256", "mailx_257", "mailx_260", "mailx_263", "mailx_273", "mailx_289", "mailx_296", "mailx_299", "mailx_351", "mailx_356", "mailx_362", "mailx_363", "mailx_365", "mailx_367", "mailx_368", "mailx_392", "mailx_393", "mailx_400", "mailx_403", "mailx_415", "mailx_416", "mailx_449", "mailx_452", "mailx_561", "mailx_562", "mailx_568", "mailx_570", "mailx_595", "mailx_604", "mailx_605", "mailx_610", "mailx_611", "mailx_613", "mailx_619", "mailx_620", "mailx_671", "mailx_678", "mailx_699", "mailx_709", "mailx_711", "mailx_716", "mailx_733", "mailx_742", "mailx_744", "mailx_746", "mailx_756", "mailx_757", "mailx_762", "mailx_764", "mailx_768", "mailx_772", "mailx_773", "mailx_775", "mailx_777", "mailx_782", "mailx_783", "mailx_784", "mailx_785", "mailx_786", "mailx_787", "mailx_792", "mailx_794", "mailx_795", "mailx_799", "mailx_800", "mailx_801", "mailx_802", "mailx_803", "mailx_805", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_815", "mailx_816", "mailx_818", "mailx_819", "mailx_827", "mailx_829", "mailx_832", "mailx_833", "mailx_841", "mailx_842", "mailx_844", "mailx_845", "mailx_849", "mailx_853", "mailx_877", "mailx_878", "mailx_879", "mailx_881", "mailx_882", "mailx_883", "mailx_884", "mailx_886", "mailx_887", "mailx_891", "mailx_892", "mailx_895", "mailx_898", "mailx_899", "mailx_902", "mailx_903", "mailx_904", "mailx_905", "mailx_906", "mailx_907", "mailx_909", "mailx_913", "mailx_916", "mailx_921", "mailx_922", "mailx_923", "mailx_924", "mailx_925", "mailx_926", "mailx_927", "mailx_928", "mailx_929", "mailx_930", "mailx_932", "mailx_933", "mailx_934", "mailx_940", "mailx_943", "mailx_945", "mailx_947", "mailx_948", "mailx_949", "mailx_950", "mailx_951", "mailx_952", "mailx_953", "mailx_954", "mailx_955", "mailx_956", "mailx_958", "mailx_959", "mailx_962", "mailx_968", "mailx_969", "mailx_973", "mailx_975", "mailx_976", "mailx_978", "mailx_979", "mailx_981", "mailx_986", "mailx_989", "mailx_990", "mailx_991", "mailx_998", "mailx_1008", "mailx_1009", "mailx_1016", "mailx_1017", "mailx_1021", "mailx_1036", "mailx_1038", "mailx_1039"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5924"} {"nl": "send mail specifying the sender address", "cmd": "mailx -s \"{{subject}}\" -r {{from_addr}} {{to_addr}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_3", "mailx_5", "mailx_8", "mailx_22", "mailx_25", "mailx_29", "mailx_32", "mailx_33", "mailx_35", "mailx_37", "mailx_38", "mailx_41", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_85", "mailx_91", "mailx_92", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_130", "mailx_132", "mailx_135", "mailx_153", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_284", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_359", "mailx_363", "mailx_364", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_449", "mailx_452", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_617", "mailx_644", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_704", "mailx_707", "mailx_710", "mailx_715", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_751", "mailx_753", "mailx_755", "mailx_756", "mailx_758", "mailx_765", "mailx_767", "mailx_768", "mailx_769", "mailx_771", "mailx_772", "mailx_774", "mailx_779", "mailx_781", "mailx_783", "mailx_786", "mailx_789", "mailx_791", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_815", "mailx_816", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_848", "mailx_851", "mailx_852", "mailx_853", "mailx_854", "mailx_858", "mailx_859", "mailx_863", "mailx_867", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_912", "mailx_913", "mailx_914", "mailx_917", "mailx_919", "mailx_920", "mailx_935", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_961", "mailx_968", "mailx_969", "mailx_972", "mailx_976", "mailx_978", "mailx_982", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1013", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"], "matching_info": [{"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "-r", "oracle_man": ["mailx_2", "mailx_3", "mailx_8", "mailx_32", "mailx_33", "mailx_35", "mailx_38", "mailx_41", "mailx_62", "mailx_63", "mailx_76", "mailx_85", "mailx_92", "mailx_130", "mailx_153", "mailx_183", "mailx_198", "mailx_201", "mailx_284", "mailx_296", "mailx_359", "mailx_364", "mailx_449", "mailx_452", "mailx_467", "mailx_617", "mailx_644", "mailx_671", "mailx_704", "mailx_707", "mailx_710", "mailx_715", "mailx_751", "mailx_753", "mailx_755", "mailx_756", "mailx_758", "mailx_767", "mailx_771", "mailx_781", "mailx_791", "mailx_815", "mailx_816", "mailx_848", "mailx_851", "mailx_852", "mailx_859", "mailx_867", "mailx_912", "mailx_914", "mailx_917", "mailx_919", "mailx_920", "mailx_935", "mailx_958", "mailx_961", "mailx_972", "mailx_982", "mailx_1013"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5925"} {"nl": "send mail with an attachment", "cmd": "mailx -a {{file}} -s \"{{subject}}\" {{to_addr}}", "tldr_cmd_name": "mailx", "cmd_name": "mailx", "manual_exist": true, "oracle_man": ["mailx_2", "mailx_3", "mailx_5", "mailx_9", "mailx_10", "mailx_19", "mailx_22", "mailx_25", "mailx_29", "mailx_33", "mailx_34", "mailx_35", "mailx_37", "mailx_38", "mailx_45", "mailx_52", "mailx_55", "mailx_60", "mailx_61", "mailx_63", "mailx_64", "mailx_65", "mailx_67", "mailx_69", "mailx_70", "mailx_74", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_108", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_139", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_196", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_256", "mailx_257", "mailx_263", "mailx_266", "mailx_268", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_351", "mailx_363", "mailx_373", "mailx_381", "mailx_385", "mailx_389", "mailx_391", "mailx_400", "mailx_403", "mailx_404", "mailx_424", "mailx_441", "mailx_449", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_577", "mailx_578", "mailx_581", "mailx_582", "mailx_586", "mailx_592", "mailx_604", "mailx_605", "mailx_610", "mailx_611", "mailx_613", "mailx_616", "mailx_619", "mailx_620", "mailx_631", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_698", "mailx_699", "mailx_700", "mailx_709", "mailx_711", "mailx_712", "mailx_713", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_755", "mailx_764", "mailx_765", "mailx_767", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_777", "mailx_778", "mailx_779", "mailx_780", "mailx_781", "mailx_782", "mailx_783", "mailx_786", "mailx_788", "mailx_789", "mailx_790", "mailx_791", "mailx_792", "mailx_793", "mailx_797", "mailx_798", "mailx_799", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_812", "mailx_818", "mailx_822", "mailx_825", "mailx_827", "mailx_829", "mailx_832", "mailx_833", "mailx_836", "mailx_837", "mailx_841", "mailx_842", "mailx_843", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_869", "mailx_870", "mailx_871", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_902", "mailx_903", "mailx_904", "mailx_905", "mailx_906", "mailx_908", "mailx_913", "mailx_914", "mailx_917", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_991", "mailx_992", "mailx_996", "mailx_1001", "mailx_1005", "mailx_1009", "mailx_1013", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1038", "mailx_1043"], "matching_info": [{"token": "-a", "oracle_man": ["mailx_2", "mailx_3", "mailx_9", "mailx_10", "mailx_19", "mailx_33", "mailx_34", "mailx_35", "mailx_52", "mailx_63", "mailx_64", "mailx_65", "mailx_67", "mailx_69", "mailx_74", "mailx_91", "mailx_96", "mailx_108", "mailx_112", "mailx_139", "mailx_181", "mailx_193", "mailx_194", "mailx_196", "mailx_201", "mailx_256", "mailx_257", "mailx_266", "mailx_268", "mailx_351", "mailx_373", "mailx_381", "mailx_391", "mailx_424", "mailx_449", "mailx_566", "mailx_577", "mailx_581", "mailx_582", "mailx_586", "mailx_592", "mailx_604", "mailx_605", "mailx_610", "mailx_611", "mailx_613", "mailx_619", "mailx_620", "mailx_631", "mailx_680", "mailx_697", "mailx_698", "mailx_709", "mailx_711", "mailx_712", "mailx_713", "mailx_728", "mailx_755", "mailx_764", "mailx_767", "mailx_777", "mailx_778", "mailx_780", "mailx_781", "mailx_782", "mailx_788", "mailx_789", "mailx_790", "mailx_791", "mailx_792", "mailx_798", "mailx_799", "mailx_812", "mailx_822", "mailx_825", "mailx_827", "mailx_829", "mailx_832", "mailx_836", "mailx_837", "mailx_841", "mailx_842", "mailx_843", "mailx_869", "mailx_870", "mailx_871", "mailx_902", "mailx_903", "mailx_904", "mailx_905", "mailx_906", "mailx_913", "mailx_917", "mailx_949", "mailx_985", "mailx_991", "mailx_996", "mailx_1001", "mailx_1013", "mailx_1038"]}, {"token": "-s", "oracle_man": ["mailx_2", "mailx_5", "mailx_22", "mailx_25", "mailx_29", "mailx_37", "mailx_38", "mailx_45", "mailx_55", "mailx_60", "mailx_61", "mailx_65", "mailx_69", "mailx_70", "mailx_76", "mailx_91", "mailx_96", "mailx_102", "mailx_103", "mailx_104", "mailx_106", "mailx_112", "mailx_116", "mailx_117", "mailx_124", "mailx_126", "mailx_127", "mailx_132", "mailx_135", "mailx_175", "mailx_181", "mailx_182", "mailx_183", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_198", "mailx_200", "mailx_201", "mailx_203", "mailx_206", "mailx_210", "mailx_215", "mailx_216", "mailx_220", "mailx_222", "mailx_224", "mailx_227", "mailx_231", "mailx_233", "mailx_236", "mailx_244", "mailx_250", "mailx_263", "mailx_266", "mailx_273", "mailx_275", "mailx_276", "mailx_277", "mailx_278", "mailx_290", "mailx_296", "mailx_297", "mailx_322", "mailx_323", "mailx_335", "mailx_363", "mailx_385", "mailx_389", "mailx_400", "mailx_403", "mailx_404", "mailx_441", "mailx_463", "mailx_464", "mailx_467", "mailx_478", "mailx_479", "mailx_480", "mailx_481", "mailx_482", "mailx_483", "mailx_525", "mailx_534", "mailx_537", "mailx_541", "mailx_557", "mailx_561", "mailx_566", "mailx_571", "mailx_574", "mailx_578", "mailx_581", "mailx_616", "mailx_652", "mailx_661", "mailx_671", "mailx_680", "mailx_682", "mailx_687", "mailx_697", "mailx_699", "mailx_700", "mailx_722", "mailx_727", "mailx_728", "mailx_730", "mailx_744", "mailx_765", "mailx_768", "mailx_769", "mailx_772", "mailx_774", "mailx_779", "mailx_783", "mailx_786", "mailx_789", "mailx_793", "mailx_797", "mailx_801", "mailx_803", "mailx_806", "mailx_809", "mailx_810", "mailx_811", "mailx_818", "mailx_825", "mailx_833", "mailx_837", "mailx_853", "mailx_854", "mailx_858", "mailx_863", "mailx_873", "mailx_877", "mailx_878", "mailx_879", "mailx_889", "mailx_891", "mailx_892", "mailx_895", "mailx_896", "mailx_898", "mailx_900", "mailx_908", "mailx_913", "mailx_914", "mailx_919", "mailx_920", "mailx_939", "mailx_944", "mailx_948", "mailx_949", "mailx_951", "mailx_952", "mailx_954", "mailx_955", "mailx_957", "mailx_958", "mailx_960", "mailx_968", "mailx_969", "mailx_976", "mailx_978", "mailx_985", "mailx_986", "mailx_990", "mailx_992", "mailx_1005", "mailx_1009", "mailx_1017", "mailx_1022", "mailx_1026", "mailx_1035", "mailx_1043"]}, {"token": "|main|", "oracle_man": ["mailx_5", "mailx_6", "mailx_7", "mailx_8", "mailx_9", "mailx_10", "mailx_11", "mailx_12", "mailx_13", "mailx_14", "mailx_15", "mailx_16", "mailx_17", "mailx_18", "mailx_19", "mailx_20", "mailx_21", "mailx_22", "mailx_23", "mailx_24", "mailx_25", "mailx_26", "mailx_27", "mailx_28", "mailx_29", "mailx_30", "mailx_31", "mailx_32", "mailx_33", "mailx_34", "mailx_35", "mailx_36", "mailx_37", "mailx_38", "mailx_39", "mailx_40", "mailx_41", "mailx_42", "mailx_43", "mailx_44", "mailx_45", "mailx_46", "mailx_47", "mailx_48", "mailx_49", "mailx_50", "mailx_51", "mailx_52", "mailx_53", "mailx_54", "mailx_55", "mailx_56", "mailx_57", "mailx_58", "mailx_59", "mailx_60", "mailx_61", "mailx_62", "mailx_63", "mailx_64", "mailx_65", "mailx_66", "mailx_67", "mailx_68", "mailx_69", "mailx_70", "mailx_71", "mailx_72", "mailx_73", "mailx_74", "mailx_75", "mailx_76", "mailx_77", "mailx_78", "mailx_79", "mailx_80", "mailx_81", "mailx_82", "mailx_83", "mailx_84", "mailx_85", "mailx_86", "mailx_87", "mailx_88", "mailx_89", "mailx_90", "mailx_91", "mailx_92", "mailx_93", "mailx_94", "mailx_95", "mailx_96", "mailx_97", "mailx_98", "mailx_99", "mailx_100", "mailx_101", "mailx_102", "mailx_103", "mailx_104", "mailx_105", "mailx_106", "mailx_107", "mailx_108", "mailx_109", "mailx_110", "mailx_111", "mailx_112", "mailx_113", "mailx_114", "mailx_115", "mailx_116", "mailx_117", "mailx_118", "mailx_119", "mailx_120", "mailx_121", "mailx_122", "mailx_123", "mailx_124", "mailx_125", "mailx_126", "mailx_127", "mailx_128", "mailx_129", "mailx_130", "mailx_131", "mailx_132", "mailx_133", "mailx_134", "mailx_135", "mailx_136", "mailx_137", "mailx_138", "mailx_139", "mailx_140", "mailx_141", "mailx_142", "mailx_143", "mailx_144", "mailx_145", "mailx_146", "mailx_147", "mailx_148", "mailx_149", "mailx_150", "mailx_151", "mailx_152", "mailx_153", "mailx_154", "mailx_155", "mailx_156", "mailx_157", "mailx_158", "mailx_159", "mailx_160", "mailx_161", "mailx_162", "mailx_163", "mailx_164", "mailx_165", "mailx_166", "mailx_167", "mailx_168", "mailx_169", "mailx_170", "mailx_171", "mailx_172", "mailx_173", "mailx_174", "mailx_175", "mailx_176", "mailx_177", "mailx_178", "mailx_179", "mailx_180", "mailx_181", "mailx_182", "mailx_183", "mailx_184", "mailx_185", "mailx_186", "mailx_187", "mailx_188", "mailx_189", "mailx_190", "mailx_191", "mailx_192", "mailx_193", "mailx_194", "mailx_195", "mailx_196", "mailx_197", "mailx_198", "mailx_199", "mailx_200", "mailx_201"]}], "question_id": "5926"} {"nl": "list all virtualbox virtual machines", "cmd": "VBoxManage list vms", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_11", "vboxmanage_59", "vboxmanage_73", "vboxmanage_105"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "list", "oracle_man": ["vboxmanage_11", "vboxmanage_59", "vboxmanage_73", "vboxmanage_105"]}, {"token": "vms", "oracle_man": []}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5932"} {"nl": "show information about a particular virtual machine", "cmd": "VBoxManage showvminfo {{name|uuid}}", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_12", "vboxmanage_13"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "showvminfo", "oracle_man": ["vboxmanage_12", "vboxmanage_13"]}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5933"} {"nl": "start a virtual machine", "cmd": "VBoxManage startvm {{name|uuid}}", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_39"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "startvm", "oracle_man": ["vboxmanage_39"]}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5934"} {"nl": "start a virtual machine in headless mode", "cmd": "VBoxManage startvm {{name|uuid}} -type headless", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_39", "vboxmanage_61", "vboxmanage_69", "vboxmanage_77"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "startvm", "oracle_man": ["vboxmanage_39"]}, {"token": "-type", "oracle_man": ["vboxmanage_39", "vboxmanage_61", "vboxmanage_69", "vboxmanage_77"]}, {"token": "headless", "oracle_man": []}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5935"} {"nl": "shutdown the virtual machine and save its current state", "cmd": "VBoxManage controlvm {{name|uuid}} savestate", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_40"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "controlvm", "oracle_man": ["vboxmanage_40"]}, {"token": "savestate", "oracle_man": []}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5936"} {"nl": "shutdown down the virtual machine without saving its state", "cmd": "VBoxManage controlvm {{name|uuid}} poweroff", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_40"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "controlvm", "oracle_man": ["vboxmanage_40"]}, {"token": "poweroff", "oracle_man": []}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5937"} {"nl": "update vbox extension packs", "cmd": "VBoxManage extpack install --replace {{VboxExtensionPackFileName}}", "tldr_cmd_name": "vboxmanage", "cmd_name": "vboxmanage", "manual_exist": true, "oracle_man": ["vboxmanage_1", "vboxmanage_2", "vboxmanage_4", "vboxmanage_118"], "matching_info": [{"token": "VBoxManage", "oracle_man": ["vboxmanage_1", "vboxmanage_4"]}, {"token": "extpack", "oracle_man": ["vboxmanage_118"]}, {"token": "install", "oracle_man": ["vboxmanage_118"]}, {"token": "--replace", "oracle_man": ["vboxmanage_118"]}, {"token": "|main|", "oracle_man": ["vboxmanage_2", "vboxmanage_3", "vboxmanage_4", "vboxmanage_5", "vboxmanage_6", "vboxmanage_7", "vboxmanage_8", "vboxmanage_9", "vboxmanage_10", "vboxmanage_11", "vboxmanage_12", "vboxmanage_13", "vboxmanage_14", "vboxmanage_15", "vboxmanage_16", "vboxmanage_17", "vboxmanage_18", "vboxmanage_19", "vboxmanage_20", "vboxmanage_21", "vboxmanage_22", "vboxmanage_23", "vboxmanage_24", "vboxmanage_25", "vboxmanage_26", "vboxmanage_27", "vboxmanage_28", "vboxmanage_29", "vboxmanage_30", "vboxmanage_31", "vboxmanage_32", "vboxmanage_33", "vboxmanage_34", "vboxmanage_35", "vboxmanage_36", "vboxmanage_37", "vboxmanage_38", "vboxmanage_39", "vboxmanage_40", "vboxmanage_41", "vboxmanage_42", "vboxmanage_43", "vboxmanage_44", "vboxmanage_45", "vboxmanage_46", "vboxmanage_47", "vboxmanage_48", "vboxmanage_49", "vboxmanage_50", "vboxmanage_51", "vboxmanage_52", "vboxmanage_53", "vboxmanage_54", "vboxmanage_55", "vboxmanage_56", "vboxmanage_57", "vboxmanage_58", "vboxmanage_59", "vboxmanage_60", "vboxmanage_61", "vboxmanage_62", "vboxmanage_63", "vboxmanage_64", "vboxmanage_65", "vboxmanage_66", "vboxmanage_67", "vboxmanage_68", "vboxmanage_69", "vboxmanage_70", "vboxmanage_71", "vboxmanage_72", "vboxmanage_73", "vboxmanage_74", "vboxmanage_75", "vboxmanage_76", "vboxmanage_77", "vboxmanage_78", "vboxmanage_79", "vboxmanage_80", "vboxmanage_81", "vboxmanage_82", "vboxmanage_83", "vboxmanage_84", "vboxmanage_85", "vboxmanage_86", "vboxmanage_87", "vboxmanage_88", "vboxmanage_89", "vboxmanage_90", "vboxmanage_91", "vboxmanage_92", "vboxmanage_93", "vboxmanage_94", "vboxmanage_95", "vboxmanage_96", "vboxmanage_97", "vboxmanage_98", "vboxmanage_99", "vboxmanage_100", "vboxmanage_101", "vboxmanage_102", "vboxmanage_103", "vboxmanage_104", "vboxmanage_105", "vboxmanage_106", "vboxmanage_107", "vboxmanage_108", "vboxmanage_109", "vboxmanage_110", "vboxmanage_111", "vboxmanage_112", "vboxmanage_113", "vboxmanage_114", "vboxmanage_115", "vboxmanage_116", "vboxmanage_117", "vboxmanage_118"]}], "question_id": "5938"} {"nl": "change the standard input buffer size to 512 kib", "cmd": "stdbuf --input={{512K}} {{command}}", "tldr_cmd_name": "stdbuf", "cmd_name": "stdbuf", "manual_exist": true, "oracle_man": ["stdbuf_3", "stdbuf_5"], "matching_info": [{"token": "--input", "oracle_man": ["stdbuf_5"]}, {"token": "|main|", "oracle_man": ["stdbuf_3", "stdbuf_4", "stdbuf_5", "stdbuf_6", "stdbuf_7", "stdbuf_8", "stdbuf_9", "stdbuf_10", "stdbuf_11", "stdbuf_12", "stdbuf_13"]}], "question_id": "6045"} {"nl": "change the standard output buffer to linebuffered", "cmd": "stdbuf --output={{L}} {{command}}", "tldr_cmd_name": "stdbuf", "cmd_name": "stdbuf", "manual_exist": true, "oracle_man": ["stdbuf_3", "stdbuf_6"], "matching_info": [{"token": "--output", "oracle_man": ["stdbuf_6"]}, {"token": "|main|", "oracle_man": ["stdbuf_3", "stdbuf_4", "stdbuf_5", "stdbuf_6", "stdbuf_7", "stdbuf_8", "stdbuf_9", "stdbuf_10", "stdbuf_11", "stdbuf_12", "stdbuf_13"]}], "question_id": "6046"} {"nl": "change the standard error buffer to unbuffered", "cmd": "stdbuf --error={{0}} {{command}}", "tldr_cmd_name": "stdbuf", "cmd_name": "stdbuf", "manual_exist": true, "oracle_man": ["stdbuf_3", "stdbuf_7"], "matching_info": [{"token": "--error", "oracle_man": ["stdbuf_7"]}, {"token": "|main|", "oracle_man": ["stdbuf_3", "stdbuf_4", "stdbuf_5", "stdbuf_6", "stdbuf_7", "stdbuf_8", "stdbuf_9", "stdbuf_10", "stdbuf_11", "stdbuf_12", "stdbuf_13"]}], "question_id": "6047"} {"nl": "display the file header information", "cmd": "objdump -f {{binary}}", "tldr_cmd_name": "objdump", "cmd_name": "objdump", "manual_exist": true, "oracle_man": ["objdump_2", "objdump_3", "objdump_5", "objdump_26", "objdump_27", "objdump_28", "objdump_73", "objdump_138"], "matching_info": [{"token": "-f", "oracle_man": ["objdump_2", "objdump_5", "objdump_26", "objdump_27", "objdump_28", "objdump_73", "objdump_138"]}, {"token": "|main|", "oracle_man": ["objdump_3", "objdump_4"]}], "question_id": "6048"} {"nl": "display the disassembled output of executable sections", "cmd": "objdump -d {{binary}}", "tldr_cmd_name": "objdump", "cmd_name": "objdump", "manual_exist": true, "oracle_man": ["objdump_2", "objdump_3", "objdump_5", "objdump_12", "objdump_15", "objdump_16", "objdump_17", "objdump_18", "objdump_19", "objdump_20", "objdump_22", "objdump_35", "objdump_38", "objdump_43", "objdump_71", "objdump_72", "objdump_74", "objdump_83", "objdump_90", "objdump_108", "objdump_110", "objdump_112", "objdump_113", "objdump_117", "objdump_118", "objdump_134", "objdump_140"], "matching_info": [{"token": "-d", "oracle_man": ["objdump_2", "objdump_5", "objdump_12", "objdump_15", "objdump_16", "objdump_17", "objdump_18", "objdump_19", "objdump_20", "objdump_22", "objdump_35", "objdump_38", "objdump_43", "objdump_71", "objdump_72", "objdump_74", "objdump_83", "objdump_90", "objdump_108", "objdump_110", "objdump_112", "objdump_113", "objdump_117", "objdump_118", "objdump_134", "objdump_140"]}, {"token": "|main|", "oracle_man": ["objdump_3", "objdump_4"]}], "question_id": "6049"} {"nl": "display a complete binary hex dump of all sections", "cmd": "objdump -s {{binary}}", "tldr_cmd_name": "objdump", "cmd_name": "objdump", "manual_exist": true, "oracle_man": ["objdump_2", "objdump_3", "objdump_5", "objdump_23", "objdump_28", "objdump_29", "objdump_34", "objdump_41", "objdump_42", "objdump_63", "objdump_73", "objdump_74", "objdump_75", "objdump_77", "objdump_78", "objdump_79", "objdump_90", "objdump_110", "objdump_116", "objdump_117", "objdump_118", "objdump_119", "objdump_134", "objdump_135", "objdump_136"], "matching_info": [{"token": "-s", "oracle_man": ["objdump_2", "objdump_5", "objdump_23", "objdump_28", "objdump_29", "objdump_34", "objdump_41", "objdump_42", "objdump_63", "objdump_73", "objdump_74", "objdump_75", "objdump_77", "objdump_78", "objdump_79", "objdump_90", "objdump_110", "objdump_116", "objdump_117", "objdump_118", "objdump_119", "objdump_134", "objdump_135", "objdump_136"]}, {"token": "|main|", "oracle_man": ["objdump_3", "objdump_4"]}], "question_id": "6050"} {"nl": "print lines of code in the current directory", "cmd": "loc", "tldr_cmd_name": "loc", "cmd_name": "loc", "manual_exist": true, "oracle_man": ["loc_1"], "matching_info": [{"token": "|main|", "oracle_man": ["loc_1"]}], "question_id": "6058"} {"nl": "print lines of code in the target directory", "cmd": "loc {{path/to/directory}}", "tldr_cmd_name": "loc", "cmd_name": "loc", "manual_exist": true, "oracle_man": ["loc_1"], "matching_info": [{"token": "|main|", "oracle_man": ["loc_1"]}], "question_id": "6059"} {"nl": "print lines of code with stats for individual files", "cmd": "loc --files", "tldr_cmd_name": "loc", "cmd_name": "loc", "manual_exist": true, "oracle_man": ["loc_1"], "matching_info": [{"token": "--files", "oracle_man": []}, {"token": "|main|", "oracle_man": ["loc_1"]}], "question_id": "6060"} {"nl": "print lines of code without .gitignore (etc.) files (e.g. two u flags will additionally count hidden files and dirs)", "cmd": "loc -u", "tldr_cmd_name": "loc", "cmd_name": "loc", "manual_exist": true, "oracle_man": ["loc_1"], "matching_info": [{"token": "-u", "oracle_man": []}, {"token": "|main|", "oracle_man": ["loc_1"]}], "question_id": "6061"} {"nl": "calculate contributions for the current git repository", "cmd": "git fame", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6101"} {"nl": "exclude files/directories that match the specified regular expression", "cmd": "git fame --excl \"{{regular_expression}}\"", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_13", "git-fame_14"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "--excl", "oracle_man": ["git-fame_13", "git-fame_14"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6102"} {"nl": "calculate contributions made after the specified date", "cmd": "git fame --since \"{{3 weeks ago|2021-05-13}}\"", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_15"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "--since", "oracle_man": ["git-fame_15"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6103"} {"nl": "display contributions in the specified format", "cmd": "git fame --format {{pipe|yaml|json|csv|tsv}}", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_23"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "--format", "oracle_man": ["git-fame_23"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6104"} {"nl": "display contributions per file extension", "cmd": "git fame --bytype", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_21"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "--bytype", "oracle_man": ["git-fame_21"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6105"} {"nl": "ignore whitespace changes", "cmd": "git fame --ignore-whitespace", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_22"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "--ignore-whitespace", "oracle_man": ["git-fame_22"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6106"} {"nl": "detect interfile line moves and copies", "cmd": "git fame -C", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_22"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "-C", "oracle_man": ["git-fame_22"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6107"} {"nl": "detect intrafile line moves and copies", "cmd": "git fame -M", "tldr_cmd_name": "git-fame", "cmd_name": "git-fame", "manual_exist": true, "oracle_man": ["git-fame_3", "git-fame_5", "git-fame_7", "git-fame_22"], "matching_info": [{"token": "git", "oracle_man": ["git-fame_5", "git-fame_7"]}, {"token": "fame", "oracle_man": ["git-fame_7"]}, {"token": "-M", "oracle_man": ["git-fame_22"]}, {"token": "|main|", "oracle_man": ["git-fame_3", "git-fame_4", "git-fame_5", "git-fame_6", "git-fame_7"]}], "question_id": "6108"} {"nl": "compress a file into a new file with the `.zst` suffix", "cmd": "zstd {{file}}", "tldr_cmd_name": "zstd", "cmd_name": "zstd", "manual_exist": true, "oracle_man": ["zstd_6"], "matching_info": [{"token": "|main|", "oracle_man": ["zstd_6", "zstd_7", "zstd_8", "zstd_9", "zstd_10", "zstd_11", "zstd_12", "zstd_13", "zstd_14", "zstd_15", "zstd_16"]}], "question_id": "6150"} {"nl": "decompress a file", "cmd": "zstd -d {{file}}.zst", "tldr_cmd_name": "zstd", "cmd_name": "zstd", "manual_exist": true, "oracle_man": ["zstd_4", "zstd_5", "zstd_6", "zstd_21", "zstd_22", "zstd_23", "zstd_41", "zstd_54", "zstd_55", "zstd_56", "zstd_63", "zstd_76"], "matching_info": [{"token": "-d", "oracle_man": ["zstd_4", "zstd_5", "zstd_21", "zstd_22", "zstd_23", "zstd_41", "zstd_54", "zstd_55", "zstd_56", "zstd_63", "zstd_76"]}, {"token": "|main|", "oracle_man": ["zstd_6", "zstd_7", "zstd_8", "zstd_9", "zstd_10", "zstd_11", "zstd_12", "zstd_13", "zstd_14", "zstd_15", "zstd_16"]}], "question_id": "6151"} {"nl": "decompress to stdout", "cmd": "zstd -dc {{file}}.zst", "tldr_cmd_name": "zstd", "cmd_name": "zstd", "manual_exist": true, "oracle_man": ["zstd_5", "zstd_6"], "matching_info": [{"token": "-dc", "oracle_man": ["zstd_5"]}, {"token": "|main|", "oracle_man": ["zstd_6", "zstd_7", "zstd_8", "zstd_9", "zstd_10", "zstd_11", "zstd_12", "zstd_13", "zstd_14", "zstd_15", "zstd_16"]}], "question_id": "6152"} {"nl": "compress a file specifying the compression level, where 1=fastest, 19=slowest and 3=default", "cmd": "zstd -{{level}} {{file}}", "tldr_cmd_name": "zstd", "cmd_name": "zstd", "manual_exist": true, "oracle_man": ["zstd_6"], "matching_info": [{"token": "|main|", "oracle_man": ["zstd_6", "zstd_7", "zstd_8", "zstd_9", "zstd_10", "zstd_11", "zstd_12", "zstd_13", "zstd_14", "zstd_15", "zstd_16"]}], "question_id": "6153"} {"nl": "unlock higher compression levels (up to 22) using more memory (both for compression and decompression)", "cmd": "zstd --ultra -{{level}} {{file}}", "tldr_cmd_name": "zstd", "cmd_name": "zstd", "manual_exist": true, "oracle_man": ["zstd_6", "zstd_28"], "matching_info": [{"token": "--ultra", "oracle_man": ["zstd_28"]}, {"token": "|main|", "oracle_man": ["zstd_6", "zstd_7", "zstd_8", "zstd_9", "zstd_10", "zstd_11", "zstd_12", "zstd_13", "zstd_14", "zstd_15", "zstd_16"]}], "question_id": "6154"} {"nl": "start a repl (interactive shell)", "cmd": "swift", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3"], "matching_info": [{"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6201"} {"nl": "execute a program", "cmd": "swift {{file.swift}}", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3"], "matching_info": [{"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6202"} {"nl": "start a new project with the package manager", "cmd": "swift package init", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3"], "matching_info": [{"token": "package", "oracle_man": []}, {"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6203"} {"nl": "generate an xcode project file", "cmd": "swift package generate-xcodeproj", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3"], "matching_info": [{"token": "package", "oracle_man": []}, {"token": "generate-xcodeproj", "oracle_man": []}, {"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6204"} {"nl": "update dependencies", "cmd": "swift package update", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3"], "matching_info": [{"token": "package", "oracle_man": []}, {"token": "update", "oracle_man": []}, {"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6205"} {"nl": "compile project for release", "cmd": "swift build -c release", "tldr_cmd_name": "swift", "cmd_name": "swift", "manual_exist": true, "oracle_man": ["swift_3", "swift_7", "swift_10"], "matching_info": [{"token": "build", "oracle_man": []}, {"token": "-c", "oracle_man": ["swift_7", "swift_10"]}, {"token": "release", "oracle_man": []}, {"token": "|main|", "oracle_man": ["swift_3"]}], "question_id": "6206"} {"nl": "run all available tests", "cmd": "jest", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1"], "matching_info": [{"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6282"} {"nl": "run the test suites from the given files", "cmd": "jest {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1"], "matching_info": [{"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6283"} {"nl": "run the test suites from files within the current and subdirectories, whose paths match the given regular expression", "cmd": "jest {{regular_expression1}} {{regular_expression2}}", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1"], "matching_info": [{"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6284"} {"nl": "run the tests whose names match the given regular expression", "cmd": "jest --testNamePattern {{regular_expression}}", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1", "jest_95", "jest_110"], "matching_info": [{"token": "--testNamePattern", "oracle_man": ["jest_95", "jest_110"]}, {"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6285"} {"nl": "run test suites related to a given source file", "cmd": "jest --findRelatedTests {{path/to/source_file.js}}", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1", "jest_38", "jest_49"], "matching_info": [{"token": "--findRelatedTests", "oracle_man": ["jest_38", "jest_49"]}, {"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6286"} {"nl": "run test suites related to all uncommitted files", "cmd": "jest --onlyChanged", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1", "jest_11", "jest_12", "jest_48", "jest_64"], "matching_info": [{"token": "--onlyChanged", "oracle_man": ["jest_11", "jest_12", "jest_48", "jest_64"]}, {"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6287"} {"nl": "watch files for changes and automatically rerun related tests", "cmd": "jest --watch", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1", "jest_113", "jest_114", "jest_116", "jest_117"], "matching_info": [{"token": "--watch", "oracle_man": ["jest_113", "jest_114", "jest_116", "jest_117"]}, {"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6288"} {"nl": "show help", "cmd": "jest --help", "tldr_cmd_name": "jest", "cmd_name": "jest", "manual_exist": true, "oracle_man": ["jest_1", "jest_3"], "matching_info": [{"token": "--help", "oracle_man": ["jest_3"]}, {"token": "|main|", "oracle_man": ["jest_1"]}], "question_id": "6289"} {"nl": "show status of all jobs", "cmd": "jobs", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4"], "matching_info": [{"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "6329"} {"nl": "show status of a particular job", "cmd": "jobs %{{job_id}}", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_4"], "matching_info": [{"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "6330"} {"nl": "show status and process ids of all jobs", "cmd": "jobs -l", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_3", "jobs_4", "jobs_8", "jobs_24", "jobs_40"], "matching_info": [{"token": "-l", "oracle_man": ["jobs_3", "jobs_8", "jobs_24", "jobs_40"]}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "6331"} {"nl": "show process ids of all jobs", "cmd": "jobs -p", "tldr_cmd_name": "jobs", "cmd_name": "jobs", "manual_exist": true, "oracle_man": ["jobs_3", "jobs_4", "jobs_9", "jobs_22", "jobs_49"], "matching_info": [{"token": "-p", "oracle_man": ["jobs_3", "jobs_9", "jobs_22", "jobs_49"]}, {"token": "|main|", "oracle_man": ["jobs_4", "jobs_5"]}], "question_id": "6332"} {"nl": "install a package, automatically installing dependencies", "cmd": "raco pkg install --auto {{package_source}}", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3"], "matching_info": [{"token": "pkg", "oracle_man": []}, {"token": "install", "oracle_man": []}, {"token": "--auto", "oracle_man": []}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6402"} {"nl": "install the current directory as a package", "cmd": "raco pkg install", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3"], "matching_info": [{"token": "pkg", "oracle_man": []}, {"token": "install", "oracle_man": []}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6403"} {"nl": "build (or rebuild) bytecode, documentation, executables, and metadata indexes for collections", "cmd": "raco setup {{collection1 collection2 ...}}", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3"], "matching_info": [{"token": "setup", "oracle_man": []}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6404"} {"nl": "run tests in files", "cmd": "raco test {{path/to/tests1.rkt path/to/tests2.rkt ...}}", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3"], "matching_info": [{"token": "test", "oracle_man": []}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6405"} {"nl": "search local documentation", "cmd": "raco docs {{search_terms ...}}", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3", "raco_8"], "matching_info": [{"token": "docs", "oracle_man": ["raco_8"]}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6406"} {"nl": "display help", "cmd": "raco help", "tldr_cmd_name": "raco", "cmd_name": "raco", "manual_exist": true, "oracle_man": ["raco_3", "raco_5"], "matching_info": [{"token": "help", "oracle_man": ["raco_5"]}, {"token": "|main|", "oracle_man": ["raco_3", "raco_4", "raco_5", "raco_6"]}], "question_id": "6407"} {"nl": "archive 1 or more files", "cmd": "rar a {{path/to/archive_name.rar}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6414"} {"nl": "archive a directory", "cmd": "rar a {{path/to/archive_name.rar}} {{path/to/directory}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6415"} {"nl": "split the archive into parts of equal size (50m)", "cmd": "rar a -v{{50M}} -R {{path/to/archive_name.rar}} {{path/to/file_or_directory}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "-R", "oracle_man": []}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6416"} {"nl": "password protect the resulting archive", "cmd": "rar a -p{{password}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6417"} {"nl": "encrypt file data and headers with password", "cmd": "rar a -hp{{password}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6418"} {"nl": "use a specific compression level (05)", "cmd": "rar a -m{{compression_level}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}", "tldr_cmd_name": "rar", "cmd_name": "rar", "manual_exist": true, "oracle_man": ["rar_3", "rar_4", "rar_6", "rar_14", "rar_25", "rar_75"], "matching_info": [{"token": "a", "oracle_man": ["rar_4", "rar_6", "rar_14", "rar_25", "rar_75"]}, {"token": "|main|", "oracle_man": ["rar_3", "rar_4"]}], "question_id": "6419"} {"nl": "compile the project or solution in the current directory", "cmd": "dotnet build", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6458"} {"nl": "compile a .net project or solution in debug mode", "cmd": "dotnet build {{path/to/project_or_solution}}", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6459"} {"nl": "compile in release mode", "cmd": "dotnet build --configuration {{Release}}", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_22", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "--configuration", "oracle_man": ["dotnet-build_3", "dotnet-build_22", "dotnet-build_51"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6460"} {"nl": "compile without restoring dependencies", "cmd": "dotnet build --no-restore", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_13", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_36", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "--no-restore", "oracle_man": ["dotnet-build_3", "dotnet-build_13", "dotnet-build_36"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6461"} {"nl": "compile with a specific verbosity level", "cmd": "dotnet build --verbosity {{quiet|minimal|normal|detailed|diagnostic}}", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_44", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "--verbosity", "oracle_man": ["dotnet-build_3", "dotnet-build_44"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6462"} {"nl": "compile for a specific runtime", "cmd": "dotnet build --runtime {{runtime_identifier}}", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_42", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "--runtime", "oracle_man": ["dotnet-build_3", "dotnet-build_42", "dotnet-build_53"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6463"} {"nl": "specify the output directory", "cmd": "dotnet build --output {{path/to/directory}}", "tldr_cmd_name": "dotnet-build", "cmd_name": "dotnet-build", "manual_exist": true, "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_40", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"], "matching_info": [{"token": "dotnet", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "build", "oracle_man": ["dotnet-build_0", "dotnet-build_1", "dotnet-build_2", "dotnet-build_3", "dotnet-build_4", "dotnet-build_5", "dotnet-build_17", "dotnet-build_19", "dotnet-build_23", "dotnet-build_35", "dotnet-build_49", "dotnet-build_51", "dotnet-build_53", "dotnet-build_55", "dotnet-build_57"]}, {"token": "--output", "oracle_man": ["dotnet-build_3", "dotnet-build_40"]}, {"token": "|main|", "oracle_man": ["dotnet-build_5", "dotnet-build_6", "dotnet-build_7", "dotnet-build_8", "dotnet-build_9", "dotnet-build_10", "dotnet-build_11", "dotnet-build_12", "dotnet-build_13", "dotnet-build_14", "dotnet-build_15", "dotnet-build_16", "dotnet-build_17", "dotnet-build_18", "dotnet-build_19", "dotnet-build_20", "dotnet-build_21"]}], "question_id": "6464"} {"nl": "list files one per line", "cmd": "exa --oneline", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_6", "exa_9"], "matching_info": [{"token": "--oneline", "oracle_man": ["exa_6", "exa_9"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6517"} {"nl": "list all files, including hidden files", "cmd": "exa --all", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_20"], "matching_info": [{"token": "--all", "oracle_man": ["exa_20"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6518"} {"nl": "long format list (permissions, ownership, size and modification date) of all files", "cmd": "exa --long --all", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_7", "exa_8", "exa_12", "exa_20", "exa_32", "exa_58", "exa_63"], "matching_info": [{"token": "--long", "oracle_man": ["exa_7", "exa_8", "exa_12", "exa_32", "exa_58", "exa_63"]}, {"token": "--all", "oracle_man": ["exa_20"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6519"} {"nl": "list files with the largest at the top", "cmd": "exa --reverse --sort={{size}}", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_6", "exa_23", "exa_24", "exa_60"], "matching_info": [{"token": "--reverse", "oracle_man": ["exa_6", "exa_23"]}, {"token": "--sort", "oracle_man": ["exa_6", "exa_24", "exa_60"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6520"} {"nl": "display a tree of files, three levels deep", "cmd": "exa --long --tree --level={{3}}", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_7", "exa_8", "exa_12", "exa_14", "exa_22", "exa_32", "exa_58", "exa_63"], "matching_info": [{"token": "--long", "oracle_man": ["exa_7", "exa_8", "exa_12", "exa_32", "exa_58", "exa_63"]}, {"token": "--tree", "oracle_man": ["exa_8", "exa_14"]}, {"token": "--level", "oracle_man": ["exa_8", "exa_22"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6521"} {"nl": "list files sorted by modification date (oldest first)", "cmd": "exa --long --sort={{modified}}", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_6", "exa_7", "exa_8", "exa_12", "exa_24", "exa_32", "exa_58", "exa_60", "exa_63"], "matching_info": [{"token": "--long", "oracle_man": ["exa_7", "exa_8", "exa_12", "exa_32", "exa_58", "exa_63"]}, {"token": "--sort", "oracle_man": ["exa_6", "exa_24", "exa_60"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6522"} {"nl": "list files with their headers, icons, and git statuses", "cmd": "exa --long --header --icons --git", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_7", "exa_8", "exa_12", "exa_18", "exa_29", "exa_32", "exa_37", "exa_52", "exa_58", "exa_63", "exa_65"], "matching_info": [{"token": "--long", "oracle_man": ["exa_7", "exa_8", "exa_12", "exa_32", "exa_58", "exa_63"]}, {"token": "--header", "oracle_man": ["exa_7", "exa_37"]}, {"token": "--icons", "oracle_man": ["exa_18", "exa_65"]}, {"token": "--git", "oracle_man": ["exa_7", "exa_29", "exa_52"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6523"} {"nl": "don't list files mentioned in `.gitignore`", "cmd": "exa --git-ignore", "tldr_cmd_name": "exa", "cmd_name": "exa", "manual_exist": true, "oracle_man": ["exa_1", "exa_29"], "matching_info": [{"token": "--git-ignore", "oracle_man": ["exa_29"]}, {"token": "|main|", "oracle_man": ["exa_1"]}], "question_id": "6524"} {"nl": "print a file to the default printer", "cmd": "lpr {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6555"} {"nl": "print 2 copies", "cmd": "lpr -# {{2}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_13", "lpr_35"], "matching_info": [{"token": "-#", "oracle_man": ["lpr_2", "lpr_13", "lpr_35"]}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6556"} {"nl": "print to a named printer", "cmd": "lpr -P {{printer}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_11", "lpr_37", "lpr_39"], "matching_info": [{"token": "-P", "oracle_man": ["lpr_2", "lpr_11", "lpr_37", "lpr_39"]}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6557"} {"nl": "print either a single page (e.g. 2) or a range of pages (e.g. 2\u201316)", "cmd": "lpr -o page-ranges={{2|2-16}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"], "matching_info": [{"token": "-o", "oracle_man": ["lpr_2", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"]}, {"token": "page-ranges", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6558"} {"nl": "print doublesided either in portrait (long) or in landscape (short)", "cmd": "lpr -o sides={{two_sided_long_edge|two_sided_short_edge}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"], "matching_info": [{"token": "-o", "oracle_man": ["lpr_2", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"]}, {"token": "sides", "oracle_man": ["lpr_31", "lpr_32", "lpr_33"]}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6559"} {"nl": "set page size (more options may be available depending on setup)", "cmd": "lpr -o media={{a4|letter|legal}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"], "matching_info": [{"token": "-o", "oracle_man": ["lpr_2", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"]}, {"token": "media", "oracle_man": ["lpr_23"]}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6560"} {"nl": "print multiple pages per sheet", "cmd": "lpr -o number-up={{2|4|6|9|16}} {{path/to/file}}", "tldr_cmd_name": "lpr", "cmd_name": "lpr", "manual_exist": true, "oracle_man": ["lpr_2", "lpr_3", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"], "matching_info": [{"token": "-o", "oracle_man": ["lpr_2", "lpr_14", "lpr_15", "lpr_17", "lpr_18", "lpr_22", "lpr_23", "lpr_24", "lpr_25", "lpr_26", "lpr_27", "lpr_28", "lpr_29", "lpr_30", "lpr_31", "lpr_32", "lpr_33", "lpr_37", "lpr_39"]}, {"token": "number-up", "oracle_man": ["lpr_24"]}, {"token": "|main|", "oracle_man": ["lpr_3", "lpr_4"]}], "question_id": "6561"} {"nl": "start a repl (interactive shell)", "cmd": "ipython", "tldr_cmd_name": "ipython", "cmd_name": "ipython", "manual_exist": true, "oracle_man": ["ipython_4"], "matching_info": [{"token": "|main|", "oracle_man": ["ipython_4", "ipython_5"]}], "question_id": "6579"} {"nl": "enter an interactive ipython session after running a python script", "cmd": "ipython -i {{script.py}}", "tldr_cmd_name": "ipython", "cmd_name": "ipython", "manual_exist": true, "oracle_man": ["ipython_4"], "matching_info": [{"token": "-i", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipython_4", "ipython_5"]}], "question_id": "6580"} {"nl": "create default ipython profile", "cmd": "ipython profile create", "tldr_cmd_name": "ipython", "cmd_name": "ipython", "manual_exist": true, "oracle_man": ["ipython_4"], "matching_info": [{"token": "profile", "oracle_man": []}, {"token": "create", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipython_4", "ipython_5"]}], "question_id": "6581"} {"nl": "print the path to the directory for the default ipython profile", "cmd": "ipython locate profile", "tldr_cmd_name": "ipython", "cmd_name": "ipython", "manual_exist": true, "oracle_man": ["ipython_4"], "matching_info": [{"token": "locate", "oracle_man": []}, {"token": "profile", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipython_4", "ipython_5"]}], "question_id": "6582"} {"nl": "clear the ipython history database, deleting all entries", "cmd": "ipython history clear", "tldr_cmd_name": "ipython", "cmd_name": "ipython", "manual_exist": true, "oracle_man": ["ipython_4"], "matching_info": [{"token": "history", "oracle_man": []}, {"token": "clear", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ipython_4", "ipython_5"]}], "question_id": "6583"} {"nl": "start a repl session either with the project or standalone", "cmd": "boot repl", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "repl", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6635"} {"nl": "build a single `uberjar`", "cmd": "boot jar", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "jar", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6636"} {"nl": "learn about a command", "cmd": "boot cljs --help", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "cljs", "oracle_man": []}, {"token": "--help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6637"} {"nl": "generate scaffolding for a new project based on a template", "cmd": "boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "--dependencies", "oracle_man": []}, {"token": "boot/new", "oracle_man": []}, {"token": "new", "oracle_man": []}, {"token": "--template", "oracle_man": []}, {"token": "--name", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6638"} {"nl": "build for development (if using the boot/new template)", "cmd": "boot dev", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "dev", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6639"} {"nl": "build for production (if using the boot/new template)", "cmd": "boot prod", "tldr_cmd_name": "boot", "cmd_name": "boot", "manual_exist": true, "oracle_man": ["boot_2"], "matching_info": [{"token": "prod", "oracle_man": []}, {"token": "|main|", "oracle_man": ["boot_2", "boot_3", "boot_4", "boot_5", "boot_6", "boot_7", "boot_8", "boot_9", "boot_10", "boot_11", "boot_12", "boot_13", "boot_14", "boot_15", "boot_16", "boot_17", "boot_18", "boot_19", "boot_20", "boot_21"]}], "question_id": "6640"} {"nl": "evaluate contents of a given file", "cmd": "source {{path/to/file}}", "tldr_cmd_name": "source", "cmd_name": "source", "manual_exist": true, "oracle_man": ["source_5"], "matching_info": [{"token": "|main|", "oracle_man": ["source_5", "source_6", "source_7", "source_8"]}], "question_id": "6667"} {"nl": "extract pages 13, 5 and 610 from a pdf file and save them as another one", "cmd": "pdftk {{input.pdf}} cat {{1-3 5 6-10}} output {{output.pdf}}", "tldr_cmd_name": "pdftk", "cmd_name": "pdftk", "manual_exist": true, "oracle_man": ["pdftk_4", "pdftk_19", "pdftk_70"], "matching_info": [{"token": "cat", "oracle_man": ["pdftk_19"]}, {"token": "output", "oracle_man": ["pdftk_70"]}, {"token": "|main|", "oracle_man": ["pdftk_4", "pdftk_5"]}], "question_id": "6680"} {"nl": "merge (concatenate) a list of pdf files and save the result as another one", "cmd": "pdftk {{file1.pdf file2.pdf ...}} cat output {{output.pdf}}", "tldr_cmd_name": "pdftk", "cmd_name": "pdftk", "manual_exist": true, "oracle_man": ["pdftk_4", "pdftk_19", "pdftk_70"], "matching_info": [{"token": "cat", "oracle_man": ["pdftk_19"]}, {"token": "output", "oracle_man": ["pdftk_70"]}, {"token": "|main|", "oracle_man": ["pdftk_4", "pdftk_5"]}], "question_id": "6681"} {"nl": "split each page of a pdf file into a separate file, with a given filename output pattern", "cmd": "pdftk {{input.pdf}} burst output {{out_%d.pdf}}", "tldr_cmd_name": "pdftk", "cmd_name": "pdftk", "manual_exist": true, "oracle_man": ["pdftk_4", "pdftk_33", "pdftk_70"], "matching_info": [{"token": "burst", "oracle_man": ["pdftk_33"]}, {"token": "output", "oracle_man": ["pdftk_70"]}, {"token": "|main|", "oracle_man": ["pdftk_4", "pdftk_5"]}], "question_id": "6682"} {"nl": "rotate all pages by 180 degrees clockwise", "cmd": "pdftk {{input.pdf}} cat {{1-endsouth}} output {{output.pdf}}", "tldr_cmd_name": "pdftk", "cmd_name": "pdftk", "manual_exist": true, "oracle_man": ["pdftk_4", "pdftk_19", "pdftk_70"], "matching_info": [{"token": "cat", "oracle_man": ["pdftk_19"]}, {"token": "output", "oracle_man": ["pdftk_70"]}, {"token": "|main|", "oracle_man": ["pdftk_4", "pdftk_5"]}], "question_id": "6683"} {"nl": "rotate third page by 90 degrees clockwise and leave others unchanged", "cmd": "pdftk {{input.pdf}} cat {{1-2 3east 4-end}} output {{output.pdf}}", "tldr_cmd_name": "pdftk", "cmd_name": "pdftk", "manual_exist": true, "oracle_man": ["pdftk_4", "pdftk_19", "pdftk_70"], "matching_info": [{"token": "cat", "oracle_man": ["pdftk_19"]}, {"token": "output", "oracle_man": ["pdftk_70"]}, {"token": "|main|", "oracle_man": ["pdftk_4", "pdftk_5"]}], "question_id": "6684"} {"nl": "list available service names", "cmd": "qdbus", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6756"} {"nl": "list object paths for a specific service", "cmd": "qdbus {{service_name}}", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6757"} {"nl": "list methods, signals and properties available on a specific object", "cmd": "qdbus {{service_name}} {{/path/to/object}}", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6758"} {"nl": "execute a specific method passing arguments and display the returned value", "cmd": "qdbus {{service_name}} {{/path/to/object}} {{method_name}} {{argument1}} {{argument2}}", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6759"} {"nl": "display the current brightness value in a kde plasma session", "cmd": "qdbus {{org.kde.Solid.PowerManagement}} {{/org/kde/Solid/PowerManagement/Actions/BrightnessControl}} {{org.kde.Solid.PowerManagement.Actions.BrightnessControl.brightness}}", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6760"} {"nl": "set a specific brightness to a kde plasma session", "cmd": "qdbus {{org.kde.Solid.PowerManagement}} {{/org/kde/Solid/PowerManagement/Actions/BrightnessControl}} {{org.kde.Solid.PowerManagement.Actions.BrightnessControl.setBrightness}} {{5000}}", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6761"} {"nl": "invoke volume up shortcut in a kde plasma session", "cmd": "qdbus {{org.kde.kglobalaccel}} {{/component/kmix}} {{invokeShortcut}} \"{{increase_volume}}\"", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6762"} {"nl": "display help", "cmd": "qdbus --help", "tldr_cmd_name": "qdbus", "cmd_name": "qdbus", "manual_exist": true, "oracle_man": ["qdbus_3"], "matching_info": [{"token": "--help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["qdbus_3", "qdbus_4", "qdbus_5", "qdbus_6", "qdbus_7", "qdbus_8"]}], "question_id": "6763"} {"nl": "show the status of the prosody server", "cmd": "sudo prosodyctl status", "tldr_cmd_name": "prosodyctl", "cmd_name": "prosodyctl", "manual_exist": true, "oracle_man": ["prosodyctl_3", "prosodyctl_15"], "matching_info": [{"token": "status", "oracle_man": ["prosodyctl_15"]}, {"token": "|main|", "oracle_man": ["prosodyctl_3", "prosodyctl_4"]}], "question_id": "6826"} {"nl": "reload the server's configuration files", "cmd": "sudo prosodyctl reload", "tldr_cmd_name": "prosodyctl", "cmd_name": "prosodyctl", "manual_exist": true, "oracle_man": ["prosodyctl_3", "prosodyctl_14"], "matching_info": [{"token": "reload", "oracle_man": ["prosodyctl_14"]}, {"token": "|main|", "oracle_man": ["prosodyctl_3", "prosodyctl_4"]}], "question_id": "6827"} {"nl": "add a user to the prosody xmpp server", "cmd": "sudo prosodyctl adduser {{user@example.com}}", "tldr_cmd_name": "prosodyctl", "cmd_name": "prosodyctl", "manual_exist": true, "oracle_man": ["prosodyctl_3", "prosodyctl_6"], "matching_info": [{"token": "adduser", "oracle_man": ["prosodyctl_6"]}, {"token": "|main|", "oracle_man": ["prosodyctl_3", "prosodyctl_4"]}], "question_id": "6828"} {"nl": "set a user's password", "cmd": "sudo prosodyctl passwd {{user@example.com}}", "tldr_cmd_name": "prosodyctl", "cmd_name": "prosodyctl", "manual_exist": true, "oracle_man": ["prosodyctl_3", "prosodyctl_7"], "matching_info": [{"token": "passwd", "oracle_man": ["prosodyctl_7"]}, {"token": "|main|", "oracle_man": ["prosodyctl_3", "prosodyctl_4"]}], "question_id": "6829"} {"nl": "permanently delete a user", "cmd": "sudo prosodyctl deluser {{user@example.com}}", "tldr_cmd_name": "prosodyctl", "cmd_name": "prosodyctl", "manual_exist": true, "oracle_man": ["prosodyctl_3", "prosodyctl_8"], "matching_info": [{"token": "deluser", "oracle_man": ["prosodyctl_8"]}, {"token": "|main|", "oracle_man": ["prosodyctl_3", "prosodyctl_4"]}], "question_id": "6830"} {"nl": "open in the default system editor", "cmd": "fc", "tldr_cmd_name": "fc", "cmd_name": "fc", "manual_exist": true, "oracle_man": ["fc_6"], "matching_info": [{"token": "|main|", "oracle_man": ["fc_6", "fc_7", "fc_8", "fc_9", "fc_10"]}], "question_id": "6836"} {"nl": "specify an editor to open with", "cmd": "fc -e {{'emacs'}}", "tldr_cmd_name": "fc", "cmd_name": "fc", "manual_exist": true, "oracle_man": ["fc_3", "fc_6", "fc_8", "fc_13", "fc_17", "fc_33", "fc_37", "fc_41"], "matching_info": [{"token": "-e", "oracle_man": ["fc_3", "fc_6", "fc_8", "fc_13", "fc_17", "fc_33", "fc_37", "fc_41"]}, {"token": "|main|", "oracle_man": ["fc_6", "fc_7", "fc_8", "fc_9", "fc_10"]}], "question_id": "6837"} {"nl": "list recent commands from history", "cmd": "fc -l", "tldr_cmd_name": "fc", "cmd_name": "fc", "manual_exist": true, "oracle_man": ["fc_4", "fc_6", "fc_8", "fc_14", "fc_15", "fc_16", "fc_20", "fc_26", "fc_27", "fc_28", "fc_31", "fc_46", "fc_48"], "matching_info": [{"token": "-l", "oracle_man": ["fc_4", "fc_8", "fc_14", "fc_15", "fc_16", "fc_20", "fc_26", "fc_27", "fc_28", "fc_31", "fc_46", "fc_48"]}, {"token": "|main|", "oracle_man": ["fc_6", "fc_7", "fc_8", "fc_9", "fc_10"]}], "question_id": "6838"} {"nl": "check out a specific pull request", "cmd": "git pr {{pr_number}}", "tldr_cmd_name": "git-pr", "cmd_name": "git-pr", "manual_exist": true, "oracle_man": ["git-pr_3", "git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"], "matching_info": [{"token": "git", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18"]}, {"token": "pr", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"]}, {"token": "|main|", "oracle_man": ["git-pr_3"]}], "question_id": "6868"} {"nl": "check out a pull request for a specific remote", "cmd": "git pr {{pr_number}} {{remote}}", "tldr_cmd_name": "git-pr", "cmd_name": "git-pr", "manual_exist": true, "oracle_man": ["git-pr_3", "git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"], "matching_info": [{"token": "git", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18"]}, {"token": "pr", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"]}, {"token": "|main|", "oracle_man": ["git-pr_3"]}], "question_id": "6869"} {"nl": "check out a pull request from its url", "cmd": "git pr {{url}}", "tldr_cmd_name": "git-pr", "cmd_name": "git-pr", "manual_exist": true, "oracle_man": ["git-pr_3", "git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"], "matching_info": [{"token": "git", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18"]}, {"token": "pr", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"]}, {"token": "|main|", "oracle_man": ["git-pr_3"]}], "question_id": "6870"} {"nl": "clean up old pull request branches", "cmd": "git pr clean", "tldr_cmd_name": "git-pr", "cmd_name": "git-pr", "manual_exist": true, "oracle_man": ["git-pr_3", "git-pr_9", "git-pr_13", "git-pr_15", "git-pr_17", "git-pr_18", "git-pr_19"], "matching_info": [{"token": "git", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18"]}, {"token": "pr", "oracle_man": ["git-pr_9", "git-pr_13", "git-pr_15", "git-pr_18", "git-pr_19"]}, {"token": "clean", "oracle_man": ["git-pr_17", "git-pr_18"]}, {"token": "|main|", "oracle_man": ["git-pr_3"]}], "question_id": "6871"} {"nl": "take a picture", "cmd": "fswebcam {{filename}}", "tldr_cmd_name": "fswebcam", "cmd_name": "fswebcam", "manual_exist": true, "oracle_man": ["fswebcam_3"], "matching_info": [{"token": "|main|", "oracle_man": ["fswebcam_3", "fswebcam_4"]}], "question_id": "6971"} {"nl": "take a picture with custom resolution", "cmd": "fswebcam -r {{width}}x{{height}} {{filename}}", "tldr_cmd_name": "fswebcam", "cmd_name": "fswebcam", "manual_exist": true, "oracle_man": ["fswebcam_3", "fswebcam_35", "fswebcam_44", "fswebcam_57", "fswebcam_95", "fswebcam_104"], "matching_info": [{"token": "-r", "oracle_man": ["fswebcam_35", "fswebcam_44", "fswebcam_57", "fswebcam_95", "fswebcam_104"]}, {"token": "|main|", "oracle_man": ["fswebcam_3", "fswebcam_4"]}], "question_id": "6972"} {"nl": "take a picture from selected device(default is `/dev/video0`)", "cmd": "fswebcam -d {{device}} {{filename}}", "tldr_cmd_name": "fswebcam", "cmd_name": "fswebcam", "manual_exist": true, "oracle_man": ["fswebcam_3", "fswebcam_21", "fswebcam_28", "fswebcam_43", "fswebcam_55", "fswebcam_106"], "matching_info": [{"token": "-d", "oracle_man": ["fswebcam_21", "fswebcam_28", "fswebcam_43", "fswebcam_55", "fswebcam_106"]}, {"token": "|main|", "oracle_man": ["fswebcam_3", "fswebcam_4"]}], "question_id": "6973"} {"nl": "take a picture with timestamp(timestamp string is formatted by strftime)", "cmd": "fswebcam --timestamp {{timestamp}} {{filename}}", "tldr_cmd_name": "fswebcam", "cmd_name": "fswebcam", "manual_exist": true, "oracle_man": ["fswebcam_3", "fswebcam_79"], "matching_info": [{"token": "--timestamp", "oracle_man": ["fswebcam_79"]}, {"token": "|main|", "oracle_man": ["fswebcam_3", "fswebcam_4"]}], "question_id": "6974"} {"nl": "display an annotated skeleton configuration xml file", "cmd": "phpdox --skel", "tldr_cmd_name": "phpdox", "cmd_name": "phpdox", "manual_exist": true, "oracle_man": ["phpdox_3", "phpdox_12"], "matching_info": [{"token": "--skel", "oracle_man": ["phpdox_12"]}, {"token": "|main|", "oracle_man": ["phpdox_3", "phpdox_4", "phpdox_5", "phpdox_6", "phpdox_7", "phpdox_8", "phpdox_9", "phpdox_10", "phpdox_11", "phpdox_12", "phpdox_13"]}], "question_id": "7002"} {"nl": "generate documentation for the current working directory", "cmd": "phpdox", "tldr_cmd_name": "phpdox", "cmd_name": "phpdox", "manual_exist": true, "oracle_man": ["phpdox_3"], "matching_info": [{"token": "|main|", "oracle_man": ["phpdox_3", "phpdox_4", "phpdox_5", "phpdox_6", "phpdox_7", "phpdox_8", "phpdox_9", "phpdox_10", "phpdox_11", "phpdox_12", "phpdox_13"]}], "question_id": "7003"} {"nl": "generate documentation using a specific configuration file", "cmd": "phpdox --file {{path/to/phpdox.xml}}", "tldr_cmd_name": "phpdox", "cmd_name": "phpdox", "manual_exist": true, "oracle_man": ["phpdox_3", "phpdox_4"], "matching_info": [{"token": "--file", "oracle_man": ["phpdox_4"]}, {"token": "|main|", "oracle_man": ["phpdox_3", "phpdox_4", "phpdox_5", "phpdox_6", "phpdox_7", "phpdox_8", "phpdox_9", "phpdox_10", "phpdox_11", "phpdox_12", "phpdox_13"]}], "question_id": "7004"} {"nl": "only run the metadata collection process", "cmd": "phpdox --collector", "tldr_cmd_name": "phpdox", "cmd_name": "phpdox", "manual_exist": true, "oracle_man": ["phpdox_3", "phpdox_7"], "matching_info": [{"token": "--collector", "oracle_man": ["phpdox_7"]}, {"token": "|main|", "oracle_man": ["phpdox_3", "phpdox_4", "phpdox_5", "phpdox_6", "phpdox_7", "phpdox_8", "phpdox_9", "phpdox_10", "phpdox_11", "phpdox_12", "phpdox_13"]}], "question_id": "7005"} {"nl": "only run the documentation generator process", "cmd": "phpdox --generator", "tldr_cmd_name": "phpdox", "cmd_name": "phpdox", "manual_exist": true, "oracle_man": ["phpdox_3", "phpdox_8"], "matching_info": [{"token": "--generator", "oracle_man": ["phpdox_8"]}, {"token": "|main|", "oracle_man": ["phpdox_3", "phpdox_4", "phpdox_5", "phpdox_6", "phpdox_7", "phpdox_8", "phpdox_9", "phpdox_10", "phpdox_11", "phpdox_12", "phpdox_13"]}], "question_id": "7006"} {"nl": "list files contained in an apk archive", "cmd": "aapt list {{path/to/app.apk}}", "tldr_cmd_name": "aapt", "cmd_name": "aapt", "manual_exist": true, "oracle_man": ["aapt_14"], "matching_info": [{"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["aapt_14"]}], "question_id": "7048"} {"nl": "display an app's metadata (version, permissions, etc.)", "cmd": "aapt dump badging {{path/to/app.apk}}", "tldr_cmd_name": "aapt", "cmd_name": "aapt", "manual_exist": true, "oracle_man": ["aapt_14"], "matching_info": [{"token": "dump", "oracle_man": []}, {"token": "badging", "oracle_man": []}, {"token": "|main|", "oracle_man": ["aapt_14"]}], "question_id": "7049"} {"nl": "create a new apk archive with files from the specified directory", "cmd": "aapt package -F {{path/to/app.apk}} {{path/to/directory}}", "tldr_cmd_name": "aapt", "cmd_name": "aapt", "manual_exist": true, "oracle_man": ["aapt_7", "aapt_8", "aapt_14", "aapt_24", "aapt_31"], "matching_info": [{"token": "package", "oracle_man": ["aapt_24"]}, {"token": "-F", "oracle_man": ["aapt_7", "aapt_8", "aapt_31"]}, {"token": "|main|", "oracle_man": ["aapt_14"]}], "question_id": "7050"} {"nl": "search for packages", "cmd": "nimble search {{search_string}}", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3", "nimble_25"], "matching_info": [{"token": "search", "oracle_man": ["nimble_25"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7051"} {"nl": "install a package", "cmd": "nimble install {{package_name}}", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3"], "matching_info": [{"token": "install", "oracle_man": ["nimble_3"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7052"} {"nl": "list installed packages", "cmd": "nimble list -i", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3", "nimble_11", "nimble_28", "nimble_30", "nimble_36"], "matching_info": [{"token": "list", "oracle_man": ["nimble_28"]}, {"token": "-i", "oracle_man": ["nimble_11", "nimble_30", "nimble_36"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7053"} {"nl": "create a new nimble package in the current directory", "cmd": "nimble init", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3", "nimble_7"], "matching_info": [{"token": "init", "oracle_man": ["nimble_7"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7054"} {"nl": "build a nimble package", "cmd": "nimble build", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3", "nimble_12"], "matching_info": [{"token": "build", "oracle_man": ["nimble_12"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7055"} {"nl": "install a nimble package", "cmd": "nimble install", "tldr_cmd_name": "nimble", "cmd_name": "nimble", "manual_exist": true, "oracle_man": ["nimble_3"], "matching_info": [{"token": "install", "oracle_man": ["nimble_3"]}, {"token": "|main|", "oracle_man": ["nimble_3", "nimble_4", "nimble_5", "nimble_6", "nimble_7", "nimble_8", "nimble_9", "nimble_10", "nimble_11", "nimble_12", "nimble_13", "nimble_14", "nimble_15", "nimble_16", "nimble_17", "nimble_18", "nimble_19", "nimble_20", "nimble_21", "nimble_22", "nimble_23", "nimble_24", "nimble_25", "nimble_26", "nimble_27", "nimble_28", "nimble_29", "nimble_30", "nimble_31", "nimble_32", "nimble_33", "nimble_34", "nimble_35", "nimble_36", "nimble_37", "nimble_38", "nimble_39", "nimble_40", "nimble_41", "nimble_42", "nimble_43", "nimble_44", "nimble_45", "nimble_46", "nimble_47", "nimble_48", "nimble_49", "nimble_50"]}], "question_id": "7056"} {"nl": "show all mounted filesystems", "cmd": "mount", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_9"], "matching_info": [{"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7060"} {"nl": "mount a device to a directory", "cmd": "mount -t {{filesystem_type}} {{path/to/device_file}} {{path/to/target_directory}}", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_3", "mount_4", "mount_6", "mount_9", "mount_11", "mount_12", "mount_15", "mount_16", "mount_21", "mount_37", "mount_95", "mount_111", "mount_114", "mount_115", "mount_116", "mount_129", "mount_130", "mount_131", "mount_135", "mount_137", "mount_139", "mount_141", "mount_166", "mount_209", "mount_210", "mount_342", "mount_483", "mount_489", "mount_505", "mount_506"], "matching_info": [{"token": "-t", "oracle_man": ["mount_3", "mount_4", "mount_6", "mount_11", "mount_12", "mount_15", "mount_16", "mount_21", "mount_37", "mount_95", "mount_111", "mount_114", "mount_115", "mount_116", "mount_129", "mount_130", "mount_131", "mount_135", "mount_137", "mount_139", "mount_141", "mount_166", "mount_209", "mount_210", "mount_342", "mount_483", "mount_489", "mount_505", "mount_506"]}, {"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7061"} {"nl": "mount a cdrom device (with the filetype iso9660) to `/cdrom` (readonly)", "cmd": "mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_3", "mount_4", "mount_5", "mount_6", "mount_9", "mount_11", "mount_12", "mount_15", "mount_16", "mount_21", "mount_32", "mount_37", "mount_42", "mount_43", "mount_44", "mount_47", "mount_68", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_78", "mount_91", "mount_95", "mount_96", "mount_103", "mount_107", "mount_111", "mount_114", "mount_115", "mount_116", "mount_118", "mount_119", "mount_121", "mount_122", "mount_123", "mount_125", "mount_126", "mount_129", "mount_130", "mount_131", "mount_135", "mount_137", "mount_139", "mount_141", "mount_146", "mount_147", "mount_148", "mount_166", "mount_205", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_226", "mount_278", "mount_283", "mount_284", "mount_288", "mount_289", "mount_308", "mount_328", "mount_330", "mount_341", "mount_342", "mount_448", "mount_450", "mount_469", "mount_480", "mount_483", "mount_485", "mount_486", "mount_489", "mount_505", "mount_506", "mount_507"], "matching_info": [{"token": "-t", "oracle_man": ["mount_3", "mount_4", "mount_6", "mount_11", "mount_12", "mount_15", "mount_16", "mount_21", "mount_37", "mount_95", "mount_111", "mount_114", "mount_115", "mount_116", "mount_129", "mount_130", "mount_131", "mount_135", "mount_137", "mount_139", "mount_141", "mount_166", "mount_209", "mount_210", "mount_342", "mount_483", "mount_489", "mount_505", "mount_506"]}, {"token": "-o", "oracle_man": ["mount_5", "mount_6", "mount_32", "mount_42", "mount_43", "mount_44", "mount_47", "mount_68", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_78", "mount_91", "mount_96", "mount_103", "mount_107", "mount_111", "mount_118", "mount_119", "mount_121", "mount_122", "mount_123", "mount_125", "mount_126", "mount_131", "mount_146", "mount_147", "mount_148", "mount_166", "mount_205", "mount_207", "mount_208", "mount_210", "mount_211", "mount_212", "mount_226", "mount_278", "mount_284", "mount_288", "mount_289", "mount_308", "mount_328", "mount_330", "mount_341", "mount_342", "mount_448", "mount_450", "mount_469", "mount_480", "mount_483", "mount_485", "mount_486", "mount_505", "mount_507"]}, {"token": "ro", "oracle_man": ["mount_212", "mount_283"]}, {"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7062"} {"nl": "mount all the filesystem defined in `/etc/fstab`", "cmd": "mount -a", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_4", "mount_9", "mount_17", "mount_37", "mount_94", "mount_95", "mount_97", "mount_101", "mount_111", "mount_112", "mount_116", "mount_131", "mount_140", "mount_141", "mount_157", "mount_158", "mount_209", "mount_210", "mount_218", "mount_409", "mount_503"], "matching_info": [{"token": "-a", "oracle_man": ["mount_4", "mount_17", "mount_37", "mount_94", "mount_95", "mount_97", "mount_101", "mount_111", "mount_112", "mount_116", "mount_131", "mount_140", "mount_141", "mount_157", "mount_158", "mount_209", "mount_210", "mount_218", "mount_409", "mount_503"]}, {"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7063"} {"nl": "mount a specific filesystem described in `/etc/fstab` (e.g. `/dev/sda1 /my_drive ext2 defaults 0 2`)", "cmd": "mount {{/my_drive}}", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_9"], "matching_info": [{"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7064"} {"nl": "mount a directory to another directory", "cmd": "mount --bind {{path/to/old_dir}} {{path/to/new_dir}}", "tldr_cmd_name": "mount", "cmd_name": "mount", "manual_exist": true, "oracle_man": ["mount_7", "mount_9", "mount_57", "mount_63", "mount_67", "mount_71", "mount_98"], "matching_info": [{"token": "--bind", "oracle_man": ["mount_7", "mount_57", "mount_63", "mount_67", "mount_71", "mount_98"]}, {"token": "|main|", "oracle_man": ["mount_9", "mount_10", "mount_11", "mount_12", "mount_13", "mount_14", "mount_15", "mount_16", "mount_17", "mount_18", "mount_19", "mount_20", "mount_21", "mount_22", "mount_23", "mount_24", "mount_25", "mount_26", "mount_27", "mount_28", "mount_29", "mount_30", "mount_31", "mount_32", "mount_33", "mount_34", "mount_35", "mount_36", "mount_37", "mount_38", "mount_39", "mount_40", "mount_41", "mount_42", "mount_43", "mount_44", "mount_45", "mount_46", "mount_47", "mount_48", "mount_49", "mount_50", "mount_51", "mount_52", "mount_53", "mount_54", "mount_55", "mount_56", "mount_57", "mount_58", "mount_59", "mount_60", "mount_61", "mount_62", "mount_63", "mount_64", "mount_65", "mount_66", "mount_67", "mount_68", "mount_69", "mount_70", "mount_71", "mount_72", "mount_73", "mount_74", "mount_75", "mount_76", "mount_77", "mount_78", "mount_79", "mount_80", "mount_81", "mount_82", "mount_83", "mount_84", "mount_85", "mount_86", "mount_87", "mount_88", "mount_89", "mount_90", "mount_91", "mount_92", "mount_93", "mount_94", "mount_95", "mount_96", "mount_97", "mount_98", "mount_99", "mount_100", "mount_101", "mount_102", "mount_103", "mount_104", "mount_105", "mount_106", "mount_107", "mount_108", "mount_109", "mount_110", "mount_111", "mount_112", "mount_113", "mount_114", "mount_115", "mount_116", "mount_117", "mount_118", "mount_119", "mount_120", "mount_121", "mount_122", "mount_123", "mount_124", "mount_125", "mount_126", "mount_127", "mount_128", "mount_129", "mount_130", "mount_131", "mount_132", "mount_133", "mount_134", "mount_135", "mount_136", "mount_137", "mount_138", "mount_139", "mount_140", "mount_141", "mount_142", "mount_143", "mount_144", "mount_145", "mount_146", "mount_147", "mount_148", "mount_149", "mount_150", "mount_151", "mount_152", "mount_153", "mount_154", "mount_155", "mount_156", "mount_157", "mount_158", "mount_159", "mount_160", "mount_161", "mount_162", "mount_163", "mount_164", "mount_165", "mount_166", "mount_167", "mount_168", "mount_169", "mount_170", "mount_171", "mount_172", "mount_173", "mount_174", "mount_175", "mount_176", "mount_177", "mount_178", "mount_179", "mount_180", "mount_181", "mount_182", "mount_183", "mount_184", "mount_185", "mount_186", "mount_187", "mount_188", "mount_189", "mount_190", "mount_191", "mount_192", "mount_193", "mount_194", "mount_195", "mount_196", "mount_197", "mount_198", "mount_199", "mount_200", "mount_201", "mount_202", "mount_203", "mount_204", "mount_205", "mount_206", "mount_207", "mount_208", "mount_209", "mount_210", "mount_211", "mount_212", "mount_213", "mount_214", "mount_215", "mount_216", "mount_217", "mount_218", "mount_219", "mount_220", "mount_221", "mount_222", "mount_223", "mount_224", "mount_225", "mount_226", "mount_227", "mount_228", "mount_229", "mount_230", "mount_231", "mount_232", "mount_233", "mount_234", "mount_235", "mount_236", "mount_237", "mount_238", "mount_239", "mount_240", "mount_241", "mount_242", "mount_243", "mount_244", "mount_245", "mount_246", "mount_247", "mount_248", "mount_249", "mount_250", "mount_251", "mount_252", "mount_253", "mount_254", "mount_255", "mount_256", "mount_257", "mount_258", "mount_259", "mount_260", "mount_261", "mount_262", "mount_263", "mount_264", "mount_265", "mount_266", "mount_267", "mount_268", "mount_269", "mount_270", "mount_271", "mount_272", "mount_273", "mount_274", "mount_275", "mount_276", "mount_277", "mount_278", "mount_279", "mount_280", "mount_281", "mount_282", "mount_283", "mount_284", "mount_285", "mount_286", "mount_287", "mount_288", "mount_289", "mount_290", "mount_291", "mount_292", "mount_293", "mount_294", "mount_295", "mount_296", "mount_297", "mount_298", "mount_299", "mount_300", "mount_301", "mount_302", "mount_303", "mount_304", "mount_305", "mount_306", "mount_307", "mount_308", "mount_309", "mount_310", "mount_311", "mount_312", "mount_313", "mount_314", "mount_315", "mount_316", "mount_317", "mount_318", "mount_319", "mount_320", "mount_321", "mount_322", "mount_323", "mount_324", "mount_325", "mount_326", "mount_327", "mount_328", "mount_329", "mount_330", "mount_331", "mount_332", "mount_333", "mount_334", "mount_335", "mount_336", "mount_337", "mount_338", "mount_339", "mount_340", "mount_341", "mount_342", "mount_343", "mount_344", "mount_345", "mount_346", "mount_347", "mount_348", "mount_349", "mount_350", "mount_351", "mount_352", "mount_353", "mount_354", "mount_355", "mount_356", "mount_357", "mount_358", "mount_359", "mount_360", "mount_361", "mount_362", "mount_363", "mount_364", "mount_365", "mount_366", "mount_367", "mount_368", "mount_369", "mount_370", "mount_371", "mount_372", "mount_373", "mount_374", "mount_375", "mount_376", "mount_377", "mount_378", "mount_379", "mount_380", "mount_381", "mount_382", "mount_383", "mount_384", "mount_385", "mount_386", "mount_387", "mount_388", "mount_389", "mount_390", "mount_391", "mount_392", "mount_393", "mount_394", "mount_395", "mount_396", "mount_397", "mount_398", "mount_399", "mount_400", "mount_401", "mount_402", "mount_403", "mount_404", "mount_405", "mount_406", "mount_407", "mount_408", "mount_409", "mount_410", "mount_411", "mount_412", "mount_413", "mount_414", "mount_415", "mount_416", "mount_417", "mount_418", "mount_419", "mount_420", "mount_421", "mount_422", "mount_423", "mount_424", "mount_425", "mount_426", "mount_427", "mount_428", "mount_429", "mount_430", "mount_431", "mount_432", "mount_433", "mount_434", "mount_435", "mount_436", "mount_437", "mount_438", "mount_439", "mount_440", "mount_441", "mount_442", "mount_443", "mount_444", "mount_445", "mount_446", "mount_447", "mount_448", "mount_449", "mount_450", "mount_451", "mount_452", "mount_453", "mount_454", "mount_455", "mount_456", "mount_457", "mount_458", "mount_459", "mount_460", "mount_461", "mount_462", "mount_463", "mount_464", "mount_465", "mount_466", "mount_467", "mount_468", "mount_469", "mount_470", "mount_471", "mount_472", "mount_473", "mount_474", "mount_475", "mount_476", "mount_477", "mount_478", "mount_479", "mount_480", "mount_481", "mount_482", "mount_483", "mount_484", "mount_485", "mount_486", "mount_487", "mount_488", "mount_489", "mount_490", "mount_491", "mount_492", "mount_493"]}], "question_id": "7065"} {"nl": "log in with interactive prompt", "cmd": "gh auth login", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "login", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7115"} {"nl": "log in with a token from standard input (created in https//github.com/settings/tokens)", "cmd": "echo {{your_token}} | gh auth login --with-token", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "login", "oracle_man": []}, {"token": "--with-token", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7116"} {"nl": "check if you are logged in", "cmd": "gh auth status", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "status", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7117"} {"nl": "log out", "cmd": "gh auth logout", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "logout", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7118"} {"nl": "log in with a specific github enterprise server", "cmd": "gh auth login --hostname {{github.example.com}}", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "login", "oracle_man": []}, {"token": "--hostname", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7119"} {"nl": "refresh the session to ensure authentication credentials have the correct minimum scopes (removes additional scopes requested previously)", "cmd": "gh auth refresh", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "refresh", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7120"} {"nl": "expand the permission scopes", "cmd": "gh auth refresh --scopes {{write:org,read:public_key}}", "tldr_cmd_name": "gh-auth", "cmd_name": "gh-auth", "manual_exist": true, "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"], "matching_info": [{"token": "gh", "oracle_man": ["gh-auth_0", "gh-auth_2", "gh-auth_3"]}, {"token": "auth", "oracle_man": ["gh-auth_2"]}, {"token": "refresh", "oracle_man": []}, {"token": "--scopes", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-auth_3"]}], "question_id": "7121"} {"nl": "convert a pdf file to jpeg", "cmd": "pdftocairo {{path/to/file.pdf}} -jpeg", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_3", "pdftocairo_14", "pdftocairo_19", "pdftocairo_56", "pdftocairo_83"], "matching_info": [{"token": "-jpeg", "oracle_man": ["pdftocairo_14", "pdftocairo_19", "pdftocairo_56", "pdftocairo_83"]}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7169"} {"nl": "convert to pdf expanding the output to fill the paper", "cmd": "pdftocairo {{path/to/file.pdf}} {{output.pdf}} -pdf -expand", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_3", "pdftocairo_14", "pdftocairo_21", "pdftocairo_64"], "matching_info": [{"token": "-pdf", "oracle_man": ["pdftocairo_14", "pdftocairo_21"]}, {"token": "-expand", "oracle_man": ["pdftocairo_64"]}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7170"} {"nl": "convert to svg specifying the first/last page to convert", "cmd": "pdftocairo {{path/to/file.pdf}} {{output.svg}} -svg -f {{first_page}} -l {{last_page}}", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_2", "pdftocairo_3", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_23", "pdftocairo_24", "pdftocairo_27", "pdftocairo_28", "pdftocairo_55", "pdftocairo_57", "pdftocairo_58", "pdftocairo_66"], "matching_info": [{"token": "-svg", "oracle_man": ["pdftocairo_14", "pdftocairo_24"]}, {"token": "-f", "oracle_man": ["pdftocairo_2", "pdftocairo_12", "pdftocairo_13", "pdftocairo_23", "pdftocairo_27", "pdftocairo_55"]}, {"token": "-l", "oracle_man": ["pdftocairo_23", "pdftocairo_28", "pdftocairo_57", "pdftocairo_58", "pdftocairo_66"]}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7171"} {"nl": "convert to png with 200ppi resolution", "cmd": "pdftocairo {{path/to/file.pdf}} {{output.png}} -png -r 200", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_3", "pdftocairo_14", "pdftocairo_15", "pdftocairo_18", "pdftocairo_32", "pdftocairo_33", "pdftocairo_34"], "matching_info": [{"token": "-png", "oracle_man": ["pdftocairo_14", "pdftocairo_18"]}, {"token": "-r", "oracle_man": ["pdftocairo_15", "pdftocairo_32", "pdftocairo_33", "pdftocairo_34"]}, {"token": "200", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7172"} {"nl": "convert to grayscale tiff setting paper size to a3", "cmd": "pdftocairo {{path/to/file.pdf}} -tiff -gray -paper A3", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_3", "pdftocairo_14", "pdftocairo_20", "pdftocairo_23", "pdftocairo_45", "pdftocairo_59", "pdftocairo_60", "pdftocairo_61", "pdftocairo_62"], "matching_info": [{"token": "-tiff", "oracle_man": ["pdftocairo_14", "pdftocairo_20"]}, {"token": "-gray", "oracle_man": ["pdftocairo_45"]}, {"token": "-paper", "oracle_man": ["pdftocairo_23", "pdftocairo_59", "pdftocairo_60", "pdftocairo_61", "pdftocairo_62"]}, {"token": "A3", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7173"} {"nl": "convert to png cropping x and y pixels from the topleft corner", "cmd": "pdftocairo {{path/to/file.pdf}} -png -x {{x_pixels}} -y {{y_pixels}}", "tldr_cmd_name": "pdftocairo", "cmd_name": "pdftocairo", "manual_exist": true, "oracle_man": ["pdftocairo_3", "pdftocairo_14", "pdftocairo_17", "pdftocairo_18", "pdftocairo_36", "pdftocairo_37", "pdftocairo_38", "pdftocairo_39"], "matching_info": [{"token": "-png", "oracle_man": ["pdftocairo_14", "pdftocairo_18"]}, {"token": "-x", "oracle_man": ["pdftocairo_17", "pdftocairo_36", "pdftocairo_37", "pdftocairo_38"]}, {"token": "-y", "oracle_man": ["pdftocairo_17", "pdftocairo_36", "pdftocairo_37", "pdftocairo_39"]}, {"token": "|main|", "oracle_man": ["pdftocairo_3", "pdftocairo_4", "pdftocairo_5", "pdftocairo_6", "pdftocairo_7", "pdftocairo_8", "pdftocairo_9", "pdftocairo_10", "pdftocairo_11", "pdftocairo_12", "pdftocairo_13", "pdftocairo_14", "pdftocairo_15", "pdftocairo_16", "pdftocairo_17"]}], "question_id": "7174"} {"nl": "synchronize imap account between host1 and host2", "cmd": "imapsync --host1 {{host1}} --user1 {{user1}} --password1 {{secret1}} --host2 {{host2}} --user2 {{user2}} --password2 {{secret2}}", "tldr_cmd_name": "imapsync", "cmd_name": "imapsync", "manual_exist": true, "oracle_man": ["imapsync_3", "imapsync_5", "imapsync_22", "imapsync_23", "imapsync_25", "imapsync_57", "imapsync_94", "imapsync_95", "imapsync_105", "imapsync_110", "imapsync_124", "imapsync_126"], "matching_info": [{"token": "--host1", "oracle_man": ["imapsync_3", "imapsync_22", "imapsync_94", "imapsync_95", "imapsync_105", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "--user1", "oracle_man": ["imapsync_3", "imapsync_22", "imapsync_57", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "--password1", "oracle_man": ["imapsync_3", "imapsync_22", "imapsync_25", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "--host2", "oracle_man": ["imapsync_3", "imapsync_23", "imapsync_94", "imapsync_95", "imapsync_105", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "--user2", "oracle_man": ["imapsync_3", "imapsync_23", "imapsync_57", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "--password2", "oracle_man": ["imapsync_3", "imapsync_23", "imapsync_110", "imapsync_124", "imapsync_126"]}, {"token": "|main|", "oracle_man": ["imapsync_5", "imapsync_6", "imapsync_7", "imapsync_8", "imapsync_9", "imapsync_10", "imapsync_11", "imapsync_12", "imapsync_13", "imapsync_14", "imapsync_15", "imapsync_16", "imapsync_17"]}], "question_id": "7244"} {"nl": "log in to the perforce service", "cmd": "p4 login -a", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "login", "oracle_man": []}, {"token": "-a", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7320"} {"nl": "create a client", "cmd": "p4 client", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "client", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7321"} {"nl": "copy files from depot into the client workspace", "cmd": "p4 sync", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "sync", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7322"} {"nl": "create or edit changelist description", "cmd": "p4 change", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "change", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7323"} {"nl": "open a file to edit", "cmd": "p4 edit -c {{changelist_number}} {{filename}}", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "edit", "oracle_man": []}, {"token": "-c", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7324"} {"nl": "open a new file to add it to the depot", "cmd": "p4 add", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "add", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7325"} {"nl": "display list of files modified by changelist", "cmd": "p4 describe -c {{changelist_number}}", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "describe", "oracle_man": []}, {"token": "-c", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7326"} {"nl": "submit a changelist to the depot", "cmd": "p4 submit -c {{changelist_number}}", "tldr_cmd_name": "p4", "cmd_name": "p4", "manual_exist": true, "oracle_man": ["p4_2"], "matching_info": [{"token": "submit", "oracle_man": []}, {"token": "-c", "oracle_man": []}, {"token": "|main|", "oracle_man": ["p4_2"]}], "question_id": "7327"} {"nl": "check if a specific package name is available in the npm registry", "cmd": "npm-name {{package}}", "tldr_cmd_name": "npm-name", "cmd_name": "npm-name", "manual_exist": true, "oracle_man": ["npm-name_1"], "matching_info": [{"token": "|main|", "oracle_man": ["npm-name_1"]}], "question_id": "7362"} {"nl": "find similar package names in the npm registry", "cmd": "npm-name --similar {{package}}", "tldr_cmd_name": "npm-name", "cmd_name": "npm-name", "manual_exist": true, "oracle_man": ["npm-name_1"], "matching_info": [{"token": "--similar", "oracle_man": []}, {"token": "|main|", "oracle_man": ["npm-name_1"]}], "question_id": "7363"} {"nl": "jump to a directory that contains the given pattern", "cmd": "j {{pattern}}", "tldr_cmd_name": "autojump", "cmd_name": "autojump", "manual_exist": true, "oracle_man": ["autojump_1", "autojump_4", "autojump_6", "autojump_18"], "matching_info": [{"token": "j", "oracle_man": ["autojump_4", "autojump_6", "autojump_18"]}, {"token": "|main|", "oracle_man": ["autojump_1"]}], "question_id": "7437"} {"nl": "jump to a subdirectory (child) of the current directory that contains the given pattern", "cmd": "jc {{pattern}}", "tldr_cmd_name": "autojump", "cmd_name": "autojump", "manual_exist": true, "oracle_man": ["autojump_1", "autojump_9"], "matching_info": [{"token": "jc", "oracle_man": ["autojump_9"]}, {"token": "|main|", "oracle_man": ["autojump_1"]}], "question_id": "7438"} {"nl": "open a directory that contains the given pattern in the operating system file manager", "cmd": "jo {{pattern}}", "tldr_cmd_name": "autojump", "cmd_name": "autojump", "manual_exist": true, "oracle_man": ["autojump_1", "autojump_12"], "matching_info": [{"token": "jo", "oracle_man": ["autojump_12"]}, {"token": "|main|", "oracle_man": ["autojump_1"]}], "question_id": "7439"} {"nl": "remove nonexisting directories from the autojump database", "cmd": "j --purge", "tldr_cmd_name": "autojump", "cmd_name": "autojump", "manual_exist": true, "oracle_man": ["autojump_1", "autojump_4", "autojump_6", "autojump_18"], "matching_info": [{"token": "j", "oracle_man": ["autojump_4", "autojump_6", "autojump_18"]}, {"token": "--purge", "oracle_man": []}, {"token": "|main|", "oracle_man": ["autojump_1"]}], "question_id": "7440"} {"nl": "show the entries in the autojump database", "cmd": "j -s", "tldr_cmd_name": "autojump", "cmd_name": "autojump", "manual_exist": true, "oracle_man": ["autojump_1", "autojump_4", "autojump_6", "autojump_18"], "matching_info": [{"token": "j", "oracle_man": ["autojump_4", "autojump_6", "autojump_18"]}, {"token": "-s", "oracle_man": []}, {"token": "|main|", "oracle_man": ["autojump_1"]}], "question_id": "7441"} {"nl": "change xdg's desktop directory to the specified directory (must be absolute)", "cmd": "xdg-user-dirs-update --set DESKTOP \"{{path/to/directory}}\"", "tldr_cmd_name": "xdg-user-dirs-update", "cmd_name": "xdg-user-dirs-update", "manual_exist": true, "oracle_man": ["xdg-user-dirs-update_2", "xdg-user-dirs-update_3", "xdg-user-dirs-update_11"], "matching_info": [{"token": "--set", "oracle_man": ["xdg-user-dirs-update_2", "xdg-user-dirs-update_11"]}, {"token": "DESKTOP", "oracle_man": []}, {"token": "|main|", "oracle_man": ["xdg-user-dirs-update_3", "xdg-user-dirs-update_4", "xdg-user-dirs-update_5", "xdg-user-dirs-update_6"]}], "question_id": "7492"} {"nl": "write the result to the specified dryrunfile instead of the `userdirs.dirs` file", "cmd": "xdg-user-dirs-update --dummy-output \"{{path/to/dry_run_file}}\" --set {{xdg_user_directory}} \"{{path/to/directory}}\"", "tldr_cmd_name": "xdg-user-dirs-update", "cmd_name": "xdg-user-dirs-update", "manual_exist": true, "oracle_man": ["xdg-user-dirs-update_2", "xdg-user-dirs-update_3", "xdg-user-dirs-update_10", "xdg-user-dirs-update_11"], "matching_info": [{"token": "--dummy-output", "oracle_man": ["xdg-user-dirs-update_10"]}, {"token": "--set", "oracle_man": ["xdg-user-dirs-update_2", "xdg-user-dirs-update_11"]}, {"token": "|main|", "oracle_man": ["xdg-user-dirs-update_3", "xdg-user-dirs-update_4", "xdg-user-dirs-update_5", "xdg-user-dirs-update_6"]}], "question_id": "7493"} {"nl": "display general information about a binary (architecture, type, endianness)", "cmd": "rabin2 -I {{path/to/binary}}", "tldr_cmd_name": "rabin2", "cmd_name": "rabin2", "manual_exist": true, "oracle_man": ["rabin2_3", "rabin2_23"], "matching_info": [{"token": "-I", "oracle_man": ["rabin2_23"]}, {"token": "|main|", "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_5", "rabin2_6", "rabin2_7", "rabin2_8", "rabin2_9", "rabin2_10", "rabin2_11", "rabin2_12", "rabin2_13", "rabin2_14", "rabin2_15", "rabin2_16", "rabin2_17", "rabin2_18", "rabin2_19", "rabin2_20", "rabin2_21", "rabin2_22", "rabin2_23", "rabin2_24", "rabin2_25", "rabin2_26", "rabin2_27", "rabin2_28", "rabin2_29", "rabin2_30", "rabin2_31", "rabin2_32", "rabin2_33", "rabin2_34", "rabin2_35", "rabin2_36", "rabin2_37", "rabin2_38", "rabin2_39", "rabin2_40", "rabin2_41", "rabin2_42", "rabin2_43", "rabin2_44", "rabin2_45", "rabin2_46", "rabin2_47", "rabin2_48", "rabin2_49", "rabin2_50", "rabin2_51", "rabin2_52", "rabin2_53", "rabin2_54", "rabin2_55", "rabin2_56", "rabin2_57", "rabin2_58", "rabin2_59"]}], "question_id": "7517"} {"nl": "display linked libraries", "cmd": "rabin2 -l {{path/to/binary}}", "tldr_cmd_name": "rabin2", "cmd_name": "rabin2", "manual_exist": true, "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_28"], "matching_info": [{"token": "-l", "oracle_man": ["rabin2_4", "rabin2_28"]}, {"token": "|main|", "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_5", "rabin2_6", "rabin2_7", "rabin2_8", "rabin2_9", "rabin2_10", "rabin2_11", "rabin2_12", "rabin2_13", "rabin2_14", "rabin2_15", "rabin2_16", "rabin2_17", "rabin2_18", "rabin2_19", "rabin2_20", "rabin2_21", "rabin2_22", "rabin2_23", "rabin2_24", "rabin2_25", "rabin2_26", "rabin2_27", "rabin2_28", "rabin2_29", "rabin2_30", "rabin2_31", "rabin2_32", "rabin2_33", "rabin2_34", "rabin2_35", "rabin2_36", "rabin2_37", "rabin2_38", "rabin2_39", "rabin2_40", "rabin2_41", "rabin2_42", "rabin2_43", "rabin2_44", "rabin2_45", "rabin2_46", "rabin2_47", "rabin2_48", "rabin2_49", "rabin2_50", "rabin2_51", "rabin2_52", "rabin2_53", "rabin2_54", "rabin2_55", "rabin2_56", "rabin2_57", "rabin2_58", "rabin2_59"]}], "question_id": "7518"} {"nl": "display symbols imported from libraries", "cmd": "rabin2 -i {{path/to/binary}}", "tldr_cmd_name": "rabin2", "cmd_name": "rabin2", "manual_exist": true, "oracle_man": ["rabin2_3", "rabin2_24"], "matching_info": [{"token": "-i", "oracle_man": ["rabin2_24"]}, {"token": "|main|", "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_5", "rabin2_6", "rabin2_7", "rabin2_8", "rabin2_9", "rabin2_10", "rabin2_11", "rabin2_12", "rabin2_13", "rabin2_14", "rabin2_15", "rabin2_16", "rabin2_17", "rabin2_18", "rabin2_19", "rabin2_20", "rabin2_21", "rabin2_22", "rabin2_23", "rabin2_24", "rabin2_25", "rabin2_26", "rabin2_27", "rabin2_28", "rabin2_29", "rabin2_30", "rabin2_31", "rabin2_32", "rabin2_33", "rabin2_34", "rabin2_35", "rabin2_36", "rabin2_37", "rabin2_38", "rabin2_39", "rabin2_40", "rabin2_41", "rabin2_42", "rabin2_43", "rabin2_44", "rabin2_45", "rabin2_46", "rabin2_47", "rabin2_48", "rabin2_49", "rabin2_50", "rabin2_51", "rabin2_52", "rabin2_53", "rabin2_54", "rabin2_55", "rabin2_56", "rabin2_57", "rabin2_58", "rabin2_59"]}], "question_id": "7519"} {"nl": "display strings contained in the binary", "cmd": "rabin2 -z {{path/to/binary}}", "tldr_cmd_name": "rabin2", "cmd_name": "rabin2", "manual_exist": true, "oracle_man": ["rabin2_3", "rabin2_32", "rabin2_40", "rabin2_56", "rabin2_58", "rabin2_59"], "matching_info": [{"token": "-z", "oracle_man": ["rabin2_32", "rabin2_40", "rabin2_56", "rabin2_58", "rabin2_59"]}, {"token": "|main|", "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_5", "rabin2_6", "rabin2_7", "rabin2_8", "rabin2_9", "rabin2_10", "rabin2_11", "rabin2_12", "rabin2_13", "rabin2_14", "rabin2_15", "rabin2_16", "rabin2_17", "rabin2_18", "rabin2_19", "rabin2_20", "rabin2_21", "rabin2_22", "rabin2_23", "rabin2_24", "rabin2_25", "rabin2_26", "rabin2_27", "rabin2_28", "rabin2_29", "rabin2_30", "rabin2_31", "rabin2_32", "rabin2_33", "rabin2_34", "rabin2_35", "rabin2_36", "rabin2_37", "rabin2_38", "rabin2_39", "rabin2_40", "rabin2_41", "rabin2_42", "rabin2_43", "rabin2_44", "rabin2_45", "rabin2_46", "rabin2_47", "rabin2_48", "rabin2_49", "rabin2_50", "rabin2_51", "rabin2_52", "rabin2_53", "rabin2_54", "rabin2_55", "rabin2_56", "rabin2_57", "rabin2_58", "rabin2_59"]}], "question_id": "7520"} {"nl": "display the output in json", "cmd": "rabin2 -j -I {{path/to/binary}}", "tldr_cmd_name": "rabin2", "cmd_name": "rabin2", "manual_exist": true, "oracle_man": ["rabin2_3", "rabin2_23", "rabin2_25"], "matching_info": [{"token": "-j", "oracle_man": ["rabin2_25"]}, {"token": "-I", "oracle_man": ["rabin2_23"]}, {"token": "|main|", "oracle_man": ["rabin2_3", "rabin2_4", "rabin2_5", "rabin2_6", "rabin2_7", "rabin2_8", "rabin2_9", "rabin2_10", "rabin2_11", "rabin2_12", "rabin2_13", "rabin2_14", "rabin2_15", "rabin2_16", "rabin2_17", "rabin2_18", "rabin2_19", "rabin2_20", "rabin2_21", "rabin2_22", "rabin2_23", "rabin2_24", "rabin2_25", "rabin2_26", "rabin2_27", "rabin2_28", "rabin2_29", "rabin2_30", "rabin2_31", "rabin2_32", "rabin2_33", "rabin2_34", "rabin2_35", "rabin2_36", "rabin2_37", "rabin2_38", "rabin2_39", "rabin2_40", "rabin2_41", "rabin2_42", "rabin2_43", "rabin2_44", "rabin2_45", "rabin2_46", "rabin2_47", "rabin2_48", "rabin2_49", "rabin2_50", "rabin2_51", "rabin2_52", "rabin2_53", "rabin2_54", "rabin2_55", "rabin2_56", "rabin2_57", "rabin2_58", "rabin2_59"]}], "question_id": "7521"} {"nl": "convert an stl file to a gts file", "cmd": "stl2gts < {{path/to/file.stl}} > {{path/to/file.gts}}", "tldr_cmd_name": "stl2gts", "cmd_name": "stl2gts", "manual_exist": true, "oracle_man": ["stl2gts_3"], "matching_info": [{"token": "|main|", "oracle_man": ["stl2gts_3"]}], "question_id": "7564"} {"nl": "convert an stl file to a gts file and revert face normals", "cmd": "stl2gts --revert < {{path/to/file.stl}} > {{path/to/file.gts}}", "tldr_cmd_name": "stl2gts", "cmd_name": "stl2gts", "manual_exist": true, "oracle_man": ["stl2gts_3", "stl2gts_5"], "matching_info": [{"token": "--revert", "oracle_man": ["stl2gts_5"]}, {"token": "|main|", "oracle_man": ["stl2gts_3"]}], "question_id": "7565"} {"nl": "convert an stl file to a gts file and do not merge vertices", "cmd": "stl2gts --nomerge < {{path/to/file.stl}} > {{path/to/file.gts}}", "tldr_cmd_name": "stl2gts", "cmd_name": "stl2gts", "manual_exist": true, "oracle_man": ["stl2gts_3", "stl2gts_6"], "matching_info": [{"token": "--nomerge", "oracle_man": ["stl2gts_6"]}, {"token": "|main|", "oracle_man": ["stl2gts_3"]}], "question_id": "7566"} {"nl": "convert an stl file to a gts file and display surface statistics", "cmd": "stl2gts --verbose < {{path/to/file.stl}} > {{path/to/file.gts}}", "tldr_cmd_name": "stl2gts", "cmd_name": "stl2gts", "manual_exist": true, "oracle_man": ["stl2gts_3", "stl2gts_7"], "matching_info": [{"token": "--verbose", "oracle_man": ["stl2gts_7"]}, {"token": "|main|", "oracle_man": ["stl2gts_3"]}], "question_id": "7567"} {"nl": "print help for `stl2gts`", "cmd": "stl2gts --help", "tldr_cmd_name": "stl2gts", "cmd_name": "stl2gts", "manual_exist": true, "oracle_man": ["stl2gts_3", "stl2gts_8"], "matching_info": [{"token": "--help", "oracle_man": ["stl2gts_8"]}, {"token": "|main|", "oracle_man": ["stl2gts_3"]}], "question_id": "7568"} {"nl": "run tests with default configuration or as configured in `mocha.opts`", "cmd": "mocha", "tldr_cmd_name": "mocha", "cmd_name": "mocha", "manual_exist": true, "oracle_man": ["mocha_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mocha_3"]}], "question_id": "7598"} {"nl": "run tests contained at a specific location", "cmd": "mocha {{directory/with/tests}}", "tldr_cmd_name": "mocha", "cmd_name": "mocha", "manual_exist": true, "oracle_man": ["mocha_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mocha_3"]}], "question_id": "7599"} {"nl": "run tests that match a specific grep pattern", "cmd": "mocha --grep {{regular_expression}}", "tldr_cmd_name": "mocha", "cmd_name": "mocha", "manual_exist": true, "oracle_man": ["mocha_3", "mocha_10", "mocha_11"], "matching_info": [{"token": "--grep", "oracle_man": ["mocha_10", "mocha_11"]}, {"token": "|main|", "oracle_man": ["mocha_3"]}], "question_id": "7600"} {"nl": "run tests on changes to javascript files in the current directory and once initially", "cmd": "mocha --watch", "tldr_cmd_name": "mocha", "cmd_name": "mocha", "manual_exist": true, "oracle_man": ["mocha_3", "mocha_14"], "matching_info": [{"token": "--watch", "oracle_man": ["mocha_14"]}, {"token": "|main|", "oracle_man": ["mocha_3"]}], "question_id": "7601"} {"nl": "run tests with a specific reporter", "cmd": "mocha --reporter {{reporter}}", "tldr_cmd_name": "mocha", "cmd_name": "mocha", "manual_exist": true, "oracle_man": ["mocha_3", "mocha_8", "mocha_27"], "matching_info": [{"token": "--reporter", "oracle_man": ["mocha_8", "mocha_27"]}, {"token": "|main|", "oracle_man": ["mocha_3"]}], "question_id": "7602"} {"nl": "show the default paper size used by all tex live programs", "cmd": "tlmgr paper", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_160"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7653"} {"nl": "set the default paper size for all tex live programs to a4", "cmd": "sudo tlmgr paper {{a4}}", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_160"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7654"} {"nl": "show the default paper size used by a specific tex live program", "cmd": "tlmgr {{pdftex}} paper", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_160"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7655"} {"nl": "set the default paper size for a specific tex live program to a4", "cmd": "sudo tlmgr {{pdftex}} paper {{a4}}", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_160"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7656"} {"nl": "list all available paper sizes for a specific tex live program", "cmd": "tlmgr {{pdftex}} paper --list", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_242", "tlmgr_243", "tlmgr_250", "tlmgr_251", "tlmgr_274"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "--list", "oracle_man": ["tlmgr_10", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_242", "tlmgr_243", "tlmgr_250", "tlmgr_251", "tlmgr_274"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7657"} {"nl": "dump the default paper size used by all tex live programs in json format", "cmd": "tlmgr paper --json", "tldr_cmd_name": "tlmgr-paper", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_78", "tlmgr_82", "tlmgr_122", "tlmgr_140", "tlmgr_143", "tlmgr_160", "tlmgr_166", "tlmgr_218"], "matching_info": [{"token": "paper", "oracle_man": ["tlmgr_160"]}, {"token": "--json", "oracle_man": ["tlmgr_78", "tlmgr_82", "tlmgr_122", "tlmgr_140", "tlmgr_143", "tlmgr_160", "tlmgr_166", "tlmgr_218"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7658"} {"nl": "create a project", "cmd": "scrapy startproject {{project_name}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3", "scrapy_16"], "matching_info": [{"token": "startproject", "oracle_man": ["scrapy_16"]}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7681"} {"nl": "create a spider (in project directory)", "cmd": "scrapy genspider {{spider_name}} {{website_domain}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3"], "matching_info": [{"token": "genspider", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7682"} {"nl": "edit spider (in project directory)", "cmd": "scrapy edit {{spider_name}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3"], "matching_info": [{"token": "edit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7683"} {"nl": "run spider (in project directory)", "cmd": "scrapy crawl {{spider_name}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3"], "matching_info": [{"token": "crawl", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7684"} {"nl": "fetch a webpage as scrapy sees it and print the source to stdout", "cmd": "scrapy fetch {{url}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3", "scrapy_4"], "matching_info": [{"token": "fetch", "oracle_man": ["scrapy_4"]}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7685"} {"nl": "open a webpage in the default browser as scrapy sees it (disable javascript for extra fidelity)", "cmd": "scrapy view {{url}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3"], "matching_info": [{"token": "view", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7686"} {"nl": "open scrapy shell for url, which allows interaction with the page source in a python shell (or ipython if available)", "cmd": "scrapy shell {{url}}", "tldr_cmd_name": "scrapy", "cmd_name": "scrapy", "manual_exist": true, "oracle_man": ["scrapy_3", "scrapy_15"], "matching_info": [{"token": "shell", "oracle_man": ["scrapy_15"]}, {"token": "|main|", "oracle_man": ["scrapy_3"]}], "question_id": "7687"} {"nl": "report what would be removed by git prune without removing it", "cmd": "git prune --dry-run", "tldr_cmd_name": "git-prune", "cmd_name": "git-prune", "manual_exist": true, "oracle_man": ["git-prune_2", "git-prune_3", "git-prune_4", "git-prune_6", "git-prune_12", "git-prune_13"], "matching_info": [{"token": "git", "oracle_man": ["git-prune_2", "git-prune_4", "git-prune_13"]}, {"token": "prune", "oracle_man": ["git-prune_2", "git-prune_12", "git-prune_13"]}, {"token": "--dry-run", "oracle_man": ["git-prune_6"]}, {"token": "|main|", "oracle_man": ["git-prune_3", "git-prune_4", "git-prune_5"]}], "question_id": "7688"} {"nl": "prune unreachable objects and display what has been pruned to stdout", "cmd": "git prune --verbose", "tldr_cmd_name": "git-prune", "cmd_name": "git-prune", "manual_exist": true, "oracle_man": ["git-prune_2", "git-prune_3", "git-prune_4", "git-prune_7", "git-prune_12", "git-prune_13"], "matching_info": [{"token": "git", "oracle_man": ["git-prune_2", "git-prune_4", "git-prune_13"]}, {"token": "prune", "oracle_man": ["git-prune_2", "git-prune_12", "git-prune_13"]}, {"token": "--verbose", "oracle_man": ["git-prune_7"]}, {"token": "|main|", "oracle_man": ["git-prune_3", "git-prune_4", "git-prune_5"]}], "question_id": "7689"} {"nl": "prune unreachable objects while showing progress", "cmd": "git prune --progress", "tldr_cmd_name": "git-prune", "cmd_name": "git-prune", "manual_exist": true, "oracle_man": ["git-prune_2", "git-prune_3", "git-prune_4", "git-prune_8", "git-prune_12", "git-prune_13"], "matching_info": [{"token": "git", "oracle_man": ["git-prune_2", "git-prune_4", "git-prune_13"]}, {"token": "prune", "oracle_man": ["git-prune_2", "git-prune_12", "git-prune_13"]}, {"token": "--progress", "oracle_man": ["git-prune_2", "git-prune_8"]}, {"token": "|main|", "oracle_man": ["git-prune_3", "git-prune_4", "git-prune_5"]}], "question_id": "7690"} {"nl": "debug an executable", "cmd": "lldb {{executable}}", "tldr_cmd_name": "lldb", "cmd_name": "lldb", "manual_exist": true, "oracle_man": ["lldb_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lldb_3", "lldb_4", "lldb_5"]}], "question_id": "7703"} {"nl": "attach `lldb` to a running process with a given pid", "cmd": "lldb -p {{pid}}", "tldr_cmd_name": "lldb", "cmd_name": "lldb", "manual_exist": true, "oracle_man": ["lldb_3", "lldb_7", "lldb_9", "lldb_33", "lldb_55", "lldb_56", "lldb_61"], "matching_info": [{"token": "-p", "oracle_man": ["lldb_3", "lldb_7", "lldb_9", "lldb_33", "lldb_55", "lldb_56", "lldb_61"]}, {"token": "|main|", "oracle_man": ["lldb_3", "lldb_4", "lldb_5"]}], "question_id": "7704"} {"nl": "wait for a new process to launch with a given name, and attach to it", "cmd": "lldb -w -n {{process_name}}", "tldr_cmd_name": "lldb", "cmd_name": "lldb", "manual_exist": true, "oracle_man": ["lldb_3", "lldb_6", "lldb_8", "lldb_10", "lldb_11", "lldb_16", "lldb_17", "lldb_30", "lldb_45", "lldb_49", "lldb_61"], "matching_info": [{"token": "-w", "oracle_man": ["lldb_10", "lldb_11"]}, {"token": "-n", "oracle_man": ["lldb_6", "lldb_8", "lldb_16", "lldb_17", "lldb_30", "lldb_45", "lldb_49", "lldb_61"]}, {"token": "|main|", "oracle_man": ["lldb_3", "lldb_4", "lldb_5"]}], "question_id": "7705"} {"nl": "connect to a local database on port 3306, using the current user's username", "cmd": "mycli {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "7751"} {"nl": "connect to a database (user will be prompted for a password)", "cmd": "mycli -u {{username}} {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3", "mycli_6"], "matching_info": [{"token": "-u", "oracle_man": ["mycli_6"]}, {"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "7752"} {"nl": "connect to a database on another host", "cmd": "mycli -h {{database_host}} -P {{port}} -u {{username}} {{database_name}}", "tldr_cmd_name": "mycli", "cmd_name": "mycli", "manual_exist": true, "oracle_man": ["mycli_3", "mycli_4", "mycli_5", "mycli_6", "mycli_16"], "matching_info": [{"token": "-h", "oracle_man": ["mycli_4", "mycli_16"]}, {"token": "-P", "oracle_man": ["mycli_5"]}, {"token": "-u", "oracle_man": ["mycli_6"]}, {"token": "|main|", "oracle_man": ["mycli_3"]}], "question_id": "7753"} {"nl": "copy your keys to the remote machine", "cmd": "ssh-copy-id {{username@remote_host}}", "tldr_cmd_name": "ssh-copy-id", "cmd_name": "ssh-copy-id", "manual_exist": true, "oracle_man": ["ssh-copy-id_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ssh-copy-id_3", "ssh-copy-id_4", "ssh-copy-id_5", "ssh-copy-id_6", "ssh-copy-id_7", "ssh-copy-id_8", "ssh-copy-id_9", "ssh-copy-id_10", "ssh-copy-id_11", "ssh-copy-id_12", "ssh-copy-id_13", "ssh-copy-id_14"]}], "question_id": "7835"} {"nl": "copy the given public key to the remote", "cmd": "ssh-copy-id -i {{path/to/certificate}} {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh-copy-id", "cmd_name": "ssh-copy-id", "manual_exist": true, "oracle_man": ["ssh-copy-id_1", "ssh-copy-id_2", "ssh-copy-id_3", "ssh-copy-id_5", "ssh-copy-id_13", "ssh-copy-id_14", "ssh-copy-id_15", "ssh-copy-id_18", "ssh-copy-id_19"], "matching_info": [{"token": "-i", "oracle_man": ["ssh-copy-id_1", "ssh-copy-id_2", "ssh-copy-id_3", "ssh-copy-id_5", "ssh-copy-id_13", "ssh-copy-id_14", "ssh-copy-id_15", "ssh-copy-id_18", "ssh-copy-id_19"]}, {"token": "|main|", "oracle_man": ["ssh-copy-id_3", "ssh-copy-id_4", "ssh-copy-id_5", "ssh-copy-id_6", "ssh-copy-id_7", "ssh-copy-id_8", "ssh-copy-id_9", "ssh-copy-id_10", "ssh-copy-id_11", "ssh-copy-id_12", "ssh-copy-id_13", "ssh-copy-id_14"]}], "question_id": "7836"} {"nl": "copy the given public key to the remote with specific port", "cmd": "ssh-copy-id -i {{path/to/certificate}} -p {{port}} {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh-copy-id", "cmd_name": "ssh-copy-id", "manual_exist": true, "oracle_man": ["ssh-copy-id_1", "ssh-copy-id_2", "ssh-copy-id_3", "ssh-copy-id_5", "ssh-copy-id_11", "ssh-copy-id_13", "ssh-copy-id_14", "ssh-copy-id_15", "ssh-copy-id_16", "ssh-copy-id_18", "ssh-copy-id_19"], "matching_info": [{"token": "-i", "oracle_man": ["ssh-copy-id_1", "ssh-copy-id_2", "ssh-copy-id_3", "ssh-copy-id_5", "ssh-copy-id_13", "ssh-copy-id_14", "ssh-copy-id_15", "ssh-copy-id_18", "ssh-copy-id_19"]}, {"token": "-p", "oracle_man": ["ssh-copy-id_2", "ssh-copy-id_3", "ssh-copy-id_11", "ssh-copy-id_16"]}, {"token": "|main|", "oracle_man": ["ssh-copy-id_3", "ssh-copy-id_4", "ssh-copy-id_5", "ssh-copy-id_6", "ssh-copy-id_7", "ssh-copy-id_8", "ssh-copy-id_9", "ssh-copy-id_10", "ssh-copy-id_11", "ssh-copy-id_12", "ssh-copy-id_13", "ssh-copy-id_14"]}], "question_id": "7837"} {"nl": "run a vala file, with gtk+", "cmd": "vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}", "tldr_cmd_name": "vala", "cmd_name": "vala", "manual_exist": true, "oracle_man": ["vala_3", "vala_10", "vala_53"], "matching_info": [{"token": "--pkg", "oracle_man": ["vala_10", "vala_53"]}, {"token": "|main|", "oracle_man": ["vala_3", "vala_4", "vala_5", "vala_6", "vala_7", "vala_8", "vala_9", "vala_10", "vala_11", "vala_12", "vala_13", "vala_14", "vala_15", "vala_16", "vala_17", "vala_18", "vala_19", "vala_20", "vala_21", "vala_22", "vala_23", "vala_24", "vala_25", "vala_26", "vala_27", "vala_28", "vala_29", "vala_30", "vala_31", "vala_32", "vala_33", "vala_34", "vala_35", "vala_36", "vala_37", "vala_38", "vala_39", "vala_40", "vala_41", "vala_42", "vala_43", "vala_44", "vala_45", "vala_46", "vala_47", "vala_48", "vala_49", "vala_50", "vala_51", "vala_52", "vala_53", "vala_54", "vala_55", "vala_56", "vala_57", "vala_58", "vala_59", "vala_60", "vala_61", "vala_62", "vala_63", "vala_64", "vala_65", "vala_66", "vala_67"]}], "question_id": "7862"} {"nl": "display version info", "cmd": "vala --version", "tldr_cmd_name": "vala", "cmd_name": "vala", "manual_exist": true, "oracle_man": ["vala_3", "vala_17"], "matching_info": [{"token": "--version", "oracle_man": ["vala_17"]}, {"token": "|main|", "oracle_man": ["vala_3", "vala_4", "vala_5", "vala_6", "vala_7", "vala_8", "vala_9", "vala_10", "vala_11", "vala_12", "vala_13", "vala_14", "vala_15", "vala_16", "vala_17", "vala_18", "vala_19", "vala_20", "vala_21", "vala_22", "vala_23", "vala_24", "vala_25", "vala_26", "vala_27", "vala_28", "vala_29", "vala_30", "vala_31", "vala_32", "vala_33", "vala_34", "vala_35", "vala_36", "vala_37", "vala_38", "vala_39", "vala_40", "vala_41", "vala_42", "vala_43", "vala_44", "vala_45", "vala_46", "vala_47", "vala_48", "vala_49", "vala_50", "vala_51", "vala_52", "vala_53", "vala_54", "vala_55", "vala_56", "vala_57", "vala_58", "vala_59", "vala_60", "vala_61", "vala_62", "vala_63", "vala_64", "vala_65", "vala_66", "vala_67"]}], "question_id": "7863"} {"nl": "display helper message", "cmd": "vala --help", "tldr_cmd_name": "vala", "cmd_name": "vala", "manual_exist": true, "oracle_man": ["vala_3", "vala_6"], "matching_info": [{"token": "--help", "oracle_man": ["vala_6"]}, {"token": "|main|", "oracle_man": ["vala_3", "vala_4", "vala_5", "vala_6", "vala_7", "vala_8", "vala_9", "vala_10", "vala_11", "vala_12", "vala_13", "vala_14", "vala_15", "vala_16", "vala_17", "vala_18", "vala_19", "vala_20", "vala_21", "vala_22", "vala_23", "vala_24", "vala_25", "vala_26", "vala_27", "vala_28", "vala_29", "vala_30", "vala_31", "vala_32", "vala_33", "vala_34", "vala_35", "vala_36", "vala_37", "vala_38", "vala_39", "vala_40", "vala_41", "vala_42", "vala_43", "vala_44", "vala_45", "vala_46", "vala_47", "vala_48", "vala_49", "vala_50", "vala_51", "vala_52", "vala_53", "vala_54", "vala_55", "vala_56", "vala_57", "vala_58", "vala_59", "vala_60", "vala_61", "vala_62", "vala_63", "vala_64", "vala_65", "vala_66", "vala_67"]}], "question_id": "7864"} {"nl": "install a package and its dependencies", "cmd": "sudo tlmgr install {{package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7895"} {"nl": "reinstall a package", "cmd": "sudo tlmgr install --reinstall {{package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_124", "tlmgr_131", "tlmgr_133", "tlmgr_134", "tlmgr_244", "tlmgr_264", "tlmgr_266", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "--reinstall", "oracle_man": ["tlmgr_131", "tlmgr_133", "tlmgr_134", "tlmgr_244", "tlmgr_264", "tlmgr_266"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7896"} {"nl": "simulate installing a package without making any changes", "cmd": "tlmgr install --dry-run {{package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_57", "tlmgr_124", "tlmgr_126", "tlmgr_134", "tlmgr_187", "tlmgr_203", "tlmgr_216", "tlmgr_250", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "--dry-run", "oracle_man": ["tlmgr_57", "tlmgr_126", "tlmgr_187", "tlmgr_203", "tlmgr_216", "tlmgr_250"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7897"} {"nl": "install a package without its dependencies", "cmd": "sudo tlmgr install --no-depends {{package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_124", "tlmgr_129", "tlmgr_130", "tlmgr_134", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_271", "tlmgr_272", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "--no-depends", "oracle_man": ["tlmgr_129", "tlmgr_130", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_271", "tlmgr_272"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7898"} {"nl": "install a package from a specific file", "cmd": "sudo tlmgr install --file {{path/to/package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_124", "tlmgr_127", "tlmgr_134", "tlmgr_191", "tlmgr_219", "tlmgr_221", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "--file", "oracle_man": ["tlmgr_127", "tlmgr_191", "tlmgr_219", "tlmgr_221"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7899"} {"nl": "apply the default style of 4 spaces per indent and no formatting changes", "cmd": "astyle {{source_file}}", "tldr_cmd_name": "astyle", "cmd_name": "astyle", "manual_exist": true, "oracle_man": ["astyle_4"], "matching_info": [{"token": "|main|", "oracle_man": ["astyle_4", "astyle_5", "astyle_6", "astyle_7", "astyle_8", "astyle_9", "astyle_10"]}], "question_id": "8032"} {"nl": "apply the java style with attached braces", "cmd": "astyle --style=java {{path/to/file}}", "tldr_cmd_name": "astyle", "cmd_name": "astyle", "manual_exist": true, "oracle_man": ["astyle_4"], "matching_info": [{"token": "--style=java", "oracle_man": []}, {"token": "|main|", "oracle_man": ["astyle_4", "astyle_5", "astyle_6", "astyle_7", "astyle_8", "astyle_9", "astyle_10"]}], "question_id": "8033"} {"nl": "apply the allman style with broken braces", "cmd": "astyle --style=allman {{path/to/file}}", "tldr_cmd_name": "astyle", "cmd_name": "astyle", "manual_exist": true, "oracle_man": ["astyle_4"], "matching_info": [{"token": "--style=allman", "oracle_man": []}, {"token": "|main|", "oracle_man": ["astyle_4", "astyle_5", "astyle_6", "astyle_7", "astyle_8", "astyle_9", "astyle_10"]}], "question_id": "8034"} {"nl": "apply a custom indent using spaces. choose between 2 and 20 spaces", "cmd": "astyle --indent=spaces={{number_of_spaces}} {{path/to/file}}", "tldr_cmd_name": "astyle", "cmd_name": "astyle", "manual_exist": true, "oracle_man": ["astyle_4"], "matching_info": [{"token": "--indent=spaces", "oracle_man": []}, {"token": "|main|", "oracle_man": ["astyle_4", "astyle_5", "astyle_6", "astyle_7", "astyle_8", "astyle_9", "astyle_10"]}], "question_id": "8035"} {"nl": "apply a custom indent using tabs. choose between 2 and 20 tabs", "cmd": "astyle --indent=tab={{number_of_tabs}} {{path/to/file}}", "tldr_cmd_name": "astyle", "cmd_name": "astyle", "manual_exist": true, "oracle_man": ["astyle_4"], "matching_info": [{"token": "--indent=tab", "oracle_man": []}, {"token": "|main|", "oracle_man": ["astyle_4", "astyle_5", "astyle_6", "astyle_7", "astyle_8", "astyle_9", "astyle_10"]}], "question_id": "8036"} {"nl": "change the password of the current user interactively", "cmd": "passwd", "tldr_cmd_name": "passwd", "cmd_name": "passwd", "manual_exist": true, "oracle_man": ["passwd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["passwd_3", "passwd_4", "passwd_5", "passwd_6", "passwd_7", "passwd_8", "passwd_9", "passwd_10", "passwd_11", "passwd_12", "passwd_13", "passwd_14"]}], "question_id": "8039"} {"nl": "change the password of a specific user", "cmd": "passwd {{username}}", "tldr_cmd_name": "passwd", "cmd_name": "passwd", "manual_exist": true, "oracle_man": ["passwd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["passwd_3", "passwd_4", "passwd_5", "passwd_6", "passwd_7", "passwd_8", "passwd_9", "passwd_10", "passwd_11", "passwd_12", "passwd_13", "passwd_14"]}], "question_id": "8040"} {"nl": "get the current status of the user", "cmd": "passwd -S", "tldr_cmd_name": "passwd", "cmd_name": "passwd", "manual_exist": true, "oracle_man": ["passwd_3", "passwd_16", "passwd_29"], "matching_info": [{"token": "-S", "oracle_man": ["passwd_16", "passwd_29"]}, {"token": "|main|", "oracle_man": ["passwd_3", "passwd_4", "passwd_5", "passwd_6", "passwd_7", "passwd_8", "passwd_9", "passwd_10", "passwd_11", "passwd_12", "passwd_13", "passwd_14"]}], "question_id": "8041"} {"nl": "make the password of the account blank (it will set the named account passwordless)", "cmd": "passwd -d", "tldr_cmd_name": "passwd", "cmd_name": "passwd", "manual_exist": true, "oracle_man": ["passwd_3", "passwd_17"], "matching_info": [{"token": "-d", "oracle_man": ["passwd_17"]}, {"token": "|main|", "oracle_man": ["passwd_3", "passwd_4", "passwd_5", "passwd_6", "passwd_7", "passwd_8", "passwd_9", "passwd_10", "passwd_11", "passwd_12", "passwd_13", "passwd_14"]}], "question_id": "8042"} {"nl": "lookup the ip(s) associated with a hostname (a records)", "cmd": "dig +short {{example.com}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "+short", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8050"} {"nl": "get a detailed answer for a given domain (a records)", "cmd": "dig +noall +answer {{example.com}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "+noall", "oracle_man": []}, {"token": "+answer", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8051"} {"nl": "query a specific dns record type associated with a given domain name", "cmd": "dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "+short", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8052"} {"nl": "get all types of records for a given domain name", "cmd": "dig {{example.com}} ANY", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "ANY", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8053"} {"nl": "specify an alternate dns server to query", "cmd": "dig @{{8.8.8.8}} {{example.com}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8054"} {"nl": "perform a reverse dns lookup on an ip address (ptr record)", "cmd": "dig -x {{8.8.8.8}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_2", "dig_5", "dig_28", "dig_32", "dig_117"], "matching_info": [{"token": "-x", "oracle_man": ["dig_2", "dig_28", "dig_32", "dig_117"]}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8055"} {"nl": "find authoritative name servers for the zone and display soa records", "cmd": "dig +nssearch {{example.com}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "+nssearch", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8056"} {"nl": "perform iterative queries and display the entire trace path to resolve a domain name", "cmd": "dig +trace {{example.com}}", "tldr_cmd_name": "dig", "cmd_name": "dig", "manual_exist": true, "oracle_man": ["dig_5"], "matching_info": [{"token": "+trace", "oracle_man": []}, {"token": "|main|", "oracle_man": ["dig_5", "dig_6", "dig_7", "dig_8", "dig_9", "dig_10"]}], "question_id": "8057"} {"nl": "open clementine", "cmd": "clementine", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3"], "matching_info": [{"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8058"} {"nl": "start playing a music file", "cmd": "clementine {{url/or/path/to/file.ext}}", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3"], "matching_info": [{"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8059"} {"nl": "toggle between pausing and playing", "cmd": "clementine --play-pause", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_8"], "matching_info": [{"token": "--play-pause", "oracle_man": ["clementine_8"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8060"} {"nl": "stop playback", "cmd": "clementine --stop", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_10", "clementine_11"], "matching_info": [{"token": "--stop", "oracle_man": ["clementine_10", "clementine_11"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8061"} {"nl": "skip to the next track", "cmd": "clementine --next", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_13"], "matching_info": [{"token": "--next", "oracle_man": ["clementine_13"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8062"} {"nl": "skip to the previous track", "cmd": "clementine --previous", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_12"], "matching_info": [{"token": "--previous", "oracle_man": ["clementine_12"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8063"} {"nl": "load a playlist file", "cmd": "clementine --load {{path/to/playlist.ext}}", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_22"], "matching_info": [{"token": "--load", "oracle_man": ["clementine_22"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8064"} {"nl": "play the 5th track in the currently loaded playlist", "cmd": "clementine --play-track {{5}}", "tldr_cmd_name": "clementine", "cmd_name": "clementine", "manual_exist": true, "oracle_man": ["clementine_3", "clementine_23"], "matching_info": [{"token": "--play-track", "oracle_man": ["clementine_23"]}, {"token": "|main|", "oracle_man": ["clementine_3", "clementine_4"]}], "question_id": "8065"} {"nl": "start peco on all files in the specified directory", "cmd": "find {{path/to/directory}} -type f | peco", "tldr_cmd_name": "peco", "cmd_name": "peco", "manual_exist": true, "oracle_man": ["peco_1", "peco_17"], "matching_info": [{"token": "find", "oracle_man": []}, {"token": "-type", "oracle_man": ["peco_17"]}, {"token": "f", "oracle_man": []}, {"token": "|main|", "oracle_man": ["peco_1"]}], "question_id": "8125"} {"nl": "start peco for running processes", "cmd": "ps aux | peco", "tldr_cmd_name": "peco", "cmd_name": "peco", "manual_exist": true, "oracle_man": ["peco_1"], "matching_info": [{"token": "ps", "oracle_man": []}, {"token": "aux", "oracle_man": []}, {"token": "|main|", "oracle_man": ["peco_1"]}], "question_id": "8126"} {"nl": "start peco with a specified query", "cmd": "peco --query \"{{query}}\"", "tldr_cmd_name": "peco", "cmd_name": "peco", "manual_exist": true, "oracle_man": ["peco_1", "peco_4"], "matching_info": [{"token": "--query", "oracle_man": ["peco_4"]}, {"token": "|main|", "oracle_man": ["peco_1"]}], "question_id": "8127"} {"nl": "launch okular", "cmd": "okular", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3"], "matching_info": [{"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8178"} {"nl": "open specific documents in okular", "cmd": "okular {{path/to/file1 path/to/file2 ...}}", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3"], "matching_info": [{"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8179"} {"nl": "open a document at a specific page", "cmd": "okular --page {{page_number}} {{path/to/file}}", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3", "okular_4"], "matching_info": [{"token": "--page", "oracle_man": ["okular_4"]}, {"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8180"} {"nl": "open a document in presentation mode", "cmd": "okular --presentation {{path/to/file}}", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3", "okular_6"], "matching_info": [{"token": "--presentation", "oracle_man": ["okular_6"]}, {"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8181"} {"nl": "open a document and start the print dialog", "cmd": "okular --print {{path/to/file}}", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3", "okular_8", "okular_10"], "matching_info": [{"token": "--print", "oracle_man": ["okular_8", "okular_10"]}, {"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8182"} {"nl": "open a document and search for a specific string", "cmd": "okular --find {{search_string}} {{path/to/file}}", "tldr_cmd_name": "okular", "cmd_name": "okular", "manual_exist": true, "oracle_man": ["okular_3", "okular_16"], "matching_info": [{"token": "--find", "oracle_man": ["okular_16"]}, {"token": "|main|", "oracle_man": ["okular_3"]}], "question_id": "8183"} {"nl": "start an interactive shell session", "cmd": "dash", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8223"} {"nl": "execute a command and then exit", "cmd": "dash -c \"{{command}}\"", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_2", "dash_3", "dash_5", "dash_11", "dash_184", "dash_244", "dash_282", "dash_301", "dash_360"], "matching_info": [{"token": "-c", "oracle_man": ["dash_2", "dash_5", "dash_11", "dash_184", "dash_244", "dash_282", "dash_301", "dash_360"]}, {"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8224"} {"nl": "execute a script", "cmd": "dash {{path/to/script.sh}}", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8225"} {"nl": "run commands from a script, printing each command before executing it", "cmd": "dash -x {{path/to/script.sh}}", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_3", "dash_18", "dash_315"], "matching_info": [{"token": "-x", "oracle_man": ["dash_18", "dash_315"]}, {"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8226"} {"nl": "execute commands from a script, stopping at the first error", "cmd": "dash -e {{path/to/script.sh}}", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_3", "dash_13", "dash_215", "dash_218", "dash_220", "dash_221", "dash_225", "dash_284", "dash_290", "dash_303", "dash_323", "dash_329"], "matching_info": [{"token": "-e", "oracle_man": ["dash_13", "dash_215", "dash_218", "dash_220", "dash_221", "dash_225", "dash_284", "dash_290", "dash_303", "dash_323", "dash_329"]}, {"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8227"} {"nl": "read and execute commands from stdin", "cmd": "dash -s", "tldr_cmd_name": "dash", "cmd_name": "dash", "manual_exist": true, "oracle_man": ["dash_2", "dash_3", "dash_23", "dash_220", "dash_224", "dash_225", "dash_230", "dash_311", "dash_359"], "matching_info": [{"token": "-s", "oracle_man": ["dash_2", "dash_23", "dash_220", "dash_224", "dash_225", "dash_230", "dash_311", "dash_359"]}, {"token": "|main|", "oracle_man": ["dash_3", "dash_4", "dash_5", "dash_6", "dash_7", "dash_8", "dash_9", "dash_10", "dash_11", "dash_12", "dash_13", "dash_14", "dash_15", "dash_16", "dash_17", "dash_18", "dash_19", "dash_20", "dash_21", "dash_22", "dash_23", "dash_24", "dash_25", "dash_26", "dash_27", "dash_28", "dash_29", "dash_30", "dash_31", "dash_32", "dash_33", "dash_34", "dash_35", "dash_36", "dash_37", "dash_38", "dash_39", "dash_40", "dash_41", "dash_42", "dash_43", "dash_44", "dash_45", "dash_46", "dash_47", "dash_48", "dash_49", "dash_50", "dash_51", "dash_52", "dash_53", "dash_54", "dash_55", "dash_56", "dash_57", "dash_58", "dash_59", "dash_60", "dash_61", "dash_62", "dash_63", "dash_64", "dash_65", "dash_66", "dash_67", "dash_68", "dash_69", "dash_70", "dash_71", "dash_72", "dash_73", "dash_74", "dash_75", "dash_76", "dash_77", "dash_78", "dash_79", "dash_80", "dash_81", "dash_82", "dash_83", "dash_84", "dash_85", "dash_86", "dash_87", "dash_88", "dash_89", "dash_90", "dash_91", "dash_92", "dash_93", "dash_94", "dash_95", "dash_96", "dash_97", "dash_98", "dash_99", "dash_100", "dash_101", "dash_102", "dash_103", "dash_104", "dash_105", "dash_106", "dash_107", "dash_108", "dash_109", "dash_110", "dash_111", "dash_112", "dash_113", "dash_114", "dash_115", "dash_116", "dash_117", "dash_118", "dash_119", "dash_120", "dash_121", "dash_122", "dash_123", "dash_124", "dash_125", "dash_126", "dash_127", "dash_128", "dash_129", "dash_130", "dash_131", "dash_132", "dash_133", "dash_134", "dash_135", "dash_136", "dash_137", "dash_138", "dash_139", "dash_140", "dash_141", "dash_142", "dash_143", "dash_144", "dash_145", "dash_146", "dash_147", "dash_148", "dash_149", "dash_150", "dash_151", "dash_152", "dash_153", "dash_154", "dash_155", "dash_156", "dash_157", "dash_158", "dash_159", "dash_160", "dash_161", "dash_162", "dash_163", "dash_164", "dash_165", "dash_166", "dash_167", "dash_168", "dash_169", "dash_170", "dash_171", "dash_172", "dash_173", "dash_174", "dash_175", "dash_176", "dash_177", "dash_178", "dash_179", "dash_180", "dash_181", "dash_182", "dash_183", "dash_184", "dash_185", "dash_186", "dash_187", "dash_188", "dash_189", "dash_190", "dash_191", "dash_192", "dash_193", "dash_194", "dash_195", "dash_196", "dash_197", "dash_198", "dash_199", "dash_200", "dash_201", "dash_202", "dash_203", "dash_204", "dash_205", "dash_206", "dash_207", "dash_208", "dash_209", "dash_210", "dash_211", "dash_212", "dash_213", "dash_214", "dash_215", "dash_216", "dash_217", "dash_218", "dash_219", "dash_220", "dash_221", "dash_222", "dash_223", "dash_224", "dash_225", "dash_226", "dash_227", "dash_228", "dash_229", "dash_230", "dash_231", "dash_232", "dash_233", "dash_234", "dash_235", "dash_236", "dash_237", "dash_238", "dash_239", "dash_240", "dash_241", "dash_242", "dash_243", "dash_244", "dash_245", "dash_246", "dash_247", "dash_248", "dash_249", "dash_250", "dash_251", "dash_252", "dash_253", "dash_254", "dash_255", "dash_256", "dash_257", "dash_258", "dash_259", "dash_260", "dash_261", "dash_262", "dash_263", "dash_264", "dash_265", "dash_266", "dash_267", "dash_268", "dash_269", "dash_270", "dash_271", "dash_272", "dash_273", "dash_274", "dash_275", "dash_276", "dash_277", "dash_278", "dash_279", "dash_280", "dash_281", "dash_282", "dash_283", "dash_284", "dash_285", "dash_286", "dash_287", "dash_288", "dash_289", "dash_290", "dash_291", "dash_292", "dash_293", "dash_294", "dash_295", "dash_296", "dash_297", "dash_298", "dash_299", "dash_300", "dash_301", "dash_302", "dash_303", "dash_304", "dash_305", "dash_306", "dash_307", "dash_308", "dash_309", "dash_310", "dash_311", "dash_312", "dash_313", "dash_314", "dash_315", "dash_316", "dash_317", "dash_318", "dash_319", "dash_320", "dash_321", "dash_322", "dash_323", "dash_324", "dash_325", "dash_326", "dash_327", "dash_328", "dash_329", "dash_330", "dash_331", "dash_332", "dash_333", "dash_334", "dash_335", "dash_336", "dash_337", "dash_338", "dash_339", "dash_340", "dash_341", "dash_342", "dash_343", "dash_344", "dash_345", "dash_346", "dash_347", "dash_348", "dash_349", "dash_350", "dash_351", "dash_352", "dash_353", "dash_354", "dash_355", "dash_356", "dash_357", "dash_358", "dash_359", "dash_360", "dash_361", "dash_362", "dash_363", "dash_364", "dash_365", "dash_366", "dash_367", "dash_368", "dash_369", "dash_370", "dash_371", "dash_372", "dash_373"]}], "question_id": "8228"} {"nl": "launch gnucash and load the previously opened file", "cmd": "gnucash", "tldr_cmd_name": "gnucash", "cmd_name": "gnucash", "manual_exist": true, "oracle_man": ["gnucash_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gnucash_3"]}], "question_id": "8265"} {"nl": "launch gnucash and load the specified file", "cmd": "gnucash {{path/to/file.gnucash}}", "tldr_cmd_name": "gnucash", "cmd_name": "gnucash", "manual_exist": true, "oracle_man": ["gnucash_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gnucash_3"]}], "question_id": "8266"} {"nl": "launch gnucash and load an empty file", "cmd": "gnucash --nofile", "tldr_cmd_name": "gnucash", "cmd_name": "gnucash", "manual_exist": true, "oracle_man": ["gnucash_3", "gnucash_10"], "matching_info": [{"token": "--nofile", "oracle_man": ["gnucash_10"]}, {"token": "|main|", "oracle_man": ["gnucash_3"]}], "question_id": "8267"} {"nl": "ping a host", "cmd": "ping6 {{host}}", "tldr_cmd_name": "ping6", "cmd_name": "ping6", "manual_exist": true, "oracle_man": ["ping6_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ping6_3", "ping6_4"]}], "question_id": "8324"} {"nl": "ping a host only a specific number of times", "cmd": "ping6 -c {{count}} {{host}}", "tldr_cmd_name": "ping6", "cmd_name": "ping6", "manual_exist": true, "oracle_man": ["ping6_2", "ping6_3"], "matching_info": [{"token": "-c", "oracle_man": ["ping6_2"]}, {"token": "|main|", "oracle_man": ["ping6_3", "ping6_4"]}], "question_id": "8325"} {"nl": "ping a host, specifying the interval in seconds between requests (default is 1 second)", "cmd": "ping6 -i {{seconds}} {{host}}", "tldr_cmd_name": "ping6", "cmd_name": "ping6", "manual_exist": true, "oracle_man": ["ping6_2", "ping6_3", "ping6_15", "ping6_31", "ping6_32"], "matching_info": [{"token": "-i", "oracle_man": ["ping6_2", "ping6_15", "ping6_31", "ping6_32"]}, {"token": "|main|", "oracle_man": ["ping6_3", "ping6_4"]}], "question_id": "8326"} {"nl": "ping a host without trying to lookup symbolic names for addresses", "cmd": "ping6 -n {{host}}", "tldr_cmd_name": "ping6", "cmd_name": "ping6", "manual_exist": true, "oracle_man": ["ping6_3", "ping6_16", "ping6_33", "ping6_35"], "matching_info": [{"token": "-n", "oracle_man": ["ping6_16", "ping6_33", "ping6_35"]}, {"token": "|main|", "oracle_man": ["ping6_3", "ping6_4"]}], "question_id": "8327"} {"nl": "ping a host and ring the bell when a packet is received (if your terminal supports it)", "cmd": "ping6 -a {{host}}", "tldr_cmd_name": "ping6", "cmd_name": "ping6", "manual_exist": true, "oracle_man": ["ping6_2", "ping6_3", "ping6_5", "ping6_28", "ping6_30", "ping6_42"], "matching_info": [{"token": "-a", "oracle_man": ["ping6_2", "ping6_5", "ping6_28", "ping6_30", "ping6_42"]}, {"token": "|main|", "oracle_man": ["ping6_3", "ping6_4"]}], "question_id": "8328"} {"nl": "run a basic benchmark, performing at least 10 runs", "cmd": "hyperfine '{{make}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3"], "matching_info": [{"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8338"} {"nl": "run a comparative benchmark", "cmd": "hyperfine '{{make target1}}' '{{make target2}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3"], "matching_info": [{"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8339"} {"nl": "change minimum number of benchmarking runs", "cmd": "hyperfine --min-runs {{7}} '{{make}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3", "hyperfine_7", "hyperfine_54"], "matching_info": [{"token": "--min-runs", "oracle_man": ["hyperfine_7", "hyperfine_54"]}, {"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8340"} {"nl": "perform benchmark with warmup", "cmd": "hyperfine --warmup {{5}} '{{make}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3", "hyperfine_5", "hyperfine_55"], "matching_info": [{"token": "--warmup", "oracle_man": ["hyperfine_5", "hyperfine_55"]}, {"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8341"} {"nl": "run a command before each benchmark run (to clear caches, etc.)", "cmd": "hyperfine --prepare '{{make clean}}' '{{make}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3", "hyperfine_13", "hyperfine_14"], "matching_info": [{"token": "--prepare", "oracle_man": ["hyperfine_13", "hyperfine_14"]}, {"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8342"} {"nl": "run a benchmark where a single parameter changes for each run", "cmd": "hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}}'", "tldr_cmd_name": "hyperfine", "cmd_name": "hyperfine", "manual_exist": true, "oracle_man": ["hyperfine_3", "hyperfine_13", "hyperfine_14", "hyperfine_17", "hyperfine_22", "hyperfine_56"], "matching_info": [{"token": "--prepare", "oracle_man": ["hyperfine_13", "hyperfine_14"]}, {"token": "--parameter-scan", "oracle_man": ["hyperfine_17", "hyperfine_22", "hyperfine_56"]}, {"token": "|main|", "oracle_man": ["hyperfine_3", "hyperfine_4"]}], "question_id": "8343"} {"nl": "boot from image emulating i386 architecture", "cmd": "qemu-system-i386 -hda {{image_name.img}}", "tldr_cmd_name": "qemu", "cmd_name": "qemu", "manual_exist": true, "oracle_man": ["qemu_3", "qemu_205", "qemu_283", "qemu_296", "qemu_498"], "matching_info": [{"token": "qemu-system-i386", "oracle_man": []}, {"token": "-hda", "oracle_man": ["qemu_205", "qemu_283", "qemu_296", "qemu_498"]}, {"token": "|main|", "oracle_man": ["qemu_3", "qemu_4", "qemu_5", "qemu_6", "qemu_7", "qemu_8", "qemu_9", "qemu_10", "qemu_11", "qemu_12", "qemu_13", "qemu_14", "qemu_15", "qemu_16", "qemu_17", "qemu_18", "qemu_19", "qemu_20", "qemu_21", "qemu_22", "qemu_23", "qemu_24", "qemu_25", "qemu_26", "qemu_27", "qemu_28", "qemu_29", "qemu_30", "qemu_31", "qemu_32"]}], "question_id": "8359"} {"nl": "boot from image emulating x64 architecture", "cmd": "qemu-system-x86_64 -hda {{image_name.img}}", "tldr_cmd_name": "qemu", "cmd_name": "qemu", "manual_exist": true, "oracle_man": ["qemu_3", "qemu_205", "qemu_283", "qemu_296", "qemu_498"], "matching_info": [{"token": "qemu-system-x86_64", "oracle_man": []}, {"token": "-hda", "oracle_man": ["qemu_205", "qemu_283", "qemu_296", "qemu_498"]}, {"token": "|main|", "oracle_man": ["qemu_3", "qemu_4", "qemu_5", "qemu_6", "qemu_7", "qemu_8", "qemu_9", "qemu_10", "qemu_11", "qemu_12", "qemu_13", "qemu_14", "qemu_15", "qemu_16", "qemu_17", "qemu_18", "qemu_19", "qemu_20", "qemu_21", "qemu_22", "qemu_23", "qemu_24", "qemu_25", "qemu_26", "qemu_27", "qemu_28", "qemu_29", "qemu_30", "qemu_31", "qemu_32"]}], "question_id": "8360"} {"nl": "boot qemu instance with a live iso image", "cmd": "qemu-system-i386 -hda {{image_name.img}} -cdrom {{os_image.iso}} -boot d", "tldr_cmd_name": "qemu", "cmd_name": "qemu", "manual_exist": true, "oracle_man": ["qemu_3", "qemu_106", "qemu_111", "qemu_112", "qemu_205", "qemu_209", "qemu_281", "qemu_283", "qemu_296", "qemu_420", "qemu_446", "qemu_498", "qemu_788", "qemu_789"], "matching_info": [{"token": "qemu-system-i386", "oracle_man": []}, {"token": "-hda", "oracle_man": ["qemu_205", "qemu_283", "qemu_296", "qemu_498"]}, {"token": "-cdrom", "oracle_man": ["qemu_209", "qemu_281"]}, {"token": "-boot", "oracle_man": ["qemu_106", "qemu_111", "qemu_112", "qemu_446", "qemu_498", "qemu_788", "qemu_789"]}, {"token": "d", "oracle_man": ["qemu_420"]}, {"token": "|main|", "oracle_man": ["qemu_3", "qemu_4", "qemu_5", "qemu_6", "qemu_7", "qemu_8", "qemu_9", "qemu_10", "qemu_11", "qemu_12", "qemu_13", "qemu_14", "qemu_15", "qemu_16", "qemu_17", "qemu_18", "qemu_19", "qemu_20", "qemu_21", "qemu_22", "qemu_23", "qemu_24", "qemu_25", "qemu_26", "qemu_27", "qemu_28", "qemu_29", "qemu_30", "qemu_31", "qemu_32"]}], "question_id": "8361"} {"nl": "specify amount of ram for instance", "cmd": "qemu-system-i386 -m 256 -hda image_name.img -cdrom os-image.iso -boot d", "tldr_cmd_name": "qemu", "cmd_name": "qemu", "manual_exist": true, "oracle_man": ["qemu_3", "qemu_32", "qemu_36", "qemu_43", "qemu_49", "qemu_51", "qemu_53", "qemu_56", "qemu_61", "qemu_85", "qemu_87", "qemu_91", "qemu_93", "qemu_106", "qemu_111", "qemu_112", "qemu_113", "qemu_115", "qemu_117", "qemu_118", "qemu_155", "qemu_195", "qemu_197", "qemu_205", "qemu_209", "qemu_281", "qemu_283", "qemu_296", "qemu_297", "qemu_318", "qemu_320", "qemu_349", "qemu_375", "qemu_376", "qemu_398", "qemu_400", "qemu_420", "qemu_442", "qemu_446", "qemu_481", "qemu_483", "qemu_498", "qemu_534", "qemu_552", "qemu_564", "qemu_576", "qemu_578", "qemu_718", "qemu_719", "qemu_721", "qemu_783", "qemu_788", "qemu_789", "qemu_819", "qemu_845", "qemu_846", "qemu_883", "qemu_889", "qemu_891", "qemu_894", "qemu_926", "qemu_950", "qemu_954", "qemu_957", "qemu_959"], "matching_info": [{"token": "qemu-system-i386", "oracle_man": []}, {"token": "-m", "oracle_man": ["qemu_32", "qemu_36", "qemu_43", "qemu_49", "qemu_51", "qemu_53", "qemu_56", "qemu_61", "qemu_85", "qemu_87", "qemu_91", "qemu_93", "qemu_113", "qemu_115", "qemu_117", "qemu_118", "qemu_155", "qemu_195", "qemu_197", "qemu_297", "qemu_318", "qemu_320", "qemu_349", "qemu_375", "qemu_376", "qemu_398", "qemu_400", "qemu_442", "qemu_481", "qemu_483", "qemu_534", "qemu_552", "qemu_564", "qemu_576", "qemu_578", "qemu_718", "qemu_719", "qemu_721", "qemu_783", "qemu_819", "qemu_845", "qemu_846", "qemu_883", "qemu_889", "qemu_891", "qemu_894", "qemu_926", "qemu_950", "qemu_954", "qemu_957", "qemu_959"]}, {"token": "256", "oracle_man": []}, {"token": "-hda", "oracle_man": ["qemu_205", "qemu_283", "qemu_296", "qemu_498"]}, {"token": "image_name.img", "oracle_man": []}, {"token": "-cdrom", "oracle_man": ["qemu_209", "qemu_281"]}, {"token": "os-image.iso", "oracle_man": []}, {"token": "-boot", "oracle_man": ["qemu_106", "qemu_111", "qemu_112", "qemu_446", "qemu_498", "qemu_788", "qemu_789"]}, {"token": "d", "oracle_man": ["qemu_420"]}, {"token": "|main|", "oracle_man": ["qemu_3", "qemu_4", "qemu_5", "qemu_6", "qemu_7", "qemu_8", "qemu_9", "qemu_10", "qemu_11", "qemu_12", "qemu_13", "qemu_14", "qemu_15", "qemu_16", "qemu_17", "qemu_18", "qemu_19", "qemu_20", "qemu_21", "qemu_22", "qemu_23", "qemu_24", "qemu_25", "qemu_26", "qemu_27", "qemu_28", "qemu_29", "qemu_30", "qemu_31", "qemu_32"]}], "question_id": "8362"} {"nl": "boot from physical device (e.g. from usb to test bootable medium)", "cmd": "qemu-system-i386 -hda /dev/{{storage_device}}", "tldr_cmd_name": "qemu", "cmd_name": "qemu", "manual_exist": true, "oracle_man": ["qemu_3", "qemu_205", "qemu_283", "qemu_296", "qemu_498"], "matching_info": [{"token": "qemu-system-i386", "oracle_man": []}, {"token": "-hda", "oracle_man": ["qemu_205", "qemu_283", "qemu_296", "qemu_498"]}, {"token": "|main|", "oracle_man": ["qemu_3", "qemu_4", "qemu_5", "qemu_6", "qemu_7", "qemu_8", "qemu_9", "qemu_10", "qemu_11", "qemu_12", "qemu_13", "qemu_14", "qemu_15", "qemu_16", "qemu_17", "qemu_18", "qemu_19", "qemu_20", "qemu_21", "qemu_22", "qemu_23", "qemu_24", "qemu_25", "qemu_26", "qemu_27", "qemu_28", "qemu_29", "qemu_30", "qemu_31", "qemu_32"]}], "question_id": "8363"} {"nl": "display basic information about the current app and available commands", "cmd": "cake", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8398"} {"nl": "display a list of available routes", "cmd": "cake routes", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "routes", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8399"} {"nl": "clear configuration caches", "cmd": "cake cache clear_all", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "cache", "oracle_man": []}, {"token": "clear_all", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8400"} {"nl": "build the metadata cache", "cmd": "cake schema_cache build --connection {{connection}}", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "schema_cache", "oracle_man": []}, {"token": "build", "oracle_man": []}, {"token": "--connection", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8401"} {"nl": "clear the metadata cache", "cmd": "cake schema_cache clear", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "schema_cache", "oracle_man": []}, {"token": "clear", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8402"} {"nl": "clear a single cache table", "cmd": "cake schema_cache clear {{table_name}}", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "schema_cache", "oracle_man": []}, {"token": "clear", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8403"} {"nl": "start a development web server (defaults to port 8765)", "cmd": "cake server", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "server", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8404"} {"nl": "start a repl (interactive shell)", "cmd": "cake console", "tldr_cmd_name": "cake", "cmd_name": "cake", "manual_exist": true, "oracle_man": ["cake_3"], "matching_info": [{"token": "console", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cake_3", "cake_4"]}], "question_id": "8405"} {"nl": "generate a hexdump from a binary file and display the output", "cmd": "xxd {{input_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8420"} {"nl": "generate a hexdump from a binary file and save it as a text file", "cmd": "xxd {{input_file}} {{output_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8421"} {"nl": "display a more compact output, replacing consecutive zeros (if any) with a star", "cmd": "xxd -a {{input_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3", "xxd_6", "xxd_40"], "matching_info": [{"token": "-a", "oracle_man": ["xxd_6", "xxd_40"]}, {"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8422"} {"nl": "display the output with 10 columns of one octet (byte) each", "cmd": "xxd -c {{10}} {{input_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3", "xxd_5", "xxd_8", "xxd_9", "xxd_25", "xxd_28", "xxd_29", "xxd_30", "xxd_34", "xxd_35", "xxd_36", "xxd_38", "xxd_40", "xxd_45"], "matching_info": [{"token": "-c", "oracle_man": ["xxd_5", "xxd_8", "xxd_9", "xxd_25", "xxd_28", "xxd_29", "xxd_30", "xxd_34", "xxd_35", "xxd_36", "xxd_38", "xxd_40", "xxd_45"]}, {"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8423"} {"nl": "display output only up to a length of 32 bytes", "cmd": "xxd -l {{32}} {{input_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3", "xxd_6", "xxd_15", "xxd_34", "xxd_35", "xxd_36", "xxd_38"], "matching_info": [{"token": "-l", "oracle_man": ["xxd_6", "xxd_15", "xxd_34", "xxd_35", "xxd_36", "xxd_38"]}, {"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8424"} {"nl": "display the output in plain mode, without any gaps between the columns", "cmd": "xxd -p {{input_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_3", "xxd_7", "xxd_8", "xxd_10", "xxd_11", "xxd_17", "xxd_18", "xxd_25", "xxd_34"], "matching_info": [{"token": "-p", "oracle_man": ["xxd_7", "xxd_8", "xxd_10", "xxd_11", "xxd_17", "xxd_18", "xxd_25", "xxd_34"]}, {"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8425"} {"nl": "revert a plaintext hexdump back into binary, and save it as a binary file", "cmd": "xxd -r -p {{input_file}} {{output_file}}", "tldr_cmd_name": "xxd", "cmd_name": "xxd", "manual_exist": true, "oracle_man": ["xxd_2", "xxd_3", "xxd_7", "xxd_8", "xxd_10", "xxd_11", "xxd_17", "xxd_18", "xxd_19", "xxd_23", "xxd_24", "xxd_25", "xxd_34", "xxd_37", "xxd_38", "xxd_39", "xxd_41", "xxd_43", "xxd_44", "xxd_48"], "matching_info": [{"token": "-r", "oracle_man": ["xxd_2", "xxd_7", "xxd_10", "xxd_11", "xxd_18", "xxd_19", "xxd_23", "xxd_24", "xxd_25", "xxd_37", "xxd_38", "xxd_39", "xxd_41", "xxd_43", "xxd_44", "xxd_48"]}, {"token": "-p", "oracle_man": ["xxd_7", "xxd_8", "xxd_10", "xxd_11", "xxd_17", "xxd_18", "xxd_25", "xxd_34"]}, {"token": "|main|", "oracle_man": ["xxd_3"]}], "question_id": "8426"} {"nl": "detect file(s) encoding according to the system's locale", "cmd": "enca {{file1 file2 ...}}", "tldr_cmd_name": "enca", "cmd_name": "enca", "manual_exist": true, "oracle_man": ["enca_20"], "matching_info": [{"token": "|main|", "oracle_man": ["enca_20", "enca_21", "enca_22", "enca_23", "enca_24"]}], "question_id": "8469"} {"nl": "detect file(s) encoding specifying a language in the posix/c locale format (e.g. zh_cn, en_us)", "cmd": "enca -L {{language}} {{file1 file2 ...}}", "tldr_cmd_name": "enca", "cmd_name": "enca", "manual_exist": true, "oracle_man": ["enca_2", "enca_12", "enca_13", "enca_20", "enca_52", "enca_53", "enca_141", "enca_154", "enca_157"], "matching_info": [{"token": "-L", "oracle_man": ["enca_2", "enca_12", "enca_13", "enca_52", "enca_53", "enca_141", "enca_154", "enca_157"]}, {"token": "|main|", "oracle_man": ["enca_20", "enca_21", "enca_22", "enca_23", "enca_24"]}], "question_id": "8470"} {"nl": "convert file(s) to a specific encoding", "cmd": "enca -L {{language}} -x {{to_encoding}} {{file1 file2 ...}}", "tldr_cmd_name": "enca", "cmd_name": "enca", "manual_exist": true, "oracle_man": ["enca_2", "enca_7", "enca_9", "enca_12", "enca_13", "enca_20", "enca_32", "enca_48", "enca_52", "enca_53", "enca_57", "enca_109", "enca_111", "enca_141", "enca_154", "enca_157"], "matching_info": [{"token": "-L", "oracle_man": ["enca_2", "enca_12", "enca_13", "enca_52", "enca_53", "enca_141", "enca_154", "enca_157"]}, {"token": "-x", "oracle_man": ["enca_7", "enca_9", "enca_32", "enca_48", "enca_57", "enca_109", "enca_111"]}, {"token": "|main|", "oracle_man": ["enca_20", "enca_21", "enca_22", "enca_23", "enca_24"]}], "question_id": "8471"} {"nl": "create a copy of an existing file using a different encoding", "cmd": "enca -L {{language}} -x {{to_encoding}} < {{original_file}} > {{new_file}}", "tldr_cmd_name": "enca", "cmd_name": "enca", "manual_exist": true, "oracle_man": ["enca_2", "enca_7", "enca_9", "enca_12", "enca_13", "enca_20", "enca_32", "enca_48", "enca_52", "enca_53", "enca_57", "enca_109", "enca_111", "enca_141", "enca_154", "enca_157"], "matching_info": [{"token": "-L", "oracle_man": ["enca_2", "enca_12", "enca_13", "enca_52", "enca_53", "enca_141", "enca_154", "enca_157"]}, {"token": "-x", "oracle_man": ["enca_7", "enca_9", "enca_32", "enca_48", "enca_57", "enca_109", "enca_111"]}, {"token": "|main|", "oracle_man": ["enca_20", "enca_21", "enca_22", "enca_23", "enca_24"]}], "question_id": "8472"} {"nl": "install a repository's specified submodules", "cmd": "git submodule update --init --recursive", "tldr_cmd_name": "git-submodule", "cmd_name": "git-submodule", "manual_exist": true, "oracle_man": ["git-submodule_2", "git-submodule_3", "git-submodule_11", "git-submodule_13", "git-submodule_17", "git-submodule_23", "git-submodule_28", "git-submodule_30", "git-submodule_31", "git-submodule_32", "git-submodule_37", "git-submodule_39", "git-submodule_40", "git-submodule_41", "git-submodule_42", "git-submodule_62", "git-submodule_68"], "matching_info": [{"token": "git", "oracle_man": ["git-submodule_2", "git-submodule_39", "git-submodule_41"]}, {"token": "submodule", "oracle_man": ["git-submodule_2", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"]}, {"token": "update", "oracle_man": ["git-submodule_23", "git-submodule_28"]}, {"token": "--init", "oracle_man": ["git-submodule_17", "git-submodule_23", "git-submodule_31", "git-submodule_62"]}, {"token": "--recursive", "oracle_man": ["git-submodule_2", "git-submodule_11", "git-submodule_13", "git-submodule_23", "git-submodule_32", "git-submodule_37", "git-submodule_40", "git-submodule_42", "git-submodule_68"]}, {"token": "|main|", "oracle_man": ["git-submodule_3", "git-submodule_4"]}], "question_id": "8495"} {"nl": "add a git repository as a submodule", "cmd": "git submodule add {{repository_url}}", "tldr_cmd_name": "git-submodule", "cmd_name": "git-submodule", "manual_exist": true, "oracle_man": ["git-submodule_2", "git-submodule_3", "git-submodule_6", "git-submodule_18", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"], "matching_info": [{"token": "git", "oracle_man": ["git-submodule_2", "git-submodule_39", "git-submodule_41"]}, {"token": "submodule", "oracle_man": ["git-submodule_2", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"]}, {"token": "add", "oracle_man": ["git-submodule_6", "git-submodule_18"]}, {"token": "|main|", "oracle_man": ["git-submodule_3", "git-submodule_4"]}], "question_id": "8496"} {"nl": "add a git repository as a submodule at the specified directory", "cmd": "git submodule add {{repository_url}} {{path/to/directory}}", "tldr_cmd_name": "git-submodule", "cmd_name": "git-submodule", "manual_exist": true, "oracle_man": ["git-submodule_2", "git-submodule_3", "git-submodule_6", "git-submodule_18", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"], "matching_info": [{"token": "git", "oracle_man": ["git-submodule_2", "git-submodule_39", "git-submodule_41"]}, {"token": "submodule", "oracle_man": ["git-submodule_2", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"]}, {"token": "add", "oracle_man": ["git-submodule_6", "git-submodule_18"]}, {"token": "|main|", "oracle_man": ["git-submodule_3", "git-submodule_4"]}], "question_id": "8497"} {"nl": "update every submodule to its latest commit", "cmd": "git submodule foreach git pull", "tldr_cmd_name": "git-submodule", "cmd_name": "git-submodule", "manual_exist": true, "oracle_man": ["git-submodule_2", "git-submodule_3", "git-submodule_30", "git-submodule_31", "git-submodule_37", "git-submodule_39", "git-submodule_41"], "matching_info": [{"token": "git", "oracle_man": ["git-submodule_2", "git-submodule_39", "git-submodule_41"]}, {"token": "submodule", "oracle_man": ["git-submodule_2", "git-submodule_30", "git-submodule_31", "git-submodule_39", "git-submodule_41"]}, {"token": "foreach", "oracle_man": ["git-submodule_37", "git-submodule_39"]}, {"token": "pull", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-submodule_3", "git-submodule_4"]}], "question_id": "8498"} {"nl": "find the processes that have a given file open", "cmd": "lsof {{path/to/file}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_3"], "matching_info": [{"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8499"} {"nl": "find the process that opened a local internet port", "cmd": "lsof -i :{{port}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_2", "lsof_3", "lsof_11", "lsof_20", "lsof_21", "lsof_22", "lsof_100", "lsof_101", "lsof_102", "lsof_106", "lsof_107", "lsof_111", "lsof_166", "lsof_168", "lsof_170", "lsof_203", "lsof_356", "lsof_507", "lsof_509", "lsof_511", "lsof_513", "lsof_515", "lsof_539", "lsof_541", "lsof_543"], "matching_info": [{"token": "-i", "oracle_man": ["lsof_2", "lsof_11", "lsof_20", "lsof_21", "lsof_22", "lsof_100", "lsof_101", "lsof_102", "lsof_106", "lsof_107", "lsof_111", "lsof_166", "lsof_168", "lsof_170", "lsof_203", "lsof_356", "lsof_507", "lsof_509", "lsof_511", "lsof_513", "lsof_515", "lsof_539", "lsof_541", "lsof_543"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8500"} {"nl": "only output the process id (pid)", "cmd": "lsof -t {{path/to/file}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_3", "lsof_192", "lsof_193", "lsof_194", "lsof_195", "lsof_202", "lsof_206", "lsof_260", "lsof_359", "lsof_429", "lsof_523"], "matching_info": [{"token": "-t", "oracle_man": ["lsof_192", "lsof_193", "lsof_194", "lsof_195", "lsof_202", "lsof_206", "lsof_260", "lsof_359", "lsof_429", "lsof_523"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8501"} {"nl": "list files opened by the given user", "cmd": "lsof -u {{username}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_2", "lsof_3", "lsof_10", "lsof_11", "lsof_12", "lsof_18", "lsof_20", "lsof_157", "lsof_196", "lsof_198", "lsof_517", "lsof_535"], "matching_info": [{"token": "-u", "oracle_man": ["lsof_2", "lsof_10", "lsof_11", "lsof_12", "lsof_18", "lsof_20", "lsof_157", "lsof_196", "lsof_198", "lsof_517", "lsof_535"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8502"} {"nl": "list files opened by the given command or process", "cmd": "lsof -c {{process_or_command_name}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_2", "lsof_3", "lsof_15", "lsof_28", "lsof_30", "lsof_157", "lsof_535", "lsof_536", "lsof_537"], "matching_info": [{"token": "-c", "oracle_man": ["lsof_2", "lsof_15", "lsof_28", "lsof_30", "lsof_157", "lsof_535", "lsof_536", "lsof_537"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8503"} {"nl": "list files opened by a specific process, given its pid", "cmd": "lsof -p {{PID}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_2", "lsof_3", "lsof_13", "lsof_122", "lsof_147", "lsof_157", "lsof_194", "lsof_249", "lsof_250", "lsof_251", "lsof_275", "lsof_355", "lsof_358", "lsof_385", "lsof_509", "lsof_517"], "matching_info": [{"token": "-p", "oracle_man": ["lsof_2", "lsof_13", "lsof_122", "lsof_147", "lsof_157", "lsof_194", "lsof_249", "lsof_250", "lsof_251", "lsof_275", "lsof_355", "lsof_358", "lsof_385", "lsof_509", "lsof_517"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8504"} {"nl": "list open files in a directory", "cmd": "lsof +D {{path/to/directory}}", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_3"], "matching_info": [{"token": "+D", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8505"} {"nl": "find the process that is listening on a local tcp port", "cmd": "lsof -iTCP:{{port}} -sTCP:LISTEN", "tldr_cmd_name": "lsof", "cmd_name": "lsof", "manual_exist": true, "oracle_man": ["lsof_3", "lsof_168"], "matching_info": [{"token": "-sTCP:LISTEN", "oracle_man": ["lsof_168"]}, {"token": "|main|", "oracle_man": ["lsof_3", "lsof_4", "lsof_5", "lsof_6", "lsof_7", "lsof_8"]}], "question_id": "8506"} {"nl": "display a live stream for the statistics of all running containers", "cmd": "docker stats", "tldr_cmd_name": "docker-stats", "cmd_name": "docker-stats", "manual_exist": true, "oracle_man": ["docker-stats_2", "docker-stats_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-stats_2", "docker-stats_3"]}, {"token": "stats", "oracle_man": ["docker-stats_2"]}, {"token": "|main|", "oracle_man": ["docker-stats_3"]}], "question_id": "8562"} {"nl": "display a live stream of statistics for a spaceseparated list of containers", "cmd": "docker stats {{container_name}}", "tldr_cmd_name": "docker-stats", "cmd_name": "docker-stats", "manual_exist": true, "oracle_man": ["docker-stats_2", "docker-stats_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-stats_2", "docker-stats_3"]}, {"token": "stats", "oracle_man": ["docker-stats_2"]}, {"token": "|main|", "oracle_man": ["docker-stats_3"]}], "question_id": "8563"} {"nl": "change the columns format to display container's cpu usage percentage", "cmd": "docker stats --format \"{{.Name}}:\\t{{.CPUPerc}}\"", "tldr_cmd_name": "docker-stats", "cmd_name": "docker-stats", "manual_exist": true, "oracle_man": ["docker-stats_2", "docker-stats_3", "docker-stats_5"], "matching_info": [{"token": "docker", "oracle_man": ["docker-stats_2", "docker-stats_3"]}, {"token": "stats", "oracle_man": ["docker-stats_2"]}, {"token": "--format", "oracle_man": ["docker-stats_5"]}, {"token": "|main|", "oracle_man": ["docker-stats_3"]}], "question_id": "8564"} {"nl": "display statistics for all containers (both running and stopped)", "cmd": "docker stats --all", "tldr_cmd_name": "docker-stats", "cmd_name": "docker-stats", "manual_exist": true, "oracle_man": ["docker-stats_2", "docker-stats_3", "docker-stats_4"], "matching_info": [{"token": "docker", "oracle_man": ["docker-stats_2", "docker-stats_3"]}, {"token": "stats", "oracle_man": ["docker-stats_2"]}, {"token": "--all", "oracle_man": ["docker-stats_4"]}, {"token": "|main|", "oracle_man": ["docker-stats_3"]}], "question_id": "8565"} {"nl": "disable streaming stats and only pull the current stats", "cmd": "docker stats --no-stream", "tldr_cmd_name": "docker-stats", "cmd_name": "docker-stats", "manual_exist": true, "oracle_man": ["docker-stats_2", "docker-stats_3", "docker-stats_7"], "matching_info": [{"token": "docker", "oracle_man": ["docker-stats_2", "docker-stats_3"]}, {"token": "stats", "oracle_man": ["docker-stats_2"]}, {"token": "--no-stream", "oracle_man": ["docker-stats_7"]}, {"token": "|main|", "oracle_man": ["docker-stats_3"]}], "question_id": "8566"} {"nl": "check the consistency of the whole tex live installation", "cmd": "tlmgr check all", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_13", "tlmgr_59", "tlmgr_76", "tlmgr_196", "tlmgr_207", "tlmgr_221", "tlmgr_240", "tlmgr_291", "tlmgr_299", "tlmgr_318", "tlmgr_357"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "all", "oracle_man": ["tlmgr_13", "tlmgr_76", "tlmgr_196", "tlmgr_207", "tlmgr_221", "tlmgr_240", "tlmgr_291", "tlmgr_299", "tlmgr_357"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8567"} {"nl": "check the consistency of the whole tex live information in verbose mode", "cmd": "tlmgr check all -v", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_13", "tlmgr_45", "tlmgr_46", "tlmgr_47", "tlmgr_49", "tlmgr_50", "tlmgr_59", "tlmgr_76", "tlmgr_121", "tlmgr_196", "tlmgr_207", "tlmgr_221", "tlmgr_235", "tlmgr_240", "tlmgr_277", "tlmgr_283", "tlmgr_291", "tlmgr_299", "tlmgr_318", "tlmgr_357"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "all", "oracle_man": ["tlmgr_13", "tlmgr_76", "tlmgr_196", "tlmgr_207", "tlmgr_221", "tlmgr_240", "tlmgr_291", "tlmgr_299", "tlmgr_357"]}, {"token": "-v", "oracle_man": ["tlmgr_45", "tlmgr_46", "tlmgr_47", "tlmgr_49", "tlmgr_50", "tlmgr_121", "tlmgr_235", "tlmgr_277", "tlmgr_283"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8568"} {"nl": "check for missing dependencies", "cmd": "tlmgr check depends", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_59", "tlmgr_61", "tlmgr_318"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "depends", "oracle_man": ["tlmgr_61"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8569"} {"nl": "check if all tex live executables are present", "cmd": "tlmgr check executes", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_59", "tlmgr_63", "tlmgr_318"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "executes", "oracle_man": ["tlmgr_63"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8570"} {"nl": "check if all files listed in the local tlpdb are present", "cmd": "tlmgr check files", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_59", "tlmgr_60", "tlmgr_93", "tlmgr_95", "tlmgr_318"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "files", "oracle_man": ["tlmgr_59", "tlmgr_60", "tlmgr_93", "tlmgr_95"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8571"} {"nl": "check for duplicate filenames in the runfiles sections", "cmd": "tlmgr check runfiles", "tldr_cmd_name": "tlmgr-check", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_59", "tlmgr_64", "tlmgr_318"], "matching_info": [{"token": "check", "oracle_man": ["tlmgr_59", "tlmgr_318"]}, {"token": "runfiles", "oracle_man": ["tlmgr_64"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "8572"} {"nl": "start a repl (interactive shell)", "cmd": "scheme", "tldr_cmd_name": "scheme", "cmd_name": "scheme", "manual_exist": true, "oracle_man": ["scheme_3"], "matching_info": [{"token": "|main|", "oracle_man": ["scheme_3"]}], "question_id": "8624"} {"nl": "run a scheme program (with no repl output)", "cmd": "scheme --quiet < {{script.scm}}", "tldr_cmd_name": "scheme", "cmd_name": "scheme", "manual_exist": true, "oracle_man": ["scheme_3"], "matching_info": [{"token": "--quiet", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scheme_3"]}], "question_id": "8625"} {"nl": "load a scheme program into the repl", "cmd": "scheme --load {{script.scm}}", "tldr_cmd_name": "scheme", "cmd_name": "scheme", "manual_exist": true, "oracle_man": ["scheme_3", "scheme_13"], "matching_info": [{"token": "--load", "oracle_man": ["scheme_13"]}, {"token": "|main|", "oracle_man": ["scheme_3"]}], "question_id": "8626"} {"nl": "load scheme expressions into the repl", "cmd": "scheme --eval \"{{(define foo 'x)}}\"", "tldr_cmd_name": "scheme", "cmd_name": "scheme", "manual_exist": true, "oracle_man": ["scheme_3", "scheme_12"], "matching_info": [{"token": "--eval", "oracle_man": ["scheme_12"]}, {"token": "|main|", "oracle_man": ["scheme_3"]}], "question_id": "8627"} {"nl": "open the repl in quiet mode", "cmd": "scheme --quiet", "tldr_cmd_name": "scheme", "cmd_name": "scheme", "manual_exist": true, "oracle_man": ["scheme_3"], "matching_info": [{"token": "--quiet", "oracle_man": []}, {"token": "|main|", "oracle_man": ["scheme_3"]}], "question_id": "8628"} {"nl": "print the text message as a large banner (quotes are optional)", "cmd": "banner \"{{Hello World}}\"", "tldr_cmd_name": "banner", "cmd_name": "banner", "manual_exist": true, "oracle_man": ["banner_3"], "matching_info": [{"token": "|main|", "oracle_man": ["banner_3", "banner_4", "banner_5", "banner_6", "banner_7", "banner_8"]}], "question_id": "8629"} {"nl": "print the text message as a banner with a width of 50 characters", "cmd": "banner -w {{50}} \"{{Hello World}}\"", "tldr_cmd_name": "banner", "cmd_name": "banner", "manual_exist": true, "oracle_man": ["banner_2", "banner_3", "banner_8"], "matching_info": [{"token": "-w", "oracle_man": ["banner_2", "banner_8"]}, {"token": "|main|", "oracle_man": ["banner_3", "banner_4", "banner_5", "banner_6", "banner_7", "banner_8"]}], "question_id": "8630"} {"nl": "read text from stdin", "cmd": "banner", "tldr_cmd_name": "banner", "cmd_name": "banner", "manual_exist": true, "oracle_man": ["banner_3"], "matching_info": [{"token": "|main|", "oracle_man": ["banner_3", "banner_4", "banner_5", "banner_6", "banner_7", "banner_8"]}], "question_id": "8631"} {"nl": "download english subtitles for a video", "cmd": "subliminal download -l {{en}} {{video.ext}}", "tldr_cmd_name": "subliminal", "cmd_name": "subliminal", "manual_exist": true, "oracle_man": ["subliminal_3", "subliminal_12"], "matching_info": [{"token": "download", "oracle_man": ["subliminal_12"]}, {"token": "-l", "oracle_man": []}, {"token": "|main|", "oracle_man": ["subliminal_3"]}], "question_id": "8681"} {"nl": "print the total number of commits", "cmd": "git count", "tldr_cmd_name": "git-count", "cmd_name": "git-count", "manual_exist": true, "oracle_man": ["git-count_3", "git-count_5", "git-count_7", "git-count_10"], "matching_info": [{"token": "git", "oracle_man": ["git-count_7", "git-count_10"]}, {"token": "count", "oracle_man": ["git-count_3", "git-count_5", "git-count_7", "git-count_10"]}, {"token": "|main|", "oracle_man": ["git-count_3"]}], "question_id": "8776"} {"nl": "print the number of commits per contributor and the total number of commits", "cmd": "git count --all", "tldr_cmd_name": "git-count", "cmd_name": "git-count", "manual_exist": true, "oracle_man": ["git-count_2", "git-count_3", "git-count_4", "git-count_5", "git-count_7", "git-count_10"], "matching_info": [{"token": "git", "oracle_man": ["git-count_7", "git-count_10"]}, {"token": "count", "oracle_man": ["git-count_3", "git-count_5", "git-count_7", "git-count_10"]}, {"token": "--all", "oracle_man": ["git-count_2", "git-count_4", "git-count_10"]}, {"token": "|main|", "oracle_man": ["git-count_3"]}], "question_id": "8777"} {"nl": "process an image file", "cmd": "zbarimg {{image_file}}", "tldr_cmd_name": "zbarimg", "cmd_name": "zbarimg", "manual_exist": true, "oracle_man": ["zbarimg_4"], "matching_info": [{"token": "|main|", "oracle_man": ["zbarimg_4", "zbarimg_5", "zbarimg_6"]}], "question_id": "8823"} {"nl": "start a repl (interactive shell)", "cmd": "guile", "tldr_cmd_name": "guile", "cmd_name": "guile", "manual_exist": true, "oracle_man": ["guile_4"], "matching_info": [{"token": "|main|", "oracle_man": ["guile_4", "guile_5", "guile_6", "guile_7"]}], "question_id": "8859"} {"nl": "execute the script in a given scheme file", "cmd": "guile {{script.scm}}", "tldr_cmd_name": "guile", "cmd_name": "guile", "manual_exist": true, "oracle_man": ["guile_4"], "matching_info": [{"token": "|main|", "oracle_man": ["guile_4", "guile_5", "guile_6", "guile_7"]}], "question_id": "8860"} {"nl": "execute a scheme expression", "cmd": "guile -c \"{{expression}}\"", "tldr_cmd_name": "guile", "cmd_name": "guile", "manual_exist": true, "oracle_man": ["guile_2", "guile_4", "guile_13", "guile_18", "guile_19"], "matching_info": [{"token": "-c", "oracle_man": ["guile_2", "guile_13", "guile_18", "guile_19"]}, {"token": "|main|", "oracle_man": ["guile_4", "guile_5", "guile_6", "guile_7"]}], "question_id": "8861"} {"nl": "listen on a port or a unix domain socket (the default is port 37146) for remote repl connections", "cmd": "guile --listen={{port_or_socket}}", "tldr_cmd_name": "guile", "cmd_name": "guile", "manual_exist": true, "oracle_man": ["guile_4", "guile_20"], "matching_info": [{"token": "--listen", "oracle_man": ["guile_20"]}, {"token": "|main|", "oracle_man": ["guile_4", "guile_5", "guile_6", "guile_7"]}], "question_id": "8862"} {"nl": "read avr microcontroller", "cmd": "avrdude -p {{AVR_device}} -c {{programmer}} -U flash:r:{{file.hex}}:i", "tldr_cmd_name": "avrdude", "cmd_name": "avrdude", "manual_exist": true, "oracle_man": ["avrdude_2", "avrdude_3", "avrdude_13", "avrdude_18", "avrdude_22", "avrdude_24", "avrdude_31", "avrdude_32", "avrdude_35", "avrdude_63", "avrdude_81", "avrdude_107", "avrdude_108", "avrdude_111"], "matching_info": [{"token": "-p", "oracle_man": ["avrdude_2", "avrdude_22", "avrdude_24", "avrdude_31"]}, {"token": "-c", "oracle_man": ["avrdude_2", "avrdude_13", "avrdude_18", "avrdude_32", "avrdude_107", "avrdude_108"]}, {"token": "-U", "oracle_man": ["avrdude_2", "avrdude_35", "avrdude_63", "avrdude_81", "avrdude_111"]}, {"token": "|main|", "oracle_man": ["avrdude_3", "avrdude_4", "avrdude_5", "avrdude_6", "avrdude_7", "avrdude_8", "avrdude_9", "avrdude_10", "avrdude_11", "avrdude_12", "avrdude_13", "avrdude_14", "avrdude_15", "avrdude_16", "avrdude_17", "avrdude_18", "avrdude_19", "avrdude_20", "avrdude_21", "avrdude_22", "avrdude_23", "avrdude_24", "avrdude_25", "avrdude_26", "avrdude_27", "avrdude_28", "avrdude_29", "avrdude_30", "avrdude_31", "avrdude_32", "avrdude_33", "avrdude_34", "avrdude_35", "avrdude_36", "avrdude_37", "avrdude_38", "avrdude_39", "avrdude_40", "avrdude_41", "avrdude_42", "avrdude_43", "avrdude_44", "avrdude_45", "avrdude_46", "avrdude_47", "avrdude_48", "avrdude_49", "avrdude_50", "avrdude_51", "avrdude_52", "avrdude_53", "avrdude_54", "avrdude_55", "avrdude_56", "avrdude_57", "avrdude_58", "avrdude_59", "avrdude_60", "avrdude_61", "avrdude_62", "avrdude_63", "avrdude_64", "avrdude_65", "avrdude_66", "avrdude_67", "avrdude_68", "avrdude_69", "avrdude_70", "avrdude_71", "avrdude_72", "avrdude_73", "avrdude_74", "avrdude_75", "avrdude_76", "avrdude_77", "avrdude_78", "avrdude_79", "avrdude_80", "avrdude_81", "avrdude_82", "avrdude_83", "avrdude_84", "avrdude_85", "avrdude_86", "avrdude_87", "avrdude_88", "avrdude_89", "avrdude_90", "avrdude_91", "avrdude_92", "avrdude_93", "avrdude_94", "avrdude_95", "avrdude_96", "avrdude_97", "avrdude_98", "avrdude_99", "avrdude_100", "avrdude_101", "avrdude_102", "avrdude_103", "avrdude_104", "avrdude_105", "avrdude_106", "avrdude_107", "avrdude_108", "avrdude_109", "avrdude_110", "avrdude_111", "avrdude_112", "avrdude_113", "avrdude_114", "avrdude_115", "avrdude_116", "avrdude_117", "avrdude_118", "avrdude_119", "avrdude_120", "avrdude_121", "avrdude_122", "avrdude_123", "avrdude_124", "avrdude_125", "avrdude_126", "avrdude_127", "avrdude_128", "avrdude_129", "avrdude_130", "avrdude_131", "avrdude_132", "avrdude_133", "avrdude_134", "avrdude_135", "avrdude_136", "avrdude_137", "avrdude_138", "avrdude_139", "avrdude_140", "avrdude_141"]}], "question_id": "8919"} {"nl": "write avr microcontroller", "cmd": "avrdude -p {{AVR_device}} -c {{programmer}} -U flash:w:{{file.hex}}", "tldr_cmd_name": "avrdude", "cmd_name": "avrdude", "manual_exist": true, "oracle_man": ["avrdude_2", "avrdude_3", "avrdude_13", "avrdude_18", "avrdude_22", "avrdude_24", "avrdude_31", "avrdude_32", "avrdude_35", "avrdude_63", "avrdude_81", "avrdude_107", "avrdude_108", "avrdude_111"], "matching_info": [{"token": "-p", "oracle_man": ["avrdude_2", "avrdude_22", "avrdude_24", "avrdude_31"]}, {"token": "-c", "oracle_man": ["avrdude_2", "avrdude_13", "avrdude_18", "avrdude_32", "avrdude_107", "avrdude_108"]}, {"token": "-U", "oracle_man": ["avrdude_2", "avrdude_35", "avrdude_63", "avrdude_81", "avrdude_111"]}, {"token": "|main|", "oracle_man": ["avrdude_3", "avrdude_4", "avrdude_5", "avrdude_6", "avrdude_7", "avrdude_8", "avrdude_9", "avrdude_10", "avrdude_11", "avrdude_12", "avrdude_13", "avrdude_14", "avrdude_15", "avrdude_16", "avrdude_17", "avrdude_18", "avrdude_19", "avrdude_20", "avrdude_21", "avrdude_22", "avrdude_23", "avrdude_24", "avrdude_25", "avrdude_26", "avrdude_27", "avrdude_28", "avrdude_29", "avrdude_30", "avrdude_31", "avrdude_32", "avrdude_33", "avrdude_34", "avrdude_35", "avrdude_36", "avrdude_37", "avrdude_38", "avrdude_39", "avrdude_40", "avrdude_41", "avrdude_42", "avrdude_43", "avrdude_44", "avrdude_45", "avrdude_46", "avrdude_47", "avrdude_48", "avrdude_49", "avrdude_50", "avrdude_51", "avrdude_52", "avrdude_53", "avrdude_54", "avrdude_55", "avrdude_56", "avrdude_57", "avrdude_58", "avrdude_59", "avrdude_60", "avrdude_61", "avrdude_62", "avrdude_63", "avrdude_64", "avrdude_65", "avrdude_66", "avrdude_67", "avrdude_68", "avrdude_69", "avrdude_70", "avrdude_71", "avrdude_72", "avrdude_73", "avrdude_74", "avrdude_75", "avrdude_76", "avrdude_77", "avrdude_78", "avrdude_79", "avrdude_80", "avrdude_81", "avrdude_82", "avrdude_83", "avrdude_84", "avrdude_85", "avrdude_86", "avrdude_87", "avrdude_88", "avrdude_89", "avrdude_90", "avrdude_91", "avrdude_92", "avrdude_93", "avrdude_94", "avrdude_95", "avrdude_96", "avrdude_97", "avrdude_98", "avrdude_99", "avrdude_100", "avrdude_101", "avrdude_102", "avrdude_103", "avrdude_104", "avrdude_105", "avrdude_106", "avrdude_107", "avrdude_108", "avrdude_109", "avrdude_110", "avrdude_111", "avrdude_112", "avrdude_113", "avrdude_114", "avrdude_115", "avrdude_116", "avrdude_117", "avrdude_118", "avrdude_119", "avrdude_120", "avrdude_121", "avrdude_122", "avrdude_123", "avrdude_124", "avrdude_125", "avrdude_126", "avrdude_127", "avrdude_128", "avrdude_129", "avrdude_130", "avrdude_131", "avrdude_132", "avrdude_133", "avrdude_134", "avrdude_135", "avrdude_136", "avrdude_137", "avrdude_138", "avrdude_139", "avrdude_140", "avrdude_141"]}], "question_id": "8920"} {"nl": "list available avr devices", "cmd": "avrdude -p \\?", "tldr_cmd_name": "avrdude", "cmd_name": "avrdude", "manual_exist": true, "oracle_man": ["avrdude_2", "avrdude_3", "avrdude_22", "avrdude_24", "avrdude_31"], "matching_info": [{"token": "-p", "oracle_man": ["avrdude_2", "avrdude_22", "avrdude_24", "avrdude_31"]}, {"token": "\\?", "oracle_man": []}, {"token": "|main|", "oracle_man": ["avrdude_3", "avrdude_4", "avrdude_5", "avrdude_6", "avrdude_7", "avrdude_8", "avrdude_9", "avrdude_10", "avrdude_11", "avrdude_12", "avrdude_13", "avrdude_14", "avrdude_15", "avrdude_16", "avrdude_17", "avrdude_18", "avrdude_19", "avrdude_20", "avrdude_21", "avrdude_22", "avrdude_23", "avrdude_24", "avrdude_25", "avrdude_26", "avrdude_27", "avrdude_28", "avrdude_29", "avrdude_30", "avrdude_31", "avrdude_32", "avrdude_33", "avrdude_34", "avrdude_35", "avrdude_36", "avrdude_37", "avrdude_38", "avrdude_39", "avrdude_40", "avrdude_41", "avrdude_42", "avrdude_43", "avrdude_44", "avrdude_45", "avrdude_46", "avrdude_47", "avrdude_48", "avrdude_49", "avrdude_50", "avrdude_51", "avrdude_52", "avrdude_53", "avrdude_54", "avrdude_55", "avrdude_56", "avrdude_57", "avrdude_58", "avrdude_59", "avrdude_60", "avrdude_61", "avrdude_62", "avrdude_63", "avrdude_64", "avrdude_65", "avrdude_66", "avrdude_67", "avrdude_68", "avrdude_69", "avrdude_70", "avrdude_71", "avrdude_72", "avrdude_73", "avrdude_74", "avrdude_75", "avrdude_76", "avrdude_77", "avrdude_78", "avrdude_79", "avrdude_80", "avrdude_81", "avrdude_82", "avrdude_83", "avrdude_84", "avrdude_85", "avrdude_86", "avrdude_87", "avrdude_88", "avrdude_89", "avrdude_90", "avrdude_91", "avrdude_92", "avrdude_93", "avrdude_94", "avrdude_95", "avrdude_96", "avrdude_97", "avrdude_98", "avrdude_99", "avrdude_100", "avrdude_101", "avrdude_102", "avrdude_103", "avrdude_104", "avrdude_105", "avrdude_106", "avrdude_107", "avrdude_108", "avrdude_109", "avrdude_110", "avrdude_111", "avrdude_112", "avrdude_113", "avrdude_114", "avrdude_115", "avrdude_116", "avrdude_117", "avrdude_118", "avrdude_119", "avrdude_120", "avrdude_121", "avrdude_122", "avrdude_123", "avrdude_124", "avrdude_125", "avrdude_126", "avrdude_127", "avrdude_128", "avrdude_129", "avrdude_130", "avrdude_131", "avrdude_132", "avrdude_133", "avrdude_134", "avrdude_135", "avrdude_136", "avrdude_137", "avrdude_138", "avrdude_139", "avrdude_140", "avrdude_141"]}], "question_id": "8921"} {"nl": "list available avr programmers", "cmd": "avrdude -c \\?", "tldr_cmd_name": "avrdude", "cmd_name": "avrdude", "manual_exist": true, "oracle_man": ["avrdude_2", "avrdude_3", "avrdude_13", "avrdude_18", "avrdude_32", "avrdude_107", "avrdude_108"], "matching_info": [{"token": "-c", "oracle_man": ["avrdude_2", "avrdude_13", "avrdude_18", "avrdude_32", "avrdude_107", "avrdude_108"]}, {"token": "\\?", "oracle_man": []}, {"token": "|main|", "oracle_man": ["avrdude_3", "avrdude_4", "avrdude_5", "avrdude_6", "avrdude_7", "avrdude_8", "avrdude_9", "avrdude_10", "avrdude_11", "avrdude_12", "avrdude_13", "avrdude_14", "avrdude_15", "avrdude_16", "avrdude_17", "avrdude_18", "avrdude_19", "avrdude_20", "avrdude_21", "avrdude_22", "avrdude_23", "avrdude_24", "avrdude_25", "avrdude_26", "avrdude_27", "avrdude_28", "avrdude_29", "avrdude_30", "avrdude_31", "avrdude_32", "avrdude_33", "avrdude_34", "avrdude_35", "avrdude_36", "avrdude_37", "avrdude_38", "avrdude_39", "avrdude_40", "avrdude_41", "avrdude_42", "avrdude_43", "avrdude_44", "avrdude_45", "avrdude_46", "avrdude_47", "avrdude_48", "avrdude_49", "avrdude_50", "avrdude_51", "avrdude_52", "avrdude_53", "avrdude_54", "avrdude_55", "avrdude_56", "avrdude_57", "avrdude_58", "avrdude_59", "avrdude_60", "avrdude_61", "avrdude_62", "avrdude_63", "avrdude_64", "avrdude_65", "avrdude_66", "avrdude_67", "avrdude_68", "avrdude_69", "avrdude_70", "avrdude_71", "avrdude_72", "avrdude_73", "avrdude_74", "avrdude_75", "avrdude_76", "avrdude_77", "avrdude_78", "avrdude_79", "avrdude_80", "avrdude_81", "avrdude_82", "avrdude_83", "avrdude_84", "avrdude_85", "avrdude_86", "avrdude_87", "avrdude_88", "avrdude_89", "avrdude_90", "avrdude_91", "avrdude_92", "avrdude_93", "avrdude_94", "avrdude_95", "avrdude_96", "avrdude_97", "avrdude_98", "avrdude_99", "avrdude_100", "avrdude_101", "avrdude_102", "avrdude_103", "avrdude_104", "avrdude_105", "avrdude_106", "avrdude_107", "avrdude_108", "avrdude_109", "avrdude_110", "avrdude_111", "avrdude_112", "avrdude_113", "avrdude_114", "avrdude_115", "avrdude_116", "avrdude_117", "avrdude_118", "avrdude_119", "avrdude_120", "avrdude_121", "avrdude_122", "avrdude_123", "avrdude_124", "avrdude_125", "avrdude_126", "avrdude_127", "avrdude_128", "avrdude_129", "avrdude_130", "avrdude_131", "avrdude_132", "avrdude_133", "avrdude_134", "avrdude_135", "avrdude_136", "avrdude_137", "avrdude_138", "avrdude_139", "avrdude_140", "avrdude_141"]}], "question_id": "8922"} {"nl": "compile and link an llvm based program", "cmd": "clang++ $(llvm-config --cxxflags --ldflags --libs) --output {{path/to/output_executable}} {{path/to/source.cc}}", "tldr_cmd_name": "llvm-config", "cmd_name": "llvm-config", "manual_exist": true, "oracle_man": ["llvm-config_3", "llvm-config_5", "llvm-config_14", "llvm-config_15"], "matching_info": [{"token": "clang++", "oracle_man": []}, {"token": "$(llvm-config", "oracle_man": []}, {"token": "--cxxflags", "oracle_man": ["llvm-config_5", "llvm-config_14"]}, {"token": "--ldflags", "oracle_man": ["llvm-config_5", "llvm-config_15"]}, {"token": "--libs)", "oracle_man": []}, {"token": "--output", "oracle_man": []}, {"token": "|main|", "oracle_man": ["llvm-config_3"]}], "question_id": "8971"} {"nl": "print the `prefix` of your llvm installation", "cmd": "llvm-config --prefix", "tldr_cmd_name": "llvm-config", "cmd_name": "llvm-config", "manual_exist": true, "oracle_man": ["llvm-config_3", "llvm-config_8"], "matching_info": [{"token": "--prefix", "oracle_man": ["llvm-config_8"]}, {"token": "|main|", "oracle_man": ["llvm-config_3"]}], "question_id": "8972"} {"nl": "print all targets supported by your llvm build", "cmd": "llvm-config --targets-built", "tldr_cmd_name": "llvm-config", "cmd_name": "llvm-config", "manual_exist": true, "oracle_man": ["llvm-config_3", "llvm-config_20"], "matching_info": [{"token": "--targets-built", "oracle_man": ["llvm-config_20"]}, {"token": "|main|", "oracle_man": ["llvm-config_3"]}], "question_id": "8973"} {"nl": "start minetest in client mode", "cmd": "minetest", "tldr_cmd_name": "minetest", "cmd_name": "minetest", "manual_exist": true, "oracle_man": ["minetest_4"], "matching_info": [{"token": "|main|", "oracle_man": ["minetest_4", "minetest_5"]}], "question_id": "8978"} {"nl": "start minetest in server mode by hosting a specific world", "cmd": "minetest --server --world {{name}}", "tldr_cmd_name": "minetest", "cmd_name": "minetest", "manual_exist": true, "oracle_man": ["minetest_2", "minetest_4", "minetest_16", "minetest_17", "minetest_18", "minetest_19"], "matching_info": [{"token": "--server", "oracle_man": ["minetest_2"]}, {"token": "--world", "oracle_man": ["minetest_16", "minetest_17", "minetest_18", "minetest_19"]}, {"token": "|main|", "oracle_man": ["minetest_4", "minetest_5"]}], "question_id": "8979"} {"nl": "write logs to a specific file", "cmd": "minetest --logfile {{path/to/file}}", "tldr_cmd_name": "minetest", "cmd_name": "minetest", "manual_exist": true, "oracle_man": ["minetest_4", "minetest_9"], "matching_info": [{"token": "--logfile", "oracle_man": ["minetest_9"]}, {"token": "|main|", "oracle_man": ["minetest_4", "minetest_5"]}], "question_id": "8980"} {"nl": "only write errors to the console", "cmd": "minetest --quiet", "tldr_cmd_name": "minetest", "cmd_name": "minetest", "manual_exist": true, "oracle_man": ["minetest_4", "minetest_13"], "matching_info": [{"token": "--quiet", "oracle_man": ["minetest_13"]}, {"token": "|main|", "oracle_man": ["minetest_4", "minetest_5"]}], "question_id": "8981"} {"nl": "consume messages starting with the newest offset", "cmd": "kafkacat -C -t {{topic}} -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_4", "kafkacat_5"], "matching_info": [{"token": "-C", "oracle_man": ["kafkacat_2", "kafkacat_4", "kafkacat_5"]}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9041"} {"nl": "consume messages starting with the oldest offset and exit after the last message is received", "cmd": "kafkacat -C -t {{topic}} -b {{brokers}} -o beginning -e", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_4", "kafkacat_5"], "matching_info": [{"token": "-C", "oracle_man": ["kafkacat_2", "kafkacat_4", "kafkacat_5"]}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "-o", "oracle_man": ["kafkacat_2"]}, {"token": "beginning", "oracle_man": []}, {"token": "-e", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9042"} {"nl": "consume messages as a kafka consumer group", "cmd": "kafkacat -G {{group_id}} {{topic}} -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3"], "matching_info": [{"token": "-G", "oracle_man": []}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9043"} {"nl": "publish message by reading from stdin", "cmd": "echo {{message}} | kafkacat -P -t {{topic}} -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_4", "kafkacat_5"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "-P", "oracle_man": ["kafkacat_2", "kafkacat_4", "kafkacat_5"]}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9044"} {"nl": "publish messages by reading from a file", "cmd": "kafkacat -P -t {{topic}} -b {{brokers}} {{path/to/file}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_4", "kafkacat_5"], "matching_info": [{"token": "-P", "oracle_man": ["kafkacat_2", "kafkacat_4", "kafkacat_5"]}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9045"} {"nl": "list metadata for all topics and brokers", "cmd": "kafkacat -L -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_6"], "matching_info": [{"token": "-L", "oracle_man": ["kafkacat_2", "kafkacat_6"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9046"} {"nl": "list metadata for a specific topic", "cmd": "kafkacat -L -t {{topic}} -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3", "kafkacat_6"], "matching_info": [{"token": "-L", "oracle_man": ["kafkacat_2", "kafkacat_6"]}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9047"} {"nl": "get offset for a topic/partition for a specific point in time", "cmd": "kafkacat -Q -t {{topic}}:{{partition}}:{{unix_timestamp}} -b {{brokers}}", "tldr_cmd_name": "kafkacat", "cmd_name": "kafkacat", "manual_exist": true, "oracle_man": ["kafkacat_2", "kafkacat_3"], "matching_info": [{"token": "-Q", "oracle_man": []}, {"token": "-t", "oracle_man": ["kafkacat_2"]}, {"token": "-b", "oracle_man": ["kafkacat_2"]}, {"token": "|main|", "oracle_man": ["kafkacat_3", "kafkacat_4", "kafkacat_5", "kafkacat_6"]}], "question_id": "9048"} {"nl": "install or upgrade `gitextras` commands", "cmd": "git extras update", "tldr_cmd_name": "git-extras", "cmd_name": "git-extras", "manual_exist": true, "oracle_man": ["git-extras_1", "git-extras_7", "git-extras_8", "git-extras_57"], "matching_info": [{"token": "git", "oracle_man": ["git-extras_57"]}, {"token": "extras", "oracle_man": []}, {"token": "update", "oracle_man": ["git-extras_7", "git-extras_8"]}, {"token": "|main|", "oracle_man": ["git-extras_1"]}], "question_id": "9080"} {"nl": "display help and subcommands", "cmd": "git extras --help", "tldr_cmd_name": "git-extras", "cmd_name": "git-extras", "manual_exist": true, "oracle_man": ["git-extras_1", "git-extras_2", "git-extras_5", "git-extras_57"], "matching_info": [{"token": "git", "oracle_man": ["git-extras_57"]}, {"token": "extras", "oracle_man": []}, {"token": "--help", "oracle_man": ["git-extras_2", "git-extras_5"]}, {"token": "|main|", "oracle_man": ["git-extras_1"]}], "question_id": "9081"} {"nl": "print the version of installed `gitextras`", "cmd": "git extras --version", "tldr_cmd_name": "git-extras", "cmd_name": "git-extras", "manual_exist": true, "oracle_man": ["git-extras_1", "git-extras_2", "git-extras_3", "git-extras_57"], "matching_info": [{"token": "git", "oracle_man": ["git-extras_57"]}, {"token": "extras", "oracle_man": []}, {"token": "--version", "oracle_man": ["git-extras_2", "git-extras_3"]}, {"token": "|main|", "oracle_man": ["git-extras_1"]}], "question_id": "9082"} {"nl": "restore an archive into an existing database", "cmd": "pg_restore -d {{db_name}} {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"], "matching_info": [{"token": "-d", "oracle_man": ["pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9083"} {"nl": "same as above, customize username", "cmd": "pg_restore -U {{username}} -d {{db_name}} {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_68", "pg_restore_72", "pg_restore_76", "pg_restore_77", "pg_restore_79"], "matching_info": [{"token": "-U", "oracle_man": ["pg_restore_68", "pg_restore_72"]}, {"token": "-d", "oracle_man": ["pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9084"} {"nl": "same as above, customize host and port", "cmd": "pg_restore -h {{host}} -p {{port}} -d {{db_name}} {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_46", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_56", "pg_restore_60", "pg_restore_61", "pg_restore_64", "pg_restore_66", "pg_restore_67", "pg_restore_69", "pg_restore_70", "pg_restore_76", "pg_restore_77", "pg_restore_79"], "matching_info": [{"token": "-h", "oracle_man": ["pg_restore_64", "pg_restore_66"]}, {"token": "-p", "oracle_man": ["pg_restore_3", "pg_restore_46", "pg_restore_56", "pg_restore_67", "pg_restore_69", "pg_restore_70"]}, {"token": "-d", "oracle_man": ["pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9085"} {"nl": "list database objects included in the archive", "cmd": "pg_restore --list {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_26"], "matching_info": [{"token": "--list", "oracle_man": ["pg_restore_26"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9086"} {"nl": "clean database objects before creating them", "cmd": "pg_restore --clean -d {{db_name}} {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_8", "pg_restore_10", "pg_restore_11", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_52", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"], "matching_info": [{"token": "--clean", "oracle_man": ["pg_restore_10", "pg_restore_11", "pg_restore_52"]}, {"token": "-d", "oracle_man": ["pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9087"} {"nl": "use multiple jobs to do the restoring", "cmd": "pg_restore -j {{2}} -d {{db_name}} {{archive_file.dump}}", "tldr_cmd_name": "pg_restore", "cmd_name": "pg_restore", "manual_exist": true, "oracle_man": ["pg_restore_3", "pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_22", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"], "matching_info": [{"token": "-j", "oracle_man": ["pg_restore_22"]}, {"token": "-d", "oracle_man": ["pg_restore_8", "pg_restore_13", "pg_restore_14", "pg_restore_36", "pg_restore_38", "pg_restore_48", "pg_restore_49", "pg_restore_54", "pg_restore_60", "pg_restore_61", "pg_restore_76", "pg_restore_77", "pg_restore_79"]}, {"token": "|main|", "oracle_man": ["pg_restore_3", "pg_restore_4", "pg_restore_5"]}], "question_id": "9088"} {"nl": "open thunderbird", "cmd": "thunderbird", "tldr_cmd_name": "thunderbird", "cmd_name": "thunderbird", "manual_exist": true, "oracle_man": ["thunderbird_4"], "matching_info": [{"token": "|main|", "oracle_man": ["thunderbird_4", "thunderbird_5"]}], "question_id": "9089"} {"nl": "use a specific user profile", "cmd": "thunderbird -P {{profile_name}}", "tldr_cmd_name": "thunderbird", "cmd_name": "thunderbird", "manual_exist": true, "oracle_man": ["thunderbird_4", "thunderbird_13", "thunderbird_16"], "matching_info": [{"token": "-P", "oracle_man": ["thunderbird_13", "thunderbird_16"]}, {"token": "|main|", "oracle_man": ["thunderbird_4", "thunderbird_5"]}], "question_id": "9090"} {"nl": "use a specific user profile directory", "cmd": "thunderbird --profile {{path/to/profile/directory}}", "tldr_cmd_name": "thunderbird", "cmd_name": "thunderbird", "manual_exist": true, "oracle_man": ["thunderbird_4", "thunderbird_14"], "matching_info": [{"token": "--profile", "oracle_man": ["thunderbird_14"]}, {"token": "|main|", "oracle_man": ["thunderbird_4", "thunderbird_5"]}], "question_id": "9091"} {"nl": "return pids of any running processes with a matching command string", "cmd": "pgrep {{process_name}}", "tldr_cmd_name": "pgrep", "cmd_name": "pgrep", "manual_exist": true, "oracle_man": ["pgrep_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pgrep_3", "pgrep_4", "pgrep_5", "pgrep_6", "pgrep_7", "pgrep_8", "pgrep_9"]}], "question_id": "9127"} {"nl": "search for processes including their commandline options", "cmd": "pgrep --full \"{{process_name}} {{parameter}}\"", "tldr_cmd_name": "pgrep", "cmd_name": "pgrep", "manual_exist": true, "oracle_man": ["pgrep_3", "pgrep_14"], "matching_info": [{"token": "--full", "oracle_man": ["pgrep_14"]}, {"token": "|main|", "oracle_man": ["pgrep_3", "pgrep_4", "pgrep_5", "pgrep_6", "pgrep_7", "pgrep_8", "pgrep_9"]}], "question_id": "9128"} {"nl": "search for processes run by a specific user", "cmd": "pgrep --euid root {{process_name}}", "tldr_cmd_name": "pgrep", "cmd_name": "pgrep", "manual_exist": true, "oracle_man": ["pgrep_3", "pgrep_4", "pgrep_6", "pgrep_26", "pgrep_41"], "matching_info": [{"token": "--euid", "oracle_man": ["pgrep_26"]}, {"token": "root", "oracle_man": ["pgrep_4", "pgrep_6", "pgrep_41"]}, {"token": "|main|", "oracle_man": ["pgrep_3", "pgrep_4", "pgrep_5", "pgrep_6", "pgrep_7", "pgrep_8", "pgrep_9"]}], "question_id": "9129"} {"nl": "show the current arp table", "cmd": "arp -a", "tldr_cmd_name": "arp", "cmd_name": "arp", "manual_exist": true, "oracle_man": ["arp_2", "arp_8", "arp_16"], "matching_info": [{"token": "-a", "oracle_man": ["arp_2", "arp_16"]}, {"token": "|main|", "oracle_man": ["arp_8", "arp_9"]}], "question_id": "9163"} {"nl": "clear the entire cache", "cmd": "sudo arp -a -d", "tldr_cmd_name": "arp", "cmd_name": "arp", "manual_exist": true, "oracle_man": ["arp_2", "arp_3", "arp_8", "arp_11", "arp_16", "arp_18", "arp_19", "arp_22", "arp_27"], "matching_info": [{"token": "-a", "oracle_man": ["arp_2", "arp_16"]}, {"token": "-d", "oracle_man": ["arp_3", "arp_11", "arp_18", "arp_19", "arp_22", "arp_27"]}, {"token": "|main|", "oracle_man": ["arp_8", "arp_9"]}], "question_id": "9164"} {"nl": "delete a specific entry", "cmd": "arp -d {{address}}", "tldr_cmd_name": "arp", "cmd_name": "arp", "manual_exist": true, "oracle_man": ["arp_3", "arp_8", "arp_11", "arp_18", "arp_19", "arp_22", "arp_27"], "matching_info": [{"token": "-d", "oracle_man": ["arp_3", "arp_11", "arp_18", "arp_19", "arp_22", "arp_27"]}, {"token": "|main|", "oracle_man": ["arp_8", "arp_9"]}], "question_id": "9165"} {"nl": "create an entry in the arp table", "cmd": "arp -s {{address}} {{mac_address}}", "tldr_cmd_name": "arp", "cmd_name": "arp", "manual_exist": true, "oracle_man": ["arp_4", "arp_5", "arp_8", "arp_12", "arp_20"], "matching_info": [{"token": "-s", "oracle_man": ["arp_4", "arp_5", "arp_12", "arp_20"]}, {"token": "|main|", "oracle_man": ["arp_8", "arp_9"]}], "question_id": "9166"} {"nl": "view documentation for the original command", "cmd": "tldr vim", "tldr_cmd_name": "vi", "cmd_name": "vi", "manual_exist": true, "oracle_man": ["vi_5"], "matching_info": [{"token": "tldr", "oracle_man": []}, {"token": "vim", "oracle_man": []}, {"token": "|main|", "oracle_man": ["vi_5", "vi_6", "vi_7", "vi_8", "vi_9", "vi_10", "vi_11", "vi_12", "vi_13", "vi_14", "vi_15", "vi_16", "vi_17", "vi_18", "vi_19", "vi_20", "vi_21", "vi_22", "vi_23", "vi_24", "vi_25", "vi_26", "vi_27", "vi_28", "vi_29", "vi_30", "vi_31", "vi_32", "vi_33", "vi_34", "vi_35", "vi_36", "vi_37", "vi_38", "vi_39", "vi_40", "vi_41", "vi_42", "vi_43", "vi_44", "vi_45", "vi_46", "vi_47", "vi_48", "vi_49", "vi_50", "vi_51", "vi_52", "vi_53", "vi_54", "vi_55", "vi_56", "vi_57", "vi_58", "vi_59", "vi_60", "vi_61", "vi_62", "vi_63", "vi_64", "vi_65", "vi_66", "vi_67", "vi_68", "vi_69", "vi_70", "vi_71", "vi_72", "vi_73", "vi_74", "vi_75", "vi_76", "vi_77", "vi_78", "vi_79", "vi_80", "vi_81", "vi_82", "vi_83", "vi_84", "vi_85", "vi_86", "vi_87", "vi_88", "vi_89", "vi_90", "vi_91", "vi_92", "vi_93", "vi_94", "vi_95", "vi_96", "vi_97", "vi_98", "vi_99", "vi_100", "vi_101", "vi_102", "vi_103", "vi_104", "vi_105", "vi_106", "vi_107", "vi_108", "vi_109", "vi_110", "vi_111", "vi_112", "vi_113", "vi_114", "vi_115", "vi_116", "vi_117", "vi_118", "vi_119", "vi_120", "vi_121", "vi_122", "vi_123", "vi_124", "vi_125", "vi_126", "vi_127", "vi_128", "vi_129", "vi_130", "vi_131", "vi_132", "vi_133", "vi_134", "vi_135", "vi_136", "vi_137", "vi_138", "vi_139", "vi_140", "vi_141"]}], "question_id": "9177"} {"nl": "register a node at a puppet server and apply the received catalog", "cmd": "puppet agent --test --server {{puppetserver_fqdn}} --serverport {{port}} --waitforcert {{poll_time}}", "tldr_cmd_name": "puppet-agent", "cmd_name": "puppet-agent", "manual_exist": true, "oracle_man": ["puppet-agent_4", "puppet-agent_5", "puppet-agent_7", "puppet-agent_9", "puppet-agent_18", "puppet-agent_24", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_47", "puppet-agent_49", "puppet-agent_53", "puppet-agent_55"], "matching_info": [{"token": "puppet", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "agent", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "--test", "oracle_man": ["puppet-agent_4", "puppet-agent_9", "puppet-agent_24", "puppet-agent_49"]}, {"token": "--server", "oracle_man": ["puppet-agent_4", "puppet-agent_18", "puppet-agent_47", "puppet-agent_55"]}, {"token": "--serverport", "oracle_man": ["puppet-agent_4", "puppet-agent_47"]}, {"token": "--waitforcert", "oracle_man": ["puppet-agent_4", "puppet-agent_53"]}, {"token": "|main|", "oracle_man": ["puppet-agent_5", "puppet-agent_6"]}], "question_id": "9181"} {"nl": "run the agent in the background (uses settings from `puppet.conf`)", "cmd": "puppet agent", "tldr_cmd_name": "puppet-agent", "cmd_name": "puppet-agent", "manual_exist": true, "oracle_man": ["puppet-agent_4", "puppet-agent_5", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"], "matching_info": [{"token": "puppet", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "agent", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "|main|", "oracle_man": ["puppet-agent_5", "puppet-agent_6"]}], "question_id": "9182"} {"nl": "run the agent once in the foreground, then exit", "cmd": "puppet agent --test", "tldr_cmd_name": "puppet-agent", "cmd_name": "puppet-agent", "manual_exist": true, "oracle_man": ["puppet-agent_4", "puppet-agent_5", "puppet-agent_7", "puppet-agent_9", "puppet-agent_24", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_49", "puppet-agent_55"], "matching_info": [{"token": "puppet", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "agent", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "--test", "oracle_man": ["puppet-agent_4", "puppet-agent_9", "puppet-agent_24", "puppet-agent_49"]}, {"token": "|main|", "oracle_man": ["puppet-agent_5", "puppet-agent_6"]}], "question_id": "9183"} {"nl": "run the agent in drymode", "cmd": "puppet agent --test --noop", "tldr_cmd_name": "puppet-agent", "cmd_name": "puppet-agent", "manual_exist": true, "oracle_man": ["puppet-agent_4", "puppet-agent_5", "puppet-agent_7", "puppet-agent_9", "puppet-agent_24", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_45", "puppet-agent_49", "puppet-agent_55"], "matching_info": [{"token": "puppet", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "agent", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "--test", "oracle_man": ["puppet-agent_4", "puppet-agent_9", "puppet-agent_24", "puppet-agent_49"]}, {"token": "--noop", "oracle_man": ["puppet-agent_4", "puppet-agent_45"]}, {"token": "|main|", "oracle_man": ["puppet-agent_5", "puppet-agent_6"]}], "question_id": "9184"} {"nl": "log every resource being evaluated (even if nothing is being changed)", "cmd": "puppet agent --test --evaltrace", "tldr_cmd_name": "puppet-agent", "cmd_name": "puppet-agent", "manual_exist": true, "oracle_man": ["puppet-agent_4", "puppet-agent_5", "puppet-agent_7", "puppet-agent_9", "puppet-agent_24", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_37", "puppet-agent_49", "puppet-agent_55"], "matching_info": [{"token": "puppet", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "agent", "oracle_man": ["puppet-agent_4", "puppet-agent_7", "puppet-agent_33", "puppet-agent_34", "puppet-agent_36", "puppet-agent_55"]}, {"token": "--test", "oracle_man": ["puppet-agent_4", "puppet-agent_9", "puppet-agent_24", "puppet-agent_49"]}, {"token": "--evaltrace", "oracle_man": ["puppet-agent_37"]}, {"token": "|main|", "oracle_man": ["puppet-agent_5", "puppet-agent_6"]}], "question_id": "9185"} {"nl": "create a dump of all databases (this will place the files inside a directory called \"dump\")", "cmd": "mongodump", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9203"} {"nl": "specify an output location for the dump", "cmd": "mongodump --out {{path/to/directory}}", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "--out", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9204"} {"nl": "create a dump of a given database", "cmd": "mongodump --db {{database_name}}", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "--db", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9205"} {"nl": "create a dump of a given collection within a given database", "cmd": "mongodump --collection {{collection_name}} --db {{database_name}}", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "--collection", "oracle_man": []}, {"token": "--db", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9206"} {"nl": "connect to a given host running on a given port, and create a dump", "cmd": "mongodump --host {{host}} --port {{port}}", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "--host", "oracle_man": []}, {"token": "--port", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9207"} {"nl": "create a dump of a given database with a given username; user will be prompted for password", "cmd": "mongodump --username {{username}} {{database}} --password", "tldr_cmd_name": "mongodump", "cmd_name": "mongodump", "manual_exist": true, "oracle_man": ["mongodump_3"], "matching_info": [{"token": "--username", "oracle_man": []}, {"token": "--password", "oracle_man": []}, {"token": "|main|", "oracle_man": ["mongodump_3"]}], "question_id": "9208"} {"nl": "execute a puppet subcommand", "cmd": "puppet {{subcommand}}", "tldr_cmd_name": "puppet", "cmd_name": "puppet", "manual_exist": true, "oracle_man": ["puppet_1"], "matching_info": [{"token": "|main|", "oracle_man": ["puppet_1", "puppet_2", "puppet_3", "puppet_4", "puppet_5", "puppet_6"]}], "question_id": "9274"} {"nl": "check the puppet version", "cmd": "puppet --version", "tldr_cmd_name": "puppet", "cmd_name": "puppet", "manual_exist": true, "oracle_man": ["puppet_1"], "matching_info": [{"token": "--version", "oracle_man": []}, {"token": "|main|", "oracle_man": ["puppet_1", "puppet_2", "puppet_3", "puppet_4", "puppet_5", "puppet_6"]}], "question_id": "9275"} {"nl": "display help", "cmd": "puppet --help", "tldr_cmd_name": "puppet", "cmd_name": "puppet", "manual_exist": true, "oracle_man": ["puppet_1"], "matching_info": [{"token": "--help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["puppet_1", "puppet_2", "puppet_3", "puppet_4", "puppet_5", "puppet_6"]}], "question_id": "9276"} {"nl": "display help for a subcommand", "cmd": "puppet help {{subcommand}}", "tldr_cmd_name": "puppet", "cmd_name": "puppet", "manual_exist": true, "oracle_man": ["puppet_1", "puppet_6"], "matching_info": [{"token": "help", "oracle_man": ["puppet_6"]}, {"token": "|main|", "oracle_man": ["puppet_1", "puppet_2", "puppet_3", "puppet_4", "puppet_5", "puppet_6"]}], "question_id": "9277"} {"nl": "validate a device by checking the files in a given directory", "cmd": "f3read {{path/to/mount_point}}", "tldr_cmd_name": "f3read", "cmd_name": "f3read", "manual_exist": true, "oracle_man": ["f3read_3"], "matching_info": [{"token": "|main|", "oracle_man": ["f3read_3", "f3read_4", "f3read_5"]}], "question_id": "9291"} {"nl": "convert a file to the text format and display it to the console", "cmd": "wasm2wat {{file.wasm}}", "tldr_cmd_name": "wasm2wat", "cmd_name": "wasm2wat", "manual_exist": true, "oracle_man": ["wasm2wat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["wasm2wat_3", "wasm2wat_4", "wasm2wat_5", "wasm2wat_6", "wasm2wat_7", "wasm2wat_8", "wasm2wat_9", "wasm2wat_10", "wasm2wat_11", "wasm2wat_12", "wasm2wat_13", "wasm2wat_14", "wasm2wat_15", "wasm2wat_16", "wasm2wat_17", "wasm2wat_18", "wasm2wat_19"]}], "question_id": "9360"} {"nl": "write the output to a given file", "cmd": "wasm2wat {{file.wasm}} -o {{file.wat}}", "tldr_cmd_name": "wasm2wat", "cmd_name": "wasm2wat", "manual_exist": true, "oracle_man": ["wasm2wat_3", "wasm2wat_7", "wasm2wat_21", "wasm2wat_23"], "matching_info": [{"token": "-o", "oracle_man": ["wasm2wat_7", "wasm2wat_21", "wasm2wat_23"]}, {"token": "|main|", "oracle_man": ["wasm2wat_3", "wasm2wat_4", "wasm2wat_5", "wasm2wat_6", "wasm2wat_7", "wasm2wat_8", "wasm2wat_9", "wasm2wat_10", "wasm2wat_11", "wasm2wat_12", "wasm2wat_13", "wasm2wat_14", "wasm2wat_15", "wasm2wat_16", "wasm2wat_17", "wasm2wat_18", "wasm2wat_19"]}], "question_id": "9361"} {"nl": "open a file and enter normal mode, to execute commands", "cmd": "kak {{path/to/file}}", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3"], "matching_info": [{"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9451"} {"nl": "enter insert mode from normal mode, to write text into the file", "cmd": "i", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3"], "matching_info": [{"token": "i", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9452"} {"nl": "escape insert mode, to go back to normal mode", "cmd": "", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3"], "matching_info": [{"token": "Escape", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9453"} {"nl": "replace all instances of \"foo\" in the current file with \"bar\"", "cmd": "%s{{foo}}c{{bar}}", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3", "kak_15"], "matching_info": [{"token": "Enter", "oracle_man": ["kak_15"]}, {"token": "Escape", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9454"} {"nl": "unselect all secondary selections, and keep only the main one", "cmd": "", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3"], "matching_info": [{"token": "Space", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9455"} {"nl": "search for numbers and select the first two", "cmd": "/\\d+N", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3", "kak_15"], "matching_info": [{"token": "/\\d+", "oracle_man": []}, {"token": "Enter", "oracle_man": ["kak_15"]}, {"token": "N", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9456"} {"nl": "insert the contents of a file", "cmd": "!cat {{path/to/file}}", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3", "kak_15"], "matching_info": [{"token": "!cat", "oracle_man": []}, {"token": "Enter", "oracle_man": ["kak_15"]}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9457"} {"nl": "save the current file", "cmd": ":w", "tldr_cmd_name": "kak", "cmd_name": "kak", "manual_exist": true, "oracle_man": ["kak_3", "kak_15"], "matching_info": [{"token": ":w", "oracle_man": []}, {"token": "Enter", "oracle_man": ["kak_15"]}, {"token": "|main|", "oracle_man": ["kak_3", "kak_4", "kak_5", "kak_6", "kak_7", "kak_8", "kak_9", "kak_10", "kak_11", "kak_12", "kak_13", "kak_14", "kak_15", "kak_16", "kak_17", "kak_18", "kak_19", "kak_20", "kak_21", "kak_22", "kak_23", "kak_24", "kak_25"]}], "question_id": "9458"} {"nl": "start a repl (interactive shell)", "cmd": "carp", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9465"} {"nl": "start a repl with a custom prompt", "cmd": "carp --prompt \"{{> }}\"", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "--prompt", "oracle_man": []}, {"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9466"} {"nl": "build a `carp` file", "cmd": "carp -b {{path/to/file.carp}}", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "-b", "oracle_man": []}, {"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9467"} {"nl": "build and run a file", "cmd": "carp -x {{path/to/file.carp}}", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "-x", "oracle_man": []}, {"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9468"} {"nl": "build a file with optimizations enabled", "cmd": "carp -b --optimize {{path/to/file.carp}}", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "-b", "oracle_man": []}, {"token": "--optimize", "oracle_man": []}, {"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9469"} {"nl": "transpile a file to c code", "cmd": "carp --generate-only {{path/to/file.carp}}", "tldr_cmd_name": "carp", "cmd_name": "carp", "manual_exist": true, "oracle_man": ["carp_3"], "matching_info": [{"token": "--generate-only", "oracle_man": []}, {"token": "|main|", "oracle_man": ["carp_3", "carp_4", "carp_5", "carp_6", "carp_7", "carp_8", "carp_9", "carp_10", "carp_11", "carp_12", "carp_13"]}], "question_id": "9470"} {"nl": "render an html file to pdf", "cmd": "weasyprint {{path/to/input.html}} {{path/to/output}}.pdf", "tldr_cmd_name": "weasyprint", "cmd_name": "weasyprint", "manual_exist": true, "oracle_man": ["weasyprint_3"], "matching_info": [{"token": "|main|", "oracle_man": ["weasyprint_3", "weasyprint_4", "weasyprint_5"]}], "question_id": "9509"} {"nl": "render an html file to png, including an additional user stylesheet", "cmd": "weasyprint {{path/to/input.html}} {{path/to/output}}.png --stylesheet {{path/to/stylesheet.css}}", "tldr_cmd_name": "weasyprint", "cmd_name": "weasyprint", "manual_exist": true, "oracle_man": ["weasyprint_3", "weasyprint_8"], "matching_info": [{"token": "--stylesheet", "oracle_man": ["weasyprint_8"]}, {"token": "|main|", "oracle_man": ["weasyprint_3", "weasyprint_4", "weasyprint_5"]}], "question_id": "9510"} {"nl": "output additional debugging information when rendering", "cmd": "weasyprint {{path/to/input.html}} {{path/to/output}}.pdf --verbose", "tldr_cmd_name": "weasyprint", "cmd_name": "weasyprint", "manual_exist": true, "oracle_man": ["weasyprint_3", "weasyprint_8"], "matching_info": [{"token": "--verbose", "oracle_man": ["weasyprint_8"]}, {"token": "|main|", "oracle_man": ["weasyprint_3", "weasyprint_4", "weasyprint_5"]}], "question_id": "9511"} {"nl": "specify a custom resolution when outputting to png", "cmd": "weasyprint {{path/to/input.html}} {{path/to/output}}.png --resolution {{300}}", "tldr_cmd_name": "weasyprint", "cmd_name": "weasyprint", "manual_exist": true, "oracle_man": ["weasyprint_3", "weasyprint_8"], "matching_info": [{"token": "--resolution", "oracle_man": ["weasyprint_8"]}, {"token": "|main|", "oracle_man": ["weasyprint_3", "weasyprint_4", "weasyprint_5"]}], "question_id": "9512"} {"nl": "specify a base url for relative urls in the input html file", "cmd": "weasyprint {{path/to/input.html}} {{path/to/output}}.png --base-url {{url_or_filename}}", "tldr_cmd_name": "weasyprint", "cmd_name": "weasyprint", "manual_exist": true, "oracle_man": ["weasyprint_3", "weasyprint_8"], "matching_info": [{"token": "--base-url", "oracle_man": ["weasyprint_8"]}, {"token": "|main|", "oracle_man": ["weasyprint_3", "weasyprint_4", "weasyprint_5"]}], "question_id": "9513"} {"nl": "fork and clone a github repository by its url", "cmd": "git fork {{https://github.com/tldr-pages/tldr}}", "tldr_cmd_name": "git-fork", "cmd_name": "git-fork", "manual_exist": true, "oracle_man": ["git-fork_3", "git-fork_13", "git-fork_15", "git-fork_19", "git-fork_21"], "matching_info": [{"token": "git", "oracle_man": ["git-fork_13", "git-fork_15", "git-fork_19", "git-fork_21"]}, {"token": "fork", "oracle_man": ["git-fork_13", "git-fork_15", "git-fork_21"]}, {"token": "|main|", "oracle_man": ["git-fork_3", "git-fork_4", "git-fork_5", "git-fork_6", "git-fork_7", "git-fork_8", "git-fork_9", "git-fork_10", "git-fork_11"]}], "question_id": "9520"} {"nl": "fork and clone a github repository by its slug", "cmd": "git fork {{tldr-pages/tldr}}", "tldr_cmd_name": "git-fork", "cmd_name": "git-fork", "manual_exist": true, "oracle_man": ["git-fork_3", "git-fork_13", "git-fork_15", "git-fork_19", "git-fork_21"], "matching_info": [{"token": "git", "oracle_man": ["git-fork_13", "git-fork_15", "git-fork_19", "git-fork_21"]}, {"token": "fork", "oracle_man": ["git-fork_13", "git-fork_15", "git-fork_21"]}, {"token": "|main|", "oracle_man": ["git-fork_3", "git-fork_4", "git-fork_5", "git-fork_6", "git-fork_7", "git-fork_8", "git-fork_9", "git-fork_10", "git-fork_11"]}], "question_id": "9521"} {"nl": "attempt to extract streams from the url specified, and if it's successful, print out a list of available streams to choose from", "cmd": "streamlink {{example.com/stream}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1"], "matching_info": [{"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9571"} {"nl": "open a stream with the specified quality", "cmd": "streamlink {{example.com/stream}} {{720p60}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1"], "matching_info": [{"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9572"} {"nl": "select the highest or lowest available quality", "cmd": "streamlink {{example.com/stream}} {{best|worst}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1"], "matching_info": [{"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9573"} {"nl": "specify which player to use to feed stream data to (vlc is used by default if found)", "cmd": "streamlink --player={{mpv}} {{example.com/stream}} {{best}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1", "streamlink_3", "streamlink_55", "streamlink_57", "streamlink_59", "streamlink_61", "streamlink_63", "streamlink_64", "streamlink_66", "streamlink_67", "streamlink_78", "streamlink_80", "streamlink_81", "streamlink_83", "streamlink_86", "streamlink_87", "streamlink_93", "streamlink_194", "streamlink_312"], "matching_info": [{"token": "--player", "oracle_man": ["streamlink_3", "streamlink_55", "streamlink_57", "streamlink_59", "streamlink_61", "streamlink_63", "streamlink_64", "streamlink_66", "streamlink_67", "streamlink_78", "streamlink_80", "streamlink_81", "streamlink_83", "streamlink_86", "streamlink_87", "streamlink_93", "streamlink_194", "streamlink_312"]}, {"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9574"} {"nl": "specify the amount of time to skip from the beginning of the stream. for live streams, this is a negative offset from the end of the stream (rewind)", "cmd": "streamlink --hls-start-offset {{[HH:]MM:SS}} {{example.com/stream}} {{best}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1", "streamlink_214"], "matching_info": [{"token": "--hls-start-offset", "oracle_man": ["streamlink_214"]}, {"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9575"} {"nl": "skip to the beginning of a live stream, or as far back as possible", "cmd": "streamlink --hls-live-restart {{example.com/stream}} {{best}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1", "streamlink_218"], "matching_info": [{"token": "--hls-live-restart", "oracle_man": ["streamlink_218"]}, {"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9576"} {"nl": "write stream data to a file instead of playing it", "cmd": "streamlink --output {{path/to/file.ts}} {{example.com/stream}} {{best}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1", "streamlink_3", "streamlink_119"], "matching_info": [{"token": "--output", "oracle_man": ["streamlink_3", "streamlink_119"]}, {"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9577"} {"nl": "open the stream in the player, while at the same time writing it to a file", "cmd": "streamlink --record {{path/to/file.ts}} {{example.com/stream}} {{best}}", "tldr_cmd_name": "streamlink", "cmd_name": "streamlink", "manual_exist": true, "oracle_man": ["streamlink_1", "streamlink_128", "streamlink_132"], "matching_info": [{"token": "--record", "oracle_man": ["streamlink_128", "streamlink_132"]}, {"token": "|main|", "oracle_man": ["streamlink_1"]}], "question_id": "9578"} {"nl": "display the default inventory", "cmd": "ansible-inventory --list", "tldr_cmd_name": "ansible-inventory", "cmd_name": "ansible-inventory", "manual_exist": true, "oracle_man": ["ansible-inventory_2", "ansible-inventory_3", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"], "matching_info": [{"token": "--list", "oracle_man": ["ansible-inventory_2", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"]}, {"token": "|main|", "oracle_man": ["ansible-inventory_3"]}], "question_id": "9632"} {"nl": "display a custom inventory", "cmd": "ansbile-inventory --list --inventory {{path/to/file_or_script_or_directory}}", "tldr_cmd_name": "ansible-inventory", "cmd_name": "ansible-inventory", "manual_exist": true, "oracle_man": ["ansible-inventory_2", "ansible-inventory_3", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11", "ansible-inventory_20"], "matching_info": [{"token": "ansbile-inventory", "oracle_man": []}, {"token": "--list", "oracle_man": ["ansible-inventory_2", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"]}, {"token": "--inventory", "oracle_man": ["ansible-inventory_20"]}, {"token": "|main|", "oracle_man": ["ansible-inventory_3"]}], "question_id": "9633"} {"nl": "display the default inventory in yaml", "cmd": "ansible-inventory --list --yaml", "tldr_cmd_name": "ansible-inventory", "cmd_name": "ansible-inventory", "manual_exist": true, "oracle_man": ["ansible-inventory_2", "ansible-inventory_3", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11", "ansible-inventory_23"], "matching_info": [{"token": "--list", "oracle_man": ["ansible-inventory_2", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"]}, {"token": "--yaml", "oracle_man": ["ansible-inventory_23"]}, {"token": "|main|", "oracle_man": ["ansible-inventory_3"]}], "question_id": "9634"} {"nl": "dump the default inventory to a file", "cmd": "ansible-inventory --list --output {{path/to/file}}", "tldr_cmd_name": "ansible-inventory", "cmd_name": "ansible-inventory", "manual_exist": true, "oracle_man": ["ansible-inventory_2", "ansible-inventory_3", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"], "matching_info": [{"token": "--list", "oracle_man": ["ansible-inventory_2", "ansible-inventory_6", "ansible-inventory_9", "ansible-inventory_10", "ansible-inventory_11"]}, {"token": "--output", "oracle_man": ["ansible-inventory_2", "ansible-inventory_11"]}, {"token": "|main|", "oracle_man": ["ansible-inventory_3"]}], "question_id": "9635"} {"nl": "output commands to set ls_color using default colors", "cmd": "dircolors", "tldr_cmd_name": "dircolors", "cmd_name": "dircolors", "manual_exist": true, "oracle_man": ["dircolors_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dircolors_3", "dircolors_4", "dircolors_5", "dircolors_6", "dircolors_7", "dircolors_8", "dircolors_9"]}], "question_id": "9643"} {"nl": "output commands to set ls_color using colors from a file", "cmd": "dircolors {{file}}", "tldr_cmd_name": "dircolors", "cmd_name": "dircolors", "manual_exist": true, "oracle_man": ["dircolors_3"], "matching_info": [{"token": "|main|", "oracle_man": ["dircolors_3", "dircolors_4", "dircolors_5", "dircolors_6", "dircolors_7", "dircolors_8", "dircolors_9"]}], "question_id": "9644"} {"nl": "output commands for bourne shell", "cmd": "dircolors --bourne-shell", "tldr_cmd_name": "dircolors", "cmd_name": "dircolors", "manual_exist": true, "oracle_man": ["dircolors_3", "dircolors_4"], "matching_info": [{"token": "--bourne-shell", "oracle_man": ["dircolors_4"]}, {"token": "|main|", "oracle_man": ["dircolors_3", "dircolors_4", "dircolors_5", "dircolors_6", "dircolors_7", "dircolors_8", "dircolors_9"]}], "question_id": "9645"} {"nl": "output commands for c shell", "cmd": "dircolors --c-shell", "tldr_cmd_name": "dircolors", "cmd_name": "dircolors", "manual_exist": true, "oracle_man": ["dircolors_3", "dircolors_5"], "matching_info": [{"token": "--c-shell", "oracle_man": ["dircolors_5"]}, {"token": "|main|", "oracle_man": ["dircolors_3", "dircolors_4", "dircolors_5", "dircolors_6", "dircolors_7", "dircolors_8", "dircolors_9"]}], "question_id": "9646"} {"nl": "view the default colors for file types and extensions", "cmd": "dircolors --print-data", "tldr_cmd_name": "dircolors", "cmd_name": "dircolors", "manual_exist": true, "oracle_man": ["dircolors_3", "dircolors_6", "dircolors_9"], "matching_info": [{"token": "--print-data", "oracle_man": ["dircolors_6", "dircolors_9"]}, {"token": "|main|", "oracle_man": ["dircolors_3", "dircolors_4", "dircolors_5", "dircolors_6", "dircolors_7", "dircolors_8", "dircolors_9"]}], "question_id": "9647"} {"nl": "run a process that can live beyond the terminal", "cmd": "nohup {{command}} {{command_options}}", "tldr_cmd_name": "nohup", "cmd_name": "nohup", "manual_exist": true, "oracle_man": ["nohup_3"], "matching_info": [{"token": "|main|", "oracle_man": ["nohup_3", "nohup_4", "nohup_5", "nohup_6", "nohup_7"]}], "question_id": "9679"} {"nl": "print a full list of committers to stdout instead of to the `authors` file", "cmd": "git authors --list", "tldr_cmd_name": "git-authors", "cmd_name": "git-authors", "manual_exist": true, "oracle_man": ["git-authors_2", "git-authors_3", "git-authors_5", "git-authors_6", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"], "matching_info": [{"token": "git", "oracle_man": ["git-authors_10", "git-authors_12", "git-authors_15"]}, {"token": "authors", "oracle_man": ["git-authors_6", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"]}, {"token": "--list", "oracle_man": ["git-authors_2", "git-authors_5", "git-authors_12", "git-authors_15"]}, {"token": "|main|", "oracle_man": ["git-authors_3", "git-authors_4"]}], "question_id": "9690"} {"nl": "append the list of committers to the `authors` file and open it in the default editor", "cmd": "git authors", "tldr_cmd_name": "git-authors", "cmd_name": "git-authors", "manual_exist": true, "oracle_man": ["git-authors_3", "git-authors_6", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"], "matching_info": [{"token": "git", "oracle_man": ["git-authors_10", "git-authors_12", "git-authors_15"]}, {"token": "authors", "oracle_man": ["git-authors_6", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"]}, {"token": "|main|", "oracle_man": ["git-authors_3", "git-authors_4"]}], "question_id": "9691"} {"nl": "append the list of committers, excluding emails, to the `authors` file and open it in the default editor", "cmd": "git authors --no-email", "tldr_cmd_name": "git-authors", "cmd_name": "git-authors", "manual_exist": true, "oracle_man": ["git-authors_2", "git-authors_3", "git-authors_6", "git-authors_7", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"], "matching_info": [{"token": "git", "oracle_man": ["git-authors_10", "git-authors_12", "git-authors_15"]}, {"token": "authors", "oracle_man": ["git-authors_6", "git-authors_10", "git-authors_11", "git-authors_12", "git-authors_14", "git-authors_15"]}, {"token": "--no-email", "oracle_man": ["git-authors_2", "git-authors_7", "git-authors_15"]}, {"token": "|main|", "oracle_man": ["git-authors_3", "git-authors_4"]}], "question_id": "9692"} {"nl": "show current host name", "cmd": "hostname", "tldr_cmd_name": "hostname", "cmd_name": "hostname", "manual_exist": true, "oracle_man": ["hostname_1"], "matching_info": [{"token": "|main|", "oracle_man": ["hostname_1"]}], "question_id": "9719"} {"nl": "show the network address of the host name", "cmd": "hostname -i", "tldr_cmd_name": "hostname", "cmd_name": "hostname", "manual_exist": true, "oracle_man": ["hostname_1", "hostname_2"], "matching_info": [{"token": "-i", "oracle_man": ["hostname_2"]}, {"token": "|main|", "oracle_man": ["hostname_1"]}], "question_id": "9720"} {"nl": "show all network addresses of the host", "cmd": "hostname -I", "tldr_cmd_name": "hostname", "cmd_name": "hostname", "manual_exist": true, "oracle_man": ["hostname_1"], "matching_info": [{"token": "-I", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hostname_1"]}], "question_id": "9721"} {"nl": "show the fqdn (fully qualified domain name)", "cmd": "hostname --fqdn", "tldr_cmd_name": "hostname", "cmd_name": "hostname", "manual_exist": true, "oracle_man": ["hostname_1", "hostname_2"], "matching_info": [{"token": "--fqdn", "oracle_man": ["hostname_2"]}, {"token": "|main|", "oracle_man": ["hostname_1"]}], "question_id": "9722"} {"nl": "set current host name", "cmd": "hostname {{new_hostname}}", "tldr_cmd_name": "hostname", "cmd_name": "hostname", "manual_exist": true, "oracle_man": ["hostname_1"], "matching_info": [{"token": "|main|", "oracle_man": ["hostname_1"]}], "question_id": "9723"} {"nl": "display the username, line, and time of all currently loggedin sessions", "cmd": "who", "tldr_cmd_name": "who", "cmd_name": "who", "manual_exist": true, "oracle_man": ["who_8"], "matching_info": [{"token": "|main|", "oracle_man": ["who_8", "who_9"]}], "question_id": "9730"} {"nl": "display information only for the current terminal session", "cmd": "who am i", "tldr_cmd_name": "who", "cmd_name": "who", "manual_exist": true, "oracle_man": ["who_6", "who_7", "who_8", "who_26"], "matching_info": [{"token": "am", "oracle_man": ["who_6", "who_7", "who_26"]}, {"token": "i", "oracle_man": ["who_6", "who_26"]}, {"token": "|main|", "oracle_man": ["who_8", "who_9"]}], "question_id": "9731"} {"nl": "display all available information", "cmd": "who -a", "tldr_cmd_name": "who", "cmd_name": "who", "manual_exist": true, "oracle_man": ["who_3", "who_8", "who_12", "who_48"], "matching_info": [{"token": "-a", "oracle_man": ["who_3", "who_12", "who_48"]}, {"token": "|main|", "oracle_man": ["who_8", "who_9"]}], "question_id": "9732"} {"nl": "display all available information with table headers", "cmd": "who -a -H", "tldr_cmd_name": "who", "cmd_name": "who", "manual_exist": true, "oracle_man": ["who_3", "who_8", "who_12", "who_15", "who_48"], "matching_info": [{"token": "-a", "oracle_man": ["who_3", "who_12", "who_48"]}, {"token": "-H", "oracle_man": ["who_15"]}, {"token": "|main|", "oracle_man": ["who_8", "who_9"]}], "question_id": "9733"} {"nl": "search and list packages from hackage", "cmd": "cabal list {{search_string}}", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_4", "cabal_5", "cabal_25", "cabal_26", "cabal_29"], "matching_info": [{"token": "list", "oracle_man": ["cabal_4", "cabal_25", "cabal_26", "cabal_29"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9759"} {"nl": "show information about a package", "cmd": "cabal info {{package_name}}", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_5", "cabal_34", "cabal_35"], "matching_info": [{"token": "info", "oracle_man": ["cabal_34", "cabal_35"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9760"} {"nl": "download and install a package", "cmd": "cabal install {{package_name}}", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_5", "cabal_4001", "cabal_4002"], "matching_info": [{"token": "install", "oracle_man": ["cabal_4001", "cabal_4002"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9761"} {"nl": "create a new haskell project in the current directory", "cmd": "cabal init", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_5", "cabal_88", "cabal_89", "cabal_91", "cabal_127", "cabal_8383"], "matching_info": [{"token": "init", "oracle_man": ["cabal_88", "cabal_89", "cabal_91", "cabal_127", "cabal_8383"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9762"} {"nl": "build the project in the current directory", "cmd": "cabal build", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_5", "cabal_227", "cabal_228", "cabal_343", "cabal_444", "cabal_445", "cabal_560", "cabal_658", "cabal_659", "cabal_774", "cabal_867", "cabal_868", "cabal_983", "cabal_1076", "cabal_1077", "cabal_1192", "cabal_1289", "cabal_1290", "cabal_1405", "cabal_1438", "cabal_1439", "cabal_1500", "cabal_1501", "cabal_1616", "cabal_1712", "cabal_1713", "cabal_1828", "cabal_1924", "cabal_1925", "cabal_2040", "cabal_2136", "cabal_2137", "cabal_2252", "cabal_2351", "cabal_2352", "cabal_2467", "cabal_2566", "cabal_2567", "cabal_2682", "cabal_2783", "cabal_2784", "cabal_2899", "cabal_2996", "cabal_2997", "cabal_3112", "cabal_3209", "cabal_3210", "cabal_3325", "cabal_3424", "cabal_3425", "cabal_3540", "cabal_3639", "cabal_3640", "cabal_3755", "cabal_3852", "cabal_3853", "cabal_3968", "cabal_4063", "cabal_4064", "cabal_4178", "cabal_4279", "cabal_4280", "cabal_4394", "cabal_4494", "cabal_4495", "cabal_4609", "cabal_4714", "cabal_4715", "cabal_4830", "cabal_4930", "cabal_4931", "cabal_5046", "cabal_5144", "cabal_5145", "cabal_5260", "cabal_5360", "cabal_5361", "cabal_5476", "cabal_5575", "cabal_5576", "cabal_5691", "cabal_5788", "cabal_5789", "cabal_5904", "cabal_6001", "cabal_6002", "cabal_6117", "cabal_6214", "cabal_6215", "cabal_6330", "cabal_6426", "cabal_6427", "cabal_6542", "cabal_6637", "cabal_6638", "cabal_6753", "cabal_6848", "cabal_6849", "cabal_6964", "cabal_7057", "cabal_7058", "cabal_7173", "cabal_7323", "cabal_7324", "cabal_7728", "cabal_7729", "cabal_7844", "cabal_8286", "cabal_8287"], "matching_info": [{"token": "build", "oracle_man": ["cabal_227", "cabal_228", "cabal_343", "cabal_444", "cabal_445", "cabal_560", "cabal_658", "cabal_659", "cabal_774", "cabal_867", "cabal_868", "cabal_983", "cabal_1076", "cabal_1077", "cabal_1192", "cabal_1289", "cabal_1290", "cabal_1405", "cabal_1438", "cabal_1439", "cabal_1500", "cabal_1501", "cabal_1616", "cabal_1712", "cabal_1713", "cabal_1828", "cabal_1924", "cabal_1925", "cabal_2040", "cabal_2136", "cabal_2137", "cabal_2252", "cabal_2351", "cabal_2352", "cabal_2467", "cabal_2566", "cabal_2567", "cabal_2682", "cabal_2783", "cabal_2784", "cabal_2899", "cabal_2996", "cabal_2997", "cabal_3112", "cabal_3209", "cabal_3210", "cabal_3325", "cabal_3424", "cabal_3425", "cabal_3540", "cabal_3639", "cabal_3640", "cabal_3755", "cabal_3852", "cabal_3853", "cabal_3968", "cabal_4063", "cabal_4064", "cabal_4178", "cabal_4279", "cabal_4280", "cabal_4394", "cabal_4494", "cabal_4495", "cabal_4609", "cabal_4714", "cabal_4715", "cabal_4830", "cabal_4930", "cabal_4931", "cabal_5046", "cabal_5144", "cabal_5145", "cabal_5260", "cabal_5360", "cabal_5361", "cabal_5476", "cabal_5575", "cabal_5576", "cabal_5691", "cabal_5788", "cabal_5789", "cabal_5904", "cabal_6001", "cabal_6002", "cabal_6117", "cabal_6214", "cabal_6215", "cabal_6330", "cabal_6426", "cabal_6427", "cabal_6542", "cabal_6637", "cabal_6638", "cabal_6753", "cabal_6848", "cabal_6849", "cabal_6964", "cabal_7057", "cabal_7058", "cabal_7173", "cabal_7323", "cabal_7324", "cabal_7728", "cabal_7729", "cabal_7844", "cabal_8286", "cabal_8287"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9763"} {"nl": "run tests of the project in the current directory", "cmd": "cabal test", "tldr_cmd_name": "cabal", "cmd_name": "cabal", "manual_exist": true, "oracle_man": ["cabal_5", "cabal_5294", "cabal_5295"], "matching_info": [{"token": "test", "oracle_man": ["cabal_5294", "cabal_5295"]}, {"token": "|main|", "oracle_man": ["cabal_5", "cabal_6"]}], "question_id": "9764"} {"nl": "list each branch showing date, latest commit hash and message", "cmd": "git brv", "tldr_cmd_name": "git-brv", "cmd_name": "git-brv", "manual_exist": true, "oracle_man": ["git-brv_3", "git-brv_4", "git-brv_5"], "matching_info": [{"token": "git", "oracle_man": ["git-brv_4", "git-brv_5"]}, {"token": "brv", "oracle_man": ["git-brv_5"]}, {"token": "|main|", "oracle_man": ["git-brv_3"]}], "question_id": "9794"} {"nl": "extract the sound from a video and save it as mp3", "cmd": "ffmpeg -i {{video.mp4}} -vn {{sound}}.mp3", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_36", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_294", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-vn", "oracle_man": ["ffmpeg_36", "ffmpeg_294", "ffmpeg_509"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9795"} {"nl": "convert frames from a video or gif into individual numbered images", "cmd": "ffmpeg -i {{video.mpg|video.gif}} {{frame_%d.png}}", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9796"} {"nl": "combine numbered images (`frame_1.jpg`, `frame_2.jpg`, etc) into a video or gif", "cmd": "ffmpeg -i {{frame_%d.jpg}} -f image2 {{video.mpg|video.gif}}", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_61", "ffmpeg_67", "ffmpeg_69", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_180", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_198", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_307", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_370", "ffmpeg_384", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_473", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-f", "oracle_man": ["ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_67", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_180", "ffmpeg_198", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_370", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_443", "ffmpeg_473", "ffmpeg_509", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_610"]}, {"token": "image2", "oracle_man": ["ffmpeg_606", "ffmpeg_610"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9797"} {"nl": "quickly extract a single frame from a video at time mmss and save it as a 128x128 resolution image", "cmd": "ffmpeg -ss {{mm:ss}} -i {{video.mp4}} -frames 1 -s {{128x128}} -f image2 {{image.png}}", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_0", "ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_36", "ffmpeg_37", "ffmpeg_61", "ffmpeg_67", "ffmpeg_69", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_90", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_129", "ffmpeg_132", "ffmpeg_133", "ffmpeg_134", "ffmpeg_135", "ffmpeg_152", "ffmpeg_157", "ffmpeg_162", "ffmpeg_167", "ffmpeg_174", "ffmpeg_175", "ffmpeg_176", "ffmpeg_179", "ffmpeg_180", "ffmpeg_181", "ffmpeg_184", "ffmpeg_185", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_198", "ffmpeg_199", "ffmpeg_202", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_216", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_250", "ffmpeg_253", "ffmpeg_254", "ffmpeg_255", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_261", "ffmpeg_262", "ffmpeg_263", "ffmpeg_264", "ffmpeg_266", "ffmpeg_267", "ffmpeg_270", "ffmpeg_271", "ffmpeg_273", "ffmpeg_275", "ffmpeg_277", "ffmpeg_279", "ffmpeg_281", "ffmpeg_282", "ffmpeg_283", "ffmpeg_285", "ffmpeg_286", "ffmpeg_287", "ffmpeg_291", "ffmpeg_297", "ffmpeg_298", "ffmpeg_299", "ffmpeg_301", "ffmpeg_304", "ffmpeg_305", "ffmpeg_306", "ffmpeg_307", "ffmpeg_312", "ffmpeg_314", "ffmpeg_316", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_339", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_370", "ffmpeg_372", "ffmpeg_383", "ffmpeg_384", "ffmpeg_386", "ffmpeg_387", "ffmpeg_388", "ffmpeg_389", "ffmpeg_393", "ffmpeg_395", "ffmpeg_398", "ffmpeg_399", "ffmpeg_400", "ffmpeg_402", "ffmpeg_403", "ffmpeg_410", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_448", "ffmpeg_454", "ffmpeg_456", "ffmpeg_467", "ffmpeg_473", "ffmpeg_478", "ffmpeg_481", "ffmpeg_482", "ffmpeg_484", "ffmpeg_490", "ffmpeg_499", "ffmpeg_504", "ffmpeg_506", "ffmpeg_507", "ffmpeg_508", "ffmpeg_509", "ffmpeg_510", "ffmpeg_512", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_533", "ffmpeg_534", "ffmpeg_536", "ffmpeg_549", "ffmpeg_551", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_581", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-ss", "oracle_man": ["ffmpeg_167", "ffmpeg_199", "ffmpeg_202", "ffmpeg_482", "ffmpeg_533", "ffmpeg_534", "ffmpeg_604"]}, {"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-frames", "oracle_man": ["ffmpeg_253", "ffmpeg_254", "ffmpeg_281", "ffmpeg_386", "ffmpeg_598", "ffmpeg_604"]}, {"token": "1", "oracle_man": ["ffmpeg_0", "ffmpeg_14", "ffmpeg_312", "ffmpeg_314", "ffmpeg_467", "ffmpeg_484"]}, {"token": "-s", "oracle_man": ["ffmpeg_24", "ffmpeg_36", "ffmpeg_37", "ffmpeg_90", "ffmpeg_129", "ffmpeg_132", "ffmpeg_133", "ffmpeg_134", "ffmpeg_135", "ffmpeg_157", "ffmpeg_167", "ffmpeg_175", "ffmpeg_179", "ffmpeg_184", "ffmpeg_185", "ffmpeg_199", "ffmpeg_202", "ffmpeg_206", "ffmpeg_216", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_250", "ffmpeg_254", "ffmpeg_255", "ffmpeg_256", "ffmpeg_259", "ffmpeg_261", "ffmpeg_262", "ffmpeg_263", "ffmpeg_266", "ffmpeg_267", "ffmpeg_271", "ffmpeg_275", "ffmpeg_282", "ffmpeg_285", "ffmpeg_286", "ffmpeg_287", "ffmpeg_291", "ffmpeg_297", "ffmpeg_299", "ffmpeg_304", "ffmpeg_305", "ffmpeg_306", "ffmpeg_316", "ffmpeg_321", "ffmpeg_339", "ffmpeg_372", "ffmpeg_383", "ffmpeg_387", "ffmpeg_388", "ffmpeg_389", "ffmpeg_393", "ffmpeg_398", "ffmpeg_399", "ffmpeg_400", "ffmpeg_402", "ffmpeg_448", "ffmpeg_478", "ffmpeg_481", "ffmpeg_482", "ffmpeg_490", "ffmpeg_499", "ffmpeg_504", "ffmpeg_506", "ffmpeg_507", "ffmpeg_510", "ffmpeg_512", "ffmpeg_526", "ffmpeg_533", "ffmpeg_534", "ffmpeg_536", "ffmpeg_549", "ffmpeg_551", "ffmpeg_581", "ffmpeg_588", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610"]}, {"token": "-f", "oracle_man": ["ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_67", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_180", "ffmpeg_198", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_370", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_443", "ffmpeg_473", "ffmpeg_509", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_610"]}, {"token": "image2", "oracle_man": ["ffmpeg_606", "ffmpeg_610"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9798"} {"nl": "trim a video from a given start time mmss to an end time mm2ss2 (omit the to flag to trim till the end)", "cmd": "ffmpeg -ss {{mm:ss}} -to {{mm2:ss2}} -i {{video.mp4}} -codec copy {{output.mp4}}", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_33", "ffmpeg_53", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_91", "ffmpeg_93", "ffmpeg_121", "ffmpeg_152", "ffmpeg_162", "ffmpeg_167", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_185", "ffmpeg_187", "ffmpeg_190", "ffmpeg_191", "ffmpeg_192", "ffmpeg_195", "ffmpeg_196", "ffmpeg_197", "ffmpeg_199", "ffmpeg_202", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_296", "ffmpeg_298", "ffmpeg_307", "ffmpeg_316", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_392", "ffmpeg_399", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_482", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_533", "ffmpeg_534", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-ss", "oracle_man": ["ffmpeg_167", "ffmpeg_199", "ffmpeg_202", "ffmpeg_482", "ffmpeg_533", "ffmpeg_534", "ffmpeg_604"]}, {"token": "-to", "oracle_man": ["ffmpeg_195", "ffmpeg_196", "ffmpeg_197", "ffmpeg_316"]}, {"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-codec", "oracle_man": ["ffmpeg_33", "ffmpeg_53", "ffmpeg_91", "ffmpeg_93", "ffmpeg_121", "ffmpeg_185", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_296", "ffmpeg_392", "ffmpeg_399"]}, {"token": "copy", "oracle_man": ["ffmpeg_33", "ffmpeg_191"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9799"} {"nl": "convert avi video to mp4. aac audio @ 128kbit, h264 video @ crf 23", "cmd": "ffmpeg -i {{input_video}}.avi -codec:audio aac -b:audio 128k -codec:video libx264 -crf 23 {{output_video}}.mp4", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_61", "ffmpeg_67", "ffmpeg_69", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_178", "ffmpeg_180", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_198", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_307", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_370", "ffmpeg_384", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_473", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_574", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-codec:audio", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "aac", "oracle_man": []}, {"token": "-b:audio", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "128k", "oracle_man": []}, {"token": "-codec:video", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "libx264", "oracle_man": []}, {"token": "-crf", "oracle_man": ["ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_67", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_180", "ffmpeg_198", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_370", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_443", "ffmpeg_473", "ffmpeg_509", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_610"]}, {"token": "23", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9800"} {"nl": "remux mkv video to mp4 without reencoding audio or video streams", "cmd": "ffmpeg -i {{input_video}}.mkv -codec copy {{output_video}}.mp4", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_33", "ffmpeg_53", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_91", "ffmpeg_93", "ffmpeg_121", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_185", "ffmpeg_187", "ffmpeg_190", "ffmpeg_191", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_296", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_392", "ffmpeg_399", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-codec", "oracle_man": ["ffmpeg_33", "ffmpeg_53", "ffmpeg_91", "ffmpeg_93", "ffmpeg_121", "ffmpeg_185", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_296", "ffmpeg_392", "ffmpeg_399"]}, {"token": "copy", "oracle_man": ["ffmpeg_33", "ffmpeg_191"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9801"} {"nl": "convert mp4 video to vp9 codec. for the best quality, use a crf value (recommended range 1535) and bvideo must be 0", "cmd": "ffmpeg -i {{input_video}}.mp4 -codec:video libvpx-vp9 -crf {{30}} -b:video 0 -codec:audio libopus -vbr on -threads {{number_of_threads}} {{output_video}}.webm", "tldr_cmd_name": "ffmpeg", "cmd_name": "ffmpeg", "manual_exist": true, "oracle_man": ["ffmpeg_2", "ffmpeg_3", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_24", "ffmpeg_29", "ffmpeg_30", "ffmpeg_31", "ffmpeg_61", "ffmpeg_67", "ffmpeg_69", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_95", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_143", "ffmpeg_152", "ffmpeg_156", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_178", "ffmpeg_180", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_198", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_268", "ffmpeg_270", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_281", "ffmpeg_282", "ffmpeg_283", "ffmpeg_285", "ffmpeg_286", "ffmpeg_298", "ffmpeg_301", "ffmpeg_306", "ffmpeg_307", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_370", "ffmpeg_384", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_464", "ffmpeg_466", "ffmpeg_469", "ffmpeg_473", "ffmpeg_486", "ffmpeg_491", "ffmpeg_495", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_513", "ffmpeg_518", "ffmpeg_519", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_540", "ffmpeg_544", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_572", "ffmpeg_573", "ffmpeg_574", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"], "matching_info": [{"token": "-i", "oracle_man": ["ffmpeg_2", "ffmpeg_4", "ffmpeg_10", "ffmpeg_12", "ffmpeg_14", "ffmpeg_61", "ffmpeg_69", "ffmpeg_72", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_152", "ffmpeg_162", "ffmpeg_174", "ffmpeg_176", "ffmpeg_181", "ffmpeg_187", "ffmpeg_190", "ffmpeg_192", "ffmpeg_199", "ffmpeg_203", "ffmpeg_206", "ffmpeg_213", "ffmpeg_215", "ffmpeg_221", "ffmpeg_223", "ffmpeg_225", "ffmpeg_229", "ffmpeg_231", "ffmpeg_273", "ffmpeg_277", "ffmpeg_279", "ffmpeg_298", "ffmpeg_307", "ffmpeg_340", "ffmpeg_355", "ffmpeg_356", "ffmpeg_357", "ffmpeg_365", "ffmpeg_366", "ffmpeg_367", "ffmpeg_368", "ffmpeg_369", "ffmpeg_384", "ffmpeg_412", "ffmpeg_414", "ffmpeg_417", "ffmpeg_419", "ffmpeg_421", "ffmpeg_423", "ffmpeg_425", "ffmpeg_427", "ffmpeg_433", "ffmpeg_435", "ffmpeg_438", "ffmpeg_440", "ffmpeg_443", "ffmpeg_445", "ffmpeg_454", "ffmpeg_456", "ffmpeg_504", "ffmpeg_506", "ffmpeg_508", "ffmpeg_509", "ffmpeg_512", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_578", "ffmpeg_583", "ffmpeg_586", "ffmpeg_588", "ffmpeg_591", "ffmpeg_594", "ffmpeg_597", "ffmpeg_602", "ffmpeg_606", "ffmpeg_608", "ffmpeg_610", "ffmpeg_612", "ffmpeg_615", "ffmpeg_617"]}, {"token": "-codec:video", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "libvpx-vp9", "oracle_man": []}, {"token": "-crf", "oracle_man": ["ffmpeg_24", "ffmpeg_30", "ffmpeg_31", "ffmpeg_67", "ffmpeg_72", "ffmpeg_73", "ffmpeg_76", "ffmpeg_78", "ffmpeg_81", "ffmpeg_110", "ffmpeg_111", "ffmpeg_112", "ffmpeg_117", "ffmpeg_127", "ffmpeg_180", "ffmpeg_198", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_253", "ffmpeg_254", "ffmpeg_256", "ffmpeg_258", "ffmpeg_259", "ffmpeg_260", "ffmpeg_264", "ffmpeg_270", "ffmpeg_273", "ffmpeg_281", "ffmpeg_283", "ffmpeg_285", "ffmpeg_298", "ffmpeg_301", "ffmpeg_321", "ffmpeg_325", "ffmpeg_334", "ffmpeg_336", "ffmpeg_370", "ffmpeg_386", "ffmpeg_395", "ffmpeg_403", "ffmpeg_410", "ffmpeg_443", "ffmpeg_473", "ffmpeg_509", "ffmpeg_513", "ffmpeg_518", "ffmpeg_521", "ffmpeg_523", "ffmpeg_526", "ffmpeg_529", "ffmpeg_530", "ffmpeg_531", "ffmpeg_532", "ffmpeg_552", "ffmpeg_566", "ffmpeg_568", "ffmpeg_571", "ffmpeg_573", "ffmpeg_597", "ffmpeg_598", "ffmpeg_602", "ffmpeg_604", "ffmpeg_606", "ffmpeg_610"]}, {"token": "-b:video", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "0", "oracle_man": ["ffmpeg_29", "ffmpeg_143", "ffmpeg_466", "ffmpeg_486", "ffmpeg_491", "ffmpeg_495", "ffmpeg_519", "ffmpeg_572", "ffmpeg_574"]}, {"token": "-codec:audio", "oracle_man": ["ffmpeg_178", "ffmpeg_574"]}, {"token": "libopus", "oracle_man": []}, {"token": "-vbr", "oracle_man": ["ffmpeg_12", "ffmpeg_14", "ffmpeg_156", "ffmpeg_234", "ffmpeg_235", "ffmpeg_236", "ffmpeg_238", "ffmpeg_239", "ffmpeg_240", "ffmpeg_242", "ffmpeg_243", "ffmpeg_244", "ffmpeg_246", "ffmpeg_247", "ffmpeg_248", "ffmpeg_282", "ffmpeg_283", "ffmpeg_286", "ffmpeg_306", "ffmpeg_464", "ffmpeg_469", "ffmpeg_512", "ffmpeg_540", "ffmpeg_602"]}, {"token": "on", "oracle_man": ["ffmpeg_268", "ffmpeg_544"]}, {"token": "-threads", "oracle_man": ["ffmpeg_95"]}, {"token": "|main|", "oracle_man": ["ffmpeg_3", "ffmpeg_4", "ffmpeg_5", "ffmpeg_6", "ffmpeg_7", "ffmpeg_8", "ffmpeg_9", "ffmpeg_10", "ffmpeg_11", "ffmpeg_12", "ffmpeg_13", "ffmpeg_14", "ffmpeg_15"]}], "question_id": "9802"} {"nl": "publish a temperature value of 32 on the topic `sensors/temperature` to 192.168.1.1 (defaults to `localhost`) with quality of service (`qos`) set to 1", "cmd": "mosquitto_pub -h {{192.168.1.1}} -t {{sensors/temperature}} -m {{32}} -q {{1}}", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_4", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_41", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_55", "mosquitto_pub_56", "mosquitto_pub_58", "mosquitto_pub_63", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_73", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_84", "mosquitto_pub_87", "mosquitto_pub_89", "mosquitto_pub_93", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-h", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_63", "mosquitto_pub_73", "mosquitto_pub_157"]}, {"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-m", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_58", "mosquitto_pub_87", "mosquitto_pub_89", "mosquitto_pub_93", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159"]}, {"token": "-q", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_55", "mosquitto_pub_56", "mosquitto_pub_77", "mosquitto_pub_84", "mosquitto_pub_155"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9829"} {"nl": "publish timestamp and temperature data on the topic `sensors/temperature` to a remote host on a nonstandard port", "cmd": "mosquitto_pub -h {{192.168.1.1}} -p {{1885}} -t {{sensors/temperature}} -m \"{{1266193804 32}}\"", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_4", "mosquitto_pub_7", "mosquitto_pub_8", "mosquitto_pub_23", "mosquitto_pub_29", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_34", "mosquitto_pub_35", "mosquitto_pub_41", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_48", "mosquitto_pub_49", "mosquitto_pub_50", "mosquitto_pub_53", "mosquitto_pub_54", "mosquitto_pub_56", "mosquitto_pub_58", "mosquitto_pub_63", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_72", "mosquitto_pub_73", "mosquitto_pub_75", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_84", "mosquitto_pub_85", "mosquitto_pub_87", "mosquitto_pub_88", "mosquitto_pub_89", "mosquitto_pub_90", "mosquitto_pub_93", "mosquitto_pub_94", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_101", "mosquitto_pub_103", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_109", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-h", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_63", "mosquitto_pub_73", "mosquitto_pub_157"]}, {"token": "-p", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_7", "mosquitto_pub_8", "mosquitto_pub_23", "mosquitto_pub_29", "mosquitto_pub_34", "mosquitto_pub_35", "mosquitto_pub_48", "mosquitto_pub_49", "mosquitto_pub_50", "mosquitto_pub_53", "mosquitto_pub_54", "mosquitto_pub_56", "mosquitto_pub_72", "mosquitto_pub_75", "mosquitto_pub_76", "mosquitto_pub_84", "mosquitto_pub_85", "mosquitto_pub_88", "mosquitto_pub_90", "mosquitto_pub_94", "mosquitto_pub_101", "mosquitto_pub_103", "mosquitto_pub_109", "mosquitto_pub_157"]}, {"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-m", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_58", "mosquitto_pub_87", "mosquitto_pub_89", "mosquitto_pub_93", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9830"} {"nl": "publish light switch status and retain the message on the topic `switches/kitchen_lights/status` to a remote host because there may be a long period of time between light switch events", "cmd": "mosquitto_pub -r -h \"{{iot.eclipse.org}}\" -t {{switches/kitchen_lights/status}} -m \"{{on}}\"", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_4", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_41", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_57", "mosquitto_pub_58", "mosquitto_pub_59", "mosquitto_pub_60", "mosquitto_pub_63", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_73", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_84", "mosquitto_pub_87", "mosquitto_pub_89", "mosquitto_pub_91", "mosquitto_pub_93", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-r", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_57", "mosquitto_pub_58", "mosquitto_pub_59", "mosquitto_pub_60", "mosquitto_pub_78", "mosquitto_pub_83", "mosquitto_pub_84", "mosquitto_pub_91", "mosquitto_pub_159"]}, {"token": "-h", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_3", "mosquitto_pub_31", "mosquitto_pub_32", "mosquitto_pub_63", "mosquitto_pub_73", "mosquitto_pub_157"]}, {"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-m", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_45", "mosquitto_pub_46", "mosquitto_pub_58", "mosquitto_pub_87", "mosquitto_pub_89", "mosquitto_pub_93", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9831"} {"nl": "send the contents of a file (`data.txt`) as a message and publish it to `sensors/temperature` topic", "cmd": "mosquitto_pub -t {{sensors/temperature}} -f {{data.txt}}", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_4", "mosquitto_pub_27", "mosquitto_pub_30", "mosquitto_pub_41", "mosquitto_pub_58", "mosquitto_pub_62", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_98", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_107", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-f", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_27", "mosquitto_pub_30", "mosquitto_pub_58", "mosquitto_pub_62", "mosquitto_pub_98", "mosquitto_pub_107", "mosquitto_pub_161"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9832"} {"nl": "send the contents of a file (`data.txt`), by reading from stdin and send the entire input as a message and publish it to `sensors/temperature` topic", "cmd": "mosquitto_pub -t {{sensors/temperature}} -s < {{data.txt}}", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_4", "mosquitto_pub_11", "mosquitto_pub_41", "mosquitto_pub_44", "mosquitto_pub_53", "mosquitto_pub_58", "mosquitto_pub_62", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_88", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_156", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-s", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_11", "mosquitto_pub_44", "mosquitto_pub_53", "mosquitto_pub_58", "mosquitto_pub_62", "mosquitto_pub_68", "mosquitto_pub_88", "mosquitto_pub_156", "mosquitto_pub_162"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9833"} {"nl": "read newline delimited data from stdin as a message and publish it to `sensors/temperature` topic", "cmd": "{{echo data.txt}} | mosquitto_pub -t {{sensors/temperature}} -l", "tldr_cmd_name": "mosquitto_pub", "cmd_name": "mosquitto_pub", "manual_exist": true, "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_4", "mosquitto_pub_41", "mosquitto_pub_44", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"], "matching_info": [{"token": "-t", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_41", "mosquitto_pub_64", "mosquitto_pub_65", "mosquitto_pub_66", "mosquitto_pub_68", "mosquitto_pub_69", "mosquitto_pub_70", "mosquitto_pub_71", "mosquitto_pub_76", "mosquitto_pub_77", "mosquitto_pub_78", "mosquitto_pub_79", "mosquitto_pub_83", "mosquitto_pub_95", "mosquitto_pub_99", "mosquitto_pub_104", "mosquitto_pub_108", "mosquitto_pub_155", "mosquitto_pub_157", "mosquitto_pub_159", "mosquitto_pub_161", "mosquitto_pub_162", "mosquitto_pub_164"]}, {"token": "-l", "oracle_man": ["mosquitto_pub_2", "mosquitto_pub_44", "mosquitto_pub_164"]}, {"token": "|main|", "oracle_man": ["mosquitto_pub_4"]}], "question_id": "9834"} {"nl": "connect to a remote server", "cmd": "ssh {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9849"} {"nl": "connect to a remote server with a specific identity (private key)", "cmd": "ssh -i {{path/to/key_file}} {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_2", "ssh_3", "ssh_26", "ssh_67", "ssh_75", "ssh_77", "ssh_78"], "matching_info": [{"token": "-i", "oracle_man": ["ssh_2", "ssh_26", "ssh_67", "ssh_75", "ssh_77", "ssh_78"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9850"} {"nl": "connect to a remote server using a specific port", "cmd": "ssh {{username}}@{{remote_host}} -p {{2222}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_2", "ssh_3", "ssh_41", "ssh_42", "ssh_58", "ssh_120"], "matching_info": [{"token": "-p", "oracle_man": ["ssh_2", "ssh_41", "ssh_42", "ssh_58", "ssh_120"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9851"} {"nl": "run a command on a remote server with a [t]ty allocation allowing interaction with the remote command", "cmd": "ssh {{username}}@{{remote_host}} -t {{command}} {{command_arguments}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_3", "ssh_51", "ssh_52", "ssh_58", "ssh_77", "ssh_79", "ssh_80", "ssh_81", "ssh_83", "ssh_115", "ssh_120"], "matching_info": [{"token": "-t", "oracle_man": ["ssh_51", "ssh_52", "ssh_58", "ssh_77", "ssh_79", "ssh_80", "ssh_81", "ssh_83", "ssh_115", "ssh_120"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9852"} {"nl": "ssh tunneling dynamic port forwarding (socks proxy on `localhost1080)", "cmd": "ssh -D {{1080}} {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_2", "ssh_3", "ssh_16", "ssh_92"], "matching_info": [{"token": "-D", "oracle_man": ["ssh_2", "ssh_16", "ssh_92"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9853"} {"nl": "ssh tunneling forward a specific port (`localhost9999` to `example.org80`) along with disabling pseudo[t]ty allocation and executio[n] of remote commands", "cmd": "ssh -L {{9999}}:{{example.org}}:{{80}} -N -T {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_2", "ssh_3", "ssh_30", "ssh_36", "ssh_51", "ssh_55", "ssh_79", "ssh_92", "ssh_99"], "matching_info": [{"token": "-L", "oracle_man": ["ssh_2", "ssh_30", "ssh_92", "ssh_99"]}, {"token": "-N", "oracle_man": ["ssh_36", "ssh_55"]}, {"token": "-T", "oracle_man": ["ssh_51", "ssh_55", "ssh_79"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9854"} {"nl": "ssh jumping connect through a jumphost to a remote server (multiple jump hops may be specified separated by comma characters)", "cmd": "ssh -J {{username}}@{{jump_host}} {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_2", "ssh_3", "ssh_10", "ssh_27"], "matching_info": [{"token": "-J", "oracle_man": ["ssh_2", "ssh_10", "ssh_27"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9855"} {"nl": "agent forwarding forward the authentication information to the remote machine (see `man ssh_config` for available options)", "cmd": "ssh -A {{username}}@{{remote_host}}", "tldr_cmd_name": "ssh", "cmd_name": "ssh", "manual_exist": true, "oracle_man": ["ssh_3", "ssh_9", "ssh_104"], "matching_info": [{"token": "-A", "oracle_man": ["ssh_9", "ssh_104"]}, {"token": "|main|", "oracle_man": ["ssh_3", "ssh_4", "ssh_5", "ssh_6", "ssh_7", "ssh_8", "ssh_9", "ssh_10", "ssh_11", "ssh_12", "ssh_13", "ssh_14", "ssh_15", "ssh_16", "ssh_17", "ssh_18", "ssh_19", "ssh_20", "ssh_21", "ssh_22", "ssh_23", "ssh_24", "ssh_25", "ssh_26", "ssh_27", "ssh_28", "ssh_29", "ssh_30", "ssh_31", "ssh_32", "ssh_33", "ssh_34", "ssh_35", "ssh_36", "ssh_37", "ssh_38", "ssh_39", "ssh_40", "ssh_41", "ssh_42", "ssh_43", "ssh_44", "ssh_45", "ssh_46", "ssh_47", "ssh_48", "ssh_49", "ssh_50", "ssh_51", "ssh_52", "ssh_53", "ssh_54", "ssh_55", "ssh_56", "ssh_57", "ssh_58", "ssh_59", "ssh_60", "ssh_61", "ssh_62", "ssh_63", "ssh_64", "ssh_65"]}], "question_id": "9856"} {"nl": "list available network interfaces", "cmd": "tcpdump -D", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_3", "tcpdump_24", "tcpdump_26", "tcpdump_44"], "matching_info": [{"token": "-D", "oracle_man": ["tcpdump_24", "tcpdump_26", "tcpdump_44"]}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9888"} {"nl": "capture the traffic of a specific interface", "cmd": "tcpdump -i {{eth0}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_20", "tcpdump_21", "tcpdump_24", "tcpdump_42", "tcpdump_48", "tcpdump_178", "tcpdump_191", "tcpdump_193"], "matching_info": [{"token": "-i", "oracle_man": ["tcpdump_2", "tcpdump_20", "tcpdump_21", "tcpdump_24", "tcpdump_42", "tcpdump_48", "tcpdump_178", "tcpdump_191", "tcpdump_193"]}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9889"} {"nl": "capture all tcp traffic showing contents (ascii) in console", "cmd": "tcpdump -A tcp", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_12", "tcpdump_155", "tcpdump_160", "tcpdump_180", "tcpdump_186", "tcpdump_188"], "matching_info": [{"token": "-A", "oracle_man": ["tcpdump_2", "tcpdump_12", "tcpdump_155", "tcpdump_160", "tcpdump_180", "tcpdump_186", "tcpdump_188"]}, {"token": "tcp", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9890"} {"nl": "capture the traffic from or to a host", "cmd": "tcpdump host {{www.example.com}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_3"], "matching_info": [{"token": "host", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9891"} {"nl": "capture the traffic from a specific interface, source, destination and destination port", "cmd": "tcpdump -i {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_20", "tcpdump_21", "tcpdump_24", "tcpdump_42", "tcpdump_48", "tcpdump_150", "tcpdump_174", "tcpdump_178", "tcpdump_191", "tcpdump_192", "tcpdump_193", "tcpdump_210", "tcpdump_217", "tcpdump_219"], "matching_info": [{"token": "-i", "oracle_man": ["tcpdump_2", "tcpdump_20", "tcpdump_21", "tcpdump_24", "tcpdump_42", "tcpdump_48", "tcpdump_178", "tcpdump_191", "tcpdump_193"]}, {"token": "src", "oracle_man": ["tcpdump_219"]}, {"token": "and", "oracle_man": ["tcpdump_174", "tcpdump_192", "tcpdump_210", "tcpdump_217"]}, {"token": "dst", "oracle_man": ["tcpdump_150", "tcpdump_219"]}, {"token": "port", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9892"} {"nl": "capture the traffic of a network", "cmd": "tcpdump net {{192.168.1.0/24}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_3"], "matching_info": [{"token": "net", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9893"} {"nl": "capture all traffic except traffic over port 22 and save to a dump file", "cmd": "tcpdump -w {{dumpfile.pcap}} port not {{22}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_10", "tcpdump_17", "tcpdump_37", "tcpdump_70", "tcpdump_73", "tcpdump_87", "tcpdump_88", "tcpdump_91", "tcpdump_95", "tcpdump_158"], "matching_info": [{"token": "-w", "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_10", "tcpdump_17", "tcpdump_37", "tcpdump_70", "tcpdump_73", "tcpdump_87", "tcpdump_88", "tcpdump_91", "tcpdump_95", "tcpdump_158"]}, {"token": "port", "oracle_man": []}, {"token": "not", "oracle_man": []}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9894"} {"nl": "read from a given dump file", "cmd": "tcpdump -r {{dumpfile.pcap}}", "tldr_cmd_name": "tcpdump", "cmd_name": "tcpdump", "manual_exist": true, "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_20", "tcpdump_21", "tcpdump_73", "tcpdump_91", "tcpdump_95", "tcpdump_110", "tcpdump_122", "tcpdump_133", "tcpdump_192", "tcpdump_233", "tcpdump_234"], "matching_info": [{"token": "-r", "oracle_man": ["tcpdump_2", "tcpdump_3", "tcpdump_20", "tcpdump_21", "tcpdump_73", "tcpdump_91", "tcpdump_95", "tcpdump_110", "tcpdump_122", "tcpdump_133", "tcpdump_192", "tcpdump_233", "tcpdump_234"]}, {"token": "|main|", "oracle_man": ["tcpdump_3", "tcpdump_4", "tcpdump_5", "tcpdump_6", "tcpdump_7", "tcpdump_8", "tcpdump_9", "tcpdump_10", "tcpdump_11"]}], "question_id": "9895"} {"nl": "format the configuration in the current directory", "cmd": "terraform fmt", "tldr_cmd_name": "terraform-fmt", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "fmt", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "9903"} {"nl": "format the configuration in the current directory and subdirectories", "cmd": "terraform fmt -recursive", "tldr_cmd_name": "terraform-fmt", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "fmt", "oracle_man": []}, {"token": "-recursive", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "9904"} {"nl": "display diffs of formatting changes", "cmd": "terraform fmt -diff", "tldr_cmd_name": "terraform-fmt", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_2", "terraform_3", "terraform_7"], "matching_info": [{"token": "fmt", "oracle_man": []}, {"token": "-diff", "oracle_man": ["terraform_2", "terraform_7"]}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "9905"} {"nl": "do not list files that were formatted to stdout", "cmd": "terraform fmt -list=false", "tldr_cmd_name": "terraform-fmt", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "fmt", "oracle_man": []}, {"token": "-list=false", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "9906"} {"nl": "initialize a new github cli extension project in a directory of the same name", "cmd": "gh extension create {{extension_name}}", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "create", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9929"} {"nl": "install an extension from a github repository", "cmd": "gh extension install {{owner}}/{{repository}}", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "install", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9930"} {"nl": "list installed extensions", "cmd": "gh extension list", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5", "gh-extension_6"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "list", "oracle_man": ["gh-extension_6"]}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9931"} {"nl": "upgrade a specific extension", "cmd": "gh extension upgrade {{extension_name}}", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "upgrade", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9932"} {"nl": "upgrade all extensions", "cmd": "gh extension upgrade --all", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "upgrade", "oracle_man": []}, {"token": "--all", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9933"} {"nl": "list installed extensions", "cmd": "gh extension list", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5", "gh-extension_6"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "list", "oracle_man": ["gh-extension_6"]}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9931"} {"nl": "remove an extension", "cmd": "gh extension remove {{extension_name}}", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "remove", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9935"} {"nl": "display help about a subcommand", "cmd": "gh extension {{subcommand}} --help", "tldr_cmd_name": "gh-extension", "cmd_name": "gh-extension", "manual_exist": true, "oracle_man": ["gh-extension_0", "gh-extension_2", "gh-extension_3", "gh-extension_5", "gh-extension_7"], "matching_info": [{"token": "gh", "oracle_man": ["gh-extension_0", "gh-extension_2"]}, {"token": "extension", "oracle_man": ["gh-extension_2", "gh-extension_5"]}, {"token": "--help", "oracle_man": ["gh-extension_7"]}, {"token": "|main|", "oracle_man": ["gh-extension_3", "gh-extension_4", "gh-extension_5", "gh-extension_6"]}], "question_id": "9936"} {"nl": "deploy the current directory", "cmd": "now", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9947"} {"nl": "display a list of deployments", "cmd": "now list", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9948"} {"nl": "display information related to a deployment", "cmd": "now inspect {{deployment_url}}", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "inspect", "oracle_man": []}, {"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9949"} {"nl": "remove a deployment", "cmd": "now remove {{deployment_id}}", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "remove", "oracle_man": []}, {"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9950"} {"nl": "log in into an account or create a new one", "cmd": "now login", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "login", "oracle_man": []}, {"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9951"} {"nl": "initialize an example project (a new directory will be created)", "cmd": "now init", "tldr_cmd_name": "now", "cmd_name": "now", "manual_exist": true, "oracle_man": ["now_4"], "matching_info": [{"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["now_4"]}], "question_id": "9952"} {"nl": "find files containing \"foo\", and print the line matches in context", "cmd": "ag {{foo}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10046"} {"nl": "find files containing \"foo\" in a specific directory", "cmd": "ag {{foo}} {{path/to/directory}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10047"} {"nl": "find files containing \"foo\", but only list the filenames", "cmd": "ag -l {{foo}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3", "ag_10", "ag_12", "ag_21", "ag_30", "ag_32", "ag_43", "ag_45", "ag_66"], "matching_info": [{"token": "-l", "oracle_man": ["ag_10", "ag_12", "ag_21", "ag_30", "ag_32", "ag_43", "ag_45", "ag_66"]}, {"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10048"} {"nl": "find files containing \"foo\" caseinsensitively, and print only the match, rather than the whole line", "cmd": "ag -i -o {{FOO}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3", "ag_27", "ag_28", "ag_29", "ag_38", "ag_39", "ag_40", "ag_48", "ag_52", "ag_55", "ag_56"], "matching_info": [{"token": "-i", "oracle_man": ["ag_27", "ag_28", "ag_29", "ag_40", "ag_48", "ag_55", "ag_56"]}, {"token": "-o", "oracle_man": ["ag_38", "ag_39", "ag_52"]}, {"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10049"} {"nl": "find \"foo\" in files with a name matching \"bar\"", "cmd": "ag {{foo}} -G {{bar}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3", "ag_24"], "matching_info": [{"token": "-G", "oracle_man": ["ag_24"]}, {"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10050"} {"nl": "find files whose contents match a regular expression", "cmd": "ag '{{^ba(r|z)$}}'", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3"], "matching_info": [{"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10051"} {"nl": "find files with a name matching \"foo\"", "cmd": "ag -g {{foo}}", "tldr_cmd_name": "ag", "cmd_name": "ag", "manual_exist": true, "oracle_man": ["ag_3", "ag_22", "ag_23"], "matching_info": [{"token": "-g", "oracle_man": ["ag_22", "ag_23"]}, {"token": "|main|", "oracle_man": ["ag_3"]}], "question_id": "10052"} {"nl": "run gource in a directory (if it isn't the repository's root directory, the root is sought up from there)", "cmd": "gource {{path/to/repository}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10064"} {"nl": "run gource in the current directory, with a custom output resolution", "cmd": "gource -{{width}}x{{height}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3"], "matching_info": [{"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10065"} {"nl": "set a custom timescale for the animation", "cmd": "gource -c {{time_scale_multiplier}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3", "gource_30", "gource_33", "gource_42", "gource_47", "gource_54", "gource_55", "gource_56", "gource_57", "gource_69", "gource_70", "gource_81", "gource_88", "gource_89", "gource_90", "gource_91", "gource_92", "gource_96", "gource_97", "gource_98", "gource_108", "gource_109", "gource_111", "gource_113", "gource_116"], "matching_info": [{"token": "-c", "oracle_man": ["gource_30", "gource_33", "gource_42", "gource_47", "gource_54", "gource_55", "gource_56", "gource_57", "gource_69", "gource_70", "gource_81", "gource_88", "gource_89", "gource_90", "gource_91", "gource_92", "gource_96", "gource_97", "gource_98", "gource_108", "gource_109", "gource_111", "gource_113", "gource_116"]}, {"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10066"} {"nl": "set how long each day should be in the animation (this combines with c, if provided)", "cmd": "gource -s {{seconds}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3", "gource_9", "gource_14", "gource_18", "gource_19", "gource_20", "gource_21", "gource_22", "gource_23", "gource_25", "gource_26", "gource_27", "gource_30", "gource_37", "gource_38", "gource_39", "gource_40", "gource_41", "gource_55", "gource_64", "gource_66", "gource_72", "gource_78", "gource_80", "gource_87", "gource_89", "gource_93", "gource_95", "gource_98", "gource_109", "gource_113", "gource_122"], "matching_info": [{"token": "-s", "oracle_man": ["gource_9", "gource_14", "gource_18", "gource_19", "gource_20", "gource_21", "gource_22", "gource_23", "gource_25", "gource_26", "gource_27", "gource_30", "gource_37", "gource_38", "gource_39", "gource_40", "gource_41", "gource_55", "gource_64", "gource_66", "gource_72", "gource_78", "gource_80", "gource_87", "gource_89", "gource_93", "gource_95", "gource_98", "gource_109", "gource_113", "gource_122"]}, {"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10067"} {"nl": "set fullscreen mode and a custom background color", "cmd": "gource -f -b {{hex_color_code}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3", "gource_7", "gource_8", "gource_12", "gource_31", "gource_33", "gource_34", "gource_36", "gource_37", "gource_38", "gource_39", "gource_40", "gource_41", "gource_42", "gource_46", "gource_48", "gource_49", "gource_50", "gource_56", "gource_60", "gource_61", "gource_62", "gource_63", "gource_64", "gource_65", "gource_66", "gource_74", "gource_75", "gource_76", "gource_77", "gource_79", "gource_88", "gource_95", "gource_116"], "matching_info": [{"token": "-f", "oracle_man": ["gource_7", "gource_8", "gource_12", "gource_31", "gource_36", "gource_37", "gource_38", "gource_39", "gource_40", "gource_41", "gource_42", "gource_46", "gource_48", "gource_50", "gource_56", "gource_60", "gource_61", "gource_62", "gource_63", "gource_64", "gource_65", "gource_66", "gource_76", "gource_77", "gource_79", "gource_88", "gource_95", "gource_116"]}, {"token": "-b", "oracle_man": ["gource_3", "gource_33", "gource_34", "gource_49", "gource_74", "gource_75"]}, {"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10068"} {"nl": "set a title for the animation", "cmd": "gource --title {{title}}", "tldr_cmd_name": "gource", "cmd_name": "gource", "manual_exist": true, "oracle_man": ["gource_3", "gource_35"], "matching_info": [{"token": "--title", "oracle_man": ["gource_35"]}, {"token": "|main|", "oracle_man": ["gource_3", "gource_4"]}], "question_id": "10069"} {"nl": "overwrite a file", "cmd": "shred {{file}}", "tldr_cmd_name": "shred", "cmd_name": "shred", "manual_exist": true, "oracle_man": ["shred_3"], "matching_info": [{"token": "|main|", "oracle_man": ["shred_3", "shred_4", "shred_5", "shred_6", "shred_7", "shred_8", "shred_9", "shred_10", "shred_11", "shred_12", "shred_13", "shred_14", "shred_15", "shred_16", "shred_17", "shred_18", "shred_19"]}], "question_id": "10098"} {"nl": "overwrite a file, leaving zeroes instead of random data", "cmd": "shred --zero {{file}}", "tldr_cmd_name": "shred", "cmd_name": "shred", "manual_exist": true, "oracle_man": ["shred_3", "shred_15"], "matching_info": [{"token": "--zero", "oracle_man": ["shred_15"]}, {"token": "|main|", "oracle_man": ["shred_3", "shred_4", "shred_5", "shred_6", "shred_7", "shred_8", "shred_9", "shred_10", "shred_11", "shred_12", "shred_13", "shred_14", "shred_15", "shred_16", "shred_17", "shred_18", "shred_19"]}], "question_id": "10099"} {"nl": "overwrite a file 25 times", "cmd": "shred -n25 {{file}}", "tldr_cmd_name": "shred", "cmd_name": "shred", "manual_exist": true, "oracle_man": ["shred_3"], "matching_info": [{"token": "-n25", "oracle_man": []}, {"token": "|main|", "oracle_man": ["shred_3", "shred_4", "shred_5", "shred_6", "shred_7", "shred_8", "shred_9", "shred_10", "shred_11", "shred_12", "shred_13", "shred_14", "shred_15", "shred_16", "shred_17", "shred_18", "shred_19"]}], "question_id": "10100"} {"nl": "overwrite a file and remove it", "cmd": "shred --remove {{file}}", "tldr_cmd_name": "shred", "cmd_name": "shred", "manual_exist": true, "oracle_man": ["shred_3", "shred_11", "shred_18"], "matching_info": [{"token": "--remove", "oracle_man": ["shred_11", "shred_18"]}, {"token": "|main|", "oracle_man": ["shred_3", "shred_4", "shred_5", "shred_6", "shred_7", "shred_8", "shred_9", "shred_10", "shred_11", "shred_12", "shred_13", "shred_14", "shred_15", "shred_16", "shred_17", "shred_18", "shred_19"]}], "question_id": "10101"} {"nl": "install a package and its dependencies", "cmd": "sudo tlmgr install {{package}}", "tldr_cmd_name": "tlmgr-install", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"], "matching_info": [{"token": "install", "oracle_man": ["tlmgr_124", "tlmgr_134", "tlmgr_306", "tlmgr_328", "tlmgr_329"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "7895"} {"nl": "remove a package and its dependencies", "cmd": "tlmgr remove {{package}}", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10118"} {"nl": "display information about a package", "cmd": "tlmgr info {{package}}", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_12", "tlmgr_110"], "matching_info": [{"token": "info", "oracle_man": ["tlmgr_12", "tlmgr_110"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10119"} {"nl": "update all packages", "cmd": "tlmgr update --all", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_332", "tlmgr_357", "tlmgr_368", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10120"} {"nl": "show possible updates without updating anything", "cmd": "tlmgr update --list", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_239", "tlmgr_242", "tlmgr_243", "tlmgr_249", "tlmgr_250", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--list", "oracle_man": ["tlmgr_10", "tlmgr_118", "tlmgr_160", "tlmgr_165", "tlmgr_202", "tlmgr_226", "tlmgr_242", "tlmgr_243", "tlmgr_250", "tlmgr_251", "tlmgr_274"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10121"} {"nl": "start a gui version of tlmgr", "cmd": "tlmgr gui", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_109"], "matching_info": [{"token": "gui", "oracle_man": ["tlmgr_109"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10122"} {"nl": "list all tex live configurations", "cmd": "tlmgr conf", "tldr_cmd_name": "tlmgr", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_67", "tlmgr_73", "tlmgr_75", "tlmgr_104"], "matching_info": [{"token": "conf", "oracle_man": ["tlmgr_67", "tlmgr_73", "tlmgr_75", "tlmgr_104"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10123"} {"nl": "show the remote addresses table only", "cmd": "bandwhich --addresses", "tldr_cmd_name": "bandwhich", "cmd_name": "bandwhich", "manual_exist": true, "oracle_man": ["bandwhich_3", "bandwhich_5"], "matching_info": [{"token": "--addresses", "oracle_man": ["bandwhich_5"]}, {"token": "|main|", "oracle_man": ["bandwhich_3", "bandwhich_4"]}], "question_id": "10124"} {"nl": "show dns queries", "cmd": "bandwhich --show-dns", "tldr_cmd_name": "bandwhich", "cmd_name": "bandwhich", "manual_exist": true, "oracle_man": ["bandwhich_3", "bandwhich_11"], "matching_info": [{"token": "--show-dns", "oracle_man": ["bandwhich_11"]}, {"token": "|main|", "oracle_man": ["bandwhich_3", "bandwhich_4"]}], "question_id": "10125"} {"nl": "show total (cumulative) usage", "cmd": "bandwhich --total-utilization", "tldr_cmd_name": "bandwhich", "cmd_name": "bandwhich", "manual_exist": true, "oracle_man": ["bandwhich_3", "bandwhich_12"], "matching_info": [{"token": "--total-utilization", "oracle_man": ["bandwhich_12"]}, {"token": "|main|", "oracle_man": ["bandwhich_3", "bandwhich_4"]}], "question_id": "10126"} {"nl": "show the network utilization for a specific network interface", "cmd": "bandwhich --interface {{eth0}}", "tldr_cmd_name": "bandwhich", "cmd_name": "bandwhich", "manual_exist": true, "oracle_man": ["bandwhich_3", "bandwhich_14"], "matching_info": [{"token": "--interface", "oracle_man": ["bandwhich_14"]}, {"token": "|main|", "oracle_man": ["bandwhich_3", "bandwhich_4"]}], "question_id": "10127"} {"nl": "show dns queries with a given dns server", "cmd": "bandwhich --show-dns --dns-server {{dns_server_ip}}", "tldr_cmd_name": "bandwhich", "cmd_name": "bandwhich", "manual_exist": true, "oracle_man": ["bandwhich_3", "bandwhich_11"], "matching_info": [{"token": "--show-dns", "oracle_man": ["bandwhich_11"]}, {"token": "--dns-server", "oracle_man": []}, {"token": "|main|", "oracle_man": ["bandwhich_3", "bandwhich_4"]}], "question_id": "10128"} {"nl": "render a `png` image with a filename based on the input filename and output format (uppercase o)", "cmd": "circo -T {{png}} -O {{path/to/input.gv}}", "tldr_cmd_name": "circo", "cmd_name": "circo", "manual_exist": true, "oracle_man": ["circo_3", "circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"], "matching_info": [{"token": "-T", "oracle_man": ["circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"]}, {"token": "-O", "oracle_man": ["circo_112"]}, {"token": "|main|", "oracle_man": ["circo_3", "circo_4", "circo_5", "circo_6", "circo_7", "circo_8", "circo_9", "circo_10", "circo_11"]}], "question_id": "10146"} {"nl": "render a `svg` image with the specified output filename (lowercase o)", "cmd": "circo -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}}", "tldr_cmd_name": "circo", "cmd_name": "circo", "manual_exist": true, "oracle_man": ["circo_3", "circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112", "circo_120"], "matching_info": [{"token": "-T", "oracle_man": ["circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"]}, {"token": "-o", "oracle_man": ["circo_120"]}, {"token": "|main|", "oracle_man": ["circo_3", "circo_4", "circo_5", "circo_6", "circo_7", "circo_8", "circo_9", "circo_10", "circo_11"]}], "question_id": "10147"} {"nl": "render the output in `ps`, `pdf`, `svg`, `fig`, `png`, `gif`, `jpg`, `json`, or `dot` format", "cmd": "circo -T {{format}} -O {{path/to/input.gv}}", "tldr_cmd_name": "circo", "cmd_name": "circo", "manual_exist": true, "oracle_man": ["circo_3", "circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"], "matching_info": [{"token": "-T", "oracle_man": ["circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"]}, {"token": "-O", "oracle_man": ["circo_112"]}, {"token": "|main|", "oracle_man": ["circo_3", "circo_4", "circo_5", "circo_6", "circo_7", "circo_8", "circo_9", "circo_10", "circo_11"]}], "question_id": "10148"} {"nl": "render a `gif` image using stdin and stdout", "cmd": "echo \"{{digraph {this -> that} }}\" | circo -T {{gif}} > {{path/to/image.gif}}", "tldr_cmd_name": "circo", "cmd_name": "circo", "manual_exist": true, "oracle_man": ["circo_3", "circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "-T", "oracle_man": ["circo_12", "circo_13", "circo_14", "circo_45", "circo_109", "circo_112"]}, {"token": "|main|", "oracle_man": ["circo_3", "circo_4", "circo_5", "circo_6", "circo_7", "circo_8", "circo_9", "circo_10", "circo_11"]}], "question_id": "10149"} {"nl": "display help", "cmd": "circo -?", "tldr_cmd_name": "circo", "cmd_name": "circo", "manual_exist": true, "oracle_man": ["circo_3", "circo_129"], "matching_info": [{"token": "-?", "oracle_man": ["circo_129"]}, {"token": "|main|", "oracle_man": ["circo_3", "circo_4", "circo_5", "circo_6", "circo_7", "circo_8", "circo_9", "circo_10", "circo_11"]}], "question_id": "10150"} {"nl": "start an interactive shell with a new database", "cmd": "sqlite3", "tldr_cmd_name": "sqlite3", "cmd_name": "sqlite3", "manual_exist": true, "oracle_man": ["sqlite3_4"], "matching_info": [{"token": "|main|", "oracle_man": ["sqlite3_4", "sqlite3_5", "sqlite3_6", "sqlite3_7", "sqlite3_8", "sqlite3_9", "sqlite3_10", "sqlite3_11", "sqlite3_12", "sqlite3_13"]}], "question_id": "10197"} {"nl": "open an interactive shell against an existing database", "cmd": "sqlite3 {{path/to/database.sqlite3}}", "tldr_cmd_name": "sqlite3", "cmd_name": "sqlite3", "manual_exist": true, "oracle_man": ["sqlite3_4"], "matching_info": [{"token": "|main|", "oracle_man": ["sqlite3_4", "sqlite3_5", "sqlite3_6", "sqlite3_7", "sqlite3_8", "sqlite3_9", "sqlite3_10", "sqlite3_11", "sqlite3_12", "sqlite3_13"]}], "question_id": "10198"} {"nl": "execute an sql statement against a database and then exit", "cmd": "sqlite3 {{path/to/database.sqlite3}} '{{SELECT * FROM some_table;}}'", "tldr_cmd_name": "sqlite3", "cmd_name": "sqlite3", "manual_exist": true, "oracle_man": ["sqlite3_4"], "matching_info": [{"token": "|main|", "oracle_man": ["sqlite3_4", "sqlite3_5", "sqlite3_6", "sqlite3_7", "sqlite3_8", "sqlite3_9", "sqlite3_10", "sqlite3_11", "sqlite3_12", "sqlite3_13"]}], "question_id": "10199"} {"nl": "list alive hosts within a subnet generated from a netmask", "cmd": "fping -a -g 192.168.1.0/24", "tldr_cmd_name": "fping", "cmd_name": "fping", "manual_exist": true, "oracle_man": ["fping_3", "fping_6", "fping_7", "fping_19", "fping_20", "fping_22", "fping_28"], "matching_info": [{"token": "-a", "oracle_man": ["fping_6", "fping_7", "fping_28"]}, {"token": "-g", "oracle_man": ["fping_19", "fping_20", "fping_22"]}, {"token": "192.168.1.0/24", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fping_3"]}], "question_id": "10235"} {"nl": "list alive hosts within a subnet generated from an ip range", "cmd": "fping -a -g 192.168.1.1 192.168.1.254", "tldr_cmd_name": "fping", "cmd_name": "fping", "manual_exist": true, "oracle_man": ["fping_3", "fping_6", "fping_7", "fping_19", "fping_20", "fping_22", "fping_28"], "matching_info": [{"token": "-a", "oracle_man": ["fping_6", "fping_7", "fping_28"]}, {"token": "-g", "oracle_man": ["fping_19", "fping_20", "fping_22"]}, {"token": "192.168.1.1", "oracle_man": []}, {"token": "192.168.1.254", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fping_3"]}], "question_id": "10236"} {"nl": "list unreachable hosts within a subnet generated from a netmask", "cmd": "fping -u -g 192.168.1.0/24", "tldr_cmd_name": "fping", "cmd_name": "fping", "manual_exist": true, "oracle_man": ["fping_3", "fping_19", "fping_20", "fping_22", "fping_45"], "matching_info": [{"token": "-u", "oracle_man": ["fping_45"]}, {"token": "-g", "oracle_man": ["fping_19", "fping_20", "fping_22"]}, {"token": "192.168.1.0/24", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fping_3"]}], "question_id": "10237"} {"nl": "generate an encrypted file that can be decrypted with a passphrase", "cmd": "age --passphrase --output {{path/to/encrypted_file}} {{path/to/unencrypted_file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_2", "age_3", "age_4", "age_7", "age_16"], "matching_info": [{"token": "--passphrase", "oracle_man": ["age_2", "age_4", "age_16"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10301"} {"nl": "generate a key pair, saving the private key to an unencrypted file and printing the public key to stdout", "cmd": "age-keygen --output {{path/to/file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_3", "age_7", "age_51", "age_63"], "matching_info": [{"token": "age-keygen", "oracle_man": ["age_51", "age_63"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10302"} {"nl": "encrypt a file with one or more public keys that are entered as literals", "cmd": "age --recipient {{public_key_1}} --recipient {{public_key_2}} {{path/to/unencrypted_file}} --output {{path/to/encrypted_file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_3", "age_4", "age_7", "age_11", "age_12", "age_13", "age_15", "age_17", "age_43"], "matching_info": [{"token": "--recipient", "oracle_man": ["age_4", "age_11", "age_12", "age_13", "age_15", "age_17", "age_43"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10303"} {"nl": "encrypt a file with one or more public keys that are specified in a recipients file", "cmd": "age --recipients-file {{path/to/recipients_file}} {{path/to/unencrypted_file}} --output {{path/to/encrypted_file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_3", "age_4", "age_7", "age_12", "age_13", "age_17", "age_43"], "matching_info": [{"token": "--recipients-file", "oracle_man": ["age_4", "age_12", "age_13", "age_17", "age_43"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10304"} {"nl": "decrypt a file with a passphrase", "cmd": "age --decrypt --output {{path/to/decrypted_file}} {{path/to/encrypted_file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_2", "age_3", "age_5", "age_7", "age_21"], "matching_info": [{"token": "--decrypt", "oracle_man": ["age_2", "age_5", "age_21"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10305"} {"nl": "decrypt a file with a private key file", "cmd": "age --decrypt --identity {{path/to/private_key_file}} --output {{path/to/decrypted_file}} {{path/to/encrypted_file}}", "tldr_cmd_name": "age", "cmd_name": "age", "manual_exist": true, "oracle_man": ["age_2", "age_3", "age_5", "age_7", "age_21", "age_22", "age_24", "age_31", "age_44"], "matching_info": [{"token": "--decrypt", "oracle_man": ["age_2", "age_5", "age_21"]}, {"token": "--identity", "oracle_man": ["age_5", "age_22", "age_24", "age_31", "age_44"]}, {"token": "--output", "oracle_man": ["age_7"]}, {"token": "|main|", "oracle_man": ["age_3", "age_4", "age_5", "age_6"]}], "question_id": "10306"} {"nl": "clone a repository using its slug (owners can omit the username)", "cmd": "hub clone {{username}}/{{repo_name}}", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "clone", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10325"} {"nl": "create a fork of the current repository (cloned from another user) under your github profile", "cmd": "hub fork", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "fork", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10326"} {"nl": "push the current local branch to github and create a pr for it in the original repository", "cmd": "hub push {{remote_name}} && hub pull-request", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "push", "oracle_man": []}, {"token": "&&", "oracle_man": []}, {"token": "pull-request", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10327"} {"nl": "create a pr of the current (already pushed) branch, reusing the message from the first commit", "cmd": "hub pull-request --no-edit", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "pull-request", "oracle_man": []}, {"token": "--no-edit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10328"} {"nl": "create a new branch with the contents of a pull request and switch to it", "cmd": "hub pr checkout {{pr_number}}", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "pr", "oracle_man": []}, {"token": "checkout", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10329"} {"nl": "upload the current (localonly) repository to your github account", "cmd": "hub create", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "create", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10330"} {"nl": "fetch git objects from upstream and update local branches", "cmd": "hub sync", "tldr_cmd_name": "hub", "cmd_name": "hub", "manual_exist": true, "oracle_man": ["hub_3"], "matching_info": [{"token": "sync", "oracle_man": []}, {"token": "|main|", "oracle_man": ["hub_3"]}], "question_id": "10331"} {"nl": "find rows that have a certain string in column 1", "cmd": "csvgrep -c {{1}} -m {{string_to_match}} {{data.csv}}", "tldr_cmd_name": "csvgrep", "cmd_name": "csvgrep", "manual_exist": true, "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_16"], "matching_info": [{"token": "-c", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_16"]}, {"token": "-m", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_10"]}, {"token": "|main|", "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_4", "csvgrep_5", "csvgrep_6", "csvgrep_7", "csvgrep_8"]}], "question_id": "10332"} {"nl": "find rows in which columns 3 or 4 match a certain regular expression", "cmd": "csvgrep -c {{3,4}} -r {{regular_expression}} {{data.csv}}", "tldr_cmd_name": "csvgrep", "cmd_name": "csvgrep", "manual_exist": true, "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_16"], "matching_info": [{"token": "-c", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_16"]}, {"token": "-r", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_12", "csvgrep_14", "csvgrep_16"]}, {"token": "|main|", "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_4", "csvgrep_5", "csvgrep_6", "csvgrep_7", "csvgrep_8"]}], "question_id": "10333"} {"nl": "find rows in which the \"name\" column does not include the string \"john doe\"", "cmd": "csvgrep -i -c {{name}} -m \"{{John Doe}}\" {{data.csv}}", "tldr_cmd_name": "csvgrep", "cmd_name": "csvgrep", "manual_exist": true, "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_15", "csvgrep_16"], "matching_info": [{"token": "-i", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_14", "csvgrep_15"]}, {"token": "-c", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_10", "csvgrep_12", "csvgrep_14", "csvgrep_16"]}, {"token": "-m", "oracle_man": ["csvgrep_3", "csvgrep_6", "csvgrep_8", "csvgrep_10"]}, {"token": "|main|", "oracle_man": ["csvgrep_2", "csvgrep_3", "csvgrep_4", "csvgrep_5", "csvgrep_6", "csvgrep_7", "csvgrep_8"]}], "question_id": "10334"} {"nl": "start wuzz", "cmd": "wuzz", "tldr_cmd_name": "wuzz", "cmd_name": "wuzz", "manual_exist": true, "oracle_man": ["wuzz_2"], "matching_info": [{"token": "|main|", "oracle_man": ["wuzz_2"]}], "question_id": "10386"} {"nl": "display help information", "cmd": "F1", "tldr_cmd_name": "wuzz", "cmd_name": "wuzz", "manual_exist": true, "oracle_man": ["wuzz_2"], "matching_info": [{"token": "F1", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wuzz_2"]}], "question_id": "10387"} {"nl": "send an http request", "cmd": "Ctrl + R", "tldr_cmd_name": "wuzz", "cmd_name": "wuzz", "manual_exist": true, "oracle_man": ["wuzz_2", "wuzz_23"], "matching_info": [{"token": "Ctrl", "oracle_man": ["wuzz_23"]}, {"token": "+", "oracle_man": []}, {"token": "R", "oracle_man": ["wuzz_23"]}, {"token": "|main|", "oracle_man": ["wuzz_2"]}], "question_id": "10388"} {"nl": "switch to the next view", "cmd": "Ctrl + J, Tab", "tldr_cmd_name": "wuzz", "cmd_name": "wuzz", "manual_exist": true, "oracle_man": ["wuzz_2", "wuzz_23"], "matching_info": [{"token": "Ctrl", "oracle_man": ["wuzz_23"]}, {"token": "+", "oracle_man": []}, {"token": "J,", "oracle_man": []}, {"token": "Tab", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wuzz_2"]}], "question_id": "10389"} {"nl": "switch to the previous view", "cmd": "Ctrl + K, Shift + Tab", "tldr_cmd_name": "wuzz", "cmd_name": "wuzz", "manual_exist": true, "oracle_man": ["wuzz_2", "wuzz_23"], "matching_info": [{"token": "Ctrl", "oracle_man": ["wuzz_23"]}, {"token": "+", "oracle_man": []}, {"token": "K,", "oracle_man": []}, {"token": "Shift", "oracle_man": []}, {"token": "Tab", "oracle_man": []}, {"token": "|main|", "oracle_man": ["wuzz_2"]}], "question_id": "10390"} {"nl": "update all tex live packages", "cmd": "sudo tlmgr update --all", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_332", "tlmgr_357", "tlmgr_368", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10405"} {"nl": "update tlmgr itself", "cmd": "sudo tlmgr update --self", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_240", "tlmgr_246", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--self", "oracle_man": ["tlmgr_240", "tlmgr_246", "tlmgr_249", "tlmgr_251", "tlmgr_273"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10406"} {"nl": "update a specific package", "cmd": "sudo tlmgr update {{package}}", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10407"} {"nl": "update all except a specific package", "cmd": "sudo tlmgr update --all --exclude {{package}}", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_245", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_252", "tlmgr_254", "tlmgr_255", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_283", "tlmgr_332", "tlmgr_357", "tlmgr_368", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "--exclude", "oracle_man": ["tlmgr_245", "tlmgr_252", "tlmgr_254", "tlmgr_283"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10408"} {"nl": "update all packages, making a backup of the current packages", "cmd": "sudo tlmgr update --all --backup", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_51", "tlmgr_54", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_153", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_197", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_215", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_267", "tlmgr_269", "tlmgr_273", "tlmgr_274", "tlmgr_332", "tlmgr_357", "tlmgr_368", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "--backup", "oracle_man": ["tlmgr_51", "tlmgr_54", "tlmgr_153", "tlmgr_197", "tlmgr_215", "tlmgr_267", "tlmgr_269"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10409"} {"nl": "update a specific package without updating its dependencies", "cmd": "sudo tlmgr update --no-depends {{package}}", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_129", "tlmgr_130", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_271", "tlmgr_272", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--no-depends", "oracle_man": ["tlmgr_129", "tlmgr_130", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_271", "tlmgr_272"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10410"} {"nl": "simulate updating all packages without making any changes", "cmd": "sudo tlmgr update --all --dry-run", "tldr_cmd_name": "tlmgr-update", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_57", "tlmgr_105", "tlmgr_126", "tlmgr_178", "tlmgr_187", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_203", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_216", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_250", "tlmgr_251", "tlmgr_254", "tlmgr_255", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_332", "tlmgr_357", "tlmgr_368", "tlmgr_380", "tlmgr_393"], "matching_info": [{"token": "update", "oracle_man": ["tlmgr_10", "tlmgr_11", "tlmgr_32", "tlmgr_239", "tlmgr_249", "tlmgr_254", "tlmgr_255", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_273", "tlmgr_274", "tlmgr_380", "tlmgr_393"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "--dry-run", "oracle_man": ["tlmgr_57", "tlmgr_126", "tlmgr_187", "tlmgr_203", "tlmgr_216", "tlmgr_250"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10411"} {"nl": "copy a file or directory from the host to a container", "cmd": "docker cp {{path/to/file_or_directory_on_host}} {{container_name}}:{{path/to/file_or_directory_in_container}}", "tldr_cmd_name": "docker-cp", "cmd_name": "docker-cp", "manual_exist": true, "oracle_man": ["docker-cp_2", "docker-cp_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-cp_2", "docker-cp_3"]}, {"token": "cp", "oracle_man": ["docker-cp_2"]}, {"token": "|main|", "oracle_man": ["docker-cp_3"]}], "question_id": "10434"} {"nl": "copy a file or directory from a container to the host", "cmd": "docker cp {{container_name}}:{{path/to/file_or_directory_in_container}} {{path/to/file_or_directory_on_host}}", "tldr_cmd_name": "docker-cp", "cmd_name": "docker-cp", "manual_exist": true, "oracle_man": ["docker-cp_2", "docker-cp_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-cp_2", "docker-cp_3"]}, {"token": "cp", "oracle_man": ["docker-cp_2"]}, {"token": "|main|", "oracle_man": ["docker-cp_3"]}], "question_id": "10435"} {"nl": "copy a file or directory from the host to a container, following symlinks (copies the symlinked files directly, not the symlinks themselves)", "cmd": "docker cp --follow-link {{path/to/symlink_on_host}} {{container_name}}:{{path/to/file_or_directory_in_container}}", "tldr_cmd_name": "docker-cp", "cmd_name": "docker-cp", "manual_exist": true, "oracle_man": ["docker-cp_2", "docker-cp_3", "docker-cp_5"], "matching_info": [{"token": "docker", "oracle_man": ["docker-cp_2", "docker-cp_3"]}, {"token": "cp", "oracle_man": ["docker-cp_2"]}, {"token": "--follow-link", "oracle_man": ["docker-cp_5"]}, {"token": "|main|", "oracle_man": ["docker-cp_3"]}], "question_id": "10436"} {"nl": "download a url to a file", "cmd": "http --download {{example.org}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_2", "http_3", "http_53", "http_54"], "matching_info": [{"token": "--download", "oracle_man": ["http_2", "http_53", "http_54"]}, {"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10522"} {"nl": "send formencoded data", "cmd": "http --form {{example.org}} {{name='bob'}} {{profile_picture@'bob.png'}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_2", "http_3", "http_19", "http_21", "http_28"], "matching_info": [{"token": "--form", "oracle_man": ["http_2", "http_19", "http_21", "http_28"]}, {"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10523"} {"nl": "send json object", "cmd": "http {{example.org}} {{name='bob'}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_3"], "matching_info": [{"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10524"} {"nl": "specify an http method", "cmd": "http {{HEAD}} {{example.org}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_3"], "matching_info": [{"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10525"} {"nl": "include an extra header", "cmd": "http {{example.org}} {{X-MyHeader:123}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_3"], "matching_info": [{"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10526"} {"nl": "pass a username and password for server authentication", "cmd": "http --auth {{username:password}} {{example.org}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_2", "http_3", "http_64", "http_66"], "matching_info": [{"token": "--auth", "oracle_man": ["http_2", "http_64", "http_66"]}, {"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10527"} {"nl": "specify raw request body via stdin", "cmd": "cat {{data.txt}} | http PUT {{example.org}}", "tldr_cmd_name": "http", "cmd_name": "http", "manual_exist": true, "oracle_man": ["http_3"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "PUT", "oracle_man": []}, {"token": "|main|", "oracle_man": ["http_3", "http_4"]}], "question_id": "10528"} {"nl": "display file using default settings octal format, 8 bytes per line, byte offsets in octal, and duplicate lines replaced with `*`", "cmd": "od {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3"], "matching_info": [{"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10550"} {"nl": "display file in verbose mode, i.e. without replacing duplicate lines with `*`", "cmd": "od -v {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3", "od_13", "od_17", "od_43"], "matching_info": [{"token": "-v", "oracle_man": ["od_13", "od_17", "od_43"]}, {"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10551"} {"nl": "display file in hexadecimal format (2byte units), with byte offsets in decimal format", "cmd": "od --format={{x}} --address-radix={{d}} -v {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3", "od_7", "od_12", "od_13", "od_17", "od_43"], "matching_info": [{"token": "--format", "oracle_man": ["od_12"]}, {"token": "--address-radix", "oracle_man": ["od_7"]}, {"token": "-v", "oracle_man": ["od_13", "od_17", "od_43"]}, {"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10552"} {"nl": "display file in hexadecimal format (1byte units), and 4 bytes per line", "cmd": "od --format={{x1}} --width={{4}} -v {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3", "od_12", "od_13", "od_14", "od_17", "od_43"], "matching_info": [{"token": "--format", "oracle_man": ["od_12"]}, {"token": "--width", "oracle_man": ["od_14"]}, {"token": "-v", "oracle_man": ["od_13", "od_17", "od_43"]}, {"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10553"} {"nl": "display file in hexadecimal format along with its character representation, and do not print byte offsets", "cmd": "od --format={{xz}} --address-radix={{n}} -v {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3", "od_7", "od_12", "od_13", "od_17", "od_43"], "matching_info": [{"token": "--format", "oracle_man": ["od_12"]}, {"token": "--address-radix", "oracle_man": ["od_7"]}, {"token": "-v", "oracle_man": ["od_13", "od_17", "od_43"]}, {"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10554"} {"nl": "read only 100 bytes of a file starting from the 500th byte", "cmd": "od --read-bytes {{100}} --skip-bytes={{500}} -v {{path/to/file}}", "tldr_cmd_name": "od", "cmd_name": "od", "manual_exist": true, "oracle_man": ["od_3", "od_9", "od_10", "od_13", "od_17", "od_43"], "matching_info": [{"token": "--read-bytes", "oracle_man": ["od_10"]}, {"token": "--skip-bytes", "oracle_man": ["od_9"]}, {"token": "-v", "oracle_man": ["od_13", "od_17", "od_43"]}, {"token": "|main|", "oracle_man": ["od_3", "od_4", "od_5", "od_6", "od_7", "od_8", "od_9", "od_10", "od_11", "od_12", "od_13", "od_14", "od_15", "od_16", "od_17", "od_18", "od_19", "od_20", "od_21", "od_22", "od_23", "od_24", "od_25", "od_26", "od_27", "od_28", "od_29", "od_30", "od_31", "od_32", "od_33", "od_34", "od_35", "od_36", "od_37", "od_38", "od_39", "od_40", "od_41", "od_42"]}], "question_id": "10555"} {"nl": "compile source file(s) and create an executable", "cmd": "c99 {{file.c}}", "tldr_cmd_name": "c99", "cmd_name": "c99", "manual_exist": true, "oracle_man": ["c99_4"], "matching_info": [{"token": "|main|", "oracle_man": ["c99_4", "c99_5", "c99_6", "c99_7", "c99_8", "c99_9", "c99_10"]}], "question_id": "10560"} {"nl": "compile source file(s) and create an executable with a custom name", "cmd": "c99 -o {{executable_name}} {{file.c}}", "tldr_cmd_name": "c99", "cmd_name": "c99", "manual_exist": true, "oracle_man": ["c99_4", "c99_103", "c99_117"], "matching_info": [{"token": "-o", "oracle_man": ["c99_103", "c99_117"]}, {"token": "|main|", "oracle_man": ["c99_4", "c99_5", "c99_6", "c99_7", "c99_8", "c99_9", "c99_10"]}], "question_id": "10561"} {"nl": "compile source file(s) and create object file(s)", "cmd": "c99 -c {{file.c}}", "tldr_cmd_name": "c99", "cmd_name": "c99", "manual_exist": true, "oracle_man": ["c99_4", "c99_41", "c99_88"], "matching_info": [{"token": "-c", "oracle_man": ["c99_41", "c99_88"]}, {"token": "|main|", "oracle_man": ["c99_4", "c99_5", "c99_6", "c99_7", "c99_8", "c99_9", "c99_10"]}], "question_id": "10562"} {"nl": "compile source file(s), link with object file(s), and create an executable", "cmd": "c99 {{file.c}} {{file.o}}", "tldr_cmd_name": "c99", "cmd_name": "c99", "manual_exist": true, "oracle_man": ["c99_4"], "matching_info": [{"token": "|main|", "oracle_man": ["c99_4", "c99_5", "c99_6", "c99_7", "c99_8", "c99_9", "c99_10"]}], "question_id": "10563"} {"nl": "create a new empty file(s) or change the times for existing file(s) to current time", "cmd": "touch {{filename}}", "tldr_cmd_name": "touch", "cmd_name": "touch", "manual_exist": true, "oracle_man": ["touch_4"], "matching_info": [{"token": "|main|", "oracle_man": ["touch_4", "touch_5", "touch_6", "touch_7", "touch_8", "touch_9", "touch_10", "touch_11", "touch_12", "touch_13", "touch_14", "touch_15", "touch_16", "touch_17", "touch_18"]}], "question_id": "10575"} {"nl": "set the times on a file to a specific date and time", "cmd": "touch -t {{YYYYMMDDHHMM.SS}} {{filename}}", "tldr_cmd_name": "touch", "cmd_name": "touch", "manual_exist": true, "oracle_man": ["touch_3", "touch_4", "touch_5", "touch_29", "touch_36", "touch_73", "touch_84", "touch_86", "touch_88"], "matching_info": [{"token": "-t", "oracle_man": ["touch_3", "touch_5", "touch_29", "touch_36", "touch_73", "touch_84", "touch_86", "touch_88"]}, {"token": "|main|", "oracle_man": ["touch_4", "touch_5", "touch_6", "touch_7", "touch_8", "touch_9", "touch_10", "touch_11", "touch_12", "touch_13", "touch_14", "touch_15", "touch_16", "touch_17", "touch_18"]}], "question_id": "10576"} {"nl": "use the times from a file to set the times on a second file", "cmd": "touch -r {{filename}} {{filename2}}", "tldr_cmd_name": "touch", "cmd_name": "touch", "manual_exist": true, "oracle_man": ["touch_3", "touch_4", "touch_5", "touch_35", "touch_90"], "matching_info": [{"token": "-r", "oracle_man": ["touch_3", "touch_5", "touch_35", "touch_90"]}, {"token": "|main|", "oracle_man": ["touch_4", "touch_5", "touch_6", "touch_7", "touch_8", "touch_9", "touch_10", "touch_11", "touch_12", "touch_13", "touch_14", "touch_15", "touch_16", "touch_17", "touch_18"]}], "question_id": "10577"} {"nl": "create multiple files", "cmd": "touch {{file{1,2,3}.txt}}", "tldr_cmd_name": "touch", "cmd_name": "touch", "manual_exist": true, "oracle_man": ["touch_4"], "matching_info": [{"token": "|main|", "oracle_man": ["touch_4", "touch_5", "touch_6", "touch_7", "touch_8", "touch_9", "touch_10", "touch_11", "touch_12", "touch_13", "touch_14", "touch_15", "touch_16", "touch_17", "touch_18"]}], "question_id": "10578"} {"nl": "browse for vnc servers", "cmd": "bvnc", "tldr_cmd_name": "bvnc", "cmd_name": "bvnc", "manual_exist": true, "oracle_man": ["bvnc_5"], "matching_info": [{"token": "|main|", "oracle_man": ["bvnc_5", "bvnc_6"]}], "question_id": "10589"} {"nl": "browse for ssh servers", "cmd": "bvnc --ssh", "tldr_cmd_name": "bvnc", "cmd_name": "bvnc", "manual_exist": true, "oracle_man": ["bvnc_5", "bvnc_7"], "matching_info": [{"token": "--ssh", "oracle_man": ["bvnc_7"]}, {"token": "|main|", "oracle_man": ["bvnc_5", "bvnc_6"]}], "question_id": "10590"} {"nl": "browse for both vnc and ssh servers", "cmd": "bvnc --shell", "tldr_cmd_name": "bvnc", "cmd_name": "bvnc", "manual_exist": true, "oracle_man": ["bvnc_5", "bvnc_9"], "matching_info": [{"token": "--shell", "oracle_man": ["bvnc_9"]}, {"token": "|main|", "oracle_man": ["bvnc_5", "bvnc_6"]}], "question_id": "10591"} {"nl": "browse for vnc servers in a specified domain", "cmd": "bvnc --domain={{domain}}", "tldr_cmd_name": "bvnc", "cmd_name": "bvnc", "manual_exist": true, "oracle_man": ["bvnc_5", "bvnc_10"], "matching_info": [{"token": "--domain", "oracle_man": ["bvnc_10"]}, {"token": "|main|", "oracle_man": ["bvnc_5", "bvnc_6"]}], "question_id": "10592"} {"nl": "view documentation for the original command", "cmd": "tldr clang++", "tldr_cmd_name": "llvm-g++", "cmd_name": "llvm-g++", "manual_exist": true, "oracle_man": ["llvm-g++_6"], "matching_info": [{"token": "tldr", "oracle_man": []}, {"token": "clang++", "oracle_man": []}, {"token": "|main|", "oracle_man": ["llvm-g++_6", "llvm-g++_7", "llvm-g++_8", "llvm-g++_9", "llvm-g++_10", "llvm-g++_11"]}], "question_id": "10598"} {"nl": "search entries", "cmd": "keepassxc-cli lookup {{path/to/database_file}} {{name}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3"], "matching_info": [{"token": "lookup", "oracle_man": []}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10678"} {"nl": "list the contents of a folder", "cmd": "keepassxc-cli ls {{path/to/database_file}} {{/path/to/directory}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_19"], "matching_info": [{"token": "ls", "oracle_man": ["keepassxc-cli_19"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10679"} {"nl": "add an entry with an autogenerated password", "cmd": "keepassxc-cli add --generate {{path/to/database_file}} {{entry_name}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_4", "keepassxc-cli_44"], "matching_info": [{"token": "add", "oracle_man": ["keepassxc-cli_4"]}, {"token": "--generate", "oracle_man": ["keepassxc-cli_44"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10680"} {"nl": "delete an entry", "cmd": "keepassxc-cli rm {{path/to/database_file}} {{entry_name}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_25"], "matching_info": [{"token": "rm", "oracle_man": ["keepassxc-cli_25"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10681"} {"nl": "copy an entry's password to the clipboard", "cmd": "keepassxc-cli clip {{path/to/database_file}} {{entry_name}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_6"], "matching_info": [{"token": "clip", "oracle_man": ["keepassxc-cli_6"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10682"} {"nl": "copy a totp code to the clipboard", "cmd": "keepassxc-cli clip --totp {{path/to/database_file}} {{entry_name}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_6", "keepassxc-cli_49", "keepassxc-cli_55"], "matching_info": [{"token": "clip", "oracle_man": ["keepassxc-cli_6"]}, {"token": "--totp", "oracle_man": ["keepassxc-cli_49", "keepassxc-cli_55"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10683"} {"nl": "generate a passphrase with 7 words", "cmd": "keepassxc-cli diceware --words {{7}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_10", "keepassxc-cli_56"], "matching_info": [{"token": "diceware", "oracle_man": ["keepassxc-cli_10"]}, {"token": "--words", "oracle_man": ["keepassxc-cli_56"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10684"} {"nl": "generate a password with 16 printable ascii characters", "cmd": "keepassxc-cli generate --lower --upper --numeric --special --length {{16}}", "tldr_cmd_name": "keepassxc-cli", "cmd_name": "keepassxc-cli", "manual_exist": true, "oracle_man": ["keepassxc-cli_3", "keepassxc-cli_15", "keepassxc-cli_61", "keepassxc-cli_62", "keepassxc-cli_63", "keepassxc-cli_64", "keepassxc-cli_65"], "matching_info": [{"token": "generate", "oracle_man": ["keepassxc-cli_15"]}, {"token": "--lower", "oracle_man": ["keepassxc-cli_62"]}, {"token": "--upper", "oracle_man": ["keepassxc-cli_63"]}, {"token": "--numeric", "oracle_man": ["keepassxc-cli_64"]}, {"token": "--special", "oracle_man": ["keepassxc-cli_65"]}, {"token": "--length", "oracle_man": ["keepassxc-cli_61"]}, {"token": "|main|", "oracle_man": ["keepassxc-cli_3"]}], "question_id": "10685"} {"nl": "launch kate and open specific files", "cmd": "kate {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_3"], "matching_info": [{"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10692"} {"nl": "open a remote document in kate", "cmd": "kate {{https://example.com/path/to/file}}", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_3"], "matching_info": [{"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10693"} {"nl": "launch kate, creating a new instance even if one is already open", "cmd": "kate --new", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_2", "kate_3", "kate_11", "kate_13"], "matching_info": [{"token": "--new", "oracle_man": ["kate_2", "kate_11", "kate_13"]}, {"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10694"} {"nl": "open a file in kate with the cursor at the specific line", "cmd": "kate --line {{line_number}} {{path/to/file}}", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_2", "kate_3", "kate_22"], "matching_info": [{"token": "--line", "oracle_man": ["kate_2", "kate_22"]}, {"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10695"} {"nl": "open a file in kate with the cursor at the specific line and column", "cmd": "kate --line {{line_number}} --column {{column_number}} {{path/to/file}}", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_2", "kate_3", "kate_22", "kate_24"], "matching_info": [{"token": "--line", "oracle_man": ["kate_2", "kate_22"]}, {"token": "--column", "oracle_man": ["kate_2", "kate_24"]}, {"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10696"} {"nl": "launch kate, creating a new temporary file with contents read from stdin", "cmd": "cat {{path/to/file}} | kate --stdin", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_2", "kate_3", "kate_26"], "matching_info": [{"token": "cat", "oracle_man": []}, {"token": "--stdin", "oracle_man": ["kate_2", "kate_26"]}, {"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10697"} {"nl": "display help", "cmd": "kate --help", "tldr_cmd_name": "kate", "cmd_name": "kate", "manual_exist": true, "oracle_man": ["kate_3"], "matching_info": [{"token": "--help", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kate_3", "kate_4", "kate_5", "kate_6"]}], "question_id": "10698"} {"nl": "display the current date using the default locale's format", "cmd": "date +\"%c\"", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_3"], "matching_info": [{"token": "+%c", "oracle_man": []}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10699"} {"nl": "display the current date in utc and iso 8601 format", "cmd": "date -u +\"%Y-%m-%dT%H:%M:%SZ\"", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_2", "date_3", "date_13"], "matching_info": [{"token": "-u", "oracle_man": ["date_2", "date_13"]}, {"token": "+%Y-%m-%dT%H:%M:%SZ", "oracle_man": []}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10700"} {"nl": "display the current date as a unix timestamp (seconds since the unix epoch)", "cmd": "date +%s", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_3"], "matching_info": [{"token": "+%s", "oracle_man": []}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10701"} {"nl": "display a specific date (represented as a unix timestamp) using the default format", "cmd": "date -d @1473305798", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_3", "date_5", "date_6", "date_7", "date_72", "date_76", "date_77"], "matching_info": [{"token": "-d", "oracle_man": ["date_5", "date_6", "date_7", "date_72", "date_76", "date_77"]}, {"token": "@1473305798", "oracle_man": []}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10702"} {"nl": "convert a specific date to the unix timestamp format", "cmd": "date -d \"{{2018-09-01 00:00}}\" +%s --utc", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_2", "date_3", "date_5", "date_6", "date_7", "date_13", "date_72", "date_76", "date_77"], "matching_info": [{"token": "-d", "oracle_man": ["date_5", "date_6", "date_7", "date_72", "date_76", "date_77"]}, {"token": "+%s", "oracle_man": []}, {"token": "--utc", "oracle_man": ["date_2", "date_13"]}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10703"} {"nl": "display the current date using the rfc3339 format (`yyyymmdd hhmmss tz`)", "cmd": "date --rfc-3339=s", "tldr_cmd_name": "date", "cmd_name": "date", "manual_exist": true, "oracle_man": ["date_3"], "matching_info": [{"token": "--rfc-3339=s", "oracle_man": []}, {"token": "|main|", "oracle_man": ["date_3", "date_4", "date_5", "date_6", "date_7", "date_8", "date_9", "date_10", "date_11", "date_12", "date_13", "date_14", "date_15", "date_16", "date_17", "date_18", "date_19", "date_20", "date_21", "date_22", "date_23", "date_24", "date_25", "date_26", "date_27", "date_28", "date_29", "date_30", "date_31", "date_32", "date_33", "date_34", "date_35", "date_36", "date_37", "date_38", "date_39", "date_40", "date_41", "date_42", "date_43", "date_44", "date_45", "date_46", "date_47", "date_48", "date_49", "date_50", "date_51", "date_52", "date_53", "date_54", "date_55", "date_56", "date_57", "date_58", "date_59", "date_60", "date_61", "date_62", "date_63", "date_64", "date_65", "date_66", "date_67", "date_68", "date_69", "date_70"]}], "question_id": "10704"} {"nl": "restore an unstaged file to the version of the current commit (head)", "cmd": "git restore {{path/to/file}}", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_6", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10709"} {"nl": "restore an unstaged file to the version of a specific commit", "cmd": "git restore --source {{commit}} {{path/to/file}}", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_5", "git-restore_6", "git-restore_8", "git-restore_23", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "--source", "oracle_man": ["git-restore_2", "git-restore_5", "git-restore_8", "git-restore_23", "git-restore_30", "git-restore_42"]}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10710"} {"nl": "discard all unstaged changes to tracked files", "cmd": "git restore :/", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_6", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": ":/", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10711"} {"nl": "unstage a file", "cmd": "git restore --staged {{path/to/file}}", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_9", "git-restore_13", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "--staged", "oracle_man": ["git-restore_2", "git-restore_4", "git-restore_5", "git-restore_9", "git-restore_13", "git-restore_40", "git-restore_42"]}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10712"} {"nl": "unstage all files", "cmd": "git restore --staged :/", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_9", "git-restore_13", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "--staged", "oracle_man": ["git-restore_2", "git-restore_4", "git-restore_5", "git-restore_9", "git-restore_13", "git-restore_40", "git-restore_42"]}, {"token": ":/", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10713"} {"nl": "discard all changes to files, both staged and unstaged", "cmd": "git restore --worktree --staged :/", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_9", "git-restore_13", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "--worktree", "oracle_man": ["git-restore_2", "git-restore_4", "git-restore_13", "git-restore_42"]}, {"token": "--staged", "oracle_man": ["git-restore_2", "git-restore_4", "git-restore_5", "git-restore_9", "git-restore_13", "git-restore_40", "git-restore_42"]}, {"token": ":/", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10714"} {"nl": "interactively select sections of files to restore", "cmd": "git restore --patch", "tldr_cmd_name": "git-restore", "cmd_name": "git-restore", "manual_exist": true, "oracle_man": ["git-restore_2", "git-restore_3", "git-restore_6", "git-restore_11", "git-restore_12", "git-restore_30", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"], "matching_info": [{"token": "git", "oracle_man": ["git-restore_2", "git-restore_30", "git-restore_33", "git-restore_36", "git-restore_38", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "restore", "oracle_man": ["git-restore_2", "git-restore_6", "git-restore_33", "git-restore_35", "git-restore_36", "git-restore_37", "git-restore_38", "git-restore_39", "git-restore_40", "git-restore_42", "git-restore_44"]}, {"token": "--patch", "oracle_man": ["git-restore_2", "git-restore_11", "git-restore_12"]}, {"token": "|main|", "oracle_man": ["git-restore_3", "git-restore_4", "git-restore_5", "git-restore_6", "git-restore_7"]}], "question_id": "10715"} {"nl": "start beanstalkd, listening on port 11300", "cmd": "beanstalkd", "tldr_cmd_name": "beanstalkd", "cmd_name": "beanstalkd", "manual_exist": true, "oracle_man": ["beanstalkd_3"], "matching_info": [{"token": "|main|", "oracle_man": ["beanstalkd_3", "beanstalkd_4"]}], "question_id": "10716"} {"nl": "start beanstalkd listening on a custom port and address", "cmd": "beanstalkd -l {{ip_address}} -p {{port_number}}", "tldr_cmd_name": "beanstalkd", "cmd_name": "beanstalkd", "manual_exist": true, "oracle_man": ["beanstalkd_3", "beanstalkd_13", "beanstalkd_14", "beanstalkd_15", "beanstalkd_16", "beanstalkd_17"], "matching_info": [{"token": "-l", "oracle_man": ["beanstalkd_13", "beanstalkd_15"]}, {"token": "-p", "oracle_man": ["beanstalkd_14", "beanstalkd_16", "beanstalkd_17"]}, {"token": "|main|", "oracle_man": ["beanstalkd_3", "beanstalkd_4"]}], "question_id": "10717"} {"nl": "persist work queues by saving them to disk", "cmd": "beanstalkd -b {{path/to/persistence_directory}}", "tldr_cmd_name": "beanstalkd", "cmd_name": "beanstalkd", "manual_exist": true, "oracle_man": ["beanstalkd_3", "beanstalkd_5", "beanstalkd_9", "beanstalkd_11", "beanstalkd_19"], "matching_info": [{"token": "-b", "oracle_man": ["beanstalkd_5", "beanstalkd_9", "beanstalkd_11", "beanstalkd_19"]}, {"token": "|main|", "oracle_man": ["beanstalkd_3", "beanstalkd_4"]}], "question_id": "10718"} {"nl": "sync to the persistence directory every 500 milliseconds", "cmd": "beanstalkd -b {{path/to/persistence_directory}} -f {{500}}", "tldr_cmd_name": "beanstalkd", "cmd_name": "beanstalkd", "manual_exist": true, "oracle_man": ["beanstalkd_3", "beanstalkd_5", "beanstalkd_6", "beanstalkd_9", "beanstalkd_10", "beanstalkd_11", "beanstalkd_19"], "matching_info": [{"token": "-b", "oracle_man": ["beanstalkd_5", "beanstalkd_9", "beanstalkd_11", "beanstalkd_19"]}, {"token": "-f", "oracle_man": ["beanstalkd_6", "beanstalkd_10"]}, {"token": "|main|", "oracle_man": ["beanstalkd_3", "beanstalkd_4"]}], "question_id": "10719"} {"nl": "display the directory stack with a space between each entry", "cmd": "dirs", "tldr_cmd_name": "dirs", "cmd_name": "dirs", "manual_exist": true, "oracle_man": ["dirs_1"], "matching_info": [{"token": "|main|", "oracle_man": ["dirs_1"]}], "question_id": "10734"} {"nl": "display the directory stack with one entry per line", "cmd": "dirs -p", "tldr_cmd_name": "dirs", "cmd_name": "dirs", "manual_exist": true, "oracle_man": ["dirs_1", "dirs_125", "dirs_126", "dirs_128", "dirs_153", "dirs_154"], "matching_info": [{"token": "-p", "oracle_man": ["dirs_125", "dirs_126", "dirs_128", "dirs_153", "dirs_154"]}, {"token": "|main|", "oracle_man": ["dirs_1"]}], "question_id": "10735"} {"nl": "display only the nth entry in the directory stack, starting at 0", "cmd": "dirs +{{N}}", "tldr_cmd_name": "dirs", "cmd_name": "dirs", "manual_exist": true, "oracle_man": ["dirs_1"], "matching_info": [{"token": "|main|", "oracle_man": ["dirs_1"]}], "question_id": "10736"} {"nl": "clear the directory stack", "cmd": "dirs -c", "tldr_cmd_name": "dirs", "cmd_name": "dirs", "manual_exist": true, "oracle_man": ["dirs_1", "dirs_56", "dirs_72", "dirs_74", "dirs_151", "dirs_276", "dirs_277", "dirs_287", "dirs_290", "dirs_301", "dirs_343", "dirs_380", "dirs_388", "dirs_389"], "matching_info": [{"token": "-c", "oracle_man": ["dirs_56", "dirs_72", "dirs_74", "dirs_151", "dirs_276", "dirs_277", "dirs_287", "dirs_290", "dirs_301", "dirs_343", "dirs_380", "dirs_388", "dirs_389"]}, {"token": "|main|", "oracle_man": ["dirs_1"]}], "question_id": "10737"} {"nl": "list files and directories in the current directory, one per line, with details", "cmd": "vdir", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3"], "matching_info": [{"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10738"} {"nl": "list with sizes displayed in humanreadable units (kb, mb, gb)", "cmd": "vdir -h", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_25", "vdir_30", "vdir_31", "vdir_43", "vdir_66"], "matching_info": [{"token": "-h", "oracle_man": ["vdir_25", "vdir_30", "vdir_31", "vdir_43", "vdir_66"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10739"} {"nl": "list including hidden files (starting with a dot)", "cmd": "vdir -a", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_5", "vdir_6", "vdir_7", "vdir_30", "vdir_46"], "matching_info": [{"token": "-a", "oracle_man": ["vdir_5", "vdir_6", "vdir_7", "vdir_30", "vdir_46"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10740"} {"nl": "list files and directories sorting entries by size (largest first)", "cmd": "vdir -S", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_50", "vdir_51"], "matching_info": [{"token": "-S", "oracle_man": ["vdir_50", "vdir_51"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10741"} {"nl": "list files and directories sorting entries by modification time (newest first)", "cmd": "vdir -t", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_18", "vdir_20", "vdir_28", "vdir_32", "vdir_51", "vdir_52", "vdir_54", "vdir_55", "vdir_56"], "matching_info": [{"token": "-t", "oracle_man": ["vdir_18", "vdir_20", "vdir_28", "vdir_32", "vdir_51", "vdir_52", "vdir_54", "vdir_55", "vdir_56"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10742"} {"nl": "list grouping directories first", "cmd": "vdir --group-directories-first", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_22"], "matching_info": [{"token": "--group-directories-first", "oracle_man": ["vdir_22"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10743"} {"nl": "recursively list all files and directories in a specific directory", "cmd": "vdir --recursive {{path/to/directory}}", "tldr_cmd_name": "vdir", "cmd_name": "vdir", "manual_exist": true, "oracle_man": ["vdir_3", "vdir_48"], "matching_info": [{"token": "--recursive", "oracle_man": ["vdir_48"]}, {"token": "|main|", "oracle_man": ["vdir_3", "vdir_4", "vdir_5", "vdir_6", "vdir_7", "vdir_8", "vdir_9", "vdir_10", "vdir_11", "vdir_12", "vdir_13", "vdir_14", "vdir_15", "vdir_16", "vdir_17", "vdir_18", "vdir_19", "vdir_20", "vdir_21", "vdir_22", "vdir_23", "vdir_24", "vdir_25", "vdir_26", "vdir_27", "vdir_28", "vdir_29", "vdir_30", "vdir_31", "vdir_32", "vdir_33", "vdir_34", "vdir_35", "vdir_36", "vdir_37", "vdir_38", "vdir_39", "vdir_40", "vdir_41", "vdir_42", "vdir_43", "vdir_44", "vdir_45", "vdir_46", "vdir_47", "vdir_48", "vdir_49", "vdir_50", "vdir_51", "vdir_52", "vdir_53", "vdir_54", "vdir_55", "vdir_56", "vdir_57", "vdir_58", "vdir_59", "vdir_60", "vdir_61", "vdir_62", "vdir_63", "vdir_64", "vdir_65", "vdir_66", "vdir_67", "vdir_68", "vdir_69", "vdir_70", "vdir_71", "vdir_72", "vdir_73"]}], "question_id": "10744"} {"nl": "view documentation for the original command", "cmd": "tldr tlmgr platform", "tldr_cmd_name": "tlmgr-arch", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_179", "tlmgr_180", "tlmgr_181", "tlmgr_182", "tlmgr_183"], "matching_info": [{"token": "tldr", "oracle_man": []}, {"token": "platform", "oracle_man": ["tlmgr_179", "tlmgr_180", "tlmgr_181", "tlmgr_182", "tlmgr_183"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10838"} {"nl": "list the contents of the tree on a branch", "cmd": "git ls-tree {{branch_name}}", "tldr_cmd_name": "git-ls-tree", "cmd_name": "git-ls-tree", "manual_exist": true, "oracle_man": ["git-ls-tree_2", "git-ls-tree_3"], "matching_info": [{"token": "git", "oracle_man": ["git-ls-tree_2"]}, {"token": "ls-tree", "oracle_man": ["git-ls-tree_2"]}, {"token": "|main|", "oracle_man": ["git-ls-tree_3", "git-ls-tree_4", "git-ls-tree_5"]}], "question_id": "10847"} {"nl": "list the contents of the tree on a commit, recursing into subtrees", "cmd": "git ls-tree -r {{commit_hash}}", "tldr_cmd_name": "git-ls-tree", "cmd_name": "git-ls-tree", "manual_exist": true, "oracle_man": ["git-ls-tree_2", "git-ls-tree_3", "git-ls-tree_4", "git-ls-tree_5", "git-ls-tree_8", "git-ls-tree_9"], "matching_info": [{"token": "git", "oracle_man": ["git-ls-tree_2"]}, {"token": "ls-tree", "oracle_man": ["git-ls-tree_2"]}, {"token": "-r", "oracle_man": ["git-ls-tree_2", "git-ls-tree_4", "git-ls-tree_5", "git-ls-tree_8", "git-ls-tree_9"]}, {"token": "|main|", "oracle_man": ["git-ls-tree_3", "git-ls-tree_4", "git-ls-tree_5"]}], "question_id": "10848"} {"nl": "list only the filenames of the tree on a commit", "cmd": "git ls-tree --name-only {{commit_hash}}", "tldr_cmd_name": "git-ls-tree", "cmd_name": "git-ls-tree", "manual_exist": true, "oracle_man": ["git-ls-tree_2", "git-ls-tree_3", "git-ls-tree_12"], "matching_info": [{"token": "git", "oracle_man": ["git-ls-tree_2"]}, {"token": "ls-tree", "oracle_man": ["git-ls-tree_2"]}, {"token": "--name-only", "oracle_man": ["git-ls-tree_2", "git-ls-tree_12"]}, {"token": "|main|", "oracle_man": ["git-ls-tree_3", "git-ls-tree_4", "git-ls-tree_5"]}], "question_id": "10849"} {"nl": "uninstall a tex live package", "cmd": "sudo tlmgr remove {{package}}", "tldr_cmd_name": "tlmgr-remove", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10862"} {"nl": "simulate uninstalling a package without making any changes", "cmd": "tlmgr remove --dry-run {{package}}", "tldr_cmd_name": "tlmgr-remove", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_57", "tlmgr_126", "tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_187", "tlmgr_195", "tlmgr_203", "tlmgr_216", "tlmgr_250", "tlmgr_332"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "--dry-run", "oracle_man": ["tlmgr_57", "tlmgr_126", "tlmgr_187", "tlmgr_203", "tlmgr_216", "tlmgr_250"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10863"} {"nl": "uninstall a package without its dependencies", "cmd": "sudo tlmgr remove --no-depends {{package}}", "tldr_cmd_name": "tlmgr-remove", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_129", "tlmgr_130", "tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_271", "tlmgr_272", "tlmgr_332"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "--no-depends", "oracle_man": ["tlmgr_129", "tlmgr_130", "tlmgr_195", "tlmgr_199", "tlmgr_200", "tlmgr_271", "tlmgr_272"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10864"} {"nl": "uninstall a package and back it up to a specific directory", "cmd": "sudo tlmgr remove --backupdir {{path/to/directory}} {{package}}", "tldr_cmd_name": "tlmgr-remove", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_51", "tlmgr_54", "tlmgr_138", "tlmgr_153", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_197", "tlmgr_215", "tlmgr_267", "tlmgr_332"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "--backupdir", "oracle_man": ["tlmgr_51", "tlmgr_54", "tlmgr_153", "tlmgr_197", "tlmgr_215", "tlmgr_267"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10865"} {"nl": "uninstall all of tex live, asking for confirmation", "cmd": "sudo tlmgr remove --all", "tldr_cmd_name": "tlmgr-remove", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_188", "tlmgr_192", "tlmgr_195", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"], "matching_info": [{"token": "remove", "oracle_man": ["tlmgr_138", "tlmgr_177", "tlmgr_178", "tlmgr_181", "tlmgr_195", "tlmgr_332"]}, {"token": "--all", "oracle_man": ["tlmgr_11", "tlmgr_51", "tlmgr_55", "tlmgr_56", "tlmgr_105", "tlmgr_178", "tlmgr_188", "tlmgr_192", "tlmgr_196", "tlmgr_208", "tlmgr_209", "tlmgr_214", "tlmgr_219", "tlmgr_222", "tlmgr_239", "tlmgr_240", "tlmgr_247", "tlmgr_249", "tlmgr_251", "tlmgr_254", "tlmgr_258", "tlmgr_259", "tlmgr_261", "tlmgr_263", "tlmgr_266", "tlmgr_332", "tlmgr_357", "tlmgr_368"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "10866"} {"nl": "change the upstream remote to origin", "cmd": "git rename-remote {{upstream}} {{origin}}", "tldr_cmd_name": "git-rename-remote", "cmd_name": "git-rename-remote", "manual_exist": true, "oracle_man": ["git-rename-remote_3", "git-rename-remote_8"], "matching_info": [{"token": "git", "oracle_man": ["git-rename-remote_3", "git-rename-remote_8"]}, {"token": "rename-remote", "oracle_man": []}, {"token": "|main|", "oracle_man": ["git-rename-remote_3"]}], "question_id": "10876"} {"nl": "search for a haxe library", "cmd": "haxelib search {{keyword}}", "tldr_cmd_name": "haxelib", "cmd_name": "haxelib", "manual_exist": true, "oracle_man": ["haxelib_3", "haxelib_9"], "matching_info": [{"token": "search", "oracle_man": ["haxelib_9"]}, {"token": "|main|", "oracle_man": ["haxelib_3"]}], "question_id": "10884"} {"nl": "install a haxe library", "cmd": "haxelib install {{libname}}", "tldr_cmd_name": "haxelib", "cmd_name": "haxelib", "manual_exist": true, "oracle_man": ["haxelib_3", "haxelib_4", "haxelib_18"], "matching_info": [{"token": "install", "oracle_man": ["haxelib_4", "haxelib_18"]}, {"token": "|main|", "oracle_man": ["haxelib_3"]}], "question_id": "10885"} {"nl": "upgrade all installed haxe libraries", "cmd": "haxelib upgrade", "tldr_cmd_name": "haxelib", "cmd_name": "haxelib", "manual_exist": true, "oracle_man": ["haxelib_3", "haxelib_6"], "matching_info": [{"token": "upgrade", "oracle_man": ["haxelib_6"]}, {"token": "|main|", "oracle_man": ["haxelib_3"]}], "question_id": "10886"} {"nl": "install the development version of a library from a git repository", "cmd": "haxelib git {{libname}} {{git_url}}", "tldr_cmd_name": "haxelib", "cmd_name": "haxelib", "manual_exist": true, "oracle_man": ["haxelib_3"], "matching_info": [{"token": "git", "oracle_man": []}, {"token": "|main|", "oracle_man": ["haxelib_3"]}], "question_id": "10887"} {"nl": "print the uncompressed contents of a gzipped file to the standard output", "cmd": "zcat {{file.txt.gz}}", "tldr_cmd_name": "zcat", "cmd_name": "zcat", "manual_exist": true, "oracle_man": ["zcat_3"], "matching_info": [{"token": "|main|", "oracle_man": ["zcat_3", "zcat_4", "zcat_5", "zcat_6", "zcat_7", "zcat_8", "zcat_9", "zcat_10", "zcat_11", "zcat_12"]}], "question_id": "10968"} {"nl": "print compression details of a gzipped file to the standard output", "cmd": "zcat -l {{file.txt.gz}}", "tldr_cmd_name": "zcat", "cmd_name": "zcat", "manual_exist": true, "oracle_man": ["zcat_3", "zcat_13", "zcat_19", "zcat_28", "zcat_53", "zcat_57"], "matching_info": [{"token": "-l", "oracle_man": ["zcat_13", "zcat_19", "zcat_28", "zcat_53", "zcat_57"]}, {"token": "|main|", "oracle_man": ["zcat_3", "zcat_4", "zcat_5", "zcat_6", "zcat_7", "zcat_8", "zcat_9", "zcat_10", "zcat_11", "zcat_12"]}], "question_id": "10969"} {"nl": "start qt creator", "cmd": "qtcreator", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3"], "matching_info": [{"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10970"} {"nl": "start qt creator and restore the last session", "cmd": "qtcreator -lastsession", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3", "qtcreator_7"], "matching_info": [{"token": "-lastsession", "oracle_man": ["qtcreator_7"]}, {"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10971"} {"nl": "start qt creator but don't load the specified plugin", "cmd": "qtcreator -noload {{plugin}}", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3", "qtcreator_7"], "matching_info": [{"token": "-noload", "oracle_man": ["qtcreator_7"]}, {"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10972"} {"nl": "start qt creator but don't load any plugins", "cmd": "qtcreator -noload {{all}}", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3", "qtcreator_7"], "matching_info": [{"token": "-noload", "oracle_man": ["qtcreator_7"]}, {"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10973"} {"nl": "start qt creator in presentation mode with popups for keyboard shortcuts", "cmd": "qtcreator -presentationMode", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3"], "matching_info": [{"token": "-presentationMode", "oracle_man": []}, {"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10974"} {"nl": "start qt creator and show the diff from a specific commit", "cmd": "qtcreator -git-show {{commit}}", "tldr_cmd_name": "qtcreator", "cmd_name": "qtcreator", "manual_exist": true, "oracle_man": ["qtcreator_3"], "matching_info": [{"token": "-git-show", "oracle_man": []}, {"token": "|main|", "oracle_man": ["qtcreator_3"]}], "question_id": "10975"} {"nl": "parse and check a file for errors", "cmd": "wat2wasm {{file.wat}}", "tldr_cmd_name": "wat2wasm", "cmd_name": "wat2wasm", "manual_exist": true, "oracle_man": ["wat2wasm_3"], "matching_info": [{"token": "|main|", "oracle_man": ["wat2wasm_3", "wat2wasm_4", "wat2wasm_5", "wat2wasm_6", "wat2wasm_7", "wat2wasm_8", "wat2wasm_9", "wat2wasm_10", "wat2wasm_11", "wat2wasm_12", "wat2wasm_13", "wat2wasm_14", "wat2wasm_15", "wat2wasm_16", "wat2wasm_17", "wat2wasm_18", "wat2wasm_19"]}], "question_id": "11005"} {"nl": "write the output binary to a given file", "cmd": "wat2wasm {{file.wat}} -o {{file.wasm}}", "tldr_cmd_name": "wat2wasm", "cmd_name": "wat2wasm", "manual_exist": true, "oracle_man": ["wat2wasm_3", "wat2wasm_15", "wat2wasm_23"], "matching_info": [{"token": "-o", "oracle_man": ["wat2wasm_15", "wat2wasm_23"]}, {"token": "|main|", "oracle_man": ["wat2wasm_3", "wat2wasm_4", "wat2wasm_5", "wat2wasm_6", "wat2wasm_7", "wat2wasm_8", "wat2wasm_9", "wat2wasm_10", "wat2wasm_11", "wat2wasm_12", "wat2wasm_13", "wat2wasm_14", "wat2wasm_15", "wat2wasm_16", "wat2wasm_17", "wat2wasm_18", "wat2wasm_19"]}], "question_id": "11006"} {"nl": "display simplified representation of every byte", "cmd": "wat2wasm -v {{file.wat}}", "tldr_cmd_name": "wat2wasm", "cmd_name": "wat2wasm", "manual_exist": true, "oracle_man": ["wat2wasm_3", "wat2wasm_5", "wat2wasm_25"], "matching_info": [{"token": "-v", "oracle_man": ["wat2wasm_5", "wat2wasm_25"]}, {"token": "|main|", "oracle_man": ["wat2wasm_3", "wat2wasm_4", "wat2wasm_5", "wat2wasm_6", "wat2wasm_7", "wat2wasm_8", "wat2wasm_9", "wat2wasm_10", "wat2wasm_11", "wat2wasm_12", "wat2wasm_13", "wat2wasm_14", "wat2wasm_15", "wat2wasm_16", "wat2wasm_17", "wat2wasm_18", "wat2wasm_19"]}], "question_id": "11007"} {"nl": "interactively log into a registry", "cmd": "docker login", "tldr_cmd_name": "docker-login", "cmd_name": "docker-login", "manual_exist": true, "oracle_man": ["docker-login_2", "docker-login_3", "docker-login_4"], "matching_info": [{"token": "docker", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "login", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "|main|", "oracle_man": ["docker-login_3", "docker-login_4", "docker-login_5", "docker-login_6", "docker-login_7"]}], "question_id": "11021"} {"nl": "log into a registry with a specific username (user will be prompted for a password)", "cmd": "docker login --username {{username}}", "tldr_cmd_name": "docker-login", "cmd_name": "docker-login", "manual_exist": true, "oracle_man": ["docker-login_2", "docker-login_3", "docker-login_4", "docker-login_13"], "matching_info": [{"token": "docker", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "login", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "--username", "oracle_man": ["docker-login_13"]}, {"token": "|main|", "oracle_man": ["docker-login_3", "docker-login_4", "docker-login_5", "docker-login_6", "docker-login_7"]}], "question_id": "11022"} {"nl": "log into a registry with username and password", "cmd": "docker login --username {{username}} --password {{password}} {{server}}", "tldr_cmd_name": "docker-login", "cmd_name": "docker-login", "manual_exist": true, "oracle_man": ["docker-login_2", "docker-login_3", "docker-login_4", "docker-login_11", "docker-login_12", "docker-login_13"], "matching_info": [{"token": "docker", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "login", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "--username", "oracle_man": ["docker-login_13"]}, {"token": "--password", "oracle_man": ["docker-login_11", "docker-login_12"]}, {"token": "|main|", "oracle_man": ["docker-login_3", "docker-login_4", "docker-login_5", "docker-login_6", "docker-login_7"]}], "question_id": "11023"} {"nl": "log into a registry with password from stdin", "cmd": "echo \"{{password}}\" | docker login --username {{username}} --password-stdin", "tldr_cmd_name": "docker-login", "cmd_name": "docker-login", "manual_exist": true, "oracle_man": ["docker-login_2", "docker-login_3", "docker-login_4", "docker-login_12", "docker-login_13"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "docker", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "login", "oracle_man": ["docker-login_2", "docker-login_4"]}, {"token": "--username", "oracle_man": ["docker-login_13"]}, {"token": "--password-stdin", "oracle_man": ["docker-login_12"]}, {"token": "|main|", "oracle_man": ["docker-login_3", "docker-login_4", "docker-login_5", "docker-login_6", "docker-login_7"]}], "question_id": "11024"} {"nl": "cut out the first sixteen characters of each line of stdin", "cmd": "cut -c {{1-16}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"], "matching_info": [{"token": "-c", "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"]}, {"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11025"} {"nl": "cut out the first sixteen characters of each line of the given files", "cmd": "cut -c {{1-16}} {{file}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"], "matching_info": [{"token": "-c", "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"]}, {"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11026"} {"nl": "cut out everything from the 3rd character to the end of each line", "cmd": "cut -c {{3-}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"], "matching_info": [{"token": "-c", "oracle_man": ["cut_4", "cut_6", "cut_8", "cut_11"]}, {"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11027"} {"nl": "cut out the fifth field of each line, using a colon as a field delimiter (default delimiter is tab)", "cmd": "cut -d'{{:}}' -f{{5}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_6"], "matching_info": [{"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11028"} {"nl": "cut out the 2nd and 10th fields of each line, using a semicolon as a delimiter", "cmd": "cut -d'{{;}}' -f{{2,10}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_6"], "matching_info": [{"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11029"} {"nl": "cut out the fields 3 through to the end of each line, using a space as a delimiter", "cmd": "cut -d'{{ }}' -f{{3-}}", "tldr_cmd_name": "cut", "cmd_name": "cut", "manual_exist": true, "oracle_man": ["cut_6"], "matching_info": [{"token": "|main|", "oracle_man": ["cut_6"]}], "question_id": "11030"} {"nl": "make a new draft", "cmd": "lb new", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11054"} {"nl": "edit a draft", "cmd": "lb edit", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "edit", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11055"} {"nl": "delete a draft", "cmd": "lb trash", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "trash", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11056"} {"nl": "publish a draft", "cmd": "lb publish", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "publish", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11057"} {"nl": "delete a published post", "cmd": "lb delete", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "delete", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11058"} {"nl": "unpublish a published post to edit it as a draft again", "cmd": "lb revise", "tldr_cmd_name": "lb", "cmd_name": "lb", "manual_exist": true, "oracle_man": ["lb_4"], "matching_info": [{"token": "revise", "oracle_man": []}, {"token": "|main|", "oracle_man": ["lb_4"]}], "question_id": "11059"} {"nl": "resize all jpeg images in the directory to 50% of their initial size", "cmd": "mogrify -resize {{50%}} {{*.jpg}}", "tldr_cmd_name": "mogrify", "cmd_name": "mogrify", "manual_exist": true, "oracle_man": ["mogrify_5", "mogrify_6"], "matching_info": [{"token": "-resize", "oracle_man": ["mogrify_6"]}, {"token": "|main|", "oracle_man": ["mogrify_5", "mogrify_6", "mogrify_7", "mogrify_8", "mogrify_9", "mogrify_10", "mogrify_11"]}], "question_id": "11060"} {"nl": "resize all images starting with \"dsc\" to 800x600", "cmd": "mogrify -resize {{800x600}} {{DSC*}}", "tldr_cmd_name": "mogrify", "cmd_name": "mogrify", "manual_exist": true, "oracle_man": ["mogrify_5", "mogrify_6"], "matching_info": [{"token": "-resize", "oracle_man": ["mogrify_6"]}, {"token": "|main|", "oracle_man": ["mogrify_5", "mogrify_6", "mogrify_7", "mogrify_8", "mogrify_9", "mogrify_10", "mogrify_11"]}], "question_id": "11061"} {"nl": "convert all pngs in the directory to jpeg", "cmd": "mogrify -format {{jpg}} {{*.png}}", "tldr_cmd_name": "mogrify", "cmd_name": "mogrify", "manual_exist": true, "oracle_man": ["mogrify_5"], "matching_info": [{"token": "-format", "oracle_man": ["mogrify_5"]}, {"token": "|main|", "oracle_man": ["mogrify_5", "mogrify_6", "mogrify_7", "mogrify_8", "mogrify_9", "mogrify_10", "mogrify_11"]}], "question_id": "11062"} {"nl": "halve the saturation of all image files in the current directory", "cmd": "mogrify -modulate {{100,50}} {{*}}", "tldr_cmd_name": "mogrify", "cmd_name": "mogrify", "manual_exist": true, "oracle_man": ["mogrify_5", "mogrify_6"], "matching_info": [{"token": "-modulate", "oracle_man": ["mogrify_6"]}, {"token": "|main|", "oracle_man": ["mogrify_5", "mogrify_6", "mogrify_7", "mogrify_8", "mogrify_9", "mogrify_10", "mogrify_11"]}], "question_id": "11063"} {"nl": "double the brightness of all image files in the current directory", "cmd": "mogrify -modulate {{200}} {{*}}", "tldr_cmd_name": "mogrify", "cmd_name": "mogrify", "manual_exist": true, "oracle_man": ["mogrify_5", "mogrify_6"], "matching_info": [{"token": "-modulate", "oracle_man": ["mogrify_6"]}, {"token": "|main|", "oracle_man": ["mogrify_5", "mogrify_6", "mogrify_7", "mogrify_8", "mogrify_9", "mogrify_10", "mogrify_11"]}], "question_id": "11064"} {"nl": "scan a file for vulnerabilities", "cmd": "clamscan {{path/to/file}}", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3"], "matching_info": [{"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11067"} {"nl": "scan all files recursively in a specific directory", "cmd": "clamscan -r {{path/to/directory}}", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_14", "clamscan_22", "clamscan_28", "clamscan_74", "clamscan_75", "clamscan_83", "clamscan_85", "clamscan_95", "clamscan_97", "clamscan_101"], "matching_info": [{"token": "-r", "oracle_man": ["clamscan_14", "clamscan_22", "clamscan_28", "clamscan_74", "clamscan_75", "clamscan_83", "clamscan_85", "clamscan_95", "clamscan_97", "clamscan_101"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11068"} {"nl": "scan data from stdin", "cmd": "{{command}} | clamscan -", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_1", "clamscan_2", "clamscan_3", "clamscan_5", "clamscan_6", "clamscan_7", "clamscan_8", "clamscan_9", "clamscan_10", "clamscan_11", "clamscan_12", "clamscan_13", "clamscan_14", "clamscan_15", "clamscan_16", "clamscan_17", "clamscan_18", "clamscan_19", "clamscan_20", "clamscan_21", "clamscan_22", "clamscan_23", "clamscan_24", "clamscan_25", "clamscan_26", "clamscan_27", "clamscan_28", "clamscan_29", "clamscan_30", "clamscan_31", "clamscan_32", "clamscan_33", "clamscan_34", "clamscan_35", "clamscan_36", "clamscan_37", "clamscan_38", "clamscan_39", "clamscan_40", "clamscan_41", "clamscan_42", "clamscan_43", "clamscan_44", "clamscan_45", "clamscan_46", "clamscan_47", "clamscan_48", "clamscan_49", "clamscan_50", "clamscan_51", "clamscan_52", "clamscan_53", "clamscan_54", "clamscan_55", "clamscan_56", "clamscan_57", "clamscan_58", "clamscan_59", "clamscan_60", "clamscan_61", "clamscan_62", "clamscan_63", "clamscan_64", "clamscan_65", "clamscan_66", "clamscan_67", "clamscan_68", "clamscan_69", "clamscan_70", "clamscan_71", "clamscan_72", "clamscan_73", "clamscan_74", "clamscan_75", "clamscan_76", "clamscan_77", "clamscan_78", "clamscan_79", "clamscan_80", "clamscan_81", "clamscan_82", "clamscan_83", "clamscan_84", "clamscan_85", "clamscan_86", "clamscan_87", "clamscan_89", "clamscan_95", "clamscan_97", "clamscan_99", "clamscan_101"], "matching_info": [{"token": "-", "oracle_man": ["clamscan_1", "clamscan_2", "clamscan_3", "clamscan_5", "clamscan_6", "clamscan_7", "clamscan_8", "clamscan_9", "clamscan_10", "clamscan_11", "clamscan_12", "clamscan_13", "clamscan_14", "clamscan_15", "clamscan_16", "clamscan_17", "clamscan_18", "clamscan_19", "clamscan_20", "clamscan_21", "clamscan_22", "clamscan_23", "clamscan_24", "clamscan_25", "clamscan_26", "clamscan_27", "clamscan_28", "clamscan_29", "clamscan_30", "clamscan_31", "clamscan_32", "clamscan_33", "clamscan_34", "clamscan_35", "clamscan_36", "clamscan_37", "clamscan_38", "clamscan_39", "clamscan_40", "clamscan_41", "clamscan_42", "clamscan_43", "clamscan_44", "clamscan_45", "clamscan_46", "clamscan_47", "clamscan_48", "clamscan_49", "clamscan_50", "clamscan_51", "clamscan_52", "clamscan_53", "clamscan_54", "clamscan_55", "clamscan_56", "clamscan_57", "clamscan_58", "clamscan_59", "clamscan_60", "clamscan_61", "clamscan_62", "clamscan_63", "clamscan_64", "clamscan_65", "clamscan_66", "clamscan_67", "clamscan_68", "clamscan_69", "clamscan_70", "clamscan_71", "clamscan_72", "clamscan_73", "clamscan_74", "clamscan_75", "clamscan_76", "clamscan_77", "clamscan_78", "clamscan_79", "clamscan_80", "clamscan_81", "clamscan_82", "clamscan_83", "clamscan_84", "clamscan_85", "clamscan_86", "clamscan_87", "clamscan_89", "clamscan_95", "clamscan_97", "clamscan_99", "clamscan_101"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11069"} {"nl": "specify a virus database file or directory of files", "cmd": "clamscan --database {{path/to/database_file_or_directory}}", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_19"], "matching_info": [{"token": "--database", "oracle_man": ["clamscan_19"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11070"} {"nl": "scan the current directory and output only infected files", "cmd": "clamscan --infected", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_13"], "matching_info": [{"token": "--infected", "oracle_man": ["clamscan_13"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11071"} {"nl": "output the scan report to a log file", "cmd": "clamscan --log {{path/to/log_file}}", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_21"], "matching_info": [{"token": "--log", "oracle_man": ["clamscan_21"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11072"} {"nl": "move infected files to a specific directory", "cmd": "clamscan --move {{path/to/quarantine_directory}}", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_29"], "matching_info": [{"token": "--move", "oracle_man": ["clamscan_29"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11073"} {"nl": "remove infected files", "cmd": "clamscan --remove yes", "tldr_cmd_name": "clamscan", "cmd_name": "clamscan", "manual_exist": true, "oracle_man": ["clamscan_3", "clamscan_20", "clamscan_24", "clamscan_28", "clamscan_33", "clamscan_34", "clamscan_37", "clamscan_40", "clamscan_44", "clamscan_45", "clamscan_46", "clamscan_47", "clamscan_48", "clamscan_49", "clamscan_50", "clamscan_51", "clamscan_52", "clamscan_53", "clamscan_54", "clamscan_55", "clamscan_56", "clamscan_57", "clamscan_58", "clamscan_59", "clamscan_60", "clamscan_61", "clamscan_62", "clamscan_63", "clamscan_64", "clamscan_65", "clamscan_66", "clamscan_67"], "matching_info": [{"token": "--remove", "oracle_man": ["clamscan_28"]}, {"token": "yes", "oracle_man": ["clamscan_20", "clamscan_24", "clamscan_28", "clamscan_33", "clamscan_34", "clamscan_37", "clamscan_40", "clamscan_44", "clamscan_45", "clamscan_46", "clamscan_47", "clamscan_48", "clamscan_49", "clamscan_50", "clamscan_51", "clamscan_52", "clamscan_53", "clamscan_54", "clamscan_55", "clamscan_56", "clamscan_57", "clamscan_58", "clamscan_59", "clamscan_60", "clamscan_61", "clamscan_62", "clamscan_63", "clamscan_64", "clamscan_65", "clamscan_66", "clamscan_67"]}, {"token": "|main|", "oracle_man": ["clamscan_3"]}], "question_id": "11074"} {"nl": "start an interactive shell of `tlmgr`", "cmd": "tlmgr shell", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_225"], "matching_info": [{"token": "shell", "oracle_man": ["tlmgr_225"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11122"} {"nl": "run any `tlmgr` subcommand in the interactive shell", "cmd": "{{sub_command}} {{arguments}}", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3"], "matching_info": [{"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11123"} {"nl": "quit the interactive shell", "cmd": "quit", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_231"], "matching_info": [{"token": "quit", "oracle_man": ["tlmgr_231"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11124"} {"nl": "list all tex live variables", "cmd": "get", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_235"], "matching_info": [{"token": "get", "oracle_man": ["tlmgr_235"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11125"} {"nl": "get the value of a tex live variable", "cmd": "get {{variable}}", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_235"], "matching_info": [{"token": "get", "oracle_man": ["tlmgr_235"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11126"} {"nl": "set the value of a tex live variable", "cmd": "set {{variable}} {{value}}", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_182", "tlmgr_183"], "matching_info": [{"token": "set", "oracle_man": ["tlmgr_182", "tlmgr_183"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11127"} {"nl": "restart the interactive shell", "cmd": "restart", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_232"], "matching_info": [{"token": "restart", "oracle_man": ["tlmgr_232"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11128"} {"nl": "print the version of the current protocoll", "cmd": "protocol", "tldr_cmd_name": "tlmgr-shell", "cmd_name": "tlmgr", "manual_exist": true, "oracle_man": ["tlmgr_3", "tlmgr_228"], "matching_info": [{"token": "protocol", "oracle_man": ["tlmgr_228"]}, {"token": "|main|", "oracle_man": ["tlmgr_3", "tlmgr_4", "tlmgr_5", "tlmgr_6", "tlmgr_7"]}], "question_id": "11129"} {"nl": "convert 1.5k (si units) to 1500", "cmd": "numfmt --from={{si}} {{1.5K}}", "tldr_cmd_name": "numfmt", "cmd_name": "numfmt", "manual_exist": true, "oracle_man": ["numfmt_3", "numfmt_9", "numfmt_10", "numfmt_45", "numfmt_47", "numfmt_49"], "matching_info": [{"token": "--from", "oracle_man": ["numfmt_9", "numfmt_10", "numfmt_45", "numfmt_47", "numfmt_49"]}, {"token": "|main|", "oracle_man": ["numfmt_3", "numfmt_4", "numfmt_5", "numfmt_6", "numfmt_7", "numfmt_8", "numfmt_9", "numfmt_10", "numfmt_11", "numfmt_12", "numfmt_13", "numfmt_14", "numfmt_15", "numfmt_16", "numfmt_17", "numfmt_18", "numfmt_19", "numfmt_20", "numfmt_21", "numfmt_22", "numfmt_23", "numfmt_24", "numfmt_25", "numfmt_26", "numfmt_27", "numfmt_28", "numfmt_29", "numfmt_30", "numfmt_31", "numfmt_32", "numfmt_33", "numfmt_34", "numfmt_35", "numfmt_36", "numfmt_37", "numfmt_38"]}], "question_id": "11130"} {"nl": "convert 5th field (1indexed) to iec units without converting header", "cmd": "ls -l | numfmt --header={{1}} --field={{5}} --to={{iec}}", "tldr_cmd_name": "numfmt", "cmd_name": "numfmt", "manual_exist": true, "oracle_man": ["numfmt_3", "numfmt_7", "numfmt_12", "numfmt_17", "numfmt_18", "numfmt_29", "numfmt_39", "numfmt_41", "numfmt_43", "numfmt_49"], "matching_info": [{"token": "ls", "oracle_man": []}, {"token": "-l", "oracle_man": ["numfmt_29", "numfmt_49"]}, {"token": "--header", "oracle_man": ["numfmt_12", "numfmt_49"]}, {"token": "--field", "oracle_man": ["numfmt_7", "numfmt_49"]}, {"token": "--to", "oracle_man": ["numfmt_17", "numfmt_18", "numfmt_39", "numfmt_41", "numfmt_43", "numfmt_49"]}, {"token": "|main|", "oracle_man": ["numfmt_3", "numfmt_4", "numfmt_5", "numfmt_6", "numfmt_7", "numfmt_8", "numfmt_9", "numfmt_10", "numfmt_11", "numfmt_12", "numfmt_13", "numfmt_14", "numfmt_15", "numfmt_16", "numfmt_17", "numfmt_18", "numfmt_19", "numfmt_20", "numfmt_21", "numfmt_22", "numfmt_23", "numfmt_24", "numfmt_25", "numfmt_26", "numfmt_27", "numfmt_28", "numfmt_29", "numfmt_30", "numfmt_31", "numfmt_32", "numfmt_33", "numfmt_34", "numfmt_35", "numfmt_36", "numfmt_37", "numfmt_38"]}], "question_id": "11131"} {"nl": "convert to iec units, pad with 5 characters, left aligned", "cmd": "du -s * | numfmt --to={{iec}} --format=\"{{%-5f}}\"", "tldr_cmd_name": "numfmt", "cmd_name": "numfmt", "manual_exist": true, "oracle_man": ["numfmt_3", "numfmt_8", "numfmt_9", "numfmt_16", "numfmt_17", "numfmt_18", "numfmt_22", "numfmt_39", "numfmt_41", "numfmt_43", "numfmt_49"], "matching_info": [{"token": "du", "oracle_man": []}, {"token": "-s", "oracle_man": ["numfmt_9", "numfmt_16", "numfmt_17", "numfmt_22"]}, {"token": "*", "oracle_man": []}, {"token": "--to", "oracle_man": ["numfmt_17", "numfmt_18", "numfmt_39", "numfmt_41", "numfmt_43", "numfmt_49"]}, {"token": "--format", "oracle_man": ["numfmt_8", "numfmt_49"]}, {"token": "|main|", "oracle_man": ["numfmt_3", "numfmt_4", "numfmt_5", "numfmt_6", "numfmt_7", "numfmt_8", "numfmt_9", "numfmt_10", "numfmt_11", "numfmt_12", "numfmt_13", "numfmt_14", "numfmt_15", "numfmt_16", "numfmt_17", "numfmt_18", "numfmt_19", "numfmt_20", "numfmt_21", "numfmt_22", "numfmt_23", "numfmt_24", "numfmt_25", "numfmt_26", "numfmt_27", "numfmt_28", "numfmt_29", "numfmt_30", "numfmt_31", "numfmt_32", "numfmt_33", "numfmt_34", "numfmt_35", "numfmt_36", "numfmt_37", "numfmt_38"]}], "question_id": "11132"} {"nl": "scan a network for netbios names", "cmd": "nbtscan {{192.168.0.1/24}}", "tldr_cmd_name": "nbtscan", "cmd_name": "nbtscan", "manual_exist": true, "oracle_man": ["nbtscan_3"], "matching_info": [{"token": "|main|", "oracle_man": ["nbtscan_3", "nbtscan_4", "nbtscan_5", "nbtscan_6", "nbtscan_7", "nbtscan_8", "nbtscan_9", "nbtscan_10"]}], "question_id": "11150"} {"nl": "scan a single ip address", "cmd": "nbtscan {{192.168.0.1}}", "tldr_cmd_name": "nbtscan", "cmd_name": "nbtscan", "manual_exist": true, "oracle_man": ["nbtscan_3"], "matching_info": [{"token": "|main|", "oracle_man": ["nbtscan_3", "nbtscan_4", "nbtscan_5", "nbtscan_6", "nbtscan_7", "nbtscan_8", "nbtscan_9", "nbtscan_10"]}], "question_id": "11151"} {"nl": "display verbose output", "cmd": "nbtscan -v {{192.168.0.1/24}}", "tldr_cmd_name": "nbtscan", "cmd_name": "nbtscan", "manual_exist": true, "oracle_man": ["nbtscan_2", "nbtscan_3", "nbtscan_7", "nbtscan_12", "nbtscan_13", "nbtscan_21", "nbtscan_35"], "matching_info": [{"token": "-v", "oracle_man": ["nbtscan_2", "nbtscan_7", "nbtscan_12", "nbtscan_13", "nbtscan_21", "nbtscan_35"]}, {"token": "|main|", "oracle_man": ["nbtscan_3", "nbtscan_4", "nbtscan_5", "nbtscan_6", "nbtscan_7", "nbtscan_8", "nbtscan_9", "nbtscan_10"]}], "question_id": "11152"} {"nl": "display output in `/etc/hosts` format", "cmd": "nbtscan -e {{192.168.0.1/24}}", "tldr_cmd_name": "nbtscan", "cmd_name": "nbtscan", "manual_exist": true, "oracle_man": ["nbtscan_2", "nbtscan_3", "nbtscan_14"], "matching_info": [{"token": "-e", "oracle_man": ["nbtscan_2", "nbtscan_14"]}, {"token": "|main|", "oracle_man": ["nbtscan_3", "nbtscan_4", "nbtscan_5", "nbtscan_6", "nbtscan_7", "nbtscan_8", "nbtscan_9", "nbtscan_10"]}], "question_id": "11153"} {"nl": "read ip addresses / networks to scan from a file", "cmd": "nbtscan -f {{path/to/file.txt}}", "tldr_cmd_name": "nbtscan", "cmd_name": "nbtscan", "manual_exist": true, "oracle_man": ["nbtscan_2", "nbtscan_3", "nbtscan_20", "nbtscan_23", "nbtscan_34", "nbtscan_39"], "matching_info": [{"token": "-f", "oracle_man": ["nbtscan_2", "nbtscan_20", "nbtscan_23", "nbtscan_34", "nbtscan_39"]}, {"token": "|main|", "oracle_man": ["nbtscan_3", "nbtscan_4", "nbtscan_5", "nbtscan_6", "nbtscan_7", "nbtscan_8", "nbtscan_9", "nbtscan_10"]}], "question_id": "11154"} {"nl": "create a kubernetes master node", "cmd": "kubeadm init", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11159"} {"nl": "bootstrap a kubernetes worker node and join it to a cluster", "cmd": "kubeadm join --token {{token}}", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "join", "oracle_man": []}, {"token": "--token", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11160"} {"nl": "create a new bootstrap token with a ttl of 12 hours", "cmd": "kubeadm token create --ttl {{12h0m0s}}", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "token", "oracle_man": []}, {"token": "create", "oracle_man": []}, {"token": "--ttl", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11161"} {"nl": "check if the kubernetes cluster is upgradeable and which versions are available", "cmd": "kubeadm upgrade plan", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "upgrade", "oracle_man": []}, {"token": "plan", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11162"} {"nl": "upgrade kubernetes cluster to a specified version", "cmd": "kubeadm upgrade apply {{version}}", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "upgrade", "oracle_man": []}, {"token": "apply", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11163"} {"nl": "view the kubeadm configmap containing the cluster's configuration", "cmd": "kubeadm config view", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "config", "oracle_man": []}, {"token": "view", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11164"} {"nl": "revert changes made to the host by 'kubeadm init' or 'kubeadm join'", "cmd": "kubeadm reset", "tldr_cmd_name": "kubeadm", "cmd_name": "kubeadm", "manual_exist": true, "oracle_man": ["kubeadm_4"], "matching_info": [{"token": "reset", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kubeadm_4", "kubeadm_5", "kubeadm_6", "kubeadm_7", "kubeadm_8", "kubeadm_9"]}], "question_id": "11165"} {"nl": "initialize a new or existing terraform configuration", "cmd": "terraform init", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11166"} {"nl": "verify that the configuration files are syntactically valid", "cmd": "terraform validate", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "validate", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11167"} {"nl": "format configuration according to terraform language style conventions", "cmd": "terraform fmt", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "fmt", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11168"} {"nl": "generate and show an execution plan", "cmd": "terraform plan", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "plan", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11169"} {"nl": "build or change infrastructure", "cmd": "terraform apply", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "apply", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11170"} {"nl": "destroy terraformmanaged infrastructure", "cmd": "terraform destroy", "tldr_cmd_name": "terraform", "cmd_name": "terraform", "manual_exist": true, "oracle_man": ["terraform_3"], "matching_info": [{"token": "destroy", "oracle_man": []}, {"token": "|main|", "oracle_man": ["terraform_3", "terraform_4"]}], "question_id": "11171"} {"nl": "split a file, each split having 10 lines (except the last split)", "cmd": "split -l {{10}} {{filename}}", "tldr_cmd_name": "split", "cmd_name": "split", "manual_exist": true, "oracle_man": ["split_3", "split_6", "split_9", "split_16"], "matching_info": [{"token": "-l", "oracle_man": ["split_6", "split_9", "split_16"]}, {"token": "|main|", "oracle_man": ["split_3", "split_4", "split_5", "split_6", "split_7", "split_8", "split_9", "split_10", "split_11", "split_12", "split_13", "split_14", "split_15", "split_16", "split_17", "split_18", "split_19", "split_20", "split_21", "split_22", "split_23", "split_24", "split_25", "split_26", "split_27", "split_28", "split_29"]}], "question_id": "11204"} {"nl": "split a file into 5 files. file is split such that each split has same size (except the last split)", "cmd": "split -n {{5}} {{filename}}", "tldr_cmd_name": "split", "cmd_name": "split", "manual_exist": true, "oracle_man": ["split_3", "split_11", "split_14", "split_17", "split_19"], "matching_info": [{"token": "-n", "oracle_man": ["split_11", "split_14", "split_17", "split_19"]}, {"token": "|main|", "oracle_man": ["split_3", "split_4", "split_5", "split_6", "split_7", "split_8", "split_9", "split_10", "split_11", "split_12", "split_13", "split_14", "split_15", "split_16", "split_17", "split_18", "split_19", "split_20", "split_21", "split_22", "split_23", "split_24", "split_25", "split_26", "split_27", "split_28", "split_29"]}], "question_id": "11205"} {"nl": "split a file with 512 bytes in each split (except the last split; use 512k for kilobytes and 512m for megabytes)", "cmd": "split -b {{512}} {{filename}}", "tldr_cmd_name": "split", "cmd_name": "split", "manual_exist": true, "oracle_man": ["split_3", "split_8", "split_9"], "matching_info": [{"token": "-b", "oracle_man": ["split_8", "split_9"]}, {"token": "|main|", "oracle_man": ["split_3", "split_4", "split_5", "split_6", "split_7", "split_8", "split_9", "split_10", "split_11", "split_12", "split_13", "split_14", "split_15", "split_16", "split_17", "split_18", "split_19", "split_20", "split_21", "split_22", "split_23", "split_24", "split_25", "split_26", "split_27", "split_28", "split_29"]}], "question_id": "11206"} {"nl": "split a file with at most 512 bytes in each split without breaking lines", "cmd": "split -C {{512}} {{filename}}", "tldr_cmd_name": "split", "cmd_name": "split", "manual_exist": true, "oracle_man": ["split_3", "split_9"], "matching_info": [{"token": "-C", "oracle_man": ["split_9"]}, {"token": "|main|", "oracle_man": ["split_3", "split_4", "split_5", "split_6", "split_7", "split_8", "split_9", "split_10", "split_11", "split_12", "split_13", "split_14", "split_15", "split_16", "split_17", "split_18", "split_19", "split_20", "split_21", "split_22", "split_23", "split_24", "split_25", "split_26", "split_27", "split_28", "split_29"]}], "question_id": "11207"} {"nl": "list all properties in one's active configuration", "cmd": "gcloud config list", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_19"], "matching_info": [{"token": "config", "oracle_man": ["gcloud_19"]}, {"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11253"} {"nl": "log in to google account", "cmd": "gcloud auth login", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_16"], "matching_info": [{"token": "auth", "oracle_man": ["gcloud_16"]}, {"token": "login", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11254"} {"nl": "set the active project", "cmd": "gcloud config set project {{project_name}}", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_19"], "matching_info": [{"token": "config", "oracle_man": ["gcloud_19"]}, {"token": "set", "oracle_man": []}, {"token": "project", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11255"} {"nl": "ssh into a virtual machine instance", "cmd": "gcloud compute ssh {{user}}@{{instance}}", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_18"], "matching_info": [{"token": "compute", "oracle_man": ["gcloud_18"]}, {"token": "ssh", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11256"} {"nl": "display all google compute engine instances in a project. instances from all zones are listed by default", "cmd": "gcloud compute instances list", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_18"], "matching_info": [{"token": "compute", "oracle_man": ["gcloud_18"]}, {"token": "instances", "oracle_man": []}, {"token": "list", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11257"} {"nl": "update a kubeconfig file with the appropriate credentials to point kubectl to a specific cluster in google kubernetes engine", "cmd": "gcloud container clusters get-credentials {{cluster_name}}", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_20"], "matching_info": [{"token": "container", "oracle_man": ["gcloud_20"]}, {"token": "clusters", "oracle_man": []}, {"token": "get-credentials", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11258"} {"nl": "update all gcloud cli components", "cmd": "gcloud components update", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_17"], "matching_info": [{"token": "components", "oracle_man": ["gcloud_17"]}, {"token": "update", "oracle_man": []}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11259"} {"nl": "show help for a given command", "cmd": "gcloud help {{command}}", "tldr_cmd_name": "gcloud", "cmd_name": "gcloud", "manual_exist": true, "oracle_man": ["gcloud_3", "gcloud_31"], "matching_info": [{"token": "help", "oracle_man": ["gcloud_31"]}, {"token": "|main|", "oracle_man": ["gcloud_3"]}], "question_id": "11260"} {"nl": "create an image from a specific container", "cmd": "docker commit {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11286"} {"nl": "apply a `cmd` dockerfile instruction to the created image", "cmd": "docker commit --change=\"CMD {{command}}\" {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--change=CMD", "oracle_man": []}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11287"} {"nl": "apply an `env` dockerfile instruction to the created image", "cmd": "docker commit --change=\"ENV {{name}}={{value}}\" {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--change=ENV", "oracle_man": []}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11288"} {"nl": "create an image with a specific author in the metadata", "cmd": "docker commit --author=\"{{author}}\" {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3", "docker-commit_4"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--author", "oracle_man": ["docker-commit_4"]}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11289"} {"nl": "create an image with a specific comment in the metadata", "cmd": "docker commit --message=\"{{comment}}\" {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3", "docker-commit_7"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--message", "oracle_man": ["docker-commit_7"]}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11290"} {"nl": "create an image without pausing the container during commit", "cmd": "docker commit --pause={{false}} {{container}} {{image}}:{{tag}}", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3", "docker-commit_8"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--pause", "oracle_man": ["docker-commit_8"]}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11291"} {"nl": "display help", "cmd": "docker commit --help", "tldr_cmd_name": "docker-commit", "cmd_name": "docker-commit", "manual_exist": true, "oracle_man": ["docker-commit_2", "docker-commit_3", "docker-commit_6"], "matching_info": [{"token": "docker", "oracle_man": ["docker-commit_2", "docker-commit_3"]}, {"token": "commit", "oracle_man": ["docker-commit_2"]}, {"token": "--help", "oracle_man": ["docker-commit_6"]}, {"token": "|main|", "oracle_man": ["docker-commit_3"]}], "question_id": "11292"} {"nl": "list sessions", "cmd": "abduco", "tldr_cmd_name": "abduco", "cmd_name": "abduco", "manual_exist": true, "oracle_man": ["abduco_3"], "matching_info": [{"token": "|main|", "oracle_man": ["abduco_3", "abduco_4", "abduco_5", "abduco_6", "abduco_7", "abduco_8"]}], "question_id": "11312"} {"nl": "attach to a session, creating it if it doesn't exist", "cmd": "abduco -A {{name}} {{bash}}", "tldr_cmd_name": "abduco", "cmd_name": "abduco", "manual_exist": true, "oracle_man": ["abduco_2", "abduco_3", "abduco_16"], "matching_info": [{"token": "-A", "oracle_man": ["abduco_2", "abduco_16"]}, {"token": "|main|", "oracle_man": ["abduco_3", "abduco_4", "abduco_5", "abduco_6", "abduco_7", "abduco_8"]}], "question_id": "11313"} {"nl": "attach to a session with `dvtm`, creating it if it doesn't exist", "cmd": "abduco -A {{name}}", "tldr_cmd_name": "abduco", "cmd_name": "abduco", "manual_exist": true, "oracle_man": ["abduco_2", "abduco_3", "abduco_16"], "matching_info": [{"token": "-A", "oracle_man": ["abduco_2", "abduco_16"]}, {"token": "|main|", "oracle_man": ["abduco_3", "abduco_4", "abduco_5", "abduco_6", "abduco_7", "abduco_8"]}], "question_id": "11314"} {"nl": "detach from a session", "cmd": "Ctrl + \\", "tldr_cmd_name": "abduco", "cmd_name": "abduco", "manual_exist": true, "oracle_man": ["abduco_3"], "matching_info": [{"token": "Ctrl", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "\\", "oracle_man": []}, {"token": "|main|", "oracle_man": ["abduco_3", "abduco_4", "abduco_5", "abduco_6", "abduco_7", "abduco_8"]}], "question_id": "11315"} {"nl": "attach to a session in readonly mode", "cmd": "abduco -Ar {{name}}", "tldr_cmd_name": "abduco", "cmd_name": "abduco", "manual_exist": true, "oracle_man": ["abduco_2", "abduco_3", "abduco_11"], "matching_info": [{"token": "-Ar", "oracle_man": ["abduco_2", "abduco_11"]}, {"token": "|main|", "oracle_man": ["abduco_3", "abduco_4", "abduco_5", "abduco_6", "abduco_7", "abduco_8"]}], "question_id": "11316"} {"nl": "mount remote directory", "cmd": "sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}", "tldr_cmd_name": "sshfs", "cmd_name": "sshfs", "manual_exist": true, "oracle_man": ["sshfs_7"], "matching_info": [{"token": "|main|", "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_10"]}], "question_id": "11317"} {"nl": "unmount remote directory", "cmd": "umount {{mountpoint}}", "tldr_cmd_name": "sshfs", "cmd_name": "sshfs", "manual_exist": true, "oracle_man": ["sshfs_7"], "matching_info": [{"token": "umount", "oracle_man": []}, {"token": "|main|", "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_10"]}], "question_id": "11318"} {"nl": "mount remote directory from server with specific port", "cmd": "sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}", "tldr_cmd_name": "sshfs", "cmd_name": "sshfs", "manual_exist": true, "oracle_man": ["sshfs_7", "sshfs_15"], "matching_info": [{"token": "-p", "oracle_man": ["sshfs_15"]}, {"token": "|main|", "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_10"]}], "question_id": "11319"} {"nl": "use compression", "cmd": "sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C", "tldr_cmd_name": "sshfs", "cmd_name": "sshfs", "manual_exist": true, "oracle_man": ["sshfs_7", "sshfs_18"], "matching_info": [{"token": "-C", "oracle_man": ["sshfs_18"]}, {"token": "|main|", "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_10"]}], "question_id": "11320"} {"nl": "follow symbolic links", "cmd": "sshfs -o follow_symlinks {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}", "tldr_cmd_name": "sshfs", "cmd_name": "sshfs", "manual_exist": true, "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_11", "sshfs_15", "sshfs_18", "sshfs_20", "sshfs_21", "sshfs_22", "sshfs_23", "sshfs_24", "sshfs_25", "sshfs_26", "sshfs_33", "sshfs_37", "sshfs_38", "sshfs_39", "sshfs_42", "sshfs_43", "sshfs_44", "sshfs_45", "sshfs_46", "sshfs_47", "sshfs_48", "sshfs_49", "sshfs_50", "sshfs_51", "sshfs_52", "sshfs_53", "sshfs_54", "sshfs_55", "sshfs_56", "sshfs_57", "sshfs_58", "sshfs_61", "sshfs_64", "sshfs_65", "sshfs_66", "sshfs_69"], "matching_info": [{"token": "-o", "oracle_man": ["sshfs_8", "sshfs_9", "sshfs_11", "sshfs_15", "sshfs_18", "sshfs_20", "sshfs_21", "sshfs_22", "sshfs_23", "sshfs_24", "sshfs_25", "sshfs_26", "sshfs_33", "sshfs_37", "sshfs_38", "sshfs_39", "sshfs_42", "sshfs_43", "sshfs_44", "sshfs_45", "sshfs_46", "sshfs_47", "sshfs_48", "sshfs_49", "sshfs_50", "sshfs_51", "sshfs_52", "sshfs_53", "sshfs_54", "sshfs_55", "sshfs_56", "sshfs_57", "sshfs_58", "sshfs_61", "sshfs_64", "sshfs_65", "sshfs_66", "sshfs_69"]}, {"token": "follow_symlinks", "oracle_man": []}, {"token": "|main|", "oracle_man": ["sshfs_7", "sshfs_8", "sshfs_9", "sshfs_10"]}], "question_id": "11321"} {"nl": "send a message with the content of `message.txt` to the mail directory of local user `username`", "cmd": "sendmail {{username}} < {{message.txt}}", "tldr_cmd_name": "sendmail", "cmd_name": "sendmail", "manual_exist": true, "oracle_man": ["sendmail_3"], "matching_info": [{"token": "|main|", "oracle_man": ["sendmail_3", "sendmail_4", "sendmail_5", "sendmail_6", "sendmail_7", "sendmail_8", "sendmail_9", "sendmail_10"]}], "question_id": "11334"} {"nl": "send an email from you@yourdomain.com (assuming the mail server is configured for this) to test@gmail.com containing the message in `message.txt`", "cmd": "sendmail -f {{you@yourdomain.com}} {{test@gmail.com}} < {{message.txt}}", "tldr_cmd_name": "sendmail", "cmd_name": "sendmail", "manual_exist": true, "oracle_man": ["sendmail_2", "sendmail_3", "sendmail_7"], "matching_info": [{"token": "-f", "oracle_man": ["sendmail_2", "sendmail_3", "sendmail_7"]}, {"token": "|main|", "oracle_man": ["sendmail_3", "sendmail_4", "sendmail_5", "sendmail_6", "sendmail_7", "sendmail_8", "sendmail_9", "sendmail_10"]}], "question_id": "11335"} {"nl": "send an email from you@yourdomain.com (assuming the mail server is configured for this) to test@gmail.com containing the file `file.zip`", "cmd": "sendmail -f {{you@yourdomain.com}} {{test@gmail.com}} < {{file.zip}}", "tldr_cmd_name": "sendmail", "cmd_name": "sendmail", "manual_exist": true, "oracle_man": ["sendmail_2", "sendmail_3", "sendmail_7"], "matching_info": [{"token": "-f", "oracle_man": ["sendmail_2", "sendmail_3", "sendmail_7"]}, {"token": "|main|", "oracle_man": ["sendmail_3", "sendmail_4", "sendmail_5", "sendmail_6", "sendmail_7", "sendmail_8", "sendmail_9", "sendmail_10"]}], "question_id": "11336"} {"nl": "call a command and display its output if it returns a nonzero exit code", "cmd": "cronic {{command}}", "tldr_cmd_name": "cronic", "cmd_name": "cronic", "manual_exist": true, "oracle_man": ["cronic_3"], "matching_info": [{"token": "|main|", "oracle_man": ["cronic_3", "cronic_4", "cronic_5", "cronic_6", "cronic_7", "cronic_8"]}], "question_id": "11346"} {"nl": "compile a bison definition file", "cmd": "bison {{path/to/file.y}}", "tldr_cmd_name": "bison", "cmd_name": "bison", "manual_exist": true, "oracle_man": ["bison_3"], "matching_info": [{"token": "|main|", "oracle_man": ["bison_3", "bison_4", "bison_5", "bison_6", "bison_7", "bison_8", "bison_9", "bison_10", "bison_11", "bison_12", "bison_13", "bison_14", "bison_15", "bison_16", "bison_17", "bison_18", "bison_19", "bison_20", "bison_21", "bison_22", "bison_23", "bison_24", "bison_25", "bison_26", "bison_27", "bison_28", "bison_29", "bison_30", "bison_31", "bison_32", "bison_33", "bison_34", "bison_35", "bison_36", "bison_37", "bison_38", "bison_39", "bison_40", "bison_41", "bison_42", "bison_43", "bison_44", "bison_45", "bison_46", "bison_47", "bison_48", "bison_49", "bison_50", "bison_51", "bison_52", "bison_53", "bison_54", "bison_55", "bison_56", "bison_57", "bison_58", "bison_59", "bison_60", "bison_61", "bison_62", "bison_63", "bison_64", "bison_65", "bison_66", "bison_67"]}], "question_id": "11395"} {"nl": "compile in debug mode, which causes the resulting parser to write additional information to the standard output", "cmd": "bison --debug {{path/to/file.y}}", "tldr_cmd_name": "bison", "cmd_name": "bison", "manual_exist": true, "oracle_man": ["bison_3", "bison_42"], "matching_info": [{"token": "--debug", "oracle_man": ["bison_42"]}, {"token": "|main|", "oracle_man": ["bison_3", "bison_4", "bison_5", "bison_6", "bison_7", "bison_8", "bison_9", "bison_10", "bison_11", "bison_12", "bison_13", "bison_14", "bison_15", "bison_16", "bison_17", "bison_18", "bison_19", "bison_20", "bison_21", "bison_22", "bison_23", "bison_24", "bison_25", "bison_26", "bison_27", "bison_28", "bison_29", "bison_30", "bison_31", "bison_32", "bison_33", "bison_34", "bison_35", "bison_36", "bison_37", "bison_38", "bison_39", "bison_40", "bison_41", "bison_42", "bison_43", "bison_44", "bison_45", "bison_46", "bison_47", "bison_48", "bison_49", "bison_50", "bison_51", "bison_52", "bison_53", "bison_54", "bison_55", "bison_56", "bison_57", "bison_58", "bison_59", "bison_60", "bison_61", "bison_62", "bison_63", "bison_64", "bison_65", "bison_66", "bison_67"]}], "question_id": "11396"} {"nl": "specify the output filename", "cmd": "bison --output {{path/to/output.c}} {{path/to/file.y}}", "tldr_cmd_name": "bison", "cmd_name": "bison", "manual_exist": true, "oracle_man": ["bison_3", "bison_56"], "matching_info": [{"token": "--output", "oracle_man": ["bison_56"]}, {"token": "|main|", "oracle_man": ["bison_3", "bison_4", "bison_5", "bison_6", "bison_7", "bison_8", "bison_9", "bison_10", "bison_11", "bison_12", "bison_13", "bison_14", "bison_15", "bison_16", "bison_17", "bison_18", "bison_19", "bison_20", "bison_21", "bison_22", "bison_23", "bison_24", "bison_25", "bison_26", "bison_27", "bison_28", "bison_29", "bison_30", "bison_31", "bison_32", "bison_33", "bison_34", "bison_35", "bison_36", "bison_37", "bison_38", "bison_39", "bison_40", "bison_41", "bison_42", "bison_43", "bison_44", "bison_45", "bison_46", "bison_47", "bison_48", "bison_49", "bison_50", "bison_51", "bison_52", "bison_53", "bison_54", "bison_55", "bison_56", "bison_57", "bison_58", "bison_59", "bison_60", "bison_61", "bison_62", "bison_63", "bison_64", "bison_65", "bison_66", "bison_67"]}], "question_id": "11397"} {"nl": "be verbose when compiling", "cmd": "bison --verbose", "tldr_cmd_name": "bison", "cmd_name": "bison", "manual_exist": true, "oracle_man": ["bison_3", "bison_54"], "matching_info": [{"token": "--verbose", "oracle_man": ["bison_54"]}, {"token": "|main|", "oracle_man": ["bison_3", "bison_4", "bison_5", "bison_6", "bison_7", "bison_8", "bison_9", "bison_10", "bison_11", "bison_12", "bison_13", "bison_14", "bison_15", "bison_16", "bison_17", "bison_18", "bison_19", "bison_20", "bison_21", "bison_22", "bison_23", "bison_24", "bison_25", "bison_26", "bison_27", "bison_28", "bison_29", "bison_30", "bison_31", "bison_32", "bison_33", "bison_34", "bison_35", "bison_36", "bison_37", "bison_38", "bison_39", "bison_40", "bison_41", "bison_42", "bison_43", "bison_44", "bison_45", "bison_46", "bison_47", "bison_48", "bison_49", "bison_50", "bison_51", "bison_52", "bison_53", "bison_54", "bison_55", "bison_56", "bison_57", "bison_58", "bison_59", "bison_60", "bison_61", "bison_62", "bison_63", "bison_64", "bison_65", "bison_66", "bison_67"]}], "question_id": "11398"} {"nl": "take a list of file names from standard input and add them [o]nto an archive in cpio's binary format", "cmd": "echo \"{{file1}} {{file2}} {{file3}}\" | cpio -o > {{archive.cpio}}", "tldr_cmd_name": "cpio", "cmd_name": "cpio", "manual_exist": true, "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_8", "cpio_12", "cpio_29", "cpio_38", "cpio_48", "cpio_49", "cpio_56", "cpio_58", "cpio_65"], "matching_info": [{"token": "echo", "oracle_man": []}, {"token": "-o", "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_8", "cpio_29", "cpio_38", "cpio_48", "cpio_49", "cpio_56", "cpio_58", "cpio_65"]}, {"token": "|main|", "oracle_man": ["cpio_12", "cpio_13", "cpio_14", "cpio_15", "cpio_16", "cpio_17", "cpio_18", "cpio_19"]}], "question_id": "11399"} {"nl": "copy all files and directories in a directory and add them [o]nto an archive, in [v]erbose mode", "cmd": "find {{path/to/directory}} | cpio -ov > {{archive.cpio}}", "tldr_cmd_name": "cpio", "cmd_name": "cpio", "manual_exist": true, "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_5", "cpio_12", "cpio_13", "cpio_34", "cpio_48"], "matching_info": [{"token": "find", "oracle_man": []}, {"token": "-ov", "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_5", "cpio_13", "cpio_34", "cpio_48"]}, {"token": "|main|", "oracle_man": ["cpio_12", "cpio_13", "cpio_14", "cpio_15", "cpio_16", "cpio_17", "cpio_18", "cpio_19"]}], "question_id": "11400"} {"nl": "p[i]ck all files from an archive, generating [d]irectories where needed, in [v]erbose mode", "cmd": "cpio -idv < {{archive.cpio}}", "tldr_cmd_name": "cpio", "cmd_name": "cpio", "manual_exist": true, "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_5", "cpio_12", "cpio_13", "cpio_34", "cpio_48"], "matching_info": [{"token": "-idv", "oracle_man": ["cpio_2", "cpio_3", "cpio_4", "cpio_5", "cpio_13", "cpio_34", "cpio_48"]}, {"token": "|main|", "oracle_man": ["cpio_12", "cpio_13", "cpio_14", "cpio_15", "cpio_16", "cpio_17", "cpio_18", "cpio_19"]}], "question_id": "11401"} {"nl": "import an existing patch from a file", "cmd": "quilt import {{path/to/filename.patch}}", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_94"], "matching_info": [{"token": "import", "oracle_man": ["quilt_94"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11402"} {"nl": "create a new patch", "cmd": "quilt new {{filename.patch}}", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_68", "quilt_70", "quilt_129", "quilt_130", "quilt_175", "quilt_176"], "matching_info": [{"token": "new", "oracle_man": ["quilt_68", "quilt_70", "quilt_129", "quilt_130", "quilt_175", "quilt_176"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11403"} {"nl": "add a file to the current patch", "cmd": "quilt add {{path/to/file}}", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_13", "quilt_16", "quilt_269"], "matching_info": [{"token": "add", "oracle_man": ["quilt_13", "quilt_16", "quilt_269"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11404"} {"nl": "after editing the file, refresh the current patch with the changes", "cmd": "quilt refresh", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_149", "quilt_167", "quilt_168"], "matching_info": [{"token": "refresh", "oracle_man": ["quilt_149", "quilt_167", "quilt_168"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11405"} {"nl": "apply all the patches in the series file", "cmd": "quilt push -a", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_54", "quilt_56", "quilt_70", "quilt_71", "quilt_73", "quilt_84", "quilt_86", "quilt_87", "quilt_141", "quilt_143", "quilt_152", "quilt_154", "quilt_274"], "matching_info": [{"token": "push", "oracle_man": ["quilt_152"]}, {"token": "-a", "oracle_man": ["quilt_3", "quilt_54", "quilt_56", "quilt_70", "quilt_71", "quilt_73", "quilt_84", "quilt_86", "quilt_87", "quilt_141", "quilt_143", "quilt_152", "quilt_154", "quilt_274"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11406"} {"nl": "remove all applied patches", "cmd": "quilt pop -a", "tldr_cmd_name": "quilt", "cmd_name": "quilt", "manual_exist": true, "oracle_man": ["quilt_3", "quilt_54", "quilt_56", "quilt_70", "quilt_71", "quilt_73", "quilt_84", "quilt_86", "quilt_87", "quilt_141", "quilt_143", "quilt_152", "quilt_154", "quilt_274"], "matching_info": [{"token": "pop", "oracle_man": ["quilt_141"]}, {"token": "-a", "oracle_man": ["quilt_3", "quilt_54", "quilt_56", "quilt_70", "quilt_71", "quilt_73", "quilt_84", "quilt_86", "quilt_87", "quilt_141", "quilt_143", "quilt_152", "quilt_154", "quilt_274"]}, {"token": "|main|", "oracle_man": ["quilt_3", "quilt_4", "quilt_5", "quilt_6", "quilt_7", "quilt_8", "quilt_9", "quilt_10", "quilt_11", "quilt_12"]}], "question_id": "11407"} {"nl": "print files and directories up to 'num' levels of depth (where 1 means the current directory)", "cmd": "tree -L {{num}}", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_13", "tree_14"], "matching_info": [{"token": "-L", "oracle_man": ["tree_2", "tree_13", "tree_14"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11408"} {"nl": "print directories only", "cmd": "tree -d", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_9", "tree_34", "tree_38", "tree_42", "tree_44", "tree_63"], "matching_info": [{"token": "-d", "oracle_man": ["tree_2", "tree_9", "tree_34", "tree_38", "tree_42", "tree_44", "tree_63"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11409"} {"nl": "print hidden files too with colorization on", "cmd": "tree -a -C", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_8", "tree_15", "tree_49", "tree_50", "tree_53"], "matching_info": [{"token": "-a", "oracle_man": ["tree_2", "tree_8", "tree_15"]}, {"token": "-C", "oracle_man": ["tree_49", "tree_50", "tree_53"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11410"} {"nl": "print the tree without indentation lines, showing the full path instead (use `n` to not escape nonprintable characters)", "cmd": "tree -i -f", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_11", "tree_17", "tree_22", "tree_37", "tree_46", "tree_50", "tree_56", "tree_62"], "matching_info": [{"token": "-i", "oracle_man": ["tree_2", "tree_17", "tree_37", "tree_46", "tree_50"]}, {"token": "-f", "oracle_man": ["tree_2", "tree_11", "tree_22", "tree_46", "tree_56", "tree_62"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11411"} {"nl": "print the size of each file and the cumulative size of each directory, in humanreadable format", "cmd": "tree -s -h --du", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_12", "tree_31", "tree_32", "tree_33", "tree_34", "tree_43", "tree_44", "tree_45", "tree_53", "tree_57", "tree_61", "tree_63"], "matching_info": [{"token": "-s", "oracle_man": ["tree_2", "tree_12", "tree_31", "tree_33", "tree_34", "tree_43", "tree_44", "tree_45", "tree_53", "tree_61"]}, {"token": "-h", "oracle_man": ["tree_2", "tree_32", "tree_33", "tree_57", "tree_61"]}, {"token": "--du", "oracle_man": ["tree_2", "tree_34", "tree_63"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11412"} {"nl": "print files within the tree hierarchy, using a wildcard (glob) pattern, and pruning out directories that don't contain matching files", "cmd": "tree -P '{{*.txt}}' --prune", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_15", "tree_17", "tree_18", "tree_19", "tree_60", "tree_62", "tree_63"], "matching_info": [{"token": "-P", "oracle_man": ["tree_2", "tree_15", "tree_17", "tree_18", "tree_19", "tree_60", "tree_62"]}, {"token": "--prune", "oracle_man": ["tree_2", "tree_18", "tree_19", "tree_60", "tree_63"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11413"} {"nl": "print directories within the tree hierarchy, using the wildcard (glob) pattern, and pruning out directories that aren't ancestors of the wanted one", "cmd": "tree -P {{directory_name}} --matchdirs --prune", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_15", "tree_17", "tree_18", "tree_19", "tree_60", "tree_62", "tree_63"], "matching_info": [{"token": "-P", "oracle_man": ["tree_2", "tree_15", "tree_17", "tree_18", "tree_19", "tree_60", "tree_62"]}, {"token": "--matchdirs", "oracle_man": ["tree_2", "tree_18"]}, {"token": "--prune", "oracle_man": ["tree_2", "tree_18", "tree_19", "tree_60", "tree_63"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11414"} {"nl": "print the tree ignoring the given directories", "cmd": "tree -I '{{directory_name1|directory_name2}}'", "tldr_cmd_name": "tree", "cmd_name": "tree", "manual_exist": true, "oracle_man": ["tree_2", "tree_3", "tree_16", "tree_17", "tree_19", "tree_60", "tree_62"], "matching_info": [{"token": "-I", "oracle_man": ["tree_2", "tree_16", "tree_17", "tree_19", "tree_60", "tree_62"]}, {"token": "|main|", "oracle_man": ["tree_3", "tree_4", "tree_5", "tree_6"]}], "question_id": "11415"} {"nl": "copy a single file (open an editor with the source filename on the left and the target filename on the right)", "cmd": "qcp {{source_file}}", "tldr_cmd_name": "qcp", "cmd_name": "qcp", "manual_exist": true, "oracle_man": ["qcp_5"], "matching_info": [{"token": "|main|", "oracle_man": ["qcp_5", "qcp_6", "qcp_7", "qcp_8", "qcp_9", "qcp_10", "qcp_11", "qcp_12", "qcp_13", "qcp_14", "qcp_15", "qcp_16", "qcp_17", "qcp_18", "qcp_19", "qcp_20", "qcp_21"]}], "question_id": "11430"} {"nl": "copy multiple jpg files", "cmd": "qcp {{*.jpg}}", "tldr_cmd_name": "qcp", "cmd_name": "qcp", "manual_exist": true, "oracle_man": ["qcp_5"], "matching_info": [{"token": "|main|", "oracle_man": ["qcp_5", "qcp_6", "qcp_7", "qcp_8", "qcp_9", "qcp_10", "qcp_11", "qcp_12", "qcp_13", "qcp_14", "qcp_15", "qcp_16", "qcp_17", "qcp_18", "qcp_19", "qcp_20", "qcp_21"]}], "question_id": "11431"} {"nl": "copy files, but swap the positions of the source and the target filenames in the editor", "cmd": "qcp --option swap {{*.jpg}}", "tldr_cmd_name": "qcp", "cmd_name": "qcp", "manual_exist": true, "oracle_man": ["qcp_5", "qcp_39", "qcp_41", "qcp_50", "qcp_54", "qcp_68"], "matching_info": [{"token": "--option", "oracle_man": ["qcp_39", "qcp_41", "qcp_50"]}, {"token": "swap", "oracle_man": ["qcp_54", "qcp_68"]}, {"token": "|main|", "oracle_man": ["qcp_5", "qcp_6", "qcp_7", "qcp_8", "qcp_9", "qcp_10", "qcp_11", "qcp_12", "qcp_13", "qcp_14", "qcp_15", "qcp_16", "qcp_17", "qcp_18", "qcp_19", "qcp_20", "qcp_21"]}], "question_id": "11432"} {"nl": "measure the current download speed", "cmd": "fast", "tldr_cmd_name": "fast", "cmd_name": "fast", "manual_exist": true, "oracle_man": ["fast_3"], "matching_info": [{"token": "|main|", "oracle_man": ["fast_3", "fast_4", "fast_5", "fast_6", "fast_7", "fast_8", "fast_9", "fast_10", "fast_11", "fast_12", "fast_13"]}], "question_id": "11433"} {"nl": "measure the current upload speed in addition to download speed", "cmd": "fast --upload", "tldr_cmd_name": "fast", "cmd_name": "fast", "manual_exist": true, "oracle_man": ["fast_3"], "matching_info": [{"token": "--upload", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fast_3", "fast_4", "fast_5", "fast_6", "fast_7", "fast_8", "fast_9", "fast_10", "fast_11", "fast_12", "fast_13"]}], "question_id": "11434"} {"nl": "display results on a single line to reduce spacing", "cmd": "fast --single-line", "tldr_cmd_name": "fast", "cmd_name": "fast", "manual_exist": true, "oracle_man": ["fast_3"], "matching_info": [{"token": "--single-line", "oracle_man": []}, {"token": "|main|", "oracle_man": ["fast_3", "fast_4", "fast_5", "fast_6", "fast_7", "fast_8", "fast_9", "fast_10", "fast_11", "fast_12", "fast_13"]}], "question_id": "11435"} {"nl": "lookup a, aaaa, and mx records of a domain", "cmd": "host {{domain}}", "tldr_cmd_name": "host", "cmd_name": "host", "manual_exist": true, "oracle_man": ["host_3"], "matching_info": [{"token": "|main|", "oracle_man": ["host_3", "host_4"]}], "question_id": "11451"} {"nl": "lookup a field (cname, txt,...) of a domain", "cmd": "host -t {{field}} {{domain}}", "tldr_cmd_name": "host", "cmd_name": "host", "manual_exist": true, "oracle_man": ["host_2", "host_3", "host_7", "host_19", "host_21"], "matching_info": [{"token": "-t", "oracle_man": ["host_2", "host_7", "host_19", "host_21"]}, {"token": "|main|", "oracle_man": ["host_3", "host_4"]}], "question_id": "11452"} {"nl": "reverse lookup an ip", "cmd": "host {{ip_address}}", "tldr_cmd_name": "host", "cmd_name": "host", "manual_exist": true, "oracle_man": ["host_3"], "matching_info": [{"token": "|main|", "oracle_man": ["host_3", "host_4"]}], "question_id": "11453"} {"nl": "specify an alternate dns server to query", "cmd": "host {{domain}} {{8.8.8.8}}", "tldr_cmd_name": "host", "cmd_name": "host", "manual_exist": true, "oracle_man": ["host_3"], "matching_info": [{"token": "|main|", "oracle_man": ["host_3", "host_4"]}], "question_id": "11454"} {"nl": "give the [u]ser who owns a file the right to e[x]ecute it", "cmd": "chmod u+x {{file}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "u+x", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11465"} {"nl": "give the [u]ser rights to [r]ead and [w]rite to a file/directory", "cmd": "chmod u+rw {{file_or_directory}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "u+rw", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11466"} {"nl": "remove e[x]ecutable rights from the [g]roup", "cmd": "chmod g-x {{file}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "g-x", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11467"} {"nl": "give [a]ll users rights to [r]ead and e[x]ecute", "cmd": "chmod a+rx {{file}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "a+rx", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11468"} {"nl": "give [o]thers (not in the file owner's group) the same rights as the [g]roup", "cmd": "chmod o=g {{file}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "o=g", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11469"} {"nl": "remove all rights from [o]thers", "cmd": "chmod o= {{file}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_4"], "matching_info": [{"token": "o=", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11470"} {"nl": "change permissions recursively giving [g]roup and [o]thers the ability to [w]rite", "cmd": "chmod -R g+w,o+w {{directory}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_3", "chmod_4", "chmod_10", "chmod_71"], "matching_info": [{"token": "-R", "oracle_man": ["chmod_3", "chmod_10", "chmod_71"]}, {"token": "g+w,o+w", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11471"} {"nl": "recursively give [a]ll users [r]ead permissions to files and e[x]ecute permissions to subdirectories within a directory", "cmd": "chmod -R a+rX {{directory}}", "tldr_cmd_name": "chmod", "cmd_name": "chmod", "manual_exist": true, "oracle_man": ["chmod_3", "chmod_4", "chmod_10", "chmod_71"], "matching_info": [{"token": "-R", "oracle_man": ["chmod_3", "chmod_10", "chmod_71"]}, {"token": "a+rX", "oracle_man": []}, {"token": "|main|", "oracle_man": ["chmod_4", "chmod_5", "chmod_6", "chmod_7"]}], "question_id": "11472"} {"nl": "display information on all available gpus and processes using them", "cmd": "nvidia-smi", "tldr_cmd_name": "nvidia-smi", "cmd_name": "nvidia-smi", "manual_exist": true, "oracle_man": ["nvidia-smi_3"], "matching_info": [{"token": "|main|", "oracle_man": ["nvidia-smi_3", "nvidia-smi_4", "nvidia-smi_5", "nvidia-smi_6", "nvidia-smi_7"]}], "question_id": "11477"} {"nl": "display more detailed gpu information", "cmd": "nvidia-smi --query", "tldr_cmd_name": "nvidia-smi", "cmd_name": "nvidia-smi", "manual_exist": true, "oracle_man": ["nvidia-smi_3", "nvidia-smi_11", "nvidia-smi_21", "nvidia-smi_22", "nvidia-smi_23", "nvidia-smi_24", "nvidia-smi_25", "nvidia-smi_26", "nvidia-smi_415", "nvidia-smi_541"], "matching_info": [{"token": "--query", "oracle_man": ["nvidia-smi_11", "nvidia-smi_21", "nvidia-smi_22", "nvidia-smi_23", "nvidia-smi_24", "nvidia-smi_25", "nvidia-smi_26", "nvidia-smi_415", "nvidia-smi_541"]}, {"token": "|main|", "oracle_man": ["nvidia-smi_3", "nvidia-smi_4", "nvidia-smi_5", "nvidia-smi_6", "nvidia-smi_7"]}], "question_id": "11478"} {"nl": "monitor overall gpu usage with 1second update interval", "cmd": "nvidia-smi dmon", "tldr_cmd_name": "nvidia-smi", "cmd_name": "nvidia-smi", "manual_exist": true, "oracle_man": ["nvidia-smi_3", "nvidia-smi_257", "nvidia-smi_260", "nvidia-smi_263", "nvidia-smi_273", "nvidia-smi_276", "nvidia-smi_279", "nvidia-smi_282", "nvidia-smi_285", "nvidia-smi_583", "nvidia-smi_585", "nvidia-smi_604"], "matching_info": [{"token": "dmon", "oracle_man": ["nvidia-smi_257", "nvidia-smi_260", "nvidia-smi_263", "nvidia-smi_273", "nvidia-smi_276", "nvidia-smi_279", "nvidia-smi_282", "nvidia-smi_285", "nvidia-smi_583", "nvidia-smi_585", "nvidia-smi_604"]}, {"token": "|main|", "oracle_man": ["nvidia-smi_3", "nvidia-smi_4", "nvidia-smi_5", "nvidia-smi_6", "nvidia-smi_7"]}], "question_id": "11479"} {"nl": "start `bc` in interactive mode using the standard math library", "cmd": "bc -l", "tldr_cmd_name": "bc", "cmd_name": "bc", "manual_exist": true, "oracle_man": ["bc_3", "bc_7", "bc_79", "bc_86", "bc_128"], "matching_info": [{"token": "-l", "oracle_man": ["bc_7", "bc_79", "bc_86", "bc_128"]}, {"token": "|main|", "oracle_man": ["bc_3", "bc_4", "bc_5", "bc_6", "bc_7", "bc_8", "bc_9", "bc_10", "bc_11", "bc_12", "bc_13", "bc_14", "bc_15", "bc_16", "bc_17", "bc_18", "bc_19", "bc_20", "bc_21", "bc_22", "bc_23", "bc_24", "bc_25", "bc_26", "bc_27", "bc_28", "bc_29", "bc_30", "bc_31", "bc_32", "bc_33", "bc_34", "bc_35", "bc_36", "bc_37", "bc_38", "bc_39", "bc_40", "bc_41", "bc_42", "bc_43", "bc_44", "bc_45", "bc_46", "bc_47", "bc_48", "bc_49", "bc_50", "bc_51", "bc_52", "bc_53", "bc_54", "bc_55", "bc_56", "bc_57", "bc_58", "bc_59", "bc_60", "bc_61", "bc_62", "bc_63", "bc_64", "bc_65", "bc_66", "bc_67", "bc_68", "bc_69", "bc_70", "bc_71", "bc_72", "bc_73", "bc_74", "bc_75", "bc_76", "bc_77", "bc_78", "bc_79", "bc_80", "bc_81", "bc_82", "bc_83", "bc_84", "bc_85", "bc_86", "bc_87", "bc_88", "bc_89", "bc_90", "bc_91", "bc_92", "bc_93", "bc_94", "bc_95", "bc_96", "bc_97", "bc_98", "bc_99", "bc_100", "bc_101", "bc_102", "bc_103", "bc_104", "bc_105", "bc_106", "bc_107", "bc_108", "bc_109", "bc_110", "bc_111", "bc_112", "bc_113", "bc_114", "bc_115", "bc_116", "bc_117", "bc_118", "bc_119", "bc_120", "bc_121", "bc_122", "bc_123", "bc_124"]}], "question_id": "11515"} {"nl": "calculate the result of an expression", "cmd": "bc <<< \"(1 + 2) * 2 ^ 2\"", "tldr_cmd_name": "bc", "cmd_name": "bc", "manual_exist": true, "oracle_man": ["bc_3", "bc_93"], "matching_info": [{"token": "(1", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "2)", "oracle_man": []}, {"token": "*", "oracle_man": []}, {"token": "2", "oracle_man": ["bc_93"]}, {"token": "^", "oracle_man": []}, {"token": "|main|", "oracle_man": ["bc_3", "bc_4", "bc_5", "bc_6", "bc_7", "bc_8", "bc_9", "bc_10", "bc_11", "bc_12", "bc_13", "bc_14", "bc_15", "bc_16", "bc_17", "bc_18", "bc_19", "bc_20", "bc_21", "bc_22", "bc_23", "bc_24", "bc_25", "bc_26", "bc_27", "bc_28", "bc_29", "bc_30", "bc_31", "bc_32", "bc_33", "bc_34", "bc_35", "bc_36", "bc_37", "bc_38", "bc_39", "bc_40", "bc_41", "bc_42", "bc_43", "bc_44", "bc_45", "bc_46", "bc_47", "bc_48", "bc_49", "bc_50", "bc_51", "bc_52", "bc_53", "bc_54", "bc_55", "bc_56", "bc_57", "bc_58", "bc_59", "bc_60", "bc_61", "bc_62", "bc_63", "bc_64", "bc_65", "bc_66", "bc_67", "bc_68", "bc_69", "bc_70", "bc_71", "bc_72", "bc_73", "bc_74", "bc_75", "bc_76", "bc_77", "bc_78", "bc_79", "bc_80", "bc_81", "bc_82", "bc_83", "bc_84", "bc_85", "bc_86", "bc_87", "bc_88", "bc_89", "bc_90", "bc_91", "bc_92", "bc_93", "bc_94", "bc_95", "bc_96", "bc_97", "bc_98", "bc_99", "bc_100", "bc_101", "bc_102", "bc_103", "bc_104", "bc_105", "bc_106", "bc_107", "bc_108", "bc_109", "bc_110", "bc_111", "bc_112", "bc_113", "bc_114", "bc_115", "bc_116", "bc_117", "bc_118", "bc_119", "bc_120", "bc_121", "bc_122", "bc_123", "bc_124"]}], "question_id": "11516"} {"nl": "calculate the result of an expression and force the number of decimal places to 10", "cmd": "bc <<< \"scale=10; 5 / 3\"", "tldr_cmd_name": "bc", "cmd_name": "bc", "manual_exist": true, "oracle_man": ["bc_3"], "matching_info": [{"token": "scale=10;", "oracle_man": []}, {"token": "5", "oracle_man": []}, {"token": "/", "oracle_man": []}, {"token": "3", "oracle_man": []}, {"token": "|main|", "oracle_man": ["bc_3", "bc_4", "bc_5", "bc_6", "bc_7", "bc_8", "bc_9", "bc_10", "bc_11", "bc_12", "bc_13", "bc_14", "bc_15", "bc_16", "bc_17", "bc_18", "bc_19", "bc_20", "bc_21", "bc_22", "bc_23", "bc_24", "bc_25", "bc_26", "bc_27", "bc_28", "bc_29", "bc_30", "bc_31", "bc_32", "bc_33", "bc_34", "bc_35", "bc_36", "bc_37", "bc_38", "bc_39", "bc_40", "bc_41", "bc_42", "bc_43", "bc_44", "bc_45", "bc_46", "bc_47", "bc_48", "bc_49", "bc_50", "bc_51", "bc_52", "bc_53", "bc_54", "bc_55", "bc_56", "bc_57", "bc_58", "bc_59", "bc_60", "bc_61", "bc_62", "bc_63", "bc_64", "bc_65", "bc_66", "bc_67", "bc_68", "bc_69", "bc_70", "bc_71", "bc_72", "bc_73", "bc_74", "bc_75", "bc_76", "bc_77", "bc_78", "bc_79", "bc_80", "bc_81", "bc_82", "bc_83", "bc_84", "bc_85", "bc_86", "bc_87", "bc_88", "bc_89", "bc_90", "bc_91", "bc_92", "bc_93", "bc_94", "bc_95", "bc_96", "bc_97", "bc_98", "bc_99", "bc_100", "bc_101", "bc_102", "bc_103", "bc_104", "bc_105", "bc_106", "bc_107", "bc_108", "bc_109", "bc_110", "bc_111", "bc_112", "bc_113", "bc_114", "bc_115", "bc_116", "bc_117", "bc_118", "bc_119", "bc_120", "bc_121", "bc_122", "bc_123", "bc_124"]}], "question_id": "11517"} {"nl": "calculate the result of an expression with sine and cosine using `mathlib`", "cmd": "bc -l <<< \"s(1) + c(1)\"", "tldr_cmd_name": "bc", "cmd_name": "bc", "manual_exist": true, "oracle_man": ["bc_3", "bc_7", "bc_79", "bc_86", "bc_128"], "matching_info": [{"token": "-l", "oracle_man": ["bc_7", "bc_79", "bc_86", "bc_128"]}, {"token": "s(1)", "oracle_man": []}, {"token": "+", "oracle_man": []}, {"token": "c(1)", "oracle_man": []}, {"token": "|main|", "oracle_man": ["bc_3", "bc_4", "bc_5", "bc_6", "bc_7", "bc_8", "bc_9", "bc_10", "bc_11", "bc_12", "bc_13", "bc_14", "bc_15", "bc_16", "bc_17", "bc_18", "bc_19", "bc_20", "bc_21", "bc_22", "bc_23", "bc_24", "bc_25", "bc_26", "bc_27", "bc_28", "bc_29", "bc_30", "bc_31", "bc_32", "bc_33", "bc_34", "bc_35", "bc_36", "bc_37", "bc_38", "bc_39", "bc_40", "bc_41", "bc_42", "bc_43", "bc_44", "bc_45", "bc_46", "bc_47", "bc_48", "bc_49", "bc_50", "bc_51", "bc_52", "bc_53", "bc_54", "bc_55", "bc_56", "bc_57", "bc_58", "bc_59", "bc_60", "bc_61", "bc_62", "bc_63", "bc_64", "bc_65", "bc_66", "bc_67", "bc_68", "bc_69", "bc_70", "bc_71", "bc_72", "bc_73", "bc_74", "bc_75", "bc_76", "bc_77", "bc_78", "bc_79", "bc_80", "bc_81", "bc_82", "bc_83", "bc_84", "bc_85", "bc_86", "bc_87", "bc_88", "bc_89", "bc_90", "bc_91", "bc_92", "bc_93", "bc_94", "bc_95", "bc_96", "bc_97", "bc_98", "bc_99", "bc_100", "bc_101", "bc_102", "bc_103", "bc_104", "bc_105", "bc_106", "bc_107", "bc_108", "bc_109", "bc_110", "bc_111", "bc_112", "bc_113", "bc_114", "bc_115", "bc_116", "bc_117", "bc_118", "bc_119", "bc_120", "bc_121", "bc_122", "bc_123", "bc_124"]}], "question_id": "11518"} {"nl": "expose a local http service on a given port", "cmd": "ngrok http {{80}}", "tldr_cmd_name": "ngrok", "cmd_name": "ngrok", "manual_exist": true, "oracle_man": ["ngrok_3"], "matching_info": [{"token": "http", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ngrok_3", "ngrok_4", "ngrok_5", "ngrok_6", "ngrok_7"]}], "question_id": "11542"} {"nl": "expose a local http service on a specific host", "cmd": "ngrok http {{foo.dev}}:{{80}}", "tldr_cmd_name": "ngrok", "cmd_name": "ngrok", "manual_exist": true, "oracle_man": ["ngrok_3"], "matching_info": [{"token": "http", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ngrok_3", "ngrok_4", "ngrok_5", "ngrok_6", "ngrok_7"]}], "question_id": "11543"} {"nl": "expose a local https server", "cmd": "ngrok http https://localhost", "tldr_cmd_name": "ngrok", "cmd_name": "ngrok", "manual_exist": true, "oracle_man": ["ngrok_3"], "matching_info": [{"token": "http", "oracle_man": []}, {"token": "https://localhost", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ngrok_3", "ngrok_4", "ngrok_5", "ngrok_6", "ngrok_7"]}], "question_id": "11544"} {"nl": "expose tcp traffic on a given port", "cmd": "ngrok tcp {{22}}", "tldr_cmd_name": "ngrok", "cmd_name": "ngrok", "manual_exist": true, "oracle_man": ["ngrok_3"], "matching_info": [{"token": "tcp", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ngrok_3", "ngrok_4", "ngrok_5", "ngrok_6", "ngrok_7"]}], "question_id": "11545"} {"nl": "expose tls traffic for a specific host and port", "cmd": "ngrok tls -hostname={{foo.com}} {{443}}", "tldr_cmd_name": "ngrok", "cmd_name": "ngrok", "manual_exist": true, "oracle_man": ["ngrok_3"], "matching_info": [{"token": "tls", "oracle_man": []}, {"token": "-hostname", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ngrok_3", "ngrok_4", "ngrok_5", "ngrok_6", "ngrok_7"]}], "question_id": "11546"} {"nl": "recursively check the current directory, showing progress on the screen and logging error messages to a file", "cmd": "cppcheck . 2> cppcheck.log", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_3"], "matching_info": [{"token": ".", "oracle_man": []}, {"token": "2", "oracle_man": []}, {"token": "cppcheck.log", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11632"} {"nl": "recursively check a given directory, and don't print progress messages", "cmd": "cppcheck --quiet {{path/to/directory}}", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_2", "cppcheck_3", "cppcheck_46"], "matching_info": [{"token": "--quiet", "oracle_man": ["cppcheck_2", "cppcheck_46"]}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11633"} {"nl": "check a given file, specifying which tests to perform (by default only errors are shown)", "cmd": "cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{path/to/file.cpp}}", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_2", "cppcheck_3", "cppcheck_9", "cppcheck_10", "cppcheck_18"], "matching_info": [{"token": "--enable", "oracle_man": ["cppcheck_2", "cppcheck_9", "cppcheck_10", "cppcheck_18"]}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11634"} {"nl": "list available tests", "cmd": "cppcheck --errorlist", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_2", "cppcheck_3", "cppcheck_20"], "matching_info": [{"token": "--errorlist", "oracle_man": ["cppcheck_2", "cppcheck_20"]}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11635"} {"nl": "check a given file, ignoring specific tests", "cmd": "cppcheck --suppress={{test_id1}} --suppress={{test_id2}} {{path/to/file.cpp}}", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_2", "cppcheck_3", "cppcheck_59", "cppcheck_60", "cppcheck_61"], "matching_info": [{"token": "--suppress", "oracle_man": ["cppcheck_2", "cppcheck_59", "cppcheck_60", "cppcheck_61"]}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11636"} {"nl": "check the current directory, providing paths for include files located outside it (e.g. external libraries)", "cmd": "cppcheck -I {{include/directory_1}} -I {{include/directory_2}} .", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_2", "cppcheck_3", "cppcheck_25"], "matching_info": [{"token": "-I", "oracle_man": ["cppcheck_2", "cppcheck_25"]}, {"token": ".", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11637"} {"nl": "check a microsoft visual studio project (`*.vcxproj`) or solution (`*.sln`)", "cmd": "cppcheck --project={{path/to/project.sln}}", "tldr_cmd_name": "cppcheck", "cmd_name": "cppcheck", "manual_exist": true, "oracle_man": ["cppcheck_3"], "matching_info": [{"token": "--project", "oracle_man": []}, {"token": "|main|", "oracle_man": ["cppcheck_3"]}], "question_id": "11638"} {"nl": "move a single file (open an editor with the source filename on the left and the target filename on the right)", "cmd": "qmv {{source_file}}", "tldr_cmd_name": "qmv", "cmd_name": "qmv", "manual_exist": true, "oracle_man": ["qmv_5"], "matching_info": [{"token": "|main|", "oracle_man": ["qmv_5", "qmv_6", "qmv_7", "qmv_8", "qmv_9", "qmv_10", "qmv_11", "qmv_12", "qmv_13", "qmv_14", "qmv_15", "qmv_16", "qmv_17", "qmv_18", "qmv_19", "qmv_20", "qmv_21"]}], "question_id": "11665"} {"nl": "move multiple jpg files", "cmd": "qmv {{*.jpg}}", "tldr_cmd_name": "qmv", "cmd_name": "qmv", "manual_exist": true, "oracle_man": ["qmv_5"], "matching_info": [{"token": "|main|", "oracle_man": ["qmv_5", "qmv_6", "qmv_7", "qmv_8", "qmv_9", "qmv_10", "qmv_11", "qmv_12", "qmv_13", "qmv_14", "qmv_15", "qmv_16", "qmv_17", "qmv_18", "qmv_19", "qmv_20", "qmv_21"]}], "question_id": "11666"} {"nl": "move multiple directories", "cmd": "qmv -d {{path/to/directory1}} {{path/to/directory2}} {{path/to/directory3}}", "tldr_cmd_name": "qmv", "cmd_name": "qmv", "manual_exist": true, "oracle_man": ["qmv_5", "qmv_20", "qmv_28", "qmv_46"], "matching_info": [{"token": "-d", "oracle_man": ["qmv_20", "qmv_28", "qmv_46"]}, {"token": "|main|", "oracle_man": ["qmv_5", "qmv_6", "qmv_7", "qmv_8", "qmv_9", "qmv_10", "qmv_11", "qmv_12", "qmv_13", "qmv_14", "qmv_15", "qmv_16", "qmv_17", "qmv_18", "qmv_19", "qmv_20", "qmv_21"]}], "question_id": "11667"} {"nl": "move all files and directories inside a directory", "cmd": "qmv --recursive {{path/to/directory}}", "tldr_cmd_name": "qmv", "cmd_name": "qmv", "manual_exist": true, "oracle_man": ["qmv_5", "qmv_30"], "matching_info": [{"token": "--recursive", "oracle_man": ["qmv_30"]}, {"token": "|main|", "oracle_man": ["qmv_5", "qmv_6", "qmv_7", "qmv_8", "qmv_9", "qmv_10", "qmv_11", "qmv_12", "qmv_13", "qmv_14", "qmv_15", "qmv_16", "qmv_17", "qmv_18", "qmv_19", "qmv_20", "qmv_21"]}], "question_id": "11668"} {"nl": "move files, but swap the positions of the source and the target filenames in the editor", "cmd": "qmv --option swap {{*.jpg}}", "tldr_cmd_name": "qmv", "cmd_name": "qmv", "manual_exist": true, "oracle_man": ["qmv_5", "qmv_39", "qmv_41", "qmv_50", "qmv_54", "qmv_68"], "matching_info": [{"token": "--option", "oracle_man": ["qmv_39", "qmv_41", "qmv_50"]}, {"token": "swap", "oracle_man": ["qmv_54", "qmv_68"]}, {"token": "|main|", "oracle_man": ["qmv_5", "qmv_6", "qmv_7", "qmv_8", "qmv_9", "qmv_10", "qmv_11", "qmv_12", "qmv_13", "qmv_14", "qmv_15", "qmv_16", "qmv_17", "qmv_18", "qmv_19", "qmv_20", "qmv_21"]}], "question_id": "11669"} {"nl": "convert `filename.pdf` to plain text and print it to standard output", "cmd": "pdftotext {{filename.pdf}} -", "tldr_cmd_name": "pdftotext", "cmd_name": "pdftotext", "manual_exist": true, "oracle_man": ["pdftotext_1", "pdftotext_2", "pdftotext_3", "pdftotext_4", "pdftotext_5", "pdftotext_6", "pdftotext_7", "pdftotext_8", "pdftotext_9", "pdftotext_10", "pdftotext_11", "pdftotext_12", "pdftotext_13", "pdftotext_14", "pdftotext_15", "pdftotext_16", "pdftotext_17", "pdftotext_18", "pdftotext_19", "pdftotext_20", "pdftotext_21", "pdftotext_22", "pdftotext_23", "pdftotext_24", "pdftotext_25", "pdftotext_26", "pdftotext_27", "pdftotext_28"], "matching_info": [{"token": "-", "oracle_man": ["pdftotext_1", "pdftotext_2", "pdftotext_4", "pdftotext_5", "pdftotext_6", "pdftotext_7", "pdftotext_8", "pdftotext_9", "pdftotext_10", "pdftotext_11", "pdftotext_12", "pdftotext_13", "pdftotext_14", "pdftotext_15", "pdftotext_16", "pdftotext_17", "pdftotext_18", "pdftotext_19", "pdftotext_20", "pdftotext_21", "pdftotext_22", "pdftotext_23", "pdftotext_24", "pdftotext_25", "pdftotext_26", "pdftotext_27", "pdftotext_28"]}, {"token": "|main|", "oracle_man": ["pdftotext_3", "pdftotext_4"]}], "question_id": "11718"} {"nl": "convert `filename.pdf` to plain text and save it as `filename.txt`", "cmd": "pdftotext {{filename.pdf}}", "tldr_cmd_name": "pdftotext", "cmd_name": "pdftotext", "manual_exist": true, "oracle_man": ["pdftotext_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pdftotext_3", "pdftotext_4"]}], "question_id": "11719"} {"nl": "convert `filename.pdf` to plain text and preserve the layout", "cmd": "pdftotext -layout {{filename.pdf}}", "tldr_cmd_name": "pdftotext", "cmd_name": "pdftotext", "manual_exist": true, "oracle_man": ["pdftotext_3", "pdftotext_12", "pdftotext_18"], "matching_info": [{"token": "-layout", "oracle_man": ["pdftotext_12", "pdftotext_18"]}, {"token": "|main|", "oracle_man": ["pdftotext_3", "pdftotext_4"]}], "question_id": "11720"} {"nl": "convert `input.pdf` to plain text and save it as `output.txt`", "cmd": "pdftotext {{input.pdf}} {{output.txt}}", "tldr_cmd_name": "pdftotext", "cmd_name": "pdftotext", "manual_exist": true, "oracle_man": ["pdftotext_3"], "matching_info": [{"token": "|main|", "oracle_man": ["pdftotext_3", "pdftotext_4"]}], "question_id": "11721"} {"nl": "convert pages 2, 3 and 4 of `input.pdf` to plain text and save them as `output.txt`", "cmd": "pdftotext -f {{2}} -l {{4}} {{input.pdf}} {{output.txt}}", "tldr_cmd_name": "pdftotext", "cmd_name": "pdftotext", "manual_exist": true, "oracle_man": ["pdftotext_2", "pdftotext_3", "pdftotext_4", "pdftotext_5", "pdftotext_6", "pdftotext_12", "pdftotext_13", "pdftotext_18", "pdftotext_21", "pdftotext_22"], "matching_info": [{"token": "-f", "oracle_man": ["pdftotext_2", "pdftotext_4", "pdftotext_5", "pdftotext_13"]}, {"token": "-l", "oracle_man": ["pdftotext_6", "pdftotext_12", "pdftotext_18", "pdftotext_21", "pdftotext_22"]}, {"token": "|main|", "oracle_man": ["pdftotext_3", "pdftotext_4"]}], "question_id": "11722"} {"nl": "create a new package", "cmd": "stack new {{package_name}} {{template_name}}", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_10"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11723"} {"nl": "compile a package", "cmd": "stack build", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_10"], "matching_info": [{"token": "build", "oracle_man": []}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11724"} {"nl": "run tests inside a package", "cmd": "stack test", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_10"], "matching_info": [{"token": "test", "oracle_man": []}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11725"} {"nl": "compile a project and recompile every time a file changes", "cmd": "stack build --file-watch", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_10"], "matching_info": [{"token": "build", "oracle_man": []}, {"token": "--file-watch", "oracle_man": []}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11726"} {"nl": "compile a project and execute a command after compilation", "cmd": "stack build --exec \"{{command}}\"", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_10"], "matching_info": [{"token": "build", "oracle_man": []}, {"token": "--exec", "oracle_man": []}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11727"} {"nl": "run a program and pass an argument to it", "cmd": "stack exec {{program_name}} -- {{argument}}", "tldr_cmd_name": "stack", "cmd_name": "stack", "manual_exist": true, "oracle_man": ["stack_1", "stack_10"], "matching_info": [{"token": "exec", "oracle_man": []}, {"token": "--", "oracle_man": ["stack_1"]}, {"token": "|main|", "oracle_man": ["stack_10", "stack_11", "stack_12", "stack_13", "stack_14", "stack_15", "stack_16", "stack_17", "stack_18", "stack_19"]}], "question_id": "11728"} {"nl": "create a new angular application inside a directory", "cmd": "ng new {{project_name}}", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "new", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11729"} {"nl": "add a new component to one's application", "cmd": "ng generate component {{component_name}}", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "generate", "oracle_man": []}, {"token": "component", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11730"} {"nl": "add a new class to one's application", "cmd": "ng generate class {{class_name}}", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "generate", "oracle_man": []}, {"token": "class", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11731"} {"nl": "add a new directive to one's application", "cmd": "ng generate directive {{directive_name}}", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "generate", "oracle_man": []}, {"token": "directive", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11732"} {"nl": "run the application with the following command in its root directory", "cmd": "ng serve", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "serve", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11733"} {"nl": "build the application", "cmd": "ng build", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "build", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11734"} {"nl": "run unit tests", "cmd": "ng test", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3"], "matching_info": [{"token": "test", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11735"} {"nl": "check the version of your current angular installation", "cmd": "ng version", "tldr_cmd_name": "ng", "cmd_name": "ng", "manual_exist": true, "oracle_man": ["ng_3", "ng_5", "ng_6"], "matching_info": [{"token": "version", "oracle_man": ["ng_5", "ng_6"]}, {"token": "|main|", "oracle_man": ["ng_3", "ng_4"]}], "question_id": "11736"} {"nl": "initialise a configuration file", "cmd": "envoy init {{host_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "init", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11737"} {"nl": "run a task", "cmd": "envoy run {{task_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "run", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11738"} {"nl": "run a task from a specific project", "cmd": "envoy run --path {{path/to/directory}} {{task_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "run", "oracle_man": []}, {"token": "--path", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11739"} {"nl": "run a task and continue on failure", "cmd": "envoy run --continue {{task_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "run", "oracle_man": []}, {"token": "--continue", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11740"} {"nl": "dump a task as a bash script for inspection", "cmd": "envoy run --pretend {{task_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "run", "oracle_man": []}, {"token": "--pretend", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11741"} {"nl": "connect to the specified server via ssh", "cmd": "envoy ssh {{server_name}}", "tldr_cmd_name": "envoy", "cmd_name": "envoy", "manual_exist": true, "oracle_man": ["envoy_3"], "matching_info": [{"token": "ssh", "oracle_man": []}, {"token": "|main|", "oracle_man": ["envoy_3", "envoy_4", "envoy_5", "envoy_6"]}], "question_id": "11742"} {"nl": "check a single python file", "cmd": "pyflakes check {{path/to/file}}.py", "tldr_cmd_name": "pyflakes", "cmd_name": "pyflakes", "manual_exist": true, "oracle_man": ["pyflakes_3"], "matching_info": [{"token": "check", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pyflakes_3", "pyflakes_4", "pyflakes_5"]}], "question_id": "11743"} {"nl": "check python files in a specific directory", "cmd": "pyflakes checkPath {{path/to/directory}}", "tldr_cmd_name": "pyflakes", "cmd_name": "pyflakes", "manual_exist": true, "oracle_man": ["pyflakes_3"], "matching_info": [{"token": "checkPath", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pyflakes_3", "pyflakes_4", "pyflakes_5"]}], "question_id": "11744"} {"nl": "check python files in a directory recursively", "cmd": "pyflakes checkRecursive {{path/to/directory}}", "tldr_cmd_name": "pyflakes", "cmd_name": "pyflakes", "manual_exist": true, "oracle_man": ["pyflakes_3"], "matching_info": [{"token": "checkRecursive", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pyflakes_3", "pyflakes_4", "pyflakes_5"]}], "question_id": "11745"} {"nl": "check all python files found in multiple directories", "cmd": "pyflakes iterSourceCode {{path/to/directory_1}} {{path/to/directory_2}}", "tldr_cmd_name": "pyflakes", "cmd_name": "pyflakes", "manual_exist": true, "oracle_man": ["pyflakes_3"], "matching_info": [{"token": "iterSourceCode", "oracle_man": []}, {"token": "|main|", "oracle_man": ["pyflakes_3", "pyflakes_4", "pyflakes_5"]}], "question_id": "11746"} {"nl": "open a file", "cmd": "ex {{path/to/file}}", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4"], "matching_info": [{"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11808"} {"nl": "save and quit", "cmd": "wq", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_254", "ex_265", "ex_331", "ex_432", "ex_574", "ex_584"], "matching_info": [{"token": "wq", "oracle_man": ["ex_584"]}, {"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11809"} {"nl": "undo the last operation", "cmd": "undo", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_254", "ex_265", "ex_331", "ex_432", "ex_551", "ex_574"], "matching_info": [{"token": "undo", "oracle_man": ["ex_551"]}, {"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11810"} {"nl": "search for a pattern in the file", "cmd": "/{{search_pattern}}", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_254", "ex_265", "ex_331", "ex_432", "ex_574"], "matching_info": [{"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11811"} {"nl": "perform a regular expression substitution in the whole file", "cmd": "%s/{{regular_expression}}/{{replacement}}/g", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_254", "ex_265", "ex_331", "ex_432", "ex_574"], "matching_info": [{"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11812"} {"nl": "insert text", "cmd": "i{{text}}", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_88", "ex_96", "ex_135", "ex_156", "ex_254", "ex_265", "ex_330", "ex_331", "ex_432", "ex_574"], "matching_info": [{"token": "i", "oracle_man": ["ex_88", "ex_96", "ex_135", "ex_156", "ex_330"]}, {"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "C-c", "oracle_man": []}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11813"} {"nl": "switch to vim", "cmd": "visual", "tldr_cmd_name": "ex", "cmd_name": "ex", "manual_exist": true, "oracle_man": ["ex_4", "ex_254", "ex_265", "ex_331", "ex_432", "ex_574"], "matching_info": [{"token": "visual", "oracle_man": ["ex_574"]}, {"token": "Enter", "oracle_man": ["ex_254", "ex_265", "ex_331", "ex_432", "ex_574"]}, {"token": "|main|", "oracle_man": ["ex_4", "ex_5", "ex_6", "ex_7"]}], "question_id": "11814"} {"nl": "list all devices", "cmd": "kdeconnect-cli --list-devices", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_12"], "matching_info": [{"token": "--list-devices", "oracle_man": ["kdeconnect-cli_12"]}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11849"} {"nl": "list available (paired and reachable) devices", "cmd": "kdeconnect-cli --list-available", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3"], "matching_info": [{"token": "--list-available", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11850"} {"nl": "request pairing with a specific device, specifying its id", "cmd": "kdeconnect-cli --pair --device {{device_id}}", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_14", "kdeconnect-cli_17"], "matching_info": [{"token": "--pair", "oracle_man": ["kdeconnect-cli_14"]}, {"token": "--device", "oracle_man": ["kdeconnect-cli_17"]}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11851"} {"nl": "ring a device, specifying its name", "cmd": "kdeconnect-cli --ring --name {{device_name}}", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3"], "matching_info": [{"token": "--ring", "oracle_man": []}, {"token": "--name", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11852"} {"nl": "share an url or file with a paired device, specifying its id", "cmd": "kdeconnect-cli --share {{URL|path/to/file}} --device {{device_id}}", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_13", "kdeconnect-cli_17"], "matching_info": [{"token": "--share", "oracle_man": ["kdeconnect-cli_13"]}, {"token": "--device", "oracle_man": ["kdeconnect-cli_17"]}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11853"} {"nl": "send an sms with an optional attachment to a specific number", "cmd": "kdeconnect-cli --name {{device_name}} --send-sms {{message}} --destination {{phone_number}} --attachment {{path/to/file}}", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3"], "matching_info": [{"token": "--name", "oracle_man": []}, {"token": "--send-sms", "oracle_man": []}, {"token": "--destination", "oracle_man": []}, {"token": "--attachment", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11854"} {"nl": "unlock a specific device", "cmd": "kdeconnect-cli --name {{device_name}} --unlock", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3"], "matching_info": [{"token": "--name", "oracle_man": []}, {"token": "--unlock", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11855"} {"nl": "simulate a key press on a specific device", "cmd": "kdeconnect-cli --name {{device_name}} --send-keys {{key}}", "tldr_cmd_name": "kdeconnect-cli", "cmd_name": "kdeconnect-cli", "manual_exist": true, "oracle_man": ["kdeconnect-cli_3"], "matching_info": [{"token": "--name", "oracle_man": []}, {"token": "--send-keys", "oracle_man": []}, {"token": "|main|", "oracle_man": ["kdeconnect-cli_3", "kdeconnect-cli_4", "kdeconnect-cli_5", "kdeconnect-cli_6", "kdeconnect-cli_7", "kdeconnect-cli_8", "kdeconnect-cli_9", "kdeconnect-cli_10", "kdeconnect-cli_11"]}], "question_id": "11856"}