diff --git "a/tldr-train.jsonl" "b/tldr-train.jsonl" --- "a/tldr-train.jsonl" +++ "b/tldr-train.jsonl" @@ -1,6414 +1,6414 @@ -{"nl": "get the label of a fat32 partition", "cmd": "fatlabel {{/dev/sda1}}", "tldr_cmd_name": "fatlabel", "cmd_name": "fatlabel", "manual_exist": true, "oracle_man": ["fatlabel_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "0"} -{"nl": "set the label of a fat32 partition", "cmd": "fatlabel {{/dev/sdc3}} \"{{new_label}}\"", "tldr_cmd_name": "fatlabel", "cmd_name": "fatlabel", "manual_exist": true, "oracle_man": ["fatlabel_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1"} -{"nl": "search for a package in your current sources", "cmd": "apt-cache search {{query}}", "tldr_cmd_name": "apt-cache", "cmd_name": "apt-cache", "manual_exist": true, "oracle_man": ["apt-cache_3", "apt-cache_22"], "matching_info": {"search": [22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "2"} -{"nl": "show information about a package", "cmd": "apt-cache show {{package}}", "tldr_cmd_name": "apt-cache", "cmd_name": "apt-cache", "manual_exist": true, "oracle_man": ["apt-cache_3", "apt-cache_21"], "matching_info": {"show": [21], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "3"} -{"nl": "show whether a package is installed and up to date", "cmd": "apt-cache policy {{package}}", "tldr_cmd_name": "apt-cache", "cmd_name": "apt-cache", "manual_exist": true, "oracle_man": ["apt-cache_3", "apt-cache_32"], "matching_info": {"policy": [32], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4"} -{"nl": "show dependencies for a package", "cmd": "apt-cache depends {{package}}", "tldr_cmd_name": "apt-cache", "cmd_name": "apt-cache", "manual_exist": true, "oracle_man": ["apt-cache_3", "apt-cache_24", "apt-cache_46"], "matching_info": {"depends": [24, 46], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "5"} -{"nl": "show packages that depend on a particular package", "cmd": "apt-cache rdepends {{package}}", "tldr_cmd_name": "apt-cache", "cmd_name": "apt-cache", "manual_exist": true, "oracle_man": ["apt-cache_3", "apt-cache_25"], "matching_info": {"rdepends": [25], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "6"} -{"nl": "refresh database content", "cmd": "sudo updatedb", "tldr_cmd_name": "updatedb", "cmd_name": "updatedb", "manual_exist": true, "oracle_man": ["updatedb_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "7"} -{"nl": "display file names as soon as they are found", "cmd": "sudo updatedb --verbose", "tldr_cmd_name": "updatedb", "cmd_name": "updatedb", "manual_exist": true, "oracle_man": ["updatedb_3", "updatedb_23"], "matching_info": {"--verbose": [23], "|main|": [3, 4]}, "question_id": "8"} -{"nl": "install a new package", "cmd": "sudo pacman --sync {{package_name}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66"], "matching_info": {"--sync": [9, 66], "|main|": [3, 4, 5]}, "question_id": "9"} -{"nl": "synchronize and update all packages (add `downloadonly` to download the packages and not update them)", "cmd": "sudo pacman --sync --refresh --sysupgrade", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66", "pacman_75", "pacman_78", "pacman_83"], "matching_info": {"--sync": [9, 66], "--refresh": [78, 83], "--sysupgrade": [75, 78], "|main|": [3, 4, 5]}, "question_id": "10"} -{"nl": "update all packages and install a new one without prompting", "cmd": "sudo pacman --sync --refresh --sysupgrade --noconfirm {{package_name}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_31", "pacman_32", "pacman_66", "pacman_75", "pacman_78", "pacman_83"], "matching_info": {"--sync": [9, 66], "--refresh": [78, 83], "--sysupgrade": [75, 78], "--noconfirm": [31, 32], "|main|": [3, 4, 5]}, "question_id": "11"} -{"nl": "search the package database for a regular expression or keyword", "cmd": "pacman --sync --search \"{{search_pattern}}\"", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_61", "pacman_66", "pacman_74"], "matching_info": {"--sync": [9, 66], "--search": [61, 74], "|main|": [3, 4, 5]}, "question_id": "12"} -{"nl": "display information about a package", "cmd": "pacman --sync --info {{package_name}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_53", "pacman_59", "pacman_66", "pacman_71"], "matching_info": {"--sync": [9, 66], "--info": [53, 59, 71], "|main|": [3, 4, 5]}, "question_id": "13"} -{"nl": "overwrite conflicting files during a package update", "cmd": "sudo pacman --sync --refresh --sysupgrade --overwrite {{path/to/file}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_48", "pacman_66", "pacman_75", "pacman_78", "pacman_83"], "matching_info": {"--sync": [9, 66], "--refresh": [78, 83], "--sysupgrade": [75, 78], "--overwrite": [48], "|main|": [3, 4, 5]}, "question_id": "14"} -{"nl": "synchronize and update all packages, but ignore a specific package (can be used more than once)", "cmd": "sudo pacman --sync --refresh --sysupgrade --ignore {{package_name}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_45", "pacman_46", "pacman_66", "pacman_75", "pacman_78", "pacman_83"], "matching_info": {"--sync": [9, 66], "--refresh": [78, 83], "--sysupgrade": [75, 78], "--ignore": [45, 46], "|main|": [3, 4, 5]}, "question_id": "15"} -{"nl": "remove not installed packages and unused repositories from the cache (use two `clean` flags to clean all packages)", "cmd": "sudo pacman --sync --clean", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66", "pacman_68"], "matching_info": {"--sync": [9, 66], "--clean": [68], "|main|": [3, 4, 5]}, "question_id": "16"} -{"nl": "display help for this subcommand", "cmd": "pacman --remove --help", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_19"], "matching_info": {"--remove": [8], "--help": [19], "|main|": [3, 4, 5]}, "question_id": "37"} -{"nl": "remove a package and its dependencies", "cmd": "sudo pacman --remove --recursive {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_44", "pacman_66"], "matching_info": {"--remove": [8], "--recursive": [44, 66], "|main|": [3, 4, 5]}, "question_id": "38"} -{"nl": "remove a package and both its dependencies and configuration files", "cmd": "sudo pacman --remove --recursive --nosave {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_44", "pacman_65", "pacman_66"], "matching_info": {"--remove": [8], "--recursive": [44, 66], "--nosave": [8, 65], "|main|": [3, 4, 5]}, "question_id": "39"} -{"nl": "remove a package without prompting", "cmd": "sudo pacman --remove --noconfirm {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_31", "pacman_32"], "matching_info": {"--remove": [8], "--noconfirm": [31, 32], "|main|": [3, 4, 5]}, "question_id": "40"} -{"nl": "remove orphan packages (installed as dependencies but not required by any package)", "cmd": "sudo pacman --remove --recursive --nosave $(pacman --query --unrequired --deps --quiet)", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_8", "pacman_44", "pacman_50", "pacman_62", "pacman_65", "pacman_66"], "matching_info": {"--remove": [8], "--recursive": [44, 66], "--nosave": [8, 65], "$(pacman": [], "--query": [7], "--unrequired": [62], "--deps": [50], "--quiet)": [], "|main|": [3, 4, 5]}, "question_id": "41"} -{"nl": "remove a package and all packages that depend on it", "cmd": "sudo pacman --remove --cascade {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_64"], "matching_info": {"--remove": [8], "--cascade": [64], "|main|": [3, 4, 5]}, "question_id": "42"} -{"nl": "list packages that would be affected (does not remove any packages)", "cmd": "pacman --remove --print {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_40", "pacman_41"], "matching_info": {"--remove": [8], "--print": [40, 41], "|main|": [3, 4, 5]}, "question_id": "43"} -{"nl": "display bpftrace version", "cmd": "bpftrace -V", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_3", "bpftrace_29"], "matching_info": {"-V": [29], "|main|": [3, 4]}, "question_id": "44"} -{"nl": "list all available probes", "cmd": "sudo bpftrace -l", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_1", "bpftrace_3", "bpftrace_6", "bpftrace_19", "bpftrace_144", "bpftrace_303", "bpftrace_455", "bpftrace_479", "bpftrace_581", "bpftrace_583"], "matching_info": {"-l": [1, 3, 6, 19, 144, 303, 455, 479, 581, 583], "|main|": [3, 4]}, "question_id": "45"} -{"nl": "run a oneliner program (e.g. syscall count by program)", "cmd": "sudo bpftrace -e '{{tracepoint:raw_syscalls:sys_enter { @[comm] = count(); }}}'", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579"], "matching_info": {"-e": [2, 8, 10, 16, 417, 457, 458, 461, 465, 547, 554, 571, 573, 579], "|main|": [3, 4]}, "question_id": "46"} -{"nl": "run a program from a file", "cmd": "sudo bpftrace {{path/to/file}}", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "47"} -{"nl": "trace a program by pid", "cmd": "sudo bpftrace -e '{{tracepoint:raw_syscalls:sys_enter /pid == 123/ { @[comm] = count(); }}}'", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_417", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579"], "matching_info": {"-e": [2, 8, 10, 16, 417, 457, 458, 461, 465, 547, 554, 571, 573, 579], "|main|": [3, 4]}, "question_id": "48"} -{"nl": "do a dry run and display the output in ebpf format", "cmd": "sudo bpftrace -d -e '{{one_line_program}}'", "tldr_cmd_name": "bpftrace", "cmd_name": "bpftrace", "manual_exist": true, "oracle_man": ["bpftrace_2", "bpftrace_3", "bpftrace_8", "bpftrace_10", "bpftrace_16", "bpftrace_31", "bpftrace_32", "bpftrace_123", "bpftrace_417", "bpftrace_424", "bpftrace_457", "bpftrace_458", "bpftrace_461", "bpftrace_465", "bpftrace_514", "bpftrace_547", "bpftrace_554", "bpftrace_571", "bpftrace_573", "bpftrace_579"], "matching_info": {"-d": [31, 32, 123, 424, 514], "-e": [2, 8, 10, 16, 417, 457, 458, 461, 465, 547, 554, 571, 573, 579], "|main|": [3, 4]}, "question_id": "49"} -{"nl": "open a file in the default editor", "cmd": "sensible-editor {{file}}", "tldr_cmd_name": "sensible-editor", "cmd_name": "sensible-editor", "manual_exist": true, "oracle_man": ["sensible-editor_3"], "matching_info": {"|main|": [3]}, "question_id": "57"} -{"nl": "open a file in the default editor, with the cursor at the end of the file", "cmd": "sensible-editor + {{file}}", "tldr_cmd_name": "sensible-editor", "cmd_name": "sensible-editor", "manual_exist": true, "oracle_man": ["sensible-editor_3"], "matching_info": {"+": [], "|main|": [3]}, "question_id": "58"} -{"nl": "open a file in the default editor, with the cursor at the beginning of line 10", "cmd": "sensible-editor +10 {{file}}", "tldr_cmd_name": "sensible-editor", "cmd_name": "sensible-editor", "manual_exist": true, "oracle_man": ["sensible-editor_3"], "matching_info": {"+10": [], "|main|": [3]}, "question_id": "59"} -{"nl": "open 3 files in vertically split editor windows at the same time", "cmd": "sensible-editor -O3 {{file_1}} {{file_2}} {{file_3}}", "tldr_cmd_name": "sensible-editor", "cmd_name": "sensible-editor", "manual_exist": true, "oracle_man": ["sensible-editor_3"], "matching_info": {"-O3": [], "|main|": [3]}, "question_id": "60"} -{"nl": "integrate firejail with your desktop environment", "cmd": "sudo firecfg", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_14"], "matching_info": {"firecfg": [], "|main|": [14, 15, 16, 17]}, "question_id": "61"} -{"nl": "open a restricted mozilla firefox", "cmd": "firejail {{firefox}}", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_14"], "matching_info": {"|main|": [14, 15, 16, 17]}, "question_id": "62"} -{"nl": "start a restricted apache server on a known interface and address", "cmd": "firejail --net={{eth0}} --ip={{192.168.1.244}} {{/etc/init.d/apache2}} {{start}}", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_11", "firejail_14", "firejail_33", "firejail_72", "firejail_89", "firejail_120", "firejail_147", "firejail_148", "firejail_149", "firejail_150", "firejail_152", "firejail_153", "firejail_155", "firejail_156", "firejail_157", "firejail_159", "firejail_160", "firejail_163", "firejail_164", "firejail_165", "firejail_166", "firejail_172", "firejail_184", "firejail_186", "firejail_187", "firejail_196", "firejail_197", "firejail_201", "firejail_202", "firejail_203", "firejail_204", "firejail_205", "firejail_206", "firejail_207", "firejail_208", "firejail_209", "firejail_210", "firejail_211", "firejail_212", "firejail_215", "firejail_216", "firejail_219", "firejail_221", "firejail_222", "firejail_223", "firejail_224", "firejail_225", "firejail_226", "firejail_227", "firejail_228", "firejail_229", "firejail_230", "firejail_231", "firejail_232", "firejail_234", "firejail_244", "firejail_328", "firejail_372", "firejail_379", "firejail_380", "firejail_395", "firejail_401", "firejail_407", "firejail_411", "firejail_412", "firejail_420", "firejail_446", "firejail_447", "firejail_448", "firejail_472", "firejail_473", "firejail_506", "firejail_507"], "matching_info": {"--net": [11, 33, 72, 89, 120, 147, 148, 149, 150, 152, 153, 155, 156, 157, 159, 160, 163, 164, 172, 184, 186, 187, 196, 197, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 215, 216, 219, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 234, 244, 328, 372, 379, 380, 395, 401, 407, 411, 412, 420, 446, 447, 448, 472, 473, 506, 507], "--ip": [147, 148, 149, 150, 152, 153, 156, 157, 159, 160, 163, 164, 165, 166, 201, 203, 204, 208, 209, 223, 230, 448], "|main|": [14, 15, 16, 17]}, "question_id": "63"} -{"nl": "list running sandboxes", "cmd": "firejail --list", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_11", "firejail_14", "firejail_55", "firejail_65", "firejail_129", "firejail_134", "firejail_169", "firejail_183", "firejail_184", "firejail_200", "firejail_310", "firejail_358", "firejail_449", "firejail_467"], "matching_info": {"--list": [11, 55, 65, 129, 134, 169, 183, 184, 200, 310, 358, 449, 467], "|main|": [14, 15, 16, 17]}, "question_id": "64"} -{"nl": "list network activity from running sandboxes", "cmd": "firejail --netstats", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_11", "firejail_14", "firejail_232", "firejail_234", "firejail_472", "firejail_473"], "matching_info": {"--netstats": [11, 232, 234, 472, 473], "|main|": [14, 15, 16, 17]}, "question_id": "65"} -{"nl": "shutdown a running sandbox", "cmd": "firejail --shutdown={{7777}}", "tldr_cmd_name": "firejail", "cmd_name": "firejail", "manual_exist": true, "oracle_man": ["firejail_14", "firejail_198", "firejail_356", "firejail_357", "firejail_358"], "matching_info": {"--shutdown": [198, 356, 357, 358], "|main|": [14, 15, 16, 17]}, "question_id": "66"} -{"nl": "build the package in the current directory", "cmd": "debuild", "tldr_cmd_name": "debuild", "cmd_name": "debuild", "manual_exist": true, "oracle_man": ["debuild_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "73"} -{"nl": "build a binary package only", "cmd": "debuild -b", "tldr_cmd_name": "debuild", "cmd_name": "debuild", "manual_exist": true, "oracle_man": ["debuild_2", "debuild_3", "debuild_16", "debuild_19", "debuild_20", "debuild_23", "debuild_26", "debuild_29", "debuild_32", "debuild_38", "debuild_47", "debuild_60", "debuild_61", "debuild_62", "debuild_63", "debuild_79", "debuild_81", "debuild_87", "debuild_89", "debuild_90", "debuild_93"], "matching_info": {"-b": [2, 3, 16, 19, 20, 23, 26, 29, 32, 38, 47, 60, 61, 62, 63, 79, 81, 87, 89, 90, 93], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "74"} -{"nl": "do not run lintian after building the package", "cmd": "debuild --no-lintian", "tldr_cmd_name": "debuild", "cmd_name": "debuild", "manual_exist": true, "oracle_man": ["debuild_3", "debuild_61"], "matching_info": {"--no-lintian": [3, 61], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "75"} -{"nl": "start nmon", "cmd": "nmon", "tldr_cmd_name": "nmon", "cmd_name": "nmon", "manual_exist": true, "oracle_man": ["nmon_2"], "matching_info": {"|main|": [2, 3]}, "question_id": "83"} -{"nl": "save records to file (\"s 300 c 288\" by default)", "cmd": "nmon -f", "tldr_cmd_name": "nmon", "cmd_name": "nmon", "manual_exist": true, "oracle_man": ["nmon_2", "nmon_4", "nmon_6", "nmon_7", "nmon_12"], "matching_info": {"-f": [4, 6, 7, 12], "|main|": [2, 3]}, "question_id": "84"} -{"nl": "save records to file with a total of 240 measurements, by taking 30 seconds between each measurement", "cmd": "nmon -f -s {{30}} -c {{240}}", "tldr_cmd_name": "nmon", "cmd_name": "nmon", "manual_exist": true, "oracle_man": ["nmon_2", "nmon_4", "nmon_6", "nmon_7", "nmon_8", "nmon_9", "nmon_12"], "matching_info": {"-f": [4, 6, 7, 12], "-s": [4, 7, 8, 12], "-c": [4, 7, 9, 12], "|main|": [2, 3]}, "question_id": "85"} -{"nl": "view the queue", "cmd": "squeue", "tldr_cmd_name": "squeue", "cmd_name": "squeue", "manual_exist": true, "oracle_man": ["squeue_3"], "matching_info": {"|main|": [3]}, "question_id": "106"} -{"nl": "view jobs queued by a specific user", "cmd": "squeue -u {{username}}", "tldr_cmd_name": "squeue", "cmd_name": "squeue", "manual_exist": true, "oracle_man": ["squeue_3", "squeue_7", "squeue_17", "squeue_216", "squeue_217", "squeue_301"], "matching_info": {"-u": [7, 17, 216, 217, 301], "|main|": [3]}, "question_id": "107"} -{"nl": "view the queue and refresh every 5 seconds", "cmd": "squeue -i {{5}}", "tldr_cmd_name": "squeue", "cmd_name": "squeue", "manual_exist": true, "oracle_man": ["squeue_3", "squeue_12"], "matching_info": {"-i": [12], "|main|": [3]}, "question_id": "108"} -{"nl": "view the queue with expected start times", "cmd": "squeue --start", "tldr_cmd_name": "squeue", "cmd_name": "squeue", "manual_exist": true, "oracle_man": ["squeue_3", "squeue_214"], "matching_info": {"--start": [214], "|main|": [3]}, "question_id": "109"} -{"nl": "show the progress of running coreutils", "cmd": "progress", "tldr_cmd_name": "progress", "cmd_name": "progress", "manual_exist": true, "oracle_man": ["progress_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "110"} -{"nl": "show the progress of running coreutils in quiet mode", "cmd": "progress -q", "tldr_cmd_name": "progress", "cmd_name": "progress", "manual_exist": true, "oracle_man": ["progress_2", "progress_3", "progress_6", "progress_20"], "matching_info": {"-q": [2, 6, 20], "|main|": [3, 4, 5]}, "question_id": "111"} -{"nl": "launch and monitor a single longrunning command", "cmd": "{{command}} & progress -mp $!", "tldr_cmd_name": "progress", "cmd_name": "progress", "manual_exist": true, "oracle_man": ["progress_3", "progress_26"], "matching_info": {"&": [], "-mp": [26], "$!": [], "|main|": [3, 4, 5]}, "question_id": "112"} -{"nl": "start i7z (needs to be run in superuser mode)", "cmd": "sudo i7z", "tldr_cmd_name": "i7z", "cmd_name": "i7z", "manual_exist": true, "oracle_man": ["i7z_3"], "matching_info": {"|main|": [3]}, "question_id": "115"} -{"nl": "discover directories using a [w]ordlist on a target [u]rl with [c]olorized and [v]erbose output", "cmd": "ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_10", "ffuf_13", "ffuf_18", "ffuf_19", "ffuf_27", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-u": [10, 13, 55, 56, 57, 58], "-c": [18, 19, 44, 55, 58], "-v": [27, 55], "|main|": [3]}, "question_id": "116"} -{"nl": "fuzz host[h]eaders with a host file on a traget website and [m]atch http 200 [c]ode responses", "cmd": "ffuf -w {{hosts.txt}} -u {{https://example.org}} -H \"{{Host: FUZZ}}\" -mc {{200}}", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_5", "ffuf_10", "ffuf_13", "ffuf_29", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-u": [10, 13, 55, 56, 57, 58], "-H": [5, 56, 57], "-mc": [29, 55, 56], "|main|": [3]}, "question_id": "117"} -{"nl": "discover directories using a [w]ordlist on a target website with a max individual job time of 60 seconds and recursion discovery depth of 2 levels", "cmd": "ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -maxtime-job {{60}} -recursion -recursion-depth {{2}}", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_7", "ffuf_10", "ffuf_13", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-u": [10, 13, 55, 56, 57, 58], "-maxtime-job": [7], "-recursion": [10], "-recursion-depth": [10], "|main|": [3]}, "question_id": "118"} -{"nl": "fuzz get parameter on a target website and [f]ilter out message [s]ize response of 4242 bytes", "cmd": "ffuf -w {{path/to/param_names.txt}} -u {{https://target/script.php?FUZZ=test_value}} -fs {{4242}}", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_10", "ffuf_13", "ffuf_38", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-u": [10, 13, 55, 56, 57, 58], "-fs": [38, 55], "|main|": [3]}, "question_id": "119"} -{"nl": "fuzz post method with post [d]ata of password on a target website and [f]ilter out http response [c]ode 401", "cmd": "ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d \"{{username=admin\\&password=FUZZ}}\" -u {{https://target/login.php}} -fc {{401}}", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_6", "ffuf_8", "ffuf_10", "ffuf_13", "ffuf_35", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_51", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-X": [6, 57], "-d": [8, 10, 51, 57], "-u": [10, 13, 55, 56, 57, 58], "-fc": [35], "|main|": [3]}, "question_id": "120"} -{"nl": "discover subdomains using a subdoomain list on a target website", "cmd": "ffuf -w {{subdomains.txt}} -u {{https://website.com}} -H \"{{Host: FUZZ.website.com}}\"", "tldr_cmd_name": "ffuf", "cmd_name": "ffuf", "manual_exist": true, "oracle_man": ["ffuf_3", "ffuf_5", "ffuf_10", "ffuf_13", "ffuf_44", "ffuf_46", "ffuf_49", "ffuf_55", "ffuf_56", "ffuf_57", "ffuf_58"], "matching_info": {"-w": [44, 46, 49, 55, 56, 57, 58], "-u": [10, 13, 55, 56, 57, 58], "-H": [5, 56, 57], "|main|": [3]}, "question_id": "121"} -{"nl": "add all package binaries in the current directory and remove the old database file", "cmd": "repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}", "tldr_cmd_name": "repo-add", "cmd_name": "repo-add", "manual_exist": true, "oracle_man": ["repo-add_4", "repo-add_15"], "matching_info": {"--remove": [15], "|main|": [4, 5, 6, 7, 8]}, "question_id": "128"} -{"nl": "add all package binaries in the current directory in silent mode except for warning and error messages", "cmd": "repo-add --quiet {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}", "tldr_cmd_name": "repo-add", "cmd_name": "repo-add", "manual_exist": true, "oracle_man": ["repo-add_4", "repo-add_9"], "matching_info": {"--quiet": [9], "|main|": [4, 5, 6, 7, 8]}, "question_id": "129"} -{"nl": "add all package binaries in the current directory without showing color", "cmd": "repo-add --nocolor {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}", "tldr_cmd_name": "repo-add", "cmd_name": "repo-add", "manual_exist": true, "oracle_man": ["repo-add_4", "repo-add_13"], "matching_info": {"--nocolor": [13], "|main|": [4, 5, 6, 7, 8]}, "question_id": "130"} -{"nl": "display executable invocations per user (username not displayed)", "cmd": "sudo sa", "tldr_cmd_name": "sa", "cmd_name": "sa", "manual_exist": true, "oracle_man": ["sa_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "138"} -{"nl": "display executable invocations per user, showing responsible usernames", "cmd": "sudo sa --print-users", "tldr_cmd_name": "sa", "cmd_name": "sa", "manual_exist": true, "oracle_man": ["sa_2", "sa_3", "sa_18"], "matching_info": {"--print-users": [2, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "139"} -{"nl": "list resources used recently per user", "cmd": "sudo sa --user-summary", "tldr_cmd_name": "sa", "cmd_name": "sa", "manual_exist": true, "oracle_man": ["sa_2", "sa_3", "sa_18"], "matching_info": {"--user-summary": [2, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "140"} -{"nl": "edit the password file", "cmd": "vipw", "tldr_cmd_name": "vipw", "cmd_name": "vipw", "manual_exist": true, "oracle_man": ["vipw_4"], "matching_info": {"|main|": [4]}, "question_id": "141"} -{"nl": "display the current version of `vipw`", "cmd": "vipw --version", "tldr_cmd_name": "vipw", "cmd_name": "vipw", "manual_exist": true, "oracle_man": ["vipw_4"], "matching_info": {"--version": [], "|main|": [4]}, "question_id": "142"} -{"nl": "retrieve current status of the jail service", "cmd": "fail2ban-client status {{jail}}", "tldr_cmd_name": "fail2ban-client", "cmd_name": "fail2ban-client", "manual_exist": true, "oracle_man": ["fail2ban-client_3", "fail2ban-client_36", "fail2ban-client_60"], "matching_info": {"status": [36, 60], "|main|": [3]}, "question_id": "143"} -{"nl": "remove the specified ip from the jail service's ban list", "cmd": "fail2ban-client set {{jail}} unbanip {{ip}}", "tldr_cmd_name": "fail2ban-client", "cmd_name": "fail2ban-client", "manual_exist": true, "oracle_man": ["fail2ban-client_3", "fail2ban-client_42", "fail2ban-client_44", "fail2ban-client_46", "fail2ban-client_50", "fail2ban-client_52", "fail2ban-client_54", "fail2ban-client_62", "fail2ban-client_63", "fail2ban-client_64", "fail2ban-client_65", "fail2ban-client_66", "fail2ban-client_67", "fail2ban-client_68", "fail2ban-client_69", "fail2ban-client_70", "fail2ban-client_71", "fail2ban-client_72", "fail2ban-client_73", "fail2ban-client_74", "fail2ban-client_75", "fail2ban-client_76", "fail2ban-client_77", "fail2ban-client_78", "fail2ban-client_79", "fail2ban-client_80", "fail2ban-client_81", "fail2ban-client_82", "fail2ban-client_83", "fail2ban-client_84", "fail2ban-client_85", "fail2ban-client_86", "fail2ban-client_87", "fail2ban-client_88", "fail2ban-client_90", "fail2ban-client_91", "fail2ban-client_92", "fail2ban-client_93", "fail2ban-client_94", "fail2ban-client_95", "fail2ban-client_97", "fail2ban-client_98"], "matching_info": {"set": [42, 44, 46, 50, 52, 54, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 97, 98], "unbanip": [83], "|main|": [3]}, "question_id": "144"} -{"nl": "verify fail2ban server is alive", "cmd": "fail2ban-client ping", "tldr_cmd_name": "fail2ban-client", "cmd_name": "fail2ban-client", "manual_exist": true, "oracle_man": ["fail2ban-client_3", "fail2ban-client_37"], "matching_info": {"ping": [37], "|main|": [3]}, "question_id": "145"} -{"nl": "synchronize and set date and time", "cmd": "sudo ntpdate {{host}}", "tldr_cmd_name": "ntpdate", "cmd_name": "ntpdate", "manual_exist": true, "oracle_man": ["ntpdate_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "149"} -{"nl": "query the host without setting the time", "cmd": "ntpdate -q {{host}}", "tldr_cmd_name": "ntpdate", "cmd_name": "ntpdate", "manual_exist": true, "oracle_man": ["ntpdate_3", "ntpdate_15"], "matching_info": {"-q": [15], "|main|": [3, 4, 5, 6]}, "question_id": "150"} -{"nl": "use an unprivileged port in case a firewall is blocking privileged ports", "cmd": "sudo ntpdate -u {{host}}", "tldr_cmd_name": "ntpdate", "cmd_name": "ntpdate", "manual_exist": true, "oracle_man": ["ntpdate_3", "ntpdate_18"], "matching_info": {"-u": [18], "|main|": [3, 4, 5, 6]}, "question_id": "151"} -{"nl": "force time to be stepped using `settimeofday` instead of `slewed`", "cmd": "sudo ntpdate -b {{host}}", "tldr_cmd_name": "ntpdate", "cmd_name": "ntpdate", "manual_exist": true, "oracle_man": ["ntpdate_2", "ntpdate_3", "ntpdate_9"], "matching_info": {"-b": [2, 9], "|main|": [3, 4, 5, 6]}, "question_id": "152"} -{"nl": "show all running services", "cmd": "systemctl status", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3", "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184"], "matching_info": {"status": [32, 36, 182, 184], "|main|": [3]}, "question_id": "153"} -{"nl": "list failed units", "cmd": "systemctl --failed", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3", "systemctl_242"], "matching_info": {"--failed": [242], "|main|": [3]}, "question_id": "154"} -{"nl": "start/stop/restart/reload a service", "cmd": "systemctl {{start|stop|restart|reload}} {{unit}}", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3"], "matching_info": {"|main|": [3]}, "question_id": "155"} -{"nl": "show the status of a unit", "cmd": "systemctl status {{unit}}", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3", "systemctl_32", "systemctl_36", "systemctl_182", "systemctl_184"], "matching_info": {"status": [32, 36, 182, 184], "|main|": [3]}, "question_id": "156"} -{"nl": "enable/disable a unit to be started on bootup", "cmd": "systemctl {{enable|disable}} {{unit}}", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3"], "matching_info": {"|main|": [3]}, "question_id": "157"} -{"nl": "mask/unmask a unit to prevent enablement and manual activation", "cmd": "systemctl {{mask|unmask}} {{unit}}", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3"], "matching_info": {"|main|": [3]}, "question_id": "158"} -{"nl": "reload systemd, scanning for new or changed units", "cmd": "systemctl daemon-reload", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3"], "matching_info": {"daemon-reload": [], "|main|": [3]}, "question_id": "159"} -{"nl": "check if a unit is enabled", "cmd": "systemctl is-enabled {{unit}}", "tldr_cmd_name": "systemctl", "cmd_name": "systemctl", "manual_exist": true, "oracle_man": ["systemctl_3", "systemctl_116", "systemctl_117"], "matching_info": {"is-enabled": [116, 117], "|main|": [3]}, "question_id": "160"} -{"nl": "run `ipconfig.exe` program", "cmd": "wine {{ipconfig}} {{/all}}", "tldr_cmd_name": "wine", "cmd_name": "wine", "manual_exist": true, "oracle_man": ["wine_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "161"} -{"nl": "run `cmd.exe` in background", "cmd": "wine start {{cmd}}", "tldr_cmd_name": "wine", "cmd_name": "wine", "manual_exist": true, "oracle_man": ["wine_4"], "matching_info": {"start": [], "|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "162"} -{"nl": "run windowslike package manager", "cmd": "wine uninstaller", "tldr_cmd_name": "wine", "cmd_name": "wine", "manual_exist": true, "oracle_man": ["wine_4"], "matching_info": {"uninstaller": [], "|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "163"} -{"nl": "install msi packages", "cmd": "wine msiexec /i {{package}}", "tldr_cmd_name": "wine", "cmd_name": "wine", "manual_exist": true, "oracle_man": ["wine_4"], "matching_info": {"msiexec": [], "/i": [], "|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "164"} -{"nl": "display a message in fullscreen", "cmd": "sm \"{{Hello World!}}\"", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "168"} -{"nl": "display a message with inverted colors", "cmd": "sm -i \"{{Hello World!}}\"", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_3", "sm_11"], "matching_info": {"-i": [11], "|main|": [3, 4, 5, 6, 7]}, "question_id": "169"} -{"nl": "display a message with a custom foreground color", "cmd": "sm -f {{blue}} \"{{Hello World!}}\"", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_3", "sm_9", "sm_12"], "matching_info": {"-f": [9, 12], "|main|": [3, 4, 5, 6, 7]}, "question_id": "170"} -{"nl": "display a message with a custom background color", "cmd": "sm -b {{#008888}} \"{{Hello World!}}\"", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_3", "sm_7", "sm_10", "sm_11"], "matching_info": {"-b": [7, 10, 11], "|main|": [3, 4, 5, 6, 7]}, "question_id": "171"} -{"nl": "display a message rotated 3 times (in steps of 90 degrees, counterclockwise)", "cmd": "sm -r {{3}} \"{{Hello World!}}\"", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_3", "sm_13"], "matching_info": {"-r": [13], "|main|": [3, 4, 5, 6, 7]}, "question_id": "172"} -{"nl": "display a message using the output from another command", "cmd": "{{echo \"Hello World!\"}} | sm -", "tldr_cmd_name": "sm", "cmd_name": "sm", "manual_exist": true, "oracle_man": ["sm_1", "sm_2", "sm_3", "sm_4", "sm_6", "sm_7", "sm_8", "sm_9", "sm_10", "sm_11", "sm_12", "sm_13", "sm_14", "sm_15", "sm_16", "sm_17", "sm_18", "sm_20"], "matching_info": {"-": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20], "|main|": [3, 4, 5, 6, 7]}, "question_id": "173"} -{"nl": "create a btrfs filesystem on a single device", "cmd": "sudo mkfs.btrfs --metadata single --data single {{/dev/sda}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.btrfs": [], "--metadata": [], "single": [], "--data": [], "|main|": [3, 4, 5, 6]}, "question_id": "174"} -{"nl": "create a btrfs filesystem on multiple devices with raid1", "cmd": "sudo mkfs.btrfs --metadata raid1 --data raid1 {{/dev/sda}} {{/dev/sdb}} {{/dev/sdN}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.btrfs": [], "--metadata": [], "raid1": [], "--data": [], "|main|": [3, 4, 5, 6]}, "question_id": "175"} -{"nl": "set a label for the filesystem", "cmd": "sudo mkfs.btrfs --label \"{{label}}\" {{/dev/sda}} [{{/dev/sdN}}]", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.btrfs": [], "--label": [], "|main|": [3, 4, 5, 6]}, "question_id": "176"} -{"nl": "mount a `.raw` image file into a dmg container file", "cmd": "xmount --in {{raw}} {{path/to/image.dd}} --out {{dmg}} {{mountpoint}}", "tldr_cmd_name": "xmount", "cmd_name": "xmount", "manual_exist": true, "oracle_man": ["xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15"], "matching_info": {"--in": [8, 11, 13, 15], "--out": [8, 13, 15], "|main|": [3, 4, 5, 6]}, "question_id": "177"} -{"nl": "mount an ewf image file with writecache support into a vhd file to boot from", "cmd": "xmount --cache {{path/to/cache.ovl}} --in {{ewf}} {{path/to/image.E??}} --out {{vhd}} {{mountpoint}}", "tldr_cmd_name": "xmount", "cmd_name": "xmount", "manual_exist": true, "oracle_man": ["xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15"], "matching_info": {"--cache": [8, 15], "--in": [8, 11, 13, 15], "--out": [8, 13, 15], "|main|": [3, 4, 5, 6]}, "question_id": "178"} -{"nl": "mount the first partition at sector 2048 into a new `.raw` image file", "cmd": "xmount --offset {{2048}} --in {{raw}} {{path/to/image.dd}} --out {{raw}} {{mountpoint}}", "tldr_cmd_name": "xmount", "cmd_name": "xmount", "manual_exist": true, "oracle_man": ["xmount_3", "xmount_8", "xmount_11", "xmount_13", "xmount_15"], "matching_info": {"--offset": [8], "--in": [8, 11, 13, 15], "--out": [8, 13, 15], "|main|": [3, 4, 5, 6]}, "question_id": "179"} -{"nl": "show the current number lock status", "cmd": "numlockx status", "tldr_cmd_name": "numlockx", "cmd_name": "numlockx", "manual_exist": true, "oracle_man": ["numlockx_3", "numlockx_7"], "matching_info": {"status": [7], "|main|": [3]}, "question_id": "180"} -{"nl": "turn the number lock on", "cmd": "numlockx on", "tldr_cmd_name": "numlockx", "cmd_name": "numlockx", "manual_exist": true, "oracle_man": ["numlockx_2", "numlockx_3", "numlockx_4"], "matching_info": {"on": [2, 4], "|main|": [3]}, "question_id": "181"} -{"nl": "turn the number lock off", "cmd": "numlockx off", "tldr_cmd_name": "numlockx", "cmd_name": "numlockx", "manual_exist": true, "oracle_man": ["numlockx_2", "numlockx_3", "numlockx_5"], "matching_info": {"off": [2, 5], "|main|": [3]}, "question_id": "182"} -{"nl": "toggle the current state", "cmd": "numlockx toggle", "tldr_cmd_name": "numlockx", "cmd_name": "numlockx", "manual_exist": true, "oracle_man": ["numlockx_3", "numlockx_6"], "matching_info": {"toggle": [6], "|main|": [3]}, "question_id": "183"} -{"nl": "launch the screenshooter gui", "cmd": "xfce4-screenshooter", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "186"} -{"nl": "take a screenshot of the entire screen and launch the gui to ask how to proceed", "cmd": "xfce4-screenshooter --fullscreen", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_8"], "matching_info": {"--fullscreen": [8], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "187"} -{"nl": "take a screenshot of the entire screen and save it in the specified directory", "cmd": "xfce4-screenshooter --fullscreen --save {{path/to/directory}}", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_8", "xfce4-screenshooter_13"], "matching_info": {"--fullscreen": [8], "--save": [13], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "188"} -{"nl": "wait some time before taking the screenshot", "cmd": "xfce4-screenshooter --delay {{seconds}}", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_7"], "matching_info": {"--delay": [7], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "189"} -{"nl": "take a screenshot of a region of the screen (select using the mouse)", "cmd": "xfce4-screenshooter --region", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_12"], "matching_info": {"--region": [12], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "190"} -{"nl": "take a screenshot of the active window, and copy it to the clipboard", "cmd": "xfce4-screenshooter --window --clipboard", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_6", "xfce4-screenshooter_16"], "matching_info": {"--window": [16], "--clipboard": [6], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "191"} -{"nl": "take a screenshot of the active window, and open it with a chosen program", "cmd": "xfce4-screenshooter --window --open {{gimp}}", "tldr_cmd_name": "xfce4-screenshooter", "cmd_name": "xfce4-screenshooter", "manual_exist": true, "oracle_man": ["xfce4-screenshooter_2", "xfce4-screenshooter_11", "xfce4-screenshooter_16"], "matching_info": {"--window": [16], "--open": [11], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "192"} -{"nl": "install a new package", "cmd": "yum install {{package}}", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_8", "yum_30"], "matching_info": {"install": [8, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "201"} -{"nl": "install a new package and assume yes to all questions (also works with update, great for automated updates)", "cmd": "yum -y install {{package}}", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_8", "yum_30", "yum_70", "yum_72"], "matching_info": {"-y": [70, 72], "install": [8, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "202"} -{"nl": "find the package that provides a particular command", "cmd": "yum provides {{command}}", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_22"], "matching_info": {"provides": [22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "203"} -{"nl": "remove a package", "cmd": "yum remove {{package}}", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_19", "yum_33"], "matching_info": {"remove": [19, 33], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "204"} -{"nl": "display available updates for installed packages", "cmd": "yum check-update", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_13"], "matching_info": {"check-update": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "205"} -{"nl": "upgrade installed packages to the newest available versions", "cmd": "yum upgrade", "tldr_cmd_name": "yum", "cmd_name": "yum", "manual_exist": true, "oracle_man": ["yum_3", "yum_14"], "matching_info": {"upgrade": [14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, "question_id": "206"} -{"nl": "list time of each unit to start up", "cmd": "systemd-analyze blame", "tldr_cmd_name": "systemd-analyze", "cmd_name": "systemd-analyze", "manual_exist": true, "oracle_man": ["systemd-analyze_3", "systemd-analyze_19", "systemd-analyze_25", "systemd-analyze_27"], "matching_info": {"blame": [3, 25, 27], "|main|": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93]}, "question_id": "212"} -{"nl": "print a tree of the timecritical chain of units", "cmd": "systemd-analyze critical-chain", "tldr_cmd_name": "systemd-analyze", "cmd_name": "systemd-analyze", "manual_exist": true, "oracle_man": ["systemd-analyze_4", "systemd-analyze_19", "systemd-analyze_28", "systemd-analyze_30"], "matching_info": {"critical-chain": [4, 28, 30], "|main|": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93]}, "question_id": "213"} -{"nl": "create an svg file showing when each system service started, highlighting the time that they spent on initialization", "cmd": "systemd-analyze plot > {{path/to/file.svg}}", "tldr_cmd_name": "systemd-analyze", "cmd_name": "systemd-analyze", "manual_exist": true, "oracle_man": ["systemd-analyze_6", "systemd-analyze_19", "systemd-analyze_34", "systemd-analyze_36"], "matching_info": {"plot": [6, 34, 36], "|main|": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93]}, "question_id": "214"} -{"nl": "plot a dependency graph and convert it to an svg file", "cmd": "systemd-analyze dot | dot -T{{svg}} > {{path/to/file.svg}}", "tldr_cmd_name": "systemd-analyze", "cmd_name": "systemd-analyze", "manual_exist": true, "oracle_man": ["systemd-analyze_7", "systemd-analyze_19", "systemd-analyze_37", "systemd-analyze_39", "systemd-analyze_41"], "matching_info": {"dot": [7, 37, 39, 41], "|main|": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93]}, "question_id": "215"} -{"nl": "display the version", "cmd": "gnome-extensions version", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_3", "gnome-extensions_15", "gnome-extensions_19"], "matching_info": {"version": [3, 19], "|main|": [15]}, "question_id": "216"} -{"nl": "list all the installed extensions", "cmd": "gnome-extensions list", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_9", "gnome-extensions_15", "gnome-extensions_29"], "matching_info": {"list": [9, 29], "|main|": [15]}, "question_id": "217"} -{"nl": "display information about a specific extension", "cmd": "gnome-extensions info \"{{extension_id}}\"", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_7", "gnome-extensions_15", "gnome-extensions_27"], "matching_info": {"info": [7, 27], "|main|": [15]}, "question_id": "218"} -{"nl": "display help for a subcommand (like `list`)", "cmd": "gnome-extensions help {{subcommand}}", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_2", "gnome-extensions_15", "gnome-extensions_18"], "matching_info": {"help": [2, 18], "|main|": [15]}, "question_id": "219"} -{"nl": "enable a specific extension", "cmd": "gnome-extensions enable \"{{extension_id}}\"", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_4", "gnome-extensions_15", "gnome-extensions_20"], "matching_info": {"enable": [4, 20], "|main|": [15]}, "question_id": "220"} -{"nl": "disable a specific extension", "cmd": "gnome-extension disable \"{{extension_id}}\"", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_5", "gnome-extensions_15", "gnome-extensions_23"], "matching_info": {"gnome-extension": [], "disable": [5, 23], "|main|": [15]}, "question_id": "221"} -{"nl": "uninstall a specific extension", "cmd": "gnome-extension uninstall \"{{extension_id}}\"", "tldr_cmd_name": "gnome-extensions", "cmd_name": "gnome-extensions", "manual_exist": true, "oracle_man": ["gnome-extensions_14", "gnome-extensions_15", "gnome-extensions_59"], "matching_info": {"gnome-extension": [], "uninstall": [14, 59], "|main|": [15]}, "question_id": "222"} -{"nl": "remove the variable `foo`, or if the variable doesn't exist, remove the function `foo`", "cmd": "unset {{foo}}", "tldr_cmd_name": "unset", "cmd_name": "unset", "manual_exist": true, "oracle_man": ["unset_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "223"} -{"nl": "remove the variables foo and bar", "cmd": "unset -v {{foo}} {{bar}}", "tldr_cmd_name": "unset", "cmd_name": "unset", "manual_exist": true, "oracle_man": ["unset_4", "unset_5", "unset_7", "unset_29"], "matching_info": {"-v": [5, 7, 29], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "224"} -{"nl": "remove the function my_func", "cmd": "unset -f {{my_func}}", "tldr_cmd_name": "unset", "cmd_name": "unset", "manual_exist": true, "oracle_man": ["unset_3", "unset_4", "unset_6", "unset_7", "unset_31"], "matching_info": {"-f": [3, 6, 7, 31], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "225"} -{"nl": "disable a virtual host", "cmd": "sudo a2dissite {{virtual_host}}", "tldr_cmd_name": "a2dissite", "cmd_name": "a2dissite", "manual_exist": true, "oracle_man": ["a2dissite_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "226"} -{"nl": "don't show informative messages", "cmd": "sudo a2dissite --quiet {{virtual_host}}", "tldr_cmd_name": "a2dissite", "cmd_name": "a2dissite", "manual_exist": true, "oracle_man": ["a2dissite_2", "a2dissite_3", "a2dissite_4", "a2dissite_7"], "matching_info": {"--quiet": [2, 3, 7], "|main|": [4, 5, 6]}, "question_id": "227"} -{"nl": "show kernel messages", "cmd": "dmesg", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8"], "matching_info": {"|main|": [8, 9]}, "question_id": "228"} -{"nl": "show kernel error messages", "cmd": "dmesg --level err", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_24", "dmesg_25"], "matching_info": {"--level": [24, 25], "err": [25], "|main|": [8, 9]}, "question_id": "229"} -{"nl": "show kernel messages and keep reading new ones, similar to `tail f` (available in kernels 3.5.0 and newer)", "cmd": "dmesg -w", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_44"], "matching_info": {"-w": [44], "|main|": [8, 9]}, "question_id": "230"} -{"nl": "show how much physical memory is available on this system", "cmd": "dmesg | grep -i memory", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_23"], "matching_info": {"grep": [], "-i": [23], "memory": [], "|main|": [8, 9]}, "question_id": "231"} -{"nl": "show kernel messages 1 page at a time", "cmd": "dmesg | less", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8"], "matching_info": {"less": [], "|main|": [8, 9]}, "question_id": "232"} -{"nl": "show kernel messages with a timestamp (available in kernels 3.5.0 and newer)", "cmd": "dmesg -T", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_16", "dmesg_36"], "matching_info": {"-T": [16, 36], "|main|": [8, 9]}, "question_id": "233"} -{"nl": "show kernel messages in humanreadable form (available in kernels 3.5.0 and newer)", "cmd": "dmesg -H", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_21"], "matching_info": {"-H": [21], "|main|": [8, 9]}, "question_id": "234"} -{"nl": "colorize output (available in kernels 3.5.0 and newer)", "cmd": "dmesg -L", "tldr_cmd_name": "dmesg", "cmd_name": "dmesg", "manual_exist": true, "oracle_man": ["dmesg_8", "dmesg_23"], "matching_info": {"-L": [23], "|main|": [8, 9]}, "question_id": "235"} -{"nl": "change the activation status of logical volumes in all volume groups", "cmd": "sudo vgchange --activate {{y|n}}", "tldr_cmd_name": "vgchange", "cmd_name": "vgchange", "manual_exist": true, "oracle_man": ["vgchange_3", "vgchange_4", "vgchange_15", "vgchange_33"], "matching_info": {"--activate": [3, 15, 33], "|main|": [4]}, "question_id": "244"} -{"nl": "change the activation status of logical volumes in the specified volume group (determine with `vgscan`)", "cmd": "sudo vgchange --activate {{y|n}} {{volume_group}}}", "tldr_cmd_name": "vgchange", "cmd_name": "vgchange", "manual_exist": true, "oracle_man": ["vgchange_3", "vgchange_4", "vgchange_15", "vgchange_33"], "matching_info": {"--activate": [3, 15, 33], "|main|": [4]}, "question_id": "245"} -{"nl": "show information about an address or network with a given subnet mask", "cmd": "ipcalc {{1.2.3.4}} {{255.255.255.0}}", "tldr_cmd_name": "ipcalc", "cmd_name": "ipcalc", "manual_exist": true, "oracle_man": ["ipcalc_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "246"} -{"nl": "show information about an address or network in cidr notation", "cmd": "ipcalc {{1.2.3.4}}/{{24}}", "tldr_cmd_name": "ipcalc", "cmd_name": "ipcalc", "manual_exist": true, "oracle_man": ["ipcalc_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "247"} -{"nl": "show the broadcast address of an address or network", "cmd": "ipcalc -b {{1.2.3.4}}/{{30}}", "tldr_cmd_name": "ipcalc", "cmd_name": "ipcalc", "manual_exist": true, "oracle_man": ["ipcalc_3", "ipcalc_6"], "matching_info": {"-b": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "248"} -{"nl": "show the network address of provided ip address and netmask", "cmd": "ipcalc -n {{1.2.3.4}}/{{24}}", "tldr_cmd_name": "ipcalc", "cmd_name": "ipcalc", "manual_exist": true, "oracle_man": ["ipcalc_3", "ipcalc_5", "ipcalc_6"], "matching_info": {"-n": [5, 6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "249"} -{"nl": "display geographic information about a given ip address", "cmd": "ipcalc -g {{1.2.3.4}}", "tldr_cmd_name": "ipcalc", "cmd_name": "ipcalc", "manual_exist": true, "oracle_man": ["ipcalc_3"], "matching_info": {"-g": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "250"} -{"nl": "start xman in threebutton window", "cmd": "xman", "tldr_cmd_name": "xman", "cmd_name": "xman", "manual_exist": true, "oracle_man": ["xman_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "261"} -{"nl": "open the manual page output stored in a given file", "cmd": "xman -helpfile {{filename}}", "tldr_cmd_name": "xman", "cmd_name": "xman", "manual_exist": true, "oracle_man": ["xman_3", "xman_6"], "matching_info": {"-helpfile": [6], "|main|": [3, 4]}, "question_id": "262"} -{"nl": "show both manual page and directory", "cmd": "xman -bothshown", "tldr_cmd_name": "xman", "cmd_name": "xman", "manual_exist": true, "oracle_man": ["xman_3", "xman_7"], "matching_info": {"-bothshown": [7], "|main|": [3, 4]}, "question_id": "263"} -{"nl": "open a new window showing the user's home directory", "cmd": "nemo", "tldr_cmd_name": "nemo", "cmd_name": "nemo", "manual_exist": true, "oracle_man": ["nemo_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "264"} -{"nl": "open a new window showing the current directory", "cmd": "nemo .", "tldr_cmd_name": "nemo", "cmd_name": "nemo", "manual_exist": true, "oracle_man": ["nemo_3"], "matching_info": {".": [], "|main|": [3, 4]}, "question_id": "265"} -{"nl": "close all open nemo windows", "cmd": "nemo --quit", "tldr_cmd_name": "nemo", "cmd_name": "nemo", "manual_exist": true, "oracle_man": ["nemo_3", "nemo_16"], "matching_info": {"--quit": [16], "|main|": [3, 4]}, "question_id": "266"} -{"nl": "create an 'fsdax' mode namespace", "cmd": "ndctl create-namespace --mode={{fsdax}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"create-namespace": [], "--mode": [], "|main|": [5]}, "question_id": "267"} -{"nl": "change the mode of a namespace to 'raw'", "cmd": "ndctl create-namespace --reconfigure={{namespaceX.Y}} --mode={{raw}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"create-namespace": [], "--reconfigure": [], "--mode": [], "|main|": [5]}, "question_id": "268"} -{"nl": "check a sector mode namespace for consistency, and repair if needed", "cmd": "ndctl check-namespace --repair {{namespaceX.Y}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"check-namespace": [], "--repair": [], "|main|": [5]}, "question_id": "269"} -{"nl": "list all namespaces, regions, and buses (including disabled ones)", "cmd": "ndctl list --namespaces --regions --buses --idle", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"list": [], "--namespaces": [], "--regions": [], "--buses": [], "--idle": [], "|main|": [5]}, "question_id": "270"} -{"nl": "list a specific namespace and include lots of additional information", "cmd": "ndctl list -vvv --namespace={{namespaceX.Y}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_1", "ndctl_2", "ndctl_3", "ndctl_5"], "matching_info": {"list": [], "-vvv": [1, 2, 3], "--namespace": [], "|main|": [5]}, "question_id": "271"} -{"nl": "run a monitor to watch for smart health events for nvdimms on the 'acpi.nfit' bus", "cmd": "ndctl monitor --bus={{ACPI.NFIT}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"monitor": [], "--bus": [], "|main|": [5]}, "question_id": "272"} -{"nl": "remove a namespace (when applicable) or reset it to an initial state", "cmd": "ndctl destroy-namespace --force {{namespaceX.Y}}", "tldr_cmd_name": "ndctl", "cmd_name": "ndctl", "manual_exist": true, "oracle_man": ["ndctl_5"], "matching_info": {"destroy-namespace": [], "--force": [], "|main|": [5]}, "question_id": "273"} -{"nl": "dump the `/var/log/wtmp` file to the standard output as plain text", "cmd": "utmpdump {{/var/log/wtmp}}", "tldr_cmd_name": "utmpdump", "cmd_name": "utmpdump", "manual_exist": true, "oracle_man": ["utmpdump_3"], "matching_info": {"|main|": [3]}, "question_id": "279"} -{"nl": "load a previously dumped file into `/var/log/wtmp`", "cmd": "utmpdump -r {{dumpfile}} > {{/var/log/wtmp}}", "tldr_cmd_name": "utmpdump", "cmd_name": "utmpdump", "manual_exist": true, "oracle_man": ["utmpdump_3", "utmpdump_6"], "matching_info": {"-r": [6], "|main|": [3]}, "question_id": "280"} -{"nl": "get swap information", "cmd": "swapon -s", "tldr_cmd_name": "swapon", "cmd_name": "swapon", "manual_exist": true, "oracle_man": ["swapon_4", "swapon_17", "swapon_21", "swapon_22", "swapon_24", "swapon_25", "swapon_26", "swapon_34"], "matching_info": {"-s": [17, 21, 22, 24, 25, 26, 34], "|main|": [4, 5, 6, 7]}, "question_id": "281"} -{"nl": "enable a given swap partition", "cmd": "swapon {{/dev/sdb7}}", "tldr_cmd_name": "swapon", "cmd_name": "swapon", "manual_exist": true, "oracle_man": ["swapon_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "282"} -{"nl": "enable a given swap file", "cmd": "swapon {{path/to/file}}", "tldr_cmd_name": "swapon", "cmd_name": "swapon", "manual_exist": true, "oracle_man": ["swapon_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "283"} -{"nl": "enable all swap areas", "cmd": "swapon -a", "tldr_cmd_name": "swapon", "cmd_name": "swapon", "manual_exist": true, "oracle_man": ["swapon_4", "swapon_7", "swapon_8", "swapon_20", "swapon_23", "swapon_36", "swapon_37", "swapon_38"], "matching_info": {"-a": [7, 8, 20, 23, 36, 37, 38], "|main|": [4, 5, 6, 7]}, "question_id": "284"} -{"nl": "enable swap by label of a device or file", "cmd": "swapon -L {{swap1}}", "tldr_cmd_name": "swapon", "cmd_name": "swapon", "manual_exist": true, "oracle_man": ["swapon_4", "swapon_5", "swapon_16"], "matching_info": {"-L": [5, 16], "|main|": [4, 5, 6, 7]}, "question_id": "285"} -{"nl": "display an analog clock", "cmd": "xclock", "tldr_cmd_name": "xclock", "cmd_name": "xclock", "manual_exist": true, "oracle_man": ["xclock_3"], "matching_info": {"|main|": [3]}, "question_id": "299"} -{"nl": "display a 24hour digital clock with the hour and minute fields only", "cmd": "xclock -digital -brief", "tldr_cmd_name": "xclock", "cmd_name": "xclock", "manual_exist": true, "oracle_man": ["xclock_2", "xclock_3", "xclock_7", "xclock_8"], "matching_info": {"-digital": [2, 7], "-brief": [2, 8], "|main|": [3]}, "question_id": "300"} -{"nl": "display a digital clock using an strftime format string (see strftime(3))", "cmd": "xclock -digital -strftime {{format}}", "tldr_cmd_name": "xclock", "cmd_name": "xclock", "manual_exist": true, "oracle_man": ["xclock_2", "xclock_3", "xclock_7", "xclock_10"], "matching_info": {"-digital": [2, 7], "-strftime": [2, 10], "|main|": [3]}, "question_id": "301"} -{"nl": "display a 24hour digital clock with the hour, minute and second fields that updates every second", "cmd": "xclock -digital -strftime '%H:%M:%S' -update 1", "tldr_cmd_name": "xclock", "cmd_name": "xclock", "manual_exist": true, "oracle_man": ["xclock_0", "xclock_2", "xclock_3", "xclock_7", "xclock_10", "xclock_16"], "matching_info": {"-digital": [2, 7], "-strftime": [2, 10], "%H:%M:%S": [], "-update": [2, 16], "1": [0], "|main|": [3]}, "question_id": "302"} -{"nl": "display a 12hour digital clock with the hour and minute fields only", "cmd": "xclock -digital -twelve -brief", "tldr_cmd_name": "xclock", "cmd_name": "xclock", "manual_exist": true, "oracle_man": ["xclock_2", "xclock_3", "xclock_7", "xclock_8", "xclock_11"], "matching_info": {"-digital": [2, 7], "-twelve": [11], "-brief": [2, 8], "|main|": [3]}, "question_id": "303"} -{"nl": "display the size of an iso file", "cmd": "isosize {{path/to/file.iso}}", "tldr_cmd_name": "isosize", "cmd_name": "isosize", "manual_exist": true, "oracle_man": ["isosize_3"], "matching_info": {"|main|": [3]}, "question_id": "307"} -{"nl": "display the block count and block size of an iso file", "cmd": "isosize --sectors {{path/to/file.iso}}", "tldr_cmd_name": "isosize", "cmd_name": "isosize", "manual_exist": true, "oracle_man": ["isosize_3", "isosize_4"], "matching_info": {"--sectors": [4], "|main|": [3]}, "question_id": "308"} -{"nl": "display the size of an iso file divided by a given number (only usable when sectors is not given)", "cmd": "isosize --divisor={{number}} {{path/to/file.iso}}", "tldr_cmd_name": "isosize", "cmd_name": "isosize", "manual_exist": true, "oracle_man": ["isosize_3", "isosize_5"], "matching_info": {"--divisor": [5], "|main|": [3]}, "question_id": "309"} -{"nl": "create a rom filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.cramfs {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.cramfs": [], "|main|": [3, 4, 5, 6]}, "question_id": "310"} -{"nl": "create a rom filesystem with a volumename", "cmd": "mkfs.cramfs -n {{volume_name}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.cramfs": [], "-n": [], "|main|": [3, 4, 5, 6]}, "question_id": "311"} -{"nl": "show version of httpd package", "cmd": "rpm -q {{httpd}}", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_2", "rpm_3", "rpm_15", "rpm_16", "rpm_22", "rpm_27", "rpm_99", "rpm_101", "rpm_128", "rpm_130", "rpm_144", "rpm_164"], "matching_info": {"-q": [2, 3, 15, 16, 27, 99, 101, 128, 130, 144, 164], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "312"} -{"nl": "list versions of all matching packages", "cmd": "rpm -qa '{{mariadb*}}'", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_22", "rpm_130"], "matching_info": {"-qa": [130], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "313"} -{"nl": "forcibly install a package regardless of currently installed versions", "cmd": "rpm -U {{package_name.rpm}} --force", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_6", "rpm_21", "rpm_22", "rpm_45", "rpm_57"], "matching_info": {"-U": [6, 45], "--force": [21, 57], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "314"} -{"nl": "identify owner of a file and show version of the package", "cmd": "rpm -qf {{/etc/postfix/main.cf}}", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_16", "rpm_22", "rpm_101"], "matching_info": {"-qf": [16, 101], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "315"} -{"nl": "list packageowned files", "cmd": "rpm -ql {{kernel}}", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_16", "rpm_18", "rpm_22", "rpm_31", "rpm_159", "rpm_165", "rpm_166", "rpm_174", "rpm_176", "rpm_177", "rpm_178", "rpm_179"], "matching_info": {"-ql": [16, 18, 31, 159, 165, 166, 174, 176, 177, 178, 179], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "316"} -{"nl": "show scriptlets from an rpm file", "cmd": "rpm -qp --scripts {{package_name.rpm}}", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_19", "rpm_22", "rpm_130", "rpm_173"], "matching_info": {"-qp": [130], "--scripts": [19, 173], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "317"} -{"nl": "show changed, missing and/or incorrectly installed files of matching packages", "cmd": "rpm -Va '{{php-*}}'", "tldr_cmd_name": "rpm", "cmd_name": "rpm", "manual_exist": true, "oracle_man": ["rpm_9", "rpm_15", "rpm_21", "rpm_22", "rpm_52", "rpm_86", "rpm_88", "rpm_131", "rpm_176"], "matching_info": {"-Va": [9, 15, 21, 52, 86, 88, 131, 176], "|main|": [22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218]}, "question_id": "318"} -{"nl": "display the default device", "cmd": "eject -d", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3", "eject_6", "eject_10"], "matching_info": {"-d": [3, 6, 10], "|main|": [3, 4, 5, 6, 7]}, "question_id": "322"} -{"nl": "eject the default device", "cmd": "eject", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "323"} -{"nl": "eject a specific device (the default order is cdrom, scsi, floppy and tape)", "cmd": "eject {{/dev/cdrom}}", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "324"} -{"nl": "toggle whether a device's tray is open or closed", "cmd": "eject -T {{/dev/cdrom}}", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3", "eject_22"], "matching_info": {"-T": [22], "|main|": [3, 4, 5, 6, 7]}, "question_id": "325"} -{"nl": "eject a cd drive", "cmd": "eject -r {{/dev/cdrom}}", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3", "eject_20"], "matching_info": {"-r": [20], "|main|": [3, 4, 5, 6, 7]}, "question_id": "326"} -{"nl": "eject a floppy drive", "cmd": "eject -f {{/mnt/floppy}}", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3", "eject_7", "eject_11", "eject_12"], "matching_info": {"-f": [7, 11, 12], "|main|": [3, 4, 5, 6, 7]}, "question_id": "327"} -{"nl": "eject a tape drive", "cmd": "eject -q {{/mnt/tape}}", "tldr_cmd_name": "eject", "cmd_name": "eject", "manual_exist": true, "oracle_man": ["eject_3", "eject_19"], "matching_info": {"-q": [19], "|main|": [3, 4, 5, 6, 7]}, "question_id": "328"} -{"nl": "start tracing a specific process by its pid", "cmd": "strace -p {{pid}}", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_2", "strace_3", "strace_4", "strace_37", "strace_41", "strace_47", "strace_49", "strace_83", "strace_96", "strace_99", "strace_117", "strace_122", "strace_126", "strace_127", "strace_132", "strace_134", "strace_135", "strace_162"], "matching_info": {"-p": [2, 3, 37, 41, 47, 49, 83, 96, 99, 117, 122, 126, 127, 132, 134, 135, 162], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "329"} -{"nl": "trace a process and filter output by system call", "cmd": "strace -p {{pid}} -e {{system_call_name}}", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_2", "strace_3", "strace_4", "strace_21", "strace_35", "strace_37", "strace_39", "strace_40", "strace_41", "strace_47", "strace_49", "strace_53", "strace_60", "strace_61", "strace_62", "strace_63", "strace_64", "strace_65", "strace_66", "strace_72", "strace_73", "strace_74", "strace_78", "strace_79", "strace_83", "strace_87", "strace_88", "strace_89", "strace_90", "strace_91", "strace_92", "strace_93", "strace_94", "strace_96", "strace_98", "strace_99", "strace_106", "strace_117", "strace_122", "strace_126", "strace_127", "strace_132", "strace_134", "strace_135", "strace_137", "strace_146", "strace_152", "strace_156", "strace_157", "strace_158", "strace_162", "strace_165"], "matching_info": {"-p": [2, 3, 37, 41, 47, 49, 83, 96, 99, 117, 122, 126, 127, 132, 134, 135, 162], "-e": [2, 3, 21, 35, 37, 39, 40, 53, 60, 61, 62, 63, 64, 65, 66, 72, 73, 74, 78, 79, 87, 88, 89, 90, 91, 92, 93, 94, 96, 98, 106, 137, 146, 152, 156, 157, 158, 165], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "330"} -{"nl": "count time, calls, and errors for each system call and report a summary on program exit", "cmd": "strace -p {{pid}} -c", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_2", "strace_3", "strace_4", "strace_5", "strace_37", "strace_41", "strace_47", "strace_49", "strace_77", "strace_83", "strace_86", "strace_96", "strace_99", "strace_117", "strace_118", "strace_122", "strace_126", "strace_127", "strace_128", "strace_129", "strace_130", "strace_132", "strace_133", "strace_134", "strace_135", "strace_136", "strace_162"], "matching_info": {"-p": [2, 3, 37, 41, 47, 49, 83, 96, 99, 117, 122, 126, 127, 132, 134, 135, 162], "-c": [3, 5, 49, 77, 86, 118, 122, 128, 129, 130, 132, 133, 136], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "331"} -{"nl": "show the time spent in every system call", "cmd": "strace -p {{pid}} -T", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_2", "strace_3", "strace_4", "strace_37", "strace_41", "strace_47", "strace_49", "strace_83", "strace_96", "strace_99", "strace_115", "strace_117", "strace_122", "strace_126", "strace_127", "strace_132", "strace_134", "strace_135", "strace_162"], "matching_info": {"-p": [2, 3, 37, 41, 47, 49, 83, 96, 99, 117, 122, 126, 127, 132, 134, 135, 162], "-T": [115], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "332"} -{"nl": "start tracing a program by executing it", "cmd": "strace {{program}}", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "333"} -{"nl": "start tracing file operations of a program", "cmd": "strace -e trace=file {{program}}", "tldr_cmd_name": "strace", "cmd_name": "strace", "manual_exist": true, "oracle_man": ["strace_2", "strace_3", "strace_4", "strace_21", "strace_35", "strace_37", "strace_39", "strace_40", "strace_53", "strace_60", "strace_61", "strace_62", "strace_63", "strace_64", "strace_65", "strace_66", "strace_72", "strace_73", "strace_74", "strace_78", "strace_79", "strace_87", "strace_88", "strace_89", "strace_90", "strace_91", "strace_92", "strace_93", "strace_94", "strace_96", "strace_98", "strace_106", "strace_137", "strace_146", "strace_152", "strace_156", "strace_157", "strace_158", "strace_165"], "matching_info": {"-e": [2, 3, 21, 35, 37, 39, 40, 53, 60, 61, 62, 63, 64, 65, 66, 72, 73, 74, 78, 79, 87, 88, 89, 90, 91, 92, 93, 94, 96, 98, 106, 137, 146, 152, 156, 157, 158, 165], "trace=file": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]}, "question_id": "334"} -{"nl": "display status information of a commaseparated list of jobs", "cmd": "sstat --jobs={{job_id}}", "tldr_cmd_name": "sstat", "cmd_name": "sstat", "manual_exist": true, "oracle_man": ["sstat_3", "sstat_13"], "matching_info": {"--jobs": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "335"} -{"nl": "display job id, average cpu and average virtual memory size of a commaseparated list of jobs, with pipes as column delimiters", "cmd": "sstat --parsable --jobs={{job_id}} --format={{JobID}},{{AveCPU}},{{AveVMSize}}", "tldr_cmd_name": "sstat", "cmd_name": "sstat", "manual_exist": true, "oracle_man": ["sstat_3", "sstat_10", "sstat_13", "sstat_16", "sstat_19", "sstat_20", "sstat_64", "sstat_65"], "matching_info": {"--parsable": [19, 20], "--jobs": [13], "--format": [10, 16, 64, 65], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "336"} -{"nl": "display list of fields available", "cmd": "sstat --helpformat", "tldr_cmd_name": "sstat", "cmd_name": "sstat", "manual_exist": true, "oracle_man": ["sstat_3", "sstat_10", "sstat_16"], "matching_info": {"--helpformat": [10, 16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "337"} -{"nl": "fix a given ntfs partition", "cmd": "sudo ntfsfix {{/dev/sdXN}}", "tldr_cmd_name": "ntfsfix", "cmd_name": "ntfsfix", "manual_exist": true, "oracle_man": ["ntfsfix_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "338"} -{"nl": "display a simple message", "cmd": "whiptail --title \"{{title}}\" --msgbox \"{{message}}\" {{height_in_chars}} {{width_in_chars}}", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_2", "whiptail_3", "whiptail_18", "whiptail_26"], "matching_info": {"--title": [2, 18], "--msgbox": [26], "|main|": [3, 4]}, "question_id": "341"} -{"nl": "display a boolean choice, returning the result through the exit code", "cmd": "whiptail --title \"{{title}}\" --yesno \"{{message}}\" {{height_in_chars}} {{width_in_chars}}", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_2", "whiptail_3", "whiptail_18", "whiptail_25"], "matching_info": {"--title": [2, 18], "--yesno": [25], "|main|": [3, 4]}, "question_id": "342"} -{"nl": "customise the text on the yes / no buttons", "cmd": "whiptail --title \"{{title}}\" --yes-button \"{{text}}\" --no-button \"{{text}}\" --yesno \"{{message}}\" {{height_in_chars}} {{width_in_chars}}", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_2", "whiptail_3", "whiptail_10", "whiptail_11", "whiptail_18", "whiptail_25"], "matching_info": {"--title": [2, 18], "--yes-button": [2, 10], "--no-button": [2, 11], "--yesno": [25], "|main|": [3, 4]}, "question_id": "343"} -{"nl": "display a text input box", "cmd": "{{result_variable_name}}=\"$(whiptail --title \"{{title}}\" --inputbox \"{{message}}\" {{height_in_chars}} {{width_in_chars}} {{default_text}} 3>&1 1>&2 2>&3)\"", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_0", "whiptail_2", "whiptail_3", "whiptail_18", "whiptail_28"], "matching_info": {"--title": [2, 18], "--inputbox": [28], "3": [], "&1": [], "1": [0], "&2": [], "2": [], "&3)": [], "|main|": [3, 4]}, "question_id": "344"} -{"nl": "display a password input box", "cmd": "{{result_variable_name}}=\"$(whiptail --title \"{{title}}\" --passwordbox \"{{message}}\" {{height_in_chars}} {{width_in_chars}} 3>&1 1>&2 2>&3)\"", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_0", "whiptail_2", "whiptail_3", "whiptail_18", "whiptail_29"], "matching_info": {"--title": [2, 18], "--passwordbox": [29], "3": [], "&1": [], "1": [0], "&2": [], "2": [], "&3)": [], "|main|": [3, 4]}, "question_id": "345"} -{"nl": "display a multiplechoice menu", "cmd": "{{result_variable_name}}=$(whiptail --title \"{{title}}\" --menu \"{{message}}\" {{height_in_chars}} {{width_in_chars}} {{menu_display_height}} \"{{value_1}}\" \"{{display_text_1}}\" \"{{value_n}}\" \"{{display_text_n}}\" ..... 3>&1 1>&2 2>&3)", "tldr_cmd_name": "whiptail", "cmd_name": "whiptail", "manual_exist": true, "oracle_man": ["whiptail_0", "whiptail_2", "whiptail_3", "whiptail_18", "whiptail_31"], "matching_info": {"--title": [2, 18], "--menu": [31], ".....": [], "3": [], "&1": [], "1": [0], "&2": [], "2": [], "&3)": [], "|main|": [3, 4]}, "question_id": "346"} -{"nl": "launch anbox into the app manager", "cmd": "anbox launch --package={{org.anbox.appmgr}} --component={{org.anbox.appmgr.AppViewActivity}}", "tldr_cmd_name": "anbox", "cmd_name": "anbox", "manual_exist": true, "oracle_man": ["anbox_7", "anbox_11", "anbox_12", "anbox_13"], "matching_info": {"launch": [7, 12, 13], "--package": [13], "--component": [13], "|main|": [11]}, "question_id": "354"} -{"nl": "launch a vnc server that allows multiple clients to connect", "cmd": "x11vnc -shared", "tldr_cmd_name": "x11vnc", "cmd_name": "x11vnc", "manual_exist": true, "oracle_man": ["x11vnc_3", "x11vnc_9", "x11vnc_44", "x11vnc_100", "x11vnc_106", "x11vnc_144", "x11vnc_1072", "x11vnc_1190", "x11vnc_1191", "x11vnc_1559"], "matching_info": {"-shared": [9, 44, 100, 106, 144, 1072, 1190, 1191, 1559], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "355"} -{"nl": "launch a vnc server in viewonly mode, and which won't terminate once the last client disconnects", "cmd": "x11vnc -forever -viewonly", "tldr_cmd_name": "x11vnc", "cmd_name": "x11vnc", "manual_exist": true, "oracle_man": ["x11vnc_3", "x11vnc_9", "x11vnc_14", "x11vnc_98", "x11vnc_103", "x11vnc_104", "x11vnc_106", "x11vnc_122", "x11vnc_195", "x11vnc_319", "x11vnc_613", "x11vnc_1136", "x11vnc_1188", "x11vnc_1189", "x11vnc_1192", "x11vnc_1193"], "matching_info": {"-forever": [9, 14, 103, 104, 106, 319, 1136, 1192, 1193], "-viewonly": [98, 122, 195, 613, 1188, 1189], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "356"} -{"nl": "launch a vnc server on a specific display and screen (both starting at index zero)", "cmd": "x11vnc -display :{{display}}.{{screen}}", "tldr_cmd_name": "x11vnc", "cmd_name": "x11vnc", "manual_exist": true, "oracle_man": ["x11vnc_3", "x11vnc_5", "x11vnc_10", "x11vnc_15", "x11vnc_17", "x11vnc_23", "x11vnc_111", "x11vnc_251", "x11vnc_263", "x11vnc_264", "x11vnc_265", "x11vnc_271", "x11vnc_275", "x11vnc_276", "x11vnc_289", "x11vnc_290", "x11vnc_298", "x11vnc_299", "x11vnc_300", "x11vnc_301", "x11vnc_303", "x11vnc_304", "x11vnc_305", "x11vnc_310", "x11vnc_311", "x11vnc_314", "x11vnc_320", "x11vnc_321", "x11vnc_329", "x11vnc_343", "x11vnc_350", "x11vnc_353", "x11vnc_369", "x11vnc_419", "x11vnc_493", "x11vnc_497", "x11vnc_634", "x11vnc_635", "x11vnc_700", "x11vnc_1134", "x11vnc_1152"], "matching_info": {"-display": [5, 10, 15, 17, 23, 111, 251, 263, 264, 265, 271, 275, 276, 289, 290, 298, 299, 300, 301, 303, 304, 305, 310, 311, 314, 320, 321, 329, 343, 350, 353, 369, 419, 493, 497, 634, 635, 700, 1134, 1152], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "357"} -{"nl": "launch a vnc server on the third display's default screen", "cmd": "x11vnc -display :{{2}}", "tldr_cmd_name": "x11vnc", "cmd_name": "x11vnc", "manual_exist": true, "oracle_man": ["x11vnc_3", "x11vnc_5", "x11vnc_10", "x11vnc_15", "x11vnc_17", "x11vnc_23", "x11vnc_111", "x11vnc_251", "x11vnc_263", "x11vnc_264", "x11vnc_265", "x11vnc_271", "x11vnc_275", "x11vnc_276", "x11vnc_289", "x11vnc_290", "x11vnc_298", "x11vnc_299", "x11vnc_300", "x11vnc_301", "x11vnc_303", "x11vnc_304", "x11vnc_305", "x11vnc_310", "x11vnc_311", "x11vnc_314", "x11vnc_320", "x11vnc_321", "x11vnc_329", "x11vnc_343", "x11vnc_350", "x11vnc_353", "x11vnc_369", "x11vnc_419", "x11vnc_493", "x11vnc_497", "x11vnc_634", "x11vnc_635", "x11vnc_700", "x11vnc_1134", "x11vnc_1152"], "matching_info": {"-display": [5, 10, 15, 17, 23, 111, 251, 263, 264, 265, 271, 275, 276, 289, 290, 298, 299, 300, 301, 303, 304, 305, 310, 311, 314, 320, 321, 329, 343, 350, 353, 369, 419, 493, 497, 634, 635, 700, 1134, 1152], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "358"} -{"nl": "launch a vnc server on the first display's second screen", "cmd": "x11vnc -display :{{0}}.{{1}}", "tldr_cmd_name": "x11vnc", "cmd_name": "x11vnc", "manual_exist": true, "oracle_man": ["x11vnc_3", "x11vnc_5", "x11vnc_10", "x11vnc_15", "x11vnc_17", "x11vnc_23", "x11vnc_111", "x11vnc_251", "x11vnc_263", "x11vnc_264", "x11vnc_265", "x11vnc_271", "x11vnc_275", "x11vnc_276", "x11vnc_289", "x11vnc_290", "x11vnc_298", "x11vnc_299", "x11vnc_300", "x11vnc_301", "x11vnc_303", "x11vnc_304", "x11vnc_305", "x11vnc_310", "x11vnc_311", "x11vnc_314", "x11vnc_320", "x11vnc_321", "x11vnc_329", "x11vnc_343", "x11vnc_350", "x11vnc_353", "x11vnc_369", "x11vnc_419", "x11vnc_493", "x11vnc_497", "x11vnc_634", "x11vnc_635", "x11vnc_700", "x11vnc_1134", "x11vnc_1152"], "matching_info": {"-display": [5, 10, 15, 17, 23, 111, 251, 263, 264, 265, 271, 275, 276, 289, 290, 298, 299, 300, 301, 303, 304, 305, 310, 311, 314, 320, 321, 329, 343, 350, 353, 369, 419, 493, 497, 634, 635, 700, 1134, 1152], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "359"} -{"nl": "run docker daemon", "cmd": "dockerd", "tldr_cmd_name": "dockerd", "cmd_name": "dockerd", "manual_exist": true, "oracle_man": ["dockerd_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "360"} -{"nl": "run docker daemon and config it to listen to specific sockets (unix and tcp)", "cmd": "dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}", "tldr_cmd_name": "dockerd", "cmd_name": "dockerd", "manual_exist": true, "oracle_man": ["dockerd_2", "dockerd_3", "dockerd_45"], "matching_info": {"--host": [2, 45], "|main|": [3, 4, 5]}, "question_id": "361"} -{"nl": "run with specific daemon pid file", "cmd": "dockerd --pidfile {{path/to/pid_file}}", "tldr_cmd_name": "dockerd", "cmd_name": "dockerd", "manual_exist": true, "oracle_man": ["dockerd_2", "dockerd_3", "dockerd_70"], "matching_info": {"--pidfile": [2, 70], "|main|": [3, 4, 5]}, "question_id": "362"} -{"nl": "run in debug mode", "cmd": "dockerd --debug", "tldr_cmd_name": "dockerd", "cmd_name": "dockerd", "manual_exist": true, "oracle_man": ["dockerd_2", "dockerd_3", "dockerd_8", "dockerd_27"], "matching_info": {"--debug": [2, 8, 27], "|main|": [3, 4, 5]}, "question_id": "363"} -{"nl": "run and set a specific log level", "cmd": "dockerd --log-level={{debug|info|warn|error|fatal}}", "tldr_cmd_name": "dockerd", "cmd_name": "dockerd", "manual_exist": true, "oracle_man": ["dockerd_3", "dockerd_60", "dockerd_164", "dockerd_166", "dockerd_168"], "matching_info": {"--log-level": [60, 164, 166, 168], "|main|": [3, 4, 5]}, "question_id": "364"} -{"nl": "obtain a new certificate via webroot authorization, but do not install it automatically", "cmd": "sudo certbot certonly --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}}", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_142", "certbot_143", "certbot_144", "certbot_194", "certbot_208", "certbot_209", "certbot_211", "certbot_222", "certbot_248", "certbot_282", "certbot_292", "certbot_298", "certbot_335", "certbot_339", "certbot_351", "certbot_372", "certbot_410", "certbot_610", "certbot_1947"], "matching_info": {"certonly": [144, 194, 209, 211, 222, 248, 282, 292, 298, 351], "--webroot": [142, 143, 144, 335, 372, 410], "--webroot-path": [142, 143, 410], "--domain": [208, 339, 610, 1947], "|main|": [1]}, "question_id": "365"} -{"nl": "obtain a new certificate via nginx authorization, installing the new certificate automatically", "cmd": "sudo certbot --nginx --domain {{subdomain.example.com}}", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_149", "certbot_150", "certbot_208", "certbot_335", "certbot_339", "certbot_372", "certbot_406", "certbot_610", "certbot_1947"], "matching_info": {"--nginx": [149, 150, 335, 372, 406], "--domain": [208, 339, 610, 1947], "|main|": [1]}, "question_id": "366"} -{"nl": "obtain a new certificate via apache authorization, installing the new certificate automatically", "cmd": "sudo certbot --apache --domain {{subdomain.example.com}}", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_141", "certbot_208", "certbot_335", "certbot_339", "certbot_372", "certbot_374", "certbot_610", "certbot_1947"], "matching_info": {"--apache": [141, 335, 372, 374], "--domain": [208, 339, 610, 1947], "|main|": [1]}, "question_id": "367"} -{"nl": "renew all let's encrypt certificates that expire in 30 days or less (don't forget to restart any servers that use them afterwards)", "cmd": "sudo certbot renew", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_219", "certbot_234", "certbot_236", "certbot_237", "certbot_240", "certbot_252", "certbot_353", "certbot_602", "certbot_1859", "certbot_2000"], "matching_info": {"renew": [219, 234, 236, 237, 240, 252, 353, 602, 1859, 2000], "|main|": [1]}, "question_id": "368"} -{"nl": "simulate the obtaining of a new certificate, but don't actually save any new certificates to disk", "cmd": "sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --dry-run", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_142", "certbot_143", "certbot_144", "certbot_208", "certbot_254", "certbot_335", "certbot_336", "certbot_339", "certbot_353", "certbot_372", "certbot_410", "certbot_610", "certbot_1947"], "matching_info": {"--webroot": [142, 143, 144, 335, 372, 410], "--webroot-path": [142, 143, 410], "--domain": [208, 339, 610, 1947], "--dry-run": [254, 336, 339, 353], "|main|": [1]}, "question_id": "369"} -{"nl": "obtain an untrusted test certificate instead", "cmd": "sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --test-cert", "tldr_cmd_name": "certbot", "cmd_name": "certbot", "manual_exist": true, "oracle_man": ["certbot_1", "certbot_142", "certbot_143", "certbot_144", "certbot_208", "certbot_227", "certbot_335", "certbot_336", "certbot_339", "certbot_345", "certbot_372", "certbot_410", "certbot_610", "certbot_1947"], "matching_info": {"--webroot": [142, 143, 144, 335, 372, 410], "--webroot-path": [142, 143, 410], "--domain": [208, 339, 610, 1947], "--test-cert": [227, 336, 345], "|main|": [1]}, "question_id": "370"} -{"nl": "halt the system", "cmd": "halt", "tldr_cmd_name": "halt", "cmd_name": "halt", "manual_exist": true, "oracle_man": ["halt_5"], "matching_info": {"|main|": [5]}, "question_id": "371"} -{"nl": "power off the system (same as `poweroff`)", "cmd": "halt --poweroff", "tldr_cmd_name": "halt", "cmd_name": "halt", "manual_exist": true, "oracle_man": ["halt_5", "halt_9"], "matching_info": {"--poweroff": [9], "|main|": [5]}, "question_id": "372"} -{"nl": "reboot the system (same as `reboot`)", "cmd": "halt --reboot", "tldr_cmd_name": "halt", "cmd_name": "halt", "manual_exist": true, "oracle_man": ["halt_5", "halt_10"], "matching_info": {"--reboot": [10], "|main|": [5]}, "question_id": "373"} -{"nl": "halt immediately without contacting the system manager", "cmd": "halt --force --force", "tldr_cmd_name": "halt", "cmd_name": "halt", "manual_exist": true, "oracle_man": ["halt_5", "halt_11"], "matching_info": {"--force": [11], "|main|": [5]}, "question_id": "374"} -{"nl": "write the wtmp shutdown entry without halting the system", "cmd": "halt --wtmp-only", "tldr_cmd_name": "halt", "cmd_name": "halt", "manual_exist": true, "oracle_man": ["halt_5", "halt_12"], "matching_info": {"--wtmp-only": [12], "|main|": [5]}, "question_id": "375"} -{"nl": "add a new apt repository", "cmd": "apt-add-repository {{repository_spec}}", "tldr_cmd_name": "apt-add-repository", "cmd_name": "apt-add-repository", "manual_exist": true, "oracle_man": ["apt-add-repository_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "376"} -{"nl": "remove an apt repository", "cmd": "apt-add-repository --remove {{repository_spec}}", "tldr_cmd_name": "apt-add-repository", "cmd_name": "apt-add-repository", "manual_exist": true, "oracle_man": ["apt-add-repository_3", "apt-add-repository_7"], "matching_info": {"--remove": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "377"} -{"nl": "update the package cache after adding a repository", "cmd": "apt-add-repository --update {{repository_spec}}", "tldr_cmd_name": "apt-add-repository", "cmd_name": "apt-add-repository", "manual_exist": true, "oracle_man": ["apt-add-repository_3"], "matching_info": {"--update": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "378"} -{"nl": "enable source packages", "cmd": "apt-add-repository --enable-source {{repository_spec}}", "tldr_cmd_name": "apt-add-repository", "cmd_name": "apt-add-repository", "manual_exist": true, "oracle_man": ["apt-add-repository_3", "apt-add-repository_10"], "matching_info": {"--enable-source": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "379"} -{"nl": "run a command when a file changes", "cmd": "while inotifywait {{path/to/file}}; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_68"], "matching_info": {"while": [68], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "385"} -{"nl": "be quiet about watching for changes", "cmd": "while inotifywait --quiet {{path/to/file}}; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_23", "inotifywait_68"], "matching_info": {"while": [68], "--quiet": [23], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "386"} -{"nl": "watch a directory recursively for changes", "cmd": "while inotifywait --recursive {{path/to/directory}}; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_21", "inotifywait_68"], "matching_info": {"while": [68], "--recursive": [21], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "387"} -{"nl": "exclude files matching a regular expression", "cmd": "while inotifywait --recursive {{path/to/directory}} --exclude '{{regular_expression}}'; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_21", "inotifywait_25", "inotifywait_26", "inotifywait_68"], "matching_info": {"while": [68], "--recursive": [21], "--exclude": [25, 26], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "388"} -{"nl": "wait at most 30 seconds", "cmd": "while inotifywait --timeout {{30}} {{path/to/file}}; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_29", "inotifywait_68"], "matching_info": {"while": [68], "--timeout": [29], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "389"} -{"nl": "only watch for file modification events", "cmd": "while inotifywait --event {{modify}} {{path/to/file}}; do {{command}}; done", "tldr_cmd_name": "inotifywait", "cmd_name": "inotifywait", "manual_exist": true, "oracle_man": ["inotifywait_4", "inotifywait_30", "inotifywait_68"], "matching_info": {"while": [68], "--event": [30], "do": [], "done": [], "|main|": [4, 5]}, "question_id": "390"} -{"nl": "open an `at` prompt to create a new set of scheduled commands, press `ctrl + d` to save and exit", "cmd": "at {{hh:mm}}", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_8"], "matching_info": {"|main|": [8, 9, 10, 11, 12]}, "question_id": "394"} -{"nl": "execute the commands and email the result using a local mailing program such as sendmail", "cmd": "at {{hh:mm}} -m", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_3", "at_4", "at_8", "at_11", "at_17", "at_18", "at_88"], "matching_info": {"-m": [3, 4, 11, 17, 18, 88], "|main|": [8, 9, 10, 11, 12]}, "question_id": "395"} -{"nl": "execute a script at the given time", "cmd": "at {{hh:mm}} -f {{path/to/file}}", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_3", "at_4", "at_8", "at_15", "at_53"], "matching_info": {"-f": [3, 4, 15, 53], "|main|": [8, 9, 10, 11, 12]}, "question_id": "396"} -{"nl": "display a system notification at 11pm on february 18th", "cmd": "echo \"notify-send '{{Wake up!}}'\" | at {{11pm}} {{Feb 18}}", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_8"], "matching_info": {"echo": [], "notify-send": [], "|main|": [8, 9, 10, 11, 12]}, "question_id": "397"} -{"nl": "show information about all network interfaces", "cmd": "ip link", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_244", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "398"} -{"nl": "show information about a specific network interface", "cmd": "ip link show {{ethN}}", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_244", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "show": [6, 362, 373, 374, 375, 376], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "399"} -{"nl": "bring a network interface up or down", "cmd": "ip link set {{ethN}} {{up|down}}", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_244", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_318", "ip-link_325", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_356", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "set": [5, 77, 272, 318, 325, 328, 351, 354, 356, 360, 377, 382, 385], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "400"} -{"nl": "give a meaningful name to a network interface", "cmd": "ip link set {{ethN}} alias \"{{LAN Interface}}\"", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_244", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_296", "ip-link_318", "ip-link_325", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_356", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "set": [5, 77, 272, 318, 325, 328, 351, 354, 356, 360, 377, 382, 385], "alias": [296], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "401"} -{"nl": "change the mac address of a network interface", "cmd": "ip link set {{ethN}} address {{ff:ff:ff:ff:ff:ff}}", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_209", "ip-link_244", "ip-link_245", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_288", "ip-link_318", "ip-link_325", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_356", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "set": [5, 77, 272, 318, 325, 328, 351, 354, 356, 360, 377, 382, 385], "address": [209, 245, 288], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "402"} -{"nl": "change the mtu size for a network interface to use jumbo frames", "cmd": "ip link set {{ethN}} mtu {{9000}}", "tldr_cmd_name": "ip-link", "cmd_name": "ip-link", "manual_exist": true, "oracle_man": ["ip-link_2", "ip-link_3", "ip-link_4", "ip-link_5", "ip-link_6", "ip-link_7", "ip-link_8", "ip-link_9", "ip-link_14", "ip-link_15", "ip-link_16", "ip-link_60", "ip-link_77", "ip-link_79", "ip-link_113", "ip-link_116", "ip-link_126", "ip-link_143", "ip-link_156", "ip-link_160", "ip-link_170", "ip-link_183", "ip-link_189", "ip-link_198", "ip-link_206", "ip-link_244", "ip-link_260", "ip-link_263", "ip-link_266", "ip-link_269", "ip-link_272", "ip-link_287", "ip-link_318", "ip-link_325", "ip-link_328", "ip-link_351", "ip-link_354", "ip-link_356", "ip-link_360", "ip-link_362", "ip-link_369", "ip-link_370", "ip-link_371", "ip-link_373", "ip-link_374", "ip-link_375", "ip-link_376", "ip-link_377", "ip-link_378", "ip-link_379", "ip-link_380", "ip-link_381", "ip-link_382", "ip-link_383", "ip-link_384", "ip-link_385", "ip-link_386", "ip-link_387"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "link": [2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 60, 77, 79, 113, 116, 126, 143, 156, 160, 170, 183, 189, 198, 206, 244, 260, 263, 266, 269, 272, 328, 351, 354, 360, 362, 369, 370, 371, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "set": [5, 77, 272, 318, 325, 328, 351, 354, 356, 360, 377, 382, 385], "mtu": [287], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372]}, "question_id": "403"} -{"nl": "display information about all volume groups", "cmd": "sudo vgdisplay", "tldr_cmd_name": "vgdisplay", "cmd_name": "vgdisplay", "manual_exist": true, "oracle_man": ["vgdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "409"} -{"nl": "display information about volume group vg1", "cmd": "sudo vgdisplay {{vg1}}", "tldr_cmd_name": "vgdisplay", "cmd_name": "vgdisplay", "manual_exist": true, "oracle_man": ["vgdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "410"} -{"nl": "run using interactive mode", "cmd": "bitwise", "tldr_cmd_name": "bitwise", "cmd_name": "bitwise", "manual_exist": true, "oracle_man": ["bitwise_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "413"} -{"nl": "convert from decimal", "cmd": "bitwise {{12345}}", "tldr_cmd_name": "bitwise", "cmd_name": "bitwise", "manual_exist": true, "oracle_man": ["bitwise_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "414"} -{"nl": "convert from hexadecimal", "cmd": "bitwise {{0x563d}}", "tldr_cmd_name": "bitwise", "cmd_name": "bitwise", "manual_exist": true, "oracle_man": ["bitwise_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "415"} -{"nl": "convert a cstyle calculation", "cmd": "bitwise \"{{0x123 + 0x20 - 30 / 50}}\"", "tldr_cmd_name": "bitwise", "cmd_name": "bitwise", "manual_exist": true, "oracle_man": ["bitwise_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "416"} -{"nl": "display a cursor to send a window to the system tray when pressing the left mouse button (press any other mouse button to cancel)", "cmd": "kdocker", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3"], "matching_info": {"|main|": [3]}, "question_id": "425"} -{"nl": "open an application and send it to the system tray", "cmd": "kdocker {{application}}", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3"], "matching_info": {"|main|": [3]}, "question_id": "426"} -{"nl": "send focused window to the system tray", "cmd": "kdocker -f", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3", "kdocker_8"], "matching_info": {"-f": [8], "|main|": [3]}, "question_id": "427"} -{"nl": "display a cursor to send a window to the system tray with a custom icon when pressing the left mouse button", "cmd": "kdocker -i {{/path/to/icon}}", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3", "kdocker_10"], "matching_info": {"-i": [10], "|main|": [3]}, "question_id": "428"} -{"nl": "open an application, send it to the system tray and if focus is lost, minimize it", "cmd": "kdocker -l {{application}}", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3", "kdocker_14"], "matching_info": {"-l": [14], "|main|": [3]}, "question_id": "429"} -{"nl": "print version", "cmd": "kdocker --version", "tldr_cmd_name": "kdocker", "cmd_name": "kdocker", "manual_exist": true, "oracle_man": ["kdocker_3", "kdocker_23"], "matching_info": {"--version": [23], "|main|": [3]}, "question_id": "430"} -{"nl": "open a new terminal window", "cmd": "xfce4-terminal", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "434"} -{"nl": "set the initial title", "cmd": "xfce4-terminal --initial-title \"{{initial_title}}\"", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3", "xfce4-terminal_8", "xfce4-terminal_23"], "matching_info": {"--initial-title": [8, 23], "|main|": [3, 4]}, "question_id": "435"} -{"nl": "open a new tab in the current terminal window", "cmd": "xfce4-terminal --tab", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3", "xfce4-terminal_7", "xfce4-terminal_16", "xfce4-terminal_48"], "matching_info": {"--tab": [7, 16, 48], "|main|": [3, 4]}, "question_id": "436"} -{"nl": "execute a command in a new terminal window", "cmd": "xfce4-terminal --command \"{{command_with_args}}\"", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3", "xfce4-terminal_8", "xfce4-terminal_20", "xfce4-terminal_48"], "matching_info": {"--command": [8, 20, 48], "|main|": [3, 4]}, "question_id": "437"} -{"nl": "keep the terminal around after the executed command finishes executing", "cmd": "xfce4-terminal --command \"{{command_with_args}}\" --hold", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3", "xfce4-terminal_8", "xfce4-terminal_20", "xfce4-terminal_25", "xfce4-terminal_48"], "matching_info": {"--command": [8, 20, 48], "--hold": [8, 25], "|main|": [3, 4]}, "question_id": "438"} -{"nl": "open multiple new tabs, executing a command in each", "cmd": "xfce4-terminal --tab --command \"{{command_a}}\" --tab --command \"{{command_b}}\"", "tldr_cmd_name": "xfce4-terminal", "cmd_name": "xfce4-terminal", "manual_exist": true, "oracle_man": ["xfce4-terminal_3", "xfce4-terminal_7", "xfce4-terminal_8", "xfce4-terminal_16", "xfce4-terminal_20", "xfce4-terminal_48"], "matching_info": {"--tab": [7, 16, 48], "--command": [8, 20, 48], "|main|": [3, 4]}, "question_id": "439"} -{"nl": "remove all but the 3 most recent package versions from the pacman cache", "cmd": "paccache -r", "tldr_cmd_name": "paccache", "cmd_name": "paccache", "manual_exist": true, "oracle_man": ["paccache_3", "paccache_6"], "matching_info": {"-r": [6], "|main|": [3]}, "question_id": "440"} -{"nl": "set the number of package versions to keep", "cmd": "paccache -rk {{num_versions}}", "tldr_cmd_name": "paccache", "cmd_name": "paccache", "manual_exist": true, "oracle_man": ["paccache_3", "paccache_13"], "matching_info": {"-rk": [13], "|main|": [3]}, "question_id": "441"} -{"nl": "perform a dryrun and show the number of candidate packages for deletion", "cmd": "paccache -d", "tldr_cmd_name": "paccache", "cmd_name": "paccache", "manual_exist": true, "oracle_man": ["paccache_3", "paccache_4", "paccache_12"], "matching_info": {"-d": [4, 12], "|main|": [3]}, "question_id": "442"} -{"nl": "move candidate packages to a directory instead of deleting them", "cmd": "paccache -m {{path/to/directory}}", "tldr_cmd_name": "paccache", "cmd_name": "paccache", "manual_exist": true, "oracle_man": ["paccache_3", "paccache_5", "paccache_8"], "matching_info": {"-m": [5, 8], "|main|": [3]}, "question_id": "443"} -{"nl": "display an fstab compatible output based on a volume label", "cmd": "genfstab -L {{path/to/mount_point}}", "tldr_cmd_name": "genfstab", "cmd_name": "genfstab", "manual_exist": true, "oracle_man": ["genfstab_4", "genfstab_10"], "matching_info": {"-L": [4], "|main|": [10]}, "question_id": "452"} -{"nl": "display an fstab compatible output based on a volume uuid", "cmd": "genfstab -U {{path/to/mount_point}}", "tldr_cmd_name": "genfstab", "cmd_name": "genfstab", "manual_exist": true, "oracle_man": ["genfstab_8", "genfstab_10", "genfstab_12"], "matching_info": {"-U": [8, 12], "|main|": [10]}, "question_id": "453"} -{"nl": "a usual way to generate an fstab file, requires root permissions", "cmd": "genfstab -U {{/mnt}} >> {{/mnt/etc/fstab}}", "tldr_cmd_name": "genfstab", "cmd_name": "genfstab", "manual_exist": true, "oracle_man": ["genfstab_8", "genfstab_10", "genfstab_12"], "matching_info": {"-U": [8, 12], "|main|": [10]}, "question_id": "454"} -{"nl": "append a volume into an fstab file to mount it automatically", "cmd": "genfstab -U {{path/to/mount_point}} | sudo tee -a /etc/fstab", "tldr_cmd_name": "genfstab", "cmd_name": "genfstab", "manual_exist": true, "oracle_man": ["genfstab_8", "genfstab_10", "genfstab_12"], "matching_info": {"-U": [8, 12], "tee": [], "-a": [], "/etc/fstab": [], "|main|": [10]}, "question_id": "455"} -{"nl": "display the default question dialog", "cmd": "zenity --question", "tldr_cmd_name": "zenity", "cmd_name": "zenity", "manual_exist": true, "oracle_man": ["zenity_3", "zenity_4", "zenity_16", "zenity_123"], "matching_info": {"--question": [4, 16, 123], "|main|": [3, 4, 5]}, "question_id": "459"} -{"nl": "display an info dialog displaying the text \"hello!\"", "cmd": "zenity --info --text=\"{{Hello!}}\"", "tldr_cmd_name": "zenity", "cmd_name": "zenity", "manual_exist": true, "oracle_man": ["zenity_3", "zenity_12", "zenity_17", "zenity_30", "zenity_36", "zenity_40", "zenity_52", "zenity_56", "zenity_67", "zenity_70", "zenity_77", "zenity_89", "zenity_93", "zenity_109", "zenity_121", "zenity_123", "zenity_125", "zenity_127"], "matching_info": {"--info": [12], "--text": [17, 30, 36, 40, 52, 56, 67, 70, 77, 89, 93, 109, 121, 123, 125, 127], "|main|": [3, 4, 5]}, "question_id": "460"} -{"nl": "display a name/password form and output the data separated by \";\"", "cmd": "zenity --forms --add-entry=\"{{Name}}\" --add-password=\"{{Password}}\" --separator=\"{{;}}\"", "tldr_cmd_name": "zenity", "cmd_name": "zenity", "manual_exist": true, "oracle_man": ["zenity_3", "zenity_22", "zenity_48", "zenity_60", "zenity_106", "zenity_107", "zenity_110", "zenity_111"], "matching_info": {"--forms": [22, 111], "--add-entry": [106], "--add-password": [107], "--separator": [48, 60, 110], "|main|": [3, 4, 5]}, "question_id": "461"} -{"nl": "display a file selection form in which the user can only select directories", "cmd": "zenity --file-selection --directory", "tldr_cmd_name": "zenity", "cmd_name": "zenity", "manual_exist": true, "oracle_man": ["zenity_3", "zenity_11", "zenity_46", "zenity_119"], "matching_info": {"--file-selection": [11, 119], "--directory": [46], "|main|": [3, 4, 5]}, "question_id": "462"} -{"nl": "display a progress bar which updates its message every second and show a progress percent", "cmd": "{{(echo \"#1\"; sleep 1; echo \"50\"; echo \"#2\"; sleep 1; echo \"100\")}} | zenity --progress", "tldr_cmd_name": "zenity", "cmd_name": "zenity", "manual_exist": true, "oracle_man": ["zenity_3", "zenity_15", "zenity_131"], "matching_info": {"--progress": [15, 131], "|main|": [3, 4, 5]}, "question_id": "463"} -{"nl": "set a user's login shell to `nologin` to prevent the user from logging in", "cmd": "chsh -s {{user}} nologin", "tldr_cmd_name": "nologin", "cmd_name": "nologin", "manual_exist": true, "oracle_man": ["nologin_3"], "matching_info": {"chsh": [], "-s": [], "|main|": [3, 4, 5]}, "question_id": "464"} -{"nl": "customize message for users with the login shell of `nologin`", "cmd": "echo \"{{declined_login_message}}\" > /etc/nologin.txt", "tldr_cmd_name": "nologin", "cmd_name": "nologin", "manual_exist": true, "oracle_man": ["nologin_3"], "matching_info": {"echo": [], "/etc/nologin.txt": [], "|main|": [3, 4, 5]}, "question_id": "465"} -{"nl": "create a new empty subvolume", "cmd": "sudo btrfs subvolume create {{path/to/new_subvolume}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_13", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_32", "btrfs-subvolume_57", "btrfs-subvolume_61", "btrfs-subvolume_73", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "create": [13], "|main|": [3]}, "question_id": "471"} -{"nl": "list all subvolumes and snapshots in the specified filesystem", "cmd": "sudo btrfs subvolume list {{path/to/btrfs_filesystem}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_31", "btrfs-subvolume_32", "btrfs-subvolume_49", "btrfs-subvolume_57", "btrfs-subvolume_61", "btrfs-subvolume_73", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "list": [31, 49], "|main|": [3]}, "question_id": "472"} -{"nl": "delete a subvolume", "cmd": "sudo btrfs subvolume delete {{path/to/subvolume}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_32", "btrfs-subvolume_57", "btrfs-subvolume_61", "btrfs-subvolume_73", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "delete": [17, 79], "|main|": [3]}, "question_id": "473"} -{"nl": "create a readonly snapshot of an existing subvolume", "cmd": "sudo btrfs subvolume snapshot -r {{path/to/source_subvolume}} {{path/to/target}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_12", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_32", "btrfs-subvolume_47", "btrfs-subvolume_48", "btrfs-subvolume_57", "btrfs-subvolume_61", "btrfs-subvolume_63", "btrfs-subvolume_65", "btrfs-subvolume_68", "btrfs-subvolume_73", "btrfs-subvolume_75", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "snapshot": [12, 47, 65, 75], "-r": [48, 63, 65, 68], "|main|": [3]}, "question_id": "474"} -{"nl": "create a readwrite snapshot of an existing subvolume", "cmd": "sudo btrfs subvolume snapshot {{path/to/source_subvolume}} {{path/to/target}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_12", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_32", "btrfs-subvolume_47", "btrfs-subvolume_57", "btrfs-subvolume_61", "btrfs-subvolume_65", "btrfs-subvolume_73", "btrfs-subvolume_75", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "snapshot": [12, 47, 65, 75], "|main|": [3]}, "question_id": "475"} -{"nl": "show detailed information about a subvolume", "cmd": "sudo btrfs subvolume show {{path/to/subvolume}}", "tldr_cmd_name": "btrfs-subvolume", "cmd_name": "btrfs-subvolume", "manual_exist": true, "oracle_man": ["btrfs-subvolume_2", "btrfs-subvolume_3", "btrfs-subvolume_4", "btrfs-subvolume_5", "btrfs-subvolume_6", "btrfs-subvolume_7", "btrfs-subvolume_17", "btrfs-subvolume_18", "btrfs-subvolume_22", "btrfs-subvolume_28", "btrfs-subvolume_32", "btrfs-subvolume_57", "btrfs-subvolume_60", "btrfs-subvolume_61", "btrfs-subvolume_73", "btrfs-subvolume_79", "btrfs-subvolume_80"], "matching_info": {"btrfs": [2, 3, 61, 79, 80], "subvolume": [2, 3, 4, 5, 6, 7, 17, 18, 22, 28, 32, 57, 61, 73, 79, 80], "show": [60], "|main|": [3]}, "question_id": "476"} -{"nl": "display information about physical volumes", "cmd": "pvs", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3"], "matching_info": {"|main|": [3]}, "question_id": "477"} -{"nl": "display nonphysical volumes", "cmd": "pvs -a", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_4", "pvs_6", "pvs_7"], "matching_info": {"-a": [4, 6, 7], "|main|": [3]}, "question_id": "478"} -{"nl": "change default display to show more details", "cmd": "pvs -v", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_5", "pvs_30", "pvs_43", "pvs_44"], "matching_info": {"-v": [5, 30, 43, 44], "|main|": [3]}, "question_id": "479"} -{"nl": "display only specific fields", "cmd": "pvs -o {{field_name_1}},{{field_name_2}}", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_4", "pvs_18", "pvs_28", "pvs_31", "pvs_35"], "matching_info": {"-o": [4, 18, 28, 31, 35], "|main|": [3]}, "question_id": "480"} -{"nl": "append field to default display", "cmd": "pvs -o +{{field_name}}", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_4", "pvs_18", "pvs_28", "pvs_31", "pvs_35"], "matching_info": {"-o": [4, 18, 28, 31, 35], "|main|": [3]}, "question_id": "481"} -{"nl": "suppress heading line", "cmd": "pvs --noheadings", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_4", "pvs_23", "pvs_24"], "matching_info": {"--noheadings": [4, 23, 24], "|main|": [3]}, "question_id": "482"} -{"nl": "use separator to separate fields", "cmd": "pvs --separator {{special_character}}", "tldr_cmd_name": "pvs", "cmd_name": "pvs", "manual_exist": true, "oracle_man": ["pvs_3", "pvs_4", "pvs_6", "pvs_36"], "matching_info": {"--separator": [4, 6, 36], "|main|": [3]}, "question_id": "483"} -{"nl": "scan a binary file", "cmd": "binwalk {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "484"} -{"nl": "extract files from a binary, specifying the output directory", "cmd": "binwalk --extract --directory {{output_directory}} {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3", "binwalk_12", "binwalk_16"], "matching_info": {"--extract": [12], "--directory": [16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "485"} -{"nl": "recursively extract files from a binary limiting the recursion depth to 2", "cmd": "binwalk --extract --matryoshka --depth {{2}} {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3", "binwalk_12", "binwalk_14", "binwalk_15"], "matching_info": {"--extract": [12], "--matryoshka": [14], "--depth": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "486"} -{"nl": "extract files from a binary with the specified file signature", "cmd": "binwalk --dd '{{png image:png}}' {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3", "binwalk_13"], "matching_info": {"--dd": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "487"} -{"nl": "analyze the entropy of a binary, saving the plot with the same name as the binary and `.png` extension appended", "cmd": "binwalk --entropy --save {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3", "binwalk_21", "binwalk_23"], "matching_info": {"--entropy": [21], "--save": [23], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "488"} -{"nl": "combine entropy, signature and opcodes analysis in a single command", "cmd": "binwalk --entropy --signature --opcodes {{path/to/binary}}", "tldr_cmd_name": "binwalk", "cmd_name": "binwalk", "manual_exist": true, "oracle_man": ["binwalk_3", "binwalk_4", "binwalk_6", "binwalk_21"], "matching_info": {"--entropy": [21], "--signature": [4], "--opcodes": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, "question_id": "489"} -{"nl": "view logs of a program, specifying log files, directories or urls", "cmd": "lnav {{path/to/log_or_directory|url}}", "tldr_cmd_name": "lnav", "cmd_name": "lnav", "manual_exist": true, "oracle_man": ["lnav_3"], "matching_info": {"|main|": [3]}, "question_id": "490"} -{"nl": "view logs of a specific remote host (ssh passwordless login required)", "cmd": "lnav {{ssh}} {{user}}@{{host1.example.com}}:{{/var/log/syslog.log}}", "tldr_cmd_name": "lnav", "cmd_name": "lnav", "manual_exist": true, "oracle_man": ["lnav_3"], "matching_info": {"|main|": [3]}, "question_id": "491"} -{"nl": "validate the format of log files against the configuration and report any errors", "cmd": "lnav -C {{path/to/log_directory}}", "tldr_cmd_name": "lnav", "cmd_name": "lnav", "manual_exist": true, "oracle_man": ["lnav_3", "lnav_10"], "matching_info": {"-C": [10], "|main|": [3]}, "question_id": "492"} -{"nl": "run a command on node 0 with memory allocated on node 0 and 1", "cmd": "numactl --cpunodebind={{0}} --membind={{0,1}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "numactl", "cmd_name": "numactl", "manual_exist": true, "oracle_man": ["numactl_2", "numactl_3", "numactl_4", "numactl_10", "numactl_11", "numactl_12", "numactl_13", "numactl_14", "numactl_15", "numactl_16", "numactl_17", "numactl_18", "numactl_20", "numactl_21", "numactl_22", "numactl_23", "numactl_24", "numactl_25", "numactl_26", "numactl_27", "numactl_28", "numactl_29", "numactl_30", "numactl_31", "numactl_34", "numactl_35", "numactl_36", "numactl_37", "numactl_38", "numactl_39", "numactl_40", "numactl_41", "numactl_42"], "matching_info": {"--cpunodebind": [2, 11, 13, 36, 37, 38], "--membind": [2, 11, 12, 20, 36, 37, 38, 41], "--": [2, 4, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "493"} -{"nl": "run a command on cpus (cores) 04 and 812 of the current cpuset", "cmd": "numactl --physcpubind={{+0-4,8-12}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "numactl", "cmd_name": "numactl", "manual_exist": true, "oracle_man": ["numactl_2", "numactl_3", "numactl_4", "numactl_10", "numactl_11", "numactl_12", "numactl_13", "numactl_14", "numactl_15", "numactl_16", "numactl_17", "numactl_18", "numactl_20", "numactl_21", "numactl_22", "numactl_23", "numactl_24", "numactl_25", "numactl_26", "numactl_27", "numactl_28", "numactl_29", "numactl_30", "numactl_31", "numactl_34", "numactl_35", "numactl_36", "numactl_37", "numactl_38", "numactl_39", "numactl_40", "numactl_41", "numactl_42"], "matching_info": {"--physcpubind": [2, 14, 34], "--": [2, 4, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "494"} -{"nl": "run a command with its memory interleaved on all cpus", "cmd": "numactl --interleave={{all}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "numactl", "cmd_name": "numactl", "manual_exist": true, "oracle_man": ["numactl_2", "numactl_3", "numactl_4", "numactl_10", "numactl_11", "numactl_12", "numactl_13", "numactl_14", "numactl_15", "numactl_16", "numactl_17", "numactl_18", "numactl_20", "numactl_21", "numactl_22", "numactl_23", "numactl_24", "numactl_25", "numactl_26", "numactl_27", "numactl_28", "numactl_29", "numactl_30", "numactl_31", "numactl_34", "numactl_35", "numactl_36", "numactl_37", "numactl_38", "numactl_39", "numactl_40", "numactl_41", "numactl_42"], "matching_info": {"--interleave": [2, 11, 20, 35, 40], "--": [2, 4, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "495"} -{"nl": "launch a vnc client which connects to a host on a given display", "cmd": "vncviewer {{host}}:{{display_number}}", "tldr_cmd_name": "vncviewer", "cmd_name": "vncviewer", "manual_exist": true, "oracle_man": ["vncviewer_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "496"} -{"nl": "launch in fullscreen mode", "cmd": "vncviewer -FullScreen {{host}}:{{display_number}}", "tldr_cmd_name": "vncviewer", "cmd_name": "vncviewer", "manual_exist": true, "oracle_man": ["vncviewer_3", "vncviewer_39", "vncviewer_40", "vncviewer_41", "vncviewer_42"], "matching_info": {"-FullScreen": [39, 40, 41, 42], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "497"} -{"nl": "launch a vnc client with a specific screen geometry", "cmd": "vncviewer --geometry {{width}}x{{height}} {{host}}:{{display_number}}", "tldr_cmd_name": "vncviewer", "cmd_name": "vncviewer", "manual_exist": true, "oracle_man": ["vncviewer_3"], "matching_info": {"--geometry": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "498"} -{"nl": "launch a vnc client which connects to a host on a given port", "cmd": "vncviewer {{host}}::{{port}}", "tldr_cmd_name": "vncviewer", "cmd_name": "vncviewer", "manual_exist": true, "oracle_man": ["vncviewer_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "499"} -{"nl": "open a new urxvt window", "cmd": "urxvt", "tldr_cmd_name": "urxvt", "cmd_name": "urxvt", "manual_exist": true, "oracle_man": ["urxvt_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "500"} -{"nl": "run in a specific directory", "cmd": "urxvt -cd {{path/to/directory}}", "tldr_cmd_name": "urxvt", "cmd_name": "urxvt", "manual_exist": true, "oracle_man": ["urxvt_3", "urxvt_83"], "matching_info": {"-cd": [83], "|main|": [3, 4]}, "question_id": "501"} -{"nl": "run a command in a new urxvt window", "cmd": "urxvt -e {{command}}", "tldr_cmd_name": "urxvt", "cmd_name": "urxvt", "manual_exist": true, "oracle_man": ["urxvt_2", "urxvt_3", "urxvt_9", "urxvt_66", "urxvt_68", "urxvt_69", "urxvt_70", "urxvt_83", "urxvt_87", "urxvt_90", "urxvt_92", "urxvt_98", "urxvt_100", "urxvt_117"], "matching_info": {"-e": [2, 9, 66, 68, 69, 70, 83, 87, 90, 92, 98, 100, 117], "|main|": [3, 4]}, "question_id": "502"} -{"nl": "run a command and keep the window open", "cmd": "urxvt --hold -e {{command}}", "tldr_cmd_name": "urxvt", "cmd_name": "urxvt", "manual_exist": true, "oracle_man": ["urxvt_2", "urxvt_3", "urxvt_9", "urxvt_66", "urxvt_68", "urxvt_69", "urxvt_70", "urxvt_83", "urxvt_87", "urxvt_90", "urxvt_92", "urxvt_98", "urxvt_100", "urxvt_117"], "matching_info": {"--hold": [], "-e": [2, 9, 66, 68, 69, 70, 83, 87, 90, 92, 98, 100, 117], "|main|": [3, 4]}, "question_id": "503"} -{"nl": "run a command within the `sh` shell", "cmd": "urxvt -e {{sh}} -c {{command}}", "tldr_cmd_name": "urxvt", "cmd_name": "urxvt", "manual_exist": true, "oracle_man": ["urxvt_2", "urxvt_3", "urxvt_9", "urxvt_13", "urxvt_29", "urxvt_43", "urxvt_66", "urxvt_68", "urxvt_69", "urxvt_70", "urxvt_77", "urxvt_83", "urxvt_87", "urxvt_90", "urxvt_92", "urxvt_98", "urxvt_100", "urxvt_106", "urxvt_110", "urxvt_117", "urxvt_137"], "matching_info": {"-e": [2, 9, 66, 68, 69, 70, 83, 87, 90, 92, 98, 100, 117], "-c": [13, 29, 43, 68, 77, 83, 106, 110, 137], "|main|": [3, 4]}, "question_id": "504"} -{"nl": "show current configuration", "cmd": "sacctmgr show configuration", "tldr_cmd_name": "sacctmgr", "cmd_name": "sacctmgr", "manual_exist": true, "oracle_man": ["sacctmgr_3", "sacctmgr_27", "sacctmgr_39", "sacctmgr_493", "sacctmgr_495", "sacctmgr_498", "sacctmgr_501", "sacctmgr_504", "sacctmgr_506"], "matching_info": {"show": [27, 493, 495, 498, 501, 504, 506], "configuration": [39], "|main|": [3, 4]}, "question_id": "509"} -{"nl": "add a cluster to the slurm database", "cmd": "sacctmgr add cluster {{cluster_name}}", "tldr_cmd_name": "sacctmgr", "cmd_name": "sacctmgr", "manual_exist": true, "oracle_man": ["sacctmgr_3", "sacctmgr_15", "sacctmgr_38", "sacctmgr_89", "sacctmgr_223", "sacctmgr_383", "sacctmgr_401", "sacctmgr_419", "sacctmgr_452", "sacctmgr_468", "sacctmgr_503"], "matching_info": {"add": [15, 452, 503], "cluster": [38, 89, 223, 383, 401, 419, 468], "|main|": [3, 4]}, "question_id": "510"} -{"nl": "add an account to the slurm database", "cmd": "sacctmgr add account {{account_name}} cluster={{cluster_of_account}}", "tldr_cmd_name": "sacctmgr", "cmd_name": "sacctmgr", "manual_exist": true, "oracle_man": ["sacctmgr_3", "sacctmgr_15", "sacctmgr_36", "sacctmgr_38", "sacctmgr_89", "sacctmgr_111", "sacctmgr_145", "sacctmgr_223", "sacctmgr_381", "sacctmgr_383", "sacctmgr_384", "sacctmgr_401", "sacctmgr_419", "sacctmgr_452", "sacctmgr_468", "sacctmgr_503"], "matching_info": {"add": [15, 452, 503], "account": [36, 111, 145, 381, 384], "cluster": [38, 89, 223, 383, 401, 419, 468], "|main|": [3, 4]}, "question_id": "511"} -{"nl": "show details of user/association/cluster/account", "cmd": "sacctmgr show {{user/association/cluster/account}}", "tldr_cmd_name": "sacctmgr", "cmd_name": "sacctmgr", "manual_exist": true, "oracle_man": ["sacctmgr_3", "sacctmgr_27", "sacctmgr_493", "sacctmgr_495", "sacctmgr_498", "sacctmgr_501", "sacctmgr_504", "sacctmgr_506"], "matching_info": {"show": [27, 493, 495, 498, 501, 504, 506], "|main|": [3, 4]}, "question_id": "512"} -{"nl": "convert single images and/or whole directories containing valid image formats", "cmd": "imgp -x {{1366x1000}} {{path/to/directory}} {{path/to/file}}", "tldr_cmd_name": "imgp", "cmd_name": "imgp", "manual_exist": true, "oracle_man": ["imgp_3", "imgp_12", "imgp_32", "imgp_37", "imgp_41", "imgp_43"], "matching_info": {"-x": [12, 32, 37, 41, 43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "519"} -{"nl": "scale an image by 75% and overwrite the source image to a target resolution", "cmd": "imgp -x {{75}} -w {{path/to/file}}", "tldr_cmd_name": "imgp", "cmd_name": "imgp", "manual_exist": true, "oracle_man": ["imgp_3", "imgp_12", "imgp_29", "imgp_32", "imgp_37", "imgp_41", "imgp_43", "imgp_47"], "matching_info": {"-x": [12, 32, 37, 41, 43], "-w": [29, 37, 41, 47], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "520"} -{"nl": "rotate an image clockwise by 90 degrees", "cmd": "imgp -o {{90}} {{path/to/file}}", "tldr_cmd_name": "imgp", "cmd_name": "imgp", "manual_exist": true, "oracle_man": ["imgp_3", "imgp_10", "imgp_13", "imgp_23", "imgp_29", "imgp_39"], "matching_info": {"-o": [10, 13, 23, 29, 39], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "521"} -{"nl": "get all mirrors, sort for download speed and save them", "cmd": "sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}", "tldr_cmd_name": "reflector", "cmd_name": "reflector", "manual_exist": true, "oracle_man": ["reflector_3", "reflector_8", "reflector_10", "reflector_12"], "matching_info": {"--sort": [8, 10, 12], "--save": [8, 10, 12], "|main|": [3]}, "question_id": "527"} -{"nl": "only get german https mirrors", "cmd": "reflector --country {{Germany}} --protocol {{https}}", "tldr_cmd_name": "reflector", "cmd_name": "reflector", "manual_exist": true, "oracle_man": ["reflector_3", "reflector_10", "reflector_12"], "matching_info": {"--country": [12], "--protocol": [10, 12], "|main|": [3]}, "question_id": "528"} -{"nl": "only get the 10 recently sync'd mirrors", "cmd": "reflector --latest {{10}}", "tldr_cmd_name": "reflector", "cmd_name": "reflector", "manual_exist": true, "oracle_man": ["reflector_3", "reflector_8", "reflector_10"], "matching_info": {"--latest": [8, 10], "|main|": [3]}, "question_id": "529"} -{"nl": "start bpytop", "cmd": "bpytop", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"|main|": [3]}, "question_id": "530"} -{"nl": "start in minimal mode without memory and networking boxes", "cmd": "bpytop -m", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"-m": [], "|main|": [3]}, "question_id": "531"} -{"nl": "show version", "cmd": "bpytop -v", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"-v": [], "|main|": [3]}, "question_id": "532"} -{"nl": "toggle minimal mode", "cmd": "m", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"m": [], "|main|": [3]}, "question_id": "533"} -{"nl": "search for running programs or processes", "cmd": "f", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"f": [], "|main|": [3]}, "question_id": "534"} -{"nl": "change settings", "cmd": "M", "tldr_cmd_name": "bpytop", "cmd_name": "bpytop", "manual_exist": true, "oracle_man": ["bpytop_3"], "matching_info": {"M": [], "|main|": [3]}, "question_id": "535"} -{"nl": "[r]econnect to a running server, and turn on logging 3 levels of [v]erbosity", "cmd": "asterisk -r -vvv", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_40", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-vvv": [40], "|main|": [3, 4, 5, 6]}, "question_id": "538"} -{"nl": "[r]econnect to a running server, run a single command, and return", "cmd": "asterisk -r -x \"{{command}}\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "|main|": [3, 4, 5, 6]}, "question_id": "539"} -{"nl": "show chan_sip clients (phones)", "cmd": "asterisk -r -x \"sip show peers\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "sip": [], "show": [], "peers": [], "|main|": [3, 4, 5, 6]}, "question_id": "540"} -{"nl": "show active calls and channels", "cmd": "asterisk -r -x \"core show channels\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "core": [41], "show": [], "channels": [], "|main|": [3, 4, 5, 6]}, "question_id": "541"} -{"nl": "show voicemail mailboxes", "cmd": "asterisk -r -x \"voicemail show users\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "voicemail": [], "show": [], "users": [], "|main|": [3, 4, 5, 6]}, "question_id": "542"} -{"nl": "terminate a channel", "cmd": "asterisk -r -x \"hangup request {{channel_ID}}\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "hangup": [], "request": [], "|main|": [3, 4, 5, 6]}, "question_id": "543"} -{"nl": "reload chan_sip configuration", "cmd": "asterisk -r -x \"sip reload\"", "tldr_cmd_name": "asterisk", "cmd_name": "asterisk", "manual_exist": true, "oracle_man": ["asterisk_2", "asterisk_3", "asterisk_5", "asterisk_7", "asterisk_10", "asterisk_11", "asterisk_27", "asterisk_28", "asterisk_29", "asterisk_33", "asterisk_37", "asterisk_41"], "matching_info": {"-r": [2, 5, 7, 10, 11, 27, 28, 29, 33, 37, 41], "-x": [2, 37], "sip": [], "reload": [], "|main|": [3, 4, 5, 6]}, "question_id": "544"} -{"nl": "list all files, including hidden files", "cmd": "dir -all", "tldr_cmd_name": "dir", "cmd_name": "dir", "manual_exist": true, "oracle_man": ["dir_3", "dir_5", "dir_6"], "matching_info": {"-all": [5, 6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, "question_id": "545"} -{"nl": "list files including their author (`l` is required)", "cmd": "dir -l --author", "tldr_cmd_name": "dir", "cmd_name": "dir", "manual_exist": true, "oracle_man": ["dir_3", "dir_7", "dir_9", "dir_11", "dir_19", "dir_20", "dir_21", "dir_25", "dir_27", "dir_28", "dir_36", "dir_39", "dir_40", "dir_41", "dir_53", "dir_54", "dir_57", "dir_73"], "matching_info": {"-l": [7, 9, 11, 19, 20, 21, 25, 27, 28, 36, 39, 40, 41, 53, 54, 57, 73], "--author": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, "question_id": "546"} -{"nl": "list files excluding those that match a specified blob pattern", "cmd": "dir --hide={{pattern}}", "tldr_cmd_name": "dir", "cmd_name": "dir", "manual_exist": true, "oracle_man": ["dir_3", "dir_30", "dir_43"], "matching_info": {"--hide": [30, 43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, "question_id": "547"} -{"nl": "list subdirectories recursively", "cmd": "dir --recursive", "tldr_cmd_name": "dir", "cmd_name": "dir", "manual_exist": true, "oracle_man": ["dir_3", "dir_48"], "matching_info": {"--recursive": [48], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, "question_id": "548"} -{"nl": "display help", "cmd": "dir --help", "tldr_cmd_name": "dir", "cmd_name": "dir", "manual_exist": true, "oracle_man": ["dir_3", "dir_66"], "matching_info": {"--help": [66], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, "question_id": "549"} -{"nl": "restore all deleted files inside partition n on device x", "cmd": "sudo extundelete {{/dev/sdXN}} --restore-all", "tldr_cmd_name": "extundelete", "cmd_name": "extundelete", "manual_exist": true, "oracle_man": ["extundelete_3", "extundelete_14"], "matching_info": {"--restore-all": [14], "|main|": [3]}, "question_id": "561"} -{"nl": "restore a file from a path relative to root (do not start the path with `/`)", "cmd": "extundelete {{/dev/sdXN}} --restore-file {{path/to/file}}", "tldr_cmd_name": "extundelete", "cmd_name": "extundelete", "manual_exist": true, "oracle_man": ["extundelete_3", "extundelete_11", "extundelete_13"], "matching_info": {"--restore-file": [11, 13], "|main|": [3]}, "question_id": "562"} -{"nl": "restore a directory from a path relative to root (do not start the path with `/`)", "cmd": "extundelete {{/dev/sdXN}} --restore-directory {{path/to/directory}}", "tldr_cmd_name": "extundelete", "cmd_name": "extundelete", "manual_exist": true, "oracle_man": ["extundelete_3", "extundelete_15"], "matching_info": {"--restore-directory": [15], "|main|": [3]}, "question_id": "563"} -{"nl": "restore all files deleted after january 1st, 2020 (in unix time)", "cmd": "extundelete {{/dev/sdXN}} --restore-all --after {{1577840400}}", "tldr_cmd_name": "extundelete", "cmd_name": "extundelete", "manual_exist": true, "oracle_man": ["extundelete_3", "extundelete_14", "extundelete_20"], "matching_info": {"--restore-all": [14], "--after": [20], "|main|": [3]}, "question_id": "564"} -{"nl": "split a file at lines 5 and 23", "cmd": "csplit {{file}} {{5}} {{23}}", "tldr_cmd_name": "csplit", "cmd_name": "csplit", "manual_exist": true, "oracle_man": ["csplit_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "565"} -{"nl": "split a file every 5 lines (this will fail if the total number of lines is not divisible by 5)", "cmd": "csplit {{file}} {{5}} {*}", "tldr_cmd_name": "csplit", "cmd_name": "csplit", "manual_exist": true, "oracle_man": ["csplit_3"], "matching_info": {"{*}": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "566"} -{"nl": "split a file every 5 lines, ignoring exactdivision error", "cmd": "csplit -k {{file}} {{5}} {*}", "tldr_cmd_name": "csplit", "cmd_name": "csplit", "manual_exist": true, "oracle_man": ["csplit_3", "csplit_8"], "matching_info": {"-k": [8], "{*}": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "567"} -{"nl": "split a file at line 5 and use a custom prefix for the output files", "cmd": "csplit {{file}} {{5}} -f {{prefix}}", "tldr_cmd_name": "csplit", "cmd_name": "csplit", "manual_exist": true, "oracle_man": ["csplit_3", "csplit_6", "csplit_7", "csplit_8", "csplit_12"], "matching_info": {"-f": [6, 7, 8, 12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "568"} -{"nl": "split a file at a line matching a regular expression", "cmd": "csplit {{file}} /{{regular_expression}}/", "tldr_cmd_name": "csplit", "cmd_name": "csplit", "manual_exist": true, "oracle_man": ["csplit_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "569"} -{"nl": "power off (halt) immediately", "cmd": "shutdown -h now", "tldr_cmd_name": "shutdown", "cmd_name": "shutdown", "manual_exist": true, "oracle_man": ["shutdown_3", "shutdown_9", "shutdown_10", "shutdown_13"], "matching_info": {"-h": [9, 10, 13], "now": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "570"} -{"nl": "reboot immediately", "cmd": "shutdown -r now", "tldr_cmd_name": "shutdown", "cmd_name": "shutdown", "manual_exist": true, "oracle_man": ["shutdown_3", "shutdown_12"], "matching_info": {"-r": [12], "now": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "571"} -{"nl": "reboot in 5 minutes", "cmd": "shutdown -r +{{5}} &", "tldr_cmd_name": "shutdown", "cmd_name": "shutdown", "manual_exist": true, "oracle_man": ["shutdown_3", "shutdown_12"], "matching_info": {"-r": [12], "&": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "572"} -{"nl": "shutdown at 100 pm (uses 24h clock)", "cmd": "shutdown -h 13:00", "tldr_cmd_name": "shutdown", "cmd_name": "shutdown", "manual_exist": true, "oracle_man": ["shutdown_3", "shutdown_9", "shutdown_10", "shutdown_13"], "matching_info": {"-h": [9, 10, 13], "13:00": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "573"} -{"nl": "cancel a pending shutdown/reboot operation", "cmd": "shutdown -c", "tldr_cmd_name": "shutdown", "cmd_name": "shutdown", "manual_exist": true, "oracle_man": ["shutdown_3", "shutdown_16"], "matching_info": {"-c": [16], "|main|": [3, 4, 5, 6, 7]}, "question_id": "574"} -{"nl": "check the current system clock time", "cmd": "timedatectl", "tldr_cmd_name": "timedatectl", "cmd_name": "timedatectl", "manual_exist": true, "oracle_man": ["timedatectl_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "583"} -{"nl": "set the local time of the system clock directly", "cmd": "timedatectl set-time \"{{yyyy-MM-dd hh:mm:ss}}\"", "tldr_cmd_name": "timedatectl", "cmd_name": "timedatectl", "manual_exist": true, "oracle_man": ["timedatectl_3", "timedatectl_10"], "matching_info": {"set-time": [10], "|main|": [3, 4, 5]}, "question_id": "584"} -{"nl": "list available timezones", "cmd": "timedatectl list-timezones", "tldr_cmd_name": "timedatectl", "cmd_name": "timedatectl", "manual_exist": true, "oracle_man": ["timedatectl_3", "timedatectl_12"], "matching_info": {"list-timezones": [12], "|main|": [3, 4, 5]}, "question_id": "585"} -{"nl": "set the system timezone", "cmd": "timedatectl set-timezone {{timezone}}", "tldr_cmd_name": "timedatectl", "cmd_name": "timedatectl", "manual_exist": true, "oracle_man": ["timedatectl_3", "timedatectl_11"], "matching_info": {"set-timezone": [11], "|main|": [3, 4, 5]}, "question_id": "586"} -{"nl": "enable network time protocol (ntp) synchronization", "cmd": "timedatectl set-ntp on", "tldr_cmd_name": "timedatectl", "cmd_name": "timedatectl", "manual_exist": true, "oracle_man": ["timedatectl_3", "timedatectl_14", "timedatectl_37"], "matching_info": {"set-ntp": [14, 37], "on": [], "|main|": [3, 4, 5]}, "question_id": "587"} -{"nl": "start calcurse on interactive mode", "cmd": "calcurse", "tldr_cmd_name": "calcurse", "cmd_name": "calcurse", "manual_exist": true, "oracle_man": ["calcurse_12"], "matching_info": {"|main|": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "588"} -{"nl": "print the appointments and events for the current day and exit", "cmd": "calcurse --appointment", "tldr_cmd_name": "calcurse", "cmd_name": "calcurse", "manual_exist": true, "oracle_man": ["calcurse_12", "calcurse_23"], "matching_info": {"--appointment": [23], "|main|": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "589"} -{"nl": "remove all local calcurse items and import remote objects", "cmd": "calcurse-caldav --init=keep-remote", "tldr_cmd_name": "calcurse", "cmd_name": "calcurse", "manual_exist": true, "oracle_man": ["calcurse_12"], "matching_info": {"calcurse-caldav": [], "--init=keep-remote": [], "|main|": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "590"} -{"nl": "remove all remote objects and push local calcurse items", "cmd": "calcurse-caldav --init=keep-local", "tldr_cmd_name": "calcurse", "cmd_name": "calcurse", "manual_exist": true, "oracle_man": ["calcurse_12"], "matching_info": {"calcurse-caldav": [], "--init=keep-local": [], "|main|": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "591"} -{"nl": "copy local objects to the caldav server and vice versa", "cmd": "calcurse-caldav --init=two-way", "tldr_cmd_name": "calcurse", "cmd_name": "calcurse", "manual_exist": true, "oracle_man": ["calcurse_12"], "matching_info": {"calcurse-caldav": [], "--init=two-way": [], "|main|": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "592"} -{"nl": "change the line endings of a file", "cmd": "unix2mac {{filename}}", "tldr_cmd_name": "unix2mac", "cmd_name": "unix2mac", "manual_exist": true, "oracle_man": ["unix2mac_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "593"} -{"nl": "create a copy with macosstyle line endings", "cmd": "unix2mac -n {{filename}} {{new_filename}}", "tldr_cmd_name": "unix2mac", "cmd_name": "unix2mac", "manual_exist": true, "oracle_man": ["unix2mac_2", "unix2mac_3", "unix2mac_9", "unix2mac_13", "unix2mac_15", "unix2mac_50", "unix2mac_74", "unix2mac_77", "unix2mac_83", "unix2mac_85", "unix2mac_86", "unix2mac_93", "unix2mac_122", "unix2mac_124", "unix2mac_126", "unix2mac_130", "unix2mac_132", "unix2mac_134", "unix2mac_158", "unix2mac_160", "unix2mac_162", "unix2mac_185", "unix2mac_187", "unix2mac_189", "unix2mac_191", "unix2mac_193", "unix2mac_195"], "matching_info": {"-n": [2, 9, 13, 15, 50, 74, 77, 83, 85, 86, 93, 122, 124, 126, 130, 132, 134, 158, 160, 162, 185, 187, 189, 191, 193, 195], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "594"} -{"nl": "run a .net assembly in debug mode", "cmd": "mono --debug {{path/to/program.exe}}", "tldr_cmd_name": "mono", "cmd_name": "mono", "manual_exist": true, "oracle_man": ["mono_4", "mono_78", "mono_112", "mono_175", "mono_215"], "matching_info": {"--debug": [78, 112, 175, 215], "|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "595"} -{"nl": "run a .net assembly", "cmd": "mono {{path/to/program.exe}}", "tldr_cmd_name": "mono", "cmd_name": "mono", "manual_exist": true, "oracle_man": ["mono_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10]}, "question_id": "596"} -{"nl": "open a new gnome terminal window", "cmd": "gnome-terminal", "tldr_cmd_name": "gnome-terminal", "cmd_name": "gnome-terminal", "manual_exist": true, "oracle_man": ["gnome-terminal_3"], "matching_info": {"|main|": [3]}, "question_id": "610"} -{"nl": "run a specific command in a new terminal window", "cmd": "gnome-terminal -- {{command}}", "tldr_cmd_name": "gnome-terminal", "cmd_name": "gnome-terminal", "manual_exist": true, "oracle_man": ["gnome-terminal_2", "gnome-terminal_3", "gnome-terminal_4", "gnome-terminal_5", "gnome-terminal_6", "gnome-terminal_7", "gnome-terminal_8", "gnome-terminal_9", "gnome-terminal_10", "gnome-terminal_11", "gnome-terminal_12", "gnome-terminal_13", "gnome-terminal_14", "gnome-terminal_15", "gnome-terminal_16", "gnome-terminal_17", "gnome-terminal_18", "gnome-terminal_19", "gnome-terminal_20", "gnome-terminal_21", "gnome-terminal_22", "gnome-terminal_23", "gnome-terminal_24", "gnome-terminal_25", "gnome-terminal_26", "gnome-terminal_27", "gnome-terminal_28", "gnome-terminal_29", "gnome-terminal_30", "gnome-terminal_31", "gnome-terminal_32", "gnome-terminal_33", "gnome-terminal_34", "gnome-terminal_35", "gnome-terminal_36", "gnome-terminal_37", "gnome-terminal_38", "gnome-terminal_39", "gnome-terminal_40", "gnome-terminal_41", "gnome-terminal_42", "gnome-terminal_43", "gnome-terminal_45", "gnome-terminal_47"], "matching_info": {"--": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 47], "|main|": [3]}, "question_id": "611"} -{"nl": "open a new tab in the last opened window instead", "cmd": "gnome-terminal --tab", "tldr_cmd_name": "gnome-terminal", "cmd_name": "gnome-terminal", "manual_exist": true, "oracle_man": ["gnome-terminal_3", "gnome-terminal_15"], "matching_info": {"--tab": [15], "|main|": [3]}, "question_id": "612"} -{"nl": "set the title of the new tab", "cmd": "gnome-terminal --tab --title \"{{title}}\"", "tldr_cmd_name": "gnome-terminal", "cmd_name": "gnome-terminal", "manual_exist": true, "oracle_man": ["gnome-terminal_3", "gnome-terminal_15", "gnome-terminal_24", "gnome-terminal_45"], "matching_info": {"--tab": [15], "--title": [24, 45], "|main|": [3]}, "question_id": "613"} -{"nl": "display all information about a pe file", "cmd": "readpe {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "625"} -{"nl": "display all the headers present in a pe file", "cmd": "readpe --all-headers {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3", "readpe_6"], "matching_info": {"--all-headers": [6], "|main|": [3, 4]}, "question_id": "626"} -{"nl": "display all the sections present in a pe file", "cmd": "readpe --all-sections {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3", "readpe_7"], "matching_info": {"--all-sections": [7], "|main|": [3, 4]}, "question_id": "627"} -{"nl": "display a specific header from a pe file", "cmd": "readpe --header {{dos|coff|optional}} {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3", "readpe_10"], "matching_info": {"--header": [10], "|main|": [3, 4]}, "question_id": "628"} -{"nl": "list all imported functions", "cmd": "readpe --imports {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3", "readpe_11"], "matching_info": {"--imports": [11], "|main|": [3, 4]}, "question_id": "629"} -{"nl": "list all exported functions", "cmd": "readpe --exports {{path/to/executable}}", "tldr_cmd_name": "readpe", "cmd_name": "readpe", "manual_exist": true, "oracle_man": ["readpe_3", "readpe_12"], "matching_info": {"--exports": [12], "|main|": [3, 4]}, "question_id": "630"} -{"nl": "change the size of a logical volume to 120 gb", "cmd": "lvresize --size {{120G}} {{volume_group}}/{{logical_volume}}", "tldr_cmd_name": "lvresize", "cmd_name": "lvresize", "manual_exist": true, "oracle_man": ["lvresize_3", "lvresize_4", "lvresize_5", "lvresize_7", "lvresize_26", "lvresize_42"], "matching_info": {"--size": [3, 5, 7, 26, 42], "|main|": [4, 5]}, "question_id": "631"} -{"nl": "extend the size of a logical volume as well as the underlying filesystem by 120 gb", "cmd": "lvresize --size +{{120G}} --resizefs {{volume_group}}/{{logical_volume}}", "tldr_cmd_name": "lvresize", "cmd_name": "lvresize", "manual_exist": true, "oracle_man": ["lvresize_3", "lvresize_4", "lvresize_5", "lvresize_7", "lvresize_10", "lvresize_26", "lvresize_41", "lvresize_42"], "matching_info": {"--size": [3, 5, 7, 26, 42], "--resizefs": [3, 7, 10, 41], "|main|": [4, 5]}, "question_id": "632"} -{"nl": "extend the size of a logical volume to 100% of the free physical volume space", "cmd": "lvresize --size {{100}}%FREE {{volume_group}}/{{logical_volume}}", "tldr_cmd_name": "lvresize", "cmd_name": "lvresize", "manual_exist": true, "oracle_man": ["lvresize_3", "lvresize_4", "lvresize_5", "lvresize_7", "lvresize_26", "lvresize_42"], "matching_info": {"--size": [3, 5, 7, 26, 42], "|main|": [4, 5]}, "question_id": "633"} -{"nl": "reduce the size of a logical volume as well as the underlying filesystem by 120 gb", "cmd": "lvresize --size -{{120G}} --resizefs {{volume_group}}/{{logical_volume}}", "tldr_cmd_name": "lvresize", "cmd_name": "lvresize", "manual_exist": true, "oracle_man": ["lvresize_3", "lvresize_4", "lvresize_5", "lvresize_7", "lvresize_10", "lvresize_26", "lvresize_41", "lvresize_42"], "matching_info": {"--size": [3, 5, 7, 26, 42], "--resizefs": [3, 7, 10, 41], "|main|": [4, 5]}, "question_id": "634"} -{"nl": "show a notification with the title \"test\" and the content \"this is a test\"", "cmd": "notify-send \"{{Test}}\" \"{{This is a test}}\"", "tldr_cmd_name": "notify-send", "cmd_name": "notify-send", "manual_exist": true, "oracle_man": ["notify-send_3"], "matching_info": {"|main|": [3]}, "question_id": "641"} -{"nl": "show a notification with a custom icon", "cmd": "notify-send -i {{icon.png}} \"{{Test}}\" \"{{This is a test}}\"", "tldr_cmd_name": "notify-send", "cmd_name": "notify-send", "manual_exist": true, "oracle_man": ["notify-send_3", "notify-send_8"], "matching_info": {"-i": [8], "|main|": [3]}, "question_id": "642"} -{"nl": "show a notification for 5 seconds", "cmd": "notify-send -t 5000 \"{{Test}}\" \"{{This is a test}}\"", "tldr_cmd_name": "notify-send", "cmd_name": "notify-send", "manual_exist": true, "oracle_man": ["notify-send_3", "notify-send_6"], "matching_info": {"-t": [6], "5000": [], "|main|": [3]}, "question_id": "643"} -{"nl": "show a notification with an app's icon", "cmd": "notify-send \"{{Test}}\" --icon={{google-chrome}}", "tldr_cmd_name": "notify-send", "cmd_name": "notify-send", "manual_exist": true, "oracle_man": ["notify-send_3", "notify-send_8"], "matching_info": {"--icon": [8], "|main|": [3]}, "question_id": "644"} -{"nl": "compose action can be used to compose any existing file or new on default mailcap edit tool", "cmd": "compose {{filename}}", "tldr_cmd_name": "compose", "cmd_name": "compose", "manual_exist": true, "oracle_man": ["compose_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "645"} -{"nl": "with `runmailcap`", "cmd": "run-mailcap --action=compose {{filename}}", "tldr_cmd_name": "compose", "cmd_name": "compose", "manual_exist": true, "oracle_man": ["compose_1", "compose_2", "compose_4"], "matching_info": {"run-mailcap": [1, 2, 4], "--action=compose": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "646"} -{"nl": "display information about all logical volumes", "cmd": "sudo lvdisplay", "tldr_cmd_name": "lvdisplay", "cmd_name": "lvdisplay", "manual_exist": true, "oracle_man": ["lvdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "653"} -{"nl": "display information about all logical volumes in volume group vg1", "cmd": "sudo lvdisplay {{vg1}}", "tldr_cmd_name": "lvdisplay", "cmd_name": "lvdisplay", "manual_exist": true, "oracle_man": ["lvdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "654"} -{"nl": "display information about logical volume lv1 in volume group vg1", "cmd": "sudo lvdisplay {{vg1/lv1}}", "tldr_cmd_name": "lvdisplay", "cmd_name": "lvdisplay", "manual_exist": true, "oracle_man": ["lvdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "655"} -{"nl": "add a new apt repository", "cmd": "add-apt-repository {{repository_spec}}", "tldr_cmd_name": "add-apt-repository", "cmd_name": "add-apt-repository", "manual_exist": true, "oracle_man": ["add-apt-repository_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "656"} -{"nl": "remove an apt repository", "cmd": "add-apt-repository --remove {{repository_spec}}", "tldr_cmd_name": "add-apt-repository", "cmd_name": "add-apt-repository", "manual_exist": true, "oracle_man": ["add-apt-repository_3", "add-apt-repository_7"], "matching_info": {"--remove": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "657"} -{"nl": "update the package cache after adding a repository", "cmd": "add-apt-repository --update {{repository_spec}}", "tldr_cmd_name": "add-apt-repository", "cmd_name": "add-apt-repository", "manual_exist": true, "oracle_man": ["add-apt-repository_3"], "matching_info": {"--update": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "658"} -{"nl": "enable source packages", "cmd": "add-apt-repository --enable-source {{repository_spec}}", "tldr_cmd_name": "add-apt-repository", "cmd_name": "add-apt-repository", "manual_exist": true, "oracle_man": ["add-apt-repository_3", "add-apt-repository_10"], "matching_info": {"--enable-source": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "659"} -{"nl": "add one or more devices to a btrfs filesystem", "cmd": "sudo btrfs device add {{path/to/block_device1}} [{{path/to/block_device2}}] {{path/to/btrfs_filesystem}}", "tldr_cmd_name": "btrfs-device", "cmd_name": "btrfs-device", "manual_exist": true, "oracle_man": ["btrfs-device_2", "btrfs-device_3", "btrfs-device_5", "btrfs-device_11", "btrfs-device_18", "btrfs-device_25", "btrfs-device_26", "btrfs-device_27", "btrfs-device_61", "btrfs-device_66", "btrfs-device_73", "btrfs-device_75", "btrfs-device_77", "btrfs-device_79", "btrfs-device_80", "btrfs-device_81", "btrfs-device_88"], "matching_info": {"btrfs": [2, 3, 61, 66, 73, 77, 79, 81, 88], "device": [2, 3, 5, 11, 18, 25, 26, 27, 61, 75, 77, 80, 81, 88], "add": [11, 61], "|main|": [3]}, "question_id": "668"} -{"nl": "remove a device from a btrfs filesystem", "cmd": "sudo btrfs device remove {{path/to/device|device_id}} [{{...}}]", "tldr_cmd_name": "btrfs-device", "cmd_name": "btrfs-device", "manual_exist": true, "oracle_man": ["btrfs-device_2", "btrfs-device_3", "btrfs-device_5", "btrfs-device_11", "btrfs-device_18", "btrfs-device_25", "btrfs-device_26", "btrfs-device_27", "btrfs-device_61", "btrfs-device_66", "btrfs-device_73", "btrfs-device_75", "btrfs-device_77", "btrfs-device_79", "btrfs-device_80", "btrfs-device_81", "btrfs-device_88"], "matching_info": {"btrfs": [2, 3, 61, 66, 73, 77, 79, 81, 88], "device": [2, 3, 5, 11, 18, 25, 26, 27, 61, 75, 77, 80, 81, 88], "remove": [18, 77], "|main|": [3]}, "question_id": "669"} -{"nl": "display error statistics", "cmd": "sudo btrfs device stats {{path/to/btrfs_filesystem}}", "tldr_cmd_name": "btrfs-device", "cmd_name": "btrfs-device", "manual_exist": true, "oracle_man": ["btrfs-device_2", "btrfs-device_3", "btrfs-device_5", "btrfs-device_11", "btrfs-device_18", "btrfs-device_25", "btrfs-device_26", "btrfs-device_27", "btrfs-device_34", "btrfs-device_61", "btrfs-device_66", "btrfs-device_73", "btrfs-device_75", "btrfs-device_77", "btrfs-device_79", "btrfs-device_80", "btrfs-device_81", "btrfs-device_88"], "matching_info": {"btrfs": [2, 3, 61, 66, 73, 77, 79, 81, 88], "device": [2, 3, 5, 11, 18, 25, 26, 27, 61, 75, 77, 80, 81, 88], "stats": [34, 80, 81], "|main|": [3]}, "question_id": "670"} -{"nl": "scan all disks and inform the kernel of all detected btrfs filesystems", "cmd": "sudo btrfs device scan --all-devices", "tldr_cmd_name": "btrfs-device", "cmd_name": "btrfs-device", "manual_exist": true, "oracle_man": ["btrfs-device_2", "btrfs-device_3", "btrfs-device_5", "btrfs-device_11", "btrfs-device_18", "btrfs-device_25", "btrfs-device_26", "btrfs-device_27", "btrfs-device_29", "btrfs-device_32", "btrfs-device_61", "btrfs-device_66", "btrfs-device_73", "btrfs-device_75", "btrfs-device_77", "btrfs-device_79", "btrfs-device_80", "btrfs-device_81", "btrfs-device_88"], "matching_info": {"btrfs": [2, 3, 61, 66, 73, 77, 79, 81, 88], "device": [2, 3, 5, 11, 18, 25, 26, 27, 61, 75, 77, 80, 81, 88], "scan": [27], "--all-devices": [29, 32], "|main|": [3]}, "question_id": "671"} -{"nl": "display detailed perdisk allocation statistics", "cmd": "sudo btrfs device usage {{path/to/btrfs_filesystem}}", "tldr_cmd_name": "btrfs-device", "cmd_name": "btrfs-device", "manual_exist": true, "oracle_man": ["btrfs-device_2", "btrfs-device_3", "btrfs-device_5", "btrfs-device_11", "btrfs-device_18", "btrfs-device_25", "btrfs-device_26", "btrfs-device_27", "btrfs-device_38", "btrfs-device_61", "btrfs-device_66", "btrfs-device_73", "btrfs-device_75", "btrfs-device_77", "btrfs-device_79", "btrfs-device_80", "btrfs-device_81", "btrfs-device_88"], "matching_info": {"btrfs": [2, 3, 61, 66, 73, 77, 79, 81, 88], "device": [2, 3, 5, 11, 18, 25, 26, 27, 61, 75, 77, 80, 81, 88], "usage": [38], "|main|": [3]}, "question_id": "672"} -{"nl": "list all services and the runlevels they are added to", "cmd": "rc-update show", "tldr_cmd_name": "rc-update", "cmd_name": "rc-update", "manual_exist": true, "oracle_man": ["rc-update_3", "rc-update_6"], "matching_info": {"show": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "678"} -{"nl": "add a service to a runlevel", "cmd": "sudo rc-update add {{service_name}} {{runlevel}}", "tldr_cmd_name": "rc-update", "cmd_name": "rc-update", "manual_exist": true, "oracle_man": ["rc-update_1", "rc-update_3", "rc-update_4"], "matching_info": {"add": [1, 4], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "679"} -{"nl": "delete a service from a runlevel", "cmd": "sudo rc-update delete {{service_name}} {{runlevel}}", "tldr_cmd_name": "rc-update", "cmd_name": "rc-update", "manual_exist": true, "oracle_man": ["rc-update_3", "rc-update_5"], "matching_info": {"delete": [5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "680"} -{"nl": "delete a service from all runlevels", "cmd": "sudo rc-update --all delete {{service_name}}", "tldr_cmd_name": "rc-update", "cmd_name": "rc-update", "manual_exist": true, "oracle_man": ["rc-update_2", "rc-update_3", "rc-update_5", "rc-update_10"], "matching_info": {"--all": [2, 10], "delete": [5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "681"} -{"nl": "list devices", "cmd": "rfkill", "tldr_cmd_name": "rfkill", "cmd_name": "rfkill", "manual_exist": true, "oracle_man": ["rfkill_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "682"} -{"nl": "filter by columns", "cmd": "rfkill -o {{ID,TYPE,DEVICE}}", "tldr_cmd_name": "rfkill", "cmd_name": "rfkill", "manual_exist": true, "oracle_man": ["rfkill_3", "rfkill_4", "rfkill_5", "rfkill_8", "rfkill_9", "rfkill_19"], "matching_info": {"-o": [4, 5, 8, 9, 19], "|main|": [3, 4, 5]}, "question_id": "683"} -{"nl": "block devices by type (e.g. bluetooth, wlan)", "cmd": "rfkill block {{bluetooth}}", "tldr_cmd_name": "rfkill", "cmd_name": "rfkill", "manual_exist": true, "oracle_man": ["rfkill_3", "rfkill_16"], "matching_info": {"block": [16], "|main|": [3, 4, 5]}, "question_id": "684"} -{"nl": "unblock devices by type (e.g. bluetooth, wlan)", "cmd": "rfkill unblock {{wlan}}", "tldr_cmd_name": "rfkill", "cmd_name": "rfkill", "manual_exist": true, "oracle_man": ["rfkill_3", "rfkill_17"], "matching_info": {"unblock": [17], "|main|": [3, 4, 5]}, "question_id": "685"} -{"nl": "output in json format", "cmd": "rfkill -J", "tldr_cmd_name": "rfkill", "cmd_name": "rfkill", "manual_exist": true, "oracle_man": ["rfkill_3", "rfkill_6"], "matching_info": {"-J": [6], "|main|": [3, 4, 5]}, "question_id": "686"} -{"nl": "display cpu statistics every 2 seconds", "cmd": "mpstat {{2}}", "tldr_cmd_name": "mpstat", "cmd_name": "mpstat", "manual_exist": true, "oracle_man": ["mpstat_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "687"} -{"nl": "display 5 reports, one by one, at 2 second intervals", "cmd": "mpstat {{2}} {{5}}", "tldr_cmd_name": "mpstat", "cmd_name": "mpstat", "manual_exist": true, "oracle_man": ["mpstat_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "688"} -{"nl": "display 5 reports, one by one, from a given processor, at 2 second intervals", "cmd": "mpstat -P {{0}} {{2}} {{5}}", "tldr_cmd_name": "mpstat", "cmd_name": "mpstat", "manual_exist": true, "oracle_man": ["mpstat_2", "mpstat_3", "mpstat_5", "mpstat_19", "mpstat_38"], "matching_info": {"-P": [2, 5, 19, 38], "|main|": [3, 4]}, "question_id": "689"} -{"nl": "print the statuses of all network interfaces", "cmd": "nmcli device status", "tldr_cmd_name": "nmcli-device", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_12", "nmcli_26", "nmcli_33", "nmcli_35", "nmcli_168", "nmcli_170", "nmcli_231", "nmcli_234", "nmcli_250"], "matching_info": {"device": [26, 168, 231, 234, 250], "status": [12, 33, 35, 168, 170, 250], "|main|": [3, 4, 5, 6]}, "question_id": "692"} -{"nl": "print the available wifi access points", "cmd": "nmcli device wifi", "tldr_cmd_name": "nmcli-device", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_26", "nmcli_57", "nmcli_109", "nmcli_168", "nmcli_187", "nmcli_189", "nmcli_199", "nmcli_208", "nmcli_210", "nmcli_231", "nmcli_234", "nmcli_239", "nmcli_250", "nmcli_254", "nmcli_255"], "matching_info": {"device": [26, 168, 231, 234, 250], "wifi": [57, 109, 187, 189, 199, 208, 210, 239, 254, 255], "|main|": [3, 4, 5, 6]}, "question_id": "693"} -{"nl": "connect to the wifi network with a specified name and password", "cmd": "nmcli device wifi connect {{ssid}} password {{password}}", "tldr_cmd_name": "nmcli-device", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_26", "nmcli_57", "nmcli_90", "nmcli_109", "nmcli_168", "nmcli_174", "nmcli_187", "nmcli_189", "nmcli_192", "nmcli_199", "nmcli_206", "nmcli_208", "nmcli_210", "nmcli_231", "nmcli_234", "nmcli_239", "nmcli_250", "nmcli_254", "nmcli_255"], "matching_info": {"device": [26, 168, 231, 234, 250], "wifi": [57, 109, 187, 189, 199, 208, 210, 239, 254, 255], "connect": [174, 189], "password": [90, 192, 206], "|main|": [3, 4, 5, 6]}, "question_id": "694"} -{"nl": "print password and qr code for the current wifi network", "cmd": "nmcli device wifi show-password", "tldr_cmd_name": "nmcli-device", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_26", "nmcli_57", "nmcli_109", "nmcli_168", "nmcli_187", "nmcli_189", "nmcli_199", "nmcli_208", "nmcli_210", "nmcli_231", "nmcli_234", "nmcli_239", "nmcli_250", "nmcli_254", "nmcli_255"], "matching_info": {"device": [26, 168, 231, 234, 250], "wifi": [57, 109, 187, 189, 199, 208, 210, 239, 254, 255], "show-password": [210], "|main|": [3, 4, 5, 6]}, "question_id": "695"} -{"nl": "launch a vnc server on next available display", "cmd": "vncserver", "tldr_cmd_name": "vncserver", "cmd_name": "vncserver", "manual_exist": true, "oracle_man": ["vncserver_5"], "matching_info": {"|main|": [5]}, "question_id": "696"} -{"nl": "launch a vnc server with specific screen geometry", "cmd": "vncserver --geometry {{width}}x{{height}}", "tldr_cmd_name": "vncserver", "cmd_name": "vncserver", "manual_exist": true, "oracle_man": ["vncserver_5"], "matching_info": {"--geometry": [], "|main|": [5]}, "question_id": "697"} -{"nl": "kill an instance of vnc server running on a specific display", "cmd": "vncserver --kill :{{display_number}}", "tldr_cmd_name": "vncserver", "cmd_name": "vncserver", "manual_exist": true, "oracle_man": ["vncserver_5"], "matching_info": {"--kill": [], "|main|": [5]}, "question_id": "698"} -{"nl": "view chains, rules, and packet/byte counters for the filter table", "cmd": "sudo iptables -vnL", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_8", "iptables_16", "iptables_35", "iptables_38", "iptables_62", "iptables_70"], "matching_info": {"-vnL": [8, 35, 38, 62, 70], "|main|": [16, 17]}, "question_id": "699"} -{"nl": "set chain policy rule", "cmd": "sudo iptables -P {{chain}} {{rule}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_11", "iptables_16", "iptables_41"], "matching_info": {"-P": [11, 41], "|main|": [16, 17]}, "question_id": "700"} -{"nl": "append rule to chain policy for ip", "cmd": "sudo iptables -A {{chain}} -s {{ip}} -j {{rule}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_2", "iptables_3", "iptables_4", "iptables_5", "iptables_13", "iptables_15", "iptables_16", "iptables_30", "iptables_31", "iptables_32", "iptables_33", "iptables_34", "iptables_35", "iptables_36", "iptables_48", "iptables_49", "iptables_51", "iptables_52", "iptables_56", "iptables_70"], "matching_info": {"-A": [2, 3, 30, 48], "-s": [2, 3, 4, 5, 13, 30, 31, 32, 33, 34, 35, 36, 48, 49, 56], "-j": [15, 51, 52, 70], "|main|": [16, 17]}, "question_id": "701"} -{"nl": "append rule to chain policy for ip considering protocol and port", "cmd": "sudo iptables -A {{chain}} -s {{ip}} -p {{protocol}} --dport {{port}} -j {{rule}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_2", "iptables_3", "iptables_4", "iptables_5", "iptables_13", "iptables_15", "iptables_16", "iptables_30", "iptables_31", "iptables_32", "iptables_33", "iptables_34", "iptables_35", "iptables_36", "iptables_41", "iptables_47", "iptables_48", "iptables_49", "iptables_51", "iptables_52", "iptables_56", "iptables_70"], "matching_info": {"-A": [2, 3, 30, 48], "-s": [2, 3, 4, 5, 13, 30, 31, 32, 33, 34, 35, 36, 48, 49, 56], "-p": [41, 47], "--dport": [], "-j": [15, 51, 52, 70], "|main|": [16, 17]}, "question_id": "702"} -{"nl": "delete chain rule", "cmd": "sudo iptables -D {{chain}} {{rule_line_number}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_2", "iptables_3", "iptables_6", "iptables_16", "iptables_31", "iptables_32", "iptables_48"], "matching_info": {"-D": [2, 3, 6, 31, 32, 48], "|main|": [16, 17]}, "question_id": "703"} -{"nl": "save iptables configuration of a given table to a file", "cmd": "sudo iptables-save -t {{tablename}} > {{path/to/iptables_file}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_2", "iptables_3", "iptables_4", "iptables_5", "iptables_6", "iptables_7", "iptables_8", "iptables_9", "iptables_10", "iptables_11", "iptables_12", "iptables_15", "iptables_16", "iptables_21", "iptables_23", "iptables_35"], "matching_info": {"iptables-save": [], "-t": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 21, 23, 35], "|main|": [16, 17]}, "question_id": "704"} -{"nl": "restore iptables configuration from a file", "cmd": "sudo iptables-restore < {{path/to/iptables_file}}", "tldr_cmd_name": "iptables", "cmd_name": "iptables", "manual_exist": true, "oracle_man": ["iptables_16"], "matching_info": {"iptables-restore": [], "|main|": [16, 17]}, "question_id": "705"} -{"nl": "remove a logical volume in a volume group", "cmd": "sudo lvremove {{volume_group}}/{{logical_volume}}", "tldr_cmd_name": "lvremove", "cmd_name": "lvremove", "manual_exist": true, "oracle_man": ["lvremove_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "706"} -{"nl": "remove all logical volumes in a volume group", "cmd": "sudo lvremove {{volume_group}}", "tldr_cmd_name": "lvremove", "cmd_name": "lvremove", "manual_exist": true, "oracle_man": ["lvremove_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "707"} -{"nl": "automatically resize a filesystem", "cmd": "resize2fs {{/dev/sdXN}}", "tldr_cmd_name": "resize2fs", "cmd_name": "resize2fs", "manual_exist": true, "oracle_man": ["resize2fs_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "713"} -{"nl": "resize the filesystem to a size of 40g, displaying a progress bar", "cmd": "resize2fs -p {{/dev/sdXN}} {{40G}}", "tldr_cmd_name": "resize2fs", "cmd_name": "resize2fs", "manual_exist": true, "oracle_man": ["resize2fs_3", "resize2fs_13"], "matching_info": {"-p": [13], "|main|": [3, 4, 5, 6, 7]}, "question_id": "714"} -{"nl": "shrink the filesystem to its minimum possible size", "cmd": "resize2fs -M {{/dev/sdXN}}", "tldr_cmd_name": "resize2fs", "cmd_name": "resize2fs", "manual_exist": true, "oracle_man": ["resize2fs_3", "resize2fs_9", "resize2fs_12", "resize2fs_14"], "matching_info": {"-M": [9, 12, 14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "715"} -{"nl": "list available qt versions from the configuration files", "cmd": "qtchooser --list-versions", "tldr_cmd_name": "qtchooser", "cmd_name": "qtchooser", "manual_exist": true, "oracle_man": ["qtchooser_3"], "matching_info": {"--list-versions": [], "|main|": [3, 4, 5]}, "question_id": "716"} -{"nl": "print environment information", "cmd": "qtchooser --print-env", "tldr_cmd_name": "qtchooser", "cmd_name": "qtchooser", "manual_exist": true, "oracle_man": ["qtchooser_3"], "matching_info": {"--print-env": [], "|main|": [3, 4, 5]}, "question_id": "717"} -{"nl": "run the specified tool using the specified qt version", "cmd": "qtchooser --run-tool={{tool}} --qt={{version_name}}", "tldr_cmd_name": "qtchooser", "cmd_name": "qtchooser", "manual_exist": true, "oracle_man": ["qtchooser_3"], "matching_info": {"--run-tool": [], "--qt": [], "|main|": [3, 4, 5]}, "question_id": "718"} -{"nl": "add a qt version entry to be able to choose from", "cmd": "qtchooser --install {{version_name}} {{path/to/qmake}}", "tldr_cmd_name": "qtchooser", "cmd_name": "qtchooser", "manual_exist": true, "oracle_man": ["qtchooser_3"], "matching_info": {"--install": [], "|main|": [3, 4, 5]}, "question_id": "719"} -{"nl": "display all available options", "cmd": "qtchooser --help", "tldr_cmd_name": "qtchooser", "cmd_name": "qtchooser", "manual_exist": true, "oracle_man": ["qtchooser_3"], "matching_info": {"--help": [], "|main|": [3, 4, 5]}, "question_id": "720"} -{"nl": "show all data on the given interface and port", "cmd": "tcpflow -c -i {{eth0}} port {{80}}", "tldr_cmd_name": "tcpflow", "cmd_name": "tcpflow", "manual_exist": true, "oracle_man": ["tcpflow_2", "tcpflow_3", "tcpflow_11", "tcpflow_13", "tcpflow_46", "tcpflow_48", "tcpflow_49", "tcpflow_61", "tcpflow_86", "tcpflow_105", "tcpflow_106"], "matching_info": {"-c": [2, 11, 13, 86], "-i": [2, 3, 46, 48, 49, 61], "port": [105, 106], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "721"} -{"nl": "open alpine normally", "cmd": "alpine", "tldr_cmd_name": "alpine", "cmd_name": "alpine", "manual_exist": true, "oracle_man": ["alpine_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "725"} -{"nl": "open alpine directly to the message composition screen to send an email to a given email address", "cmd": "alpine {{email@example.net}}", "tldr_cmd_name": "alpine", "cmd_name": "alpine", "manual_exist": true, "oracle_man": ["alpine_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "726"} -{"nl": "quit alpine", "cmd": "'q' then 'y'", "tldr_cmd_name": "alpine", "cmd_name": "alpine", "manual_exist": true, "oracle_man": ["alpine_4"], "matching_info": {"q": [], "then": [], "y": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "727"} -{"nl": "use a command's output as input of the clip[b]oard (equivalent to `ctrl + c`)", "cmd": "echo 123 | xsel -ib", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_19"], "matching_info": {"echo": [], "123": [], "-ib": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "748"} -{"nl": "use the contents of a file as input of the clipboard", "cmd": "cat {{file}} | xsel -ib", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_19"], "matching_info": {"cat": [], "-ib": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "749"} -{"nl": "output the clipboard's contents into the terminal (equivalent to `ctrl + v`)", "cmd": "xsel -ob", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_19"], "matching_info": {"-ob": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "750"} -{"nl": "output the clipboard's contents into a file", "cmd": "xsel -ob > {{file}}", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_19"], "matching_info": {"-ob": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "751"} -{"nl": "clear the clipboard", "cmd": "xsel -cb", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_19"], "matching_info": {"-cb": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "752"} -{"nl": "output the x11 primary selection's contents into the terminal (equivalent to a mouse middleclick)", "cmd": "xsel -op", "tldr_cmd_name": "xsel", "cmd_name": "xsel", "manual_exist": true, "oracle_man": ["xsel_3", "xsel_17"], "matching_info": {"-op": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, "question_id": "753"} -{"nl": "start `xrdb` in interactive mode", "cmd": "xrdb", "tldr_cmd_name": "xrdb", "cmd_name": "xrdb", "manual_exist": true, "oracle_man": ["xrdb_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "754"} -{"nl": "load values (e.g. style rules) from a resource file", "cmd": "xrdb -load {{~/.Xresources}}", "tldr_cmd_name": "xrdb", "cmd_name": "xrdb", "manual_exist": true, "oracle_man": ["xrdb_3", "xrdb_37", "xrdb_40", "xrdb_41", "xrdb_47"], "matching_info": {"-load": [37, 40, 41, 47], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "755"} -{"nl": "query the resource database and print currently set values", "cmd": "xrdb -query", "tldr_cmd_name": "xrdb", "cmd_name": "xrdb", "manual_exist": true, "oracle_man": ["xrdb_3", "xrdb_37", "xrdb_46"], "matching_info": {"-query": [37, 46], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "756"} -{"nl": "resolve the pathnames specified as the argument parameters", "cmd": "namei {{path/to/a}} {{path/to/b}} {{path/to/c}}", "tldr_cmd_name": "namei", "cmd_name": "namei", "manual_exist": true, "oracle_man": ["namei_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "757"} -{"nl": "display the results in a longlisting format", "cmd": "namei --long {{path/to/a}} {{path/to/b}} {{path/to/c}}", "tldr_cmd_name": "namei", "cmd_name": "namei", "manual_exist": true, "oracle_man": ["namei_3", "namei_8"], "matching_info": {"--long": [8], "|main|": [3, 4, 5, 6, 7]}, "question_id": "758"} -{"nl": "show the mode bits of each file type in the style of `ls`", "cmd": "namei --modes {{path/to/a}} {{path/to/b}} {{path/to/c}}", "tldr_cmd_name": "namei", "cmd_name": "namei", "manual_exist": true, "oracle_man": ["namei_3", "namei_9"], "matching_info": {"--modes": [9], "|main|": [3, 4, 5, 6, 7]}, "question_id": "759"} -{"nl": "show owner and group name of each file", "cmd": "namei --owners {{path/to/a}} {{path/to/b}} {{path/to/c}}", "tldr_cmd_name": "namei", "cmd_name": "namei", "manual_exist": true, "oracle_man": ["namei_3", "namei_11"], "matching_info": {"--owners": [11], "|main|": [3, 4, 5, 6, 7]}, "question_id": "760"} -{"nl": "don't follow symlinks while resolving", "cmd": "namei --nosymlinks {{path/to/a}} {{path/to/b}} {{path/to/c}}", "tldr_cmd_name": "namei", "cmd_name": "namei", "manual_exist": true, "oracle_man": ["namei_3", "namei_10"], "matching_info": {"--nosymlinks": [10], "|main|": [3, 4, 5, 6, 7]}, "question_id": "761"} -{"nl": "initialize the `/dev/sda1` volume for use by lvm", "cmd": "pvcreate {{/dev/sda1}}", "tldr_cmd_name": "pvcreate", "cmd_name": "pvcreate", "manual_exist": true, "oracle_man": ["pvcreate_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "762"} -{"nl": "force the creation without any confirmation prompts", "cmd": "pvcreate --force {{/dev/sda1}}", "tldr_cmd_name": "pvcreate", "cmd_name": "pvcreate", "manual_exist": true, "oracle_man": ["pvcreate_2", "pvcreate_3", "pvcreate_7"], "matching_info": {"--force": [2, 7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "763"} -{"nl": "search for a package", "cmd": "snap find {{package_name}}", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_71", "snap_72"], "matching_info": {"find": [71, 72], "|main|": [3, 4]}, "question_id": "764"} -{"nl": "install a package", "cmd": "snap install {{package_name}}", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_107", "snap_108"], "matching_info": {"install": [107, 108], "|main|": [3, 4]}, "question_id": "765"} -{"nl": "update a package", "cmd": "snap refresh {{package_name}}", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_162", "snap_163"], "matching_info": {"refresh": [3, 162, 163], "|main|": [3, 4]}, "question_id": "766"} -{"nl": "update a package to another channel (track, risk, or branch)", "cmd": "snap refresh {{package_name}} --channel={{channel}}", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_61", "snap_111", "snap_162", "snap_163", "snap_166"], "matching_info": {"refresh": [3, 162, 163], "--channel": [61, 111, 166], "|main|": [3, 4]}, "question_id": "767"} -{"nl": "update all packages", "cmd": "snap refresh", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_162", "snap_163"], "matching_info": {"refresh": [3, 162, 163], "|main|": [3, 4]}, "question_id": "768"} -{"nl": "display basic information about installed snap software", "cmd": "snap list", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_148", "snap_149"], "matching_info": {"list": [148, 149], "|main|": [3, 4]}, "question_id": "769"} -{"nl": "uninstall a package", "cmd": "snap remove {{package_name}}", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_178", "snap_179"], "matching_info": {"remove": [178, 179], "|main|": [3, 4]}, "question_id": "770"} -{"nl": "check for recent snap changes in the system", "cmd": "snap changes", "tldr_cmd_name": "snap", "cmd_name": "snap", "manual_exist": true, "oracle_man": ["snap_3", "snap_35", "snap_36", "snap_204"], "matching_info": {"changes": [35, 36, 204], "|main|": [3, 4]}, "question_id": "771"} -{"nl": "download a file from a server", "cmd": "smbget {{smb://server/share/file}}", "tldr_cmd_name": "smbget", "cmd_name": "smbget", "manual_exist": true, "oracle_man": ["smbget_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "772"} -{"nl": "download a share or directory recursively", "cmd": "smbget --recursive {{smb://server/share}}", "tldr_cmd_name": "smbget", "cmd_name": "smbget", "manual_exist": true, "oracle_man": ["smbget_2", "smbget_3", "smbget_8"], "matching_info": {"--recursive": [2, 8], "|main|": [3, 4, 5]}, "question_id": "773"} -{"nl": "connect with a username and password", "cmd": "smbget {{smb://server/share/file}} --user {{username%password}}", "tldr_cmd_name": "smbget", "cmd_name": "smbget", "manual_exist": true, "oracle_man": ["smbget_2", "smbget_3", "smbget_9"], "matching_info": {"--user": [2, 9], "|main|": [3, 4, 5]}, "question_id": "774"} -{"nl": "require encrypted transfers", "cmd": "smbget {{smb://server/share/file}} --encrypt", "tldr_cmd_name": "smbget", "cmd_name": "smbget", "manual_exist": true, "oracle_man": ["smbget_3"], "matching_info": {"--encrypt": [], "|main|": [3, 4, 5]}, "question_id": "775"} -{"nl": "disable a given swap partition", "cmd": "swapoff {{/dev/sdb7}}", "tldr_cmd_name": "swapoff", "cmd_name": "swapoff", "manual_exist": true, "oracle_man": ["swapoff_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "776"} -{"nl": "disable a given swap file", "cmd": "swapoff {{path/to/file}}", "tldr_cmd_name": "swapoff", "cmd_name": "swapoff", "manual_exist": true, "oracle_man": ["swapoff_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "777"} -{"nl": "disable all swap areas", "cmd": "swapoff -a", "tldr_cmd_name": "swapoff", "cmd_name": "swapoff", "manual_exist": true, "oracle_man": ["swapoff_4", "swapoff_7", "swapoff_8", "swapoff_20", "swapoff_23", "swapoff_36", "swapoff_37", "swapoff_38"], "matching_info": {"-a": [7, 8, 20, 23, 36, 37, 38], "|main|": [4, 5, 6, 7]}, "question_id": "778"} -{"nl": "disable swap by label of a device or file", "cmd": "swapoff -L {{swap1}}", "tldr_cmd_name": "swapoff", "cmd_name": "swapoff", "manual_exist": true, "oracle_man": ["swapoff_4", "swapoff_5", "swapoff_16"], "matching_info": {"-L": [5, 16], "|main|": [4, 5, 6, 7]}, "question_id": "779"} -{"nl": "start i3 (note that a preexisting window manager must not be open when this command is run.)", "cmd": "i3", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "780"} -{"nl": "open a new terminal window", "cmd": "Super + Return", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"Super": [], "+": [], "Return": [], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "781"} -{"nl": "create a new workspace", "cmd": "Super + Shift + {{number}}", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13", "i3_32", "i3_34", "i3_39", "i3_41", "i3_42", "i3_43"], "matching_info": {"Super": [], "+": [], "Shift": [32, 34, 39, 41, 42, 43], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "782"} -{"nl": "switch to workspace {{number}}", "cmd": "Super + {{number}}", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"Super": [], "+": [], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "783"} -{"nl": "open new window horizontally", "cmd": "Super + h", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"Super": [], "+": [], "h": [], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "784"} -{"nl": "open new window vertically", "cmd": "Super + v", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"Super": [], "+": [], "v": [], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "785"} -{"nl": "open application (type out application name after executing command)", "cmd": "Super + D", "tldr_cmd_name": "i3", "cmd_name": "i3", "manual_exist": true, "oracle_man": ["i3_13"], "matching_info": {"Super": [], "+": [], "D": [], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "786"} -{"nl": "change user's primary group membership", "cmd": "newgrp {{group_name}}", "tldr_cmd_name": "newgrp", "cmd_name": "newgrp", "manual_exist": true, "oracle_man": ["newgrp_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "787"} -{"nl": "reset primary group membership to user's default group in `/etc/passwd`", "cmd": "newgrp", "tldr_cmd_name": "newgrp", "cmd_name": "newgrp", "manual_exist": true, "oracle_man": ["newgrp_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "788"} -{"nl": "print action can be used to print any file on default runmailcap tool", "cmd": "print {{filename}}", "tldr_cmd_name": "print", "cmd_name": "print", "manual_exist": true, "oracle_man": ["print_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "789"} -{"nl": "with `runmailcap`", "cmd": "run-mailcap --action=print {{filename}}", "tldr_cmd_name": "print", "cmd_name": "print", "manual_exist": true, "oracle_man": ["print_1", "print_2", "print_4"], "matching_info": {"run-mailcap": [1, 2, 4], "--action=print": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "790"} -{"nl": "train the bayesian filter to recognise an email as spam", "cmd": "rspamc learn_spam {{path/to/email_file}}", "tldr_cmd_name": "rspamc", "cmd_name": "rspamc", "manual_exist": true, "oracle_man": ["rspamc_4"], "matching_info": {"learn_spam": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "791"} -{"nl": "train the bayesian filter to recognise an email as ham", "cmd": "rspamc learn_ham {{path/to/email_file}}", "tldr_cmd_name": "rspamc", "cmd_name": "rspamc", "manual_exist": true, "oracle_man": ["rspamc_4"], "matching_info": {"learn_ham": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "792"} -{"nl": "generate a manual report on an email", "cmd": "rspamc symbols {{path/to/email_file}}", "tldr_cmd_name": "rspamc", "cmd_name": "rspamc", "manual_exist": true, "oracle_man": ["rspamc_4", "rspamc_6", "rspamc_51"], "matching_info": {"symbols": [6, 51], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "793"} -{"nl": "show server statistics", "cmd": "rspamc stat", "tldr_cmd_name": "rspamc", "cmd_name": "rspamc", "manual_exist": true, "oracle_man": ["rspamc_4", "rspamc_12", "rspamc_13", "rspamc_59"], "matching_info": {"stat": [12, 13, 59], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "794"} -{"nl": "create an ext4 filesystem inside partition 1 on device b (`sdb1`)", "cmd": "sudo mkfs.ext4 {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.ext4": [], "|main|": [3, 4, 5, 6]}, "question_id": "795"} -{"nl": "create an ext4 filesystem with a volumelabel", "cmd": "sudo mkfs.ext4 -L {{volume_label}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.ext4": [], "-L": [], "|main|": [3, 4, 5, 6]}, "question_id": "796"} -{"nl": "install local `.deb` packages resolving and installing its dependencies", "cmd": "gdebi {{path/to/package.deb}}", "tldr_cmd_name": "gdebi", "cmd_name": "gdebi", "manual_exist": true, "oracle_man": ["gdebi_3"], "matching_info": {"|main|": [3]}, "question_id": "800"} -{"nl": "display the program version", "cmd": "gdebi --version", "tldr_cmd_name": "gdebi", "cmd_name": "gdebi", "manual_exist": true, "oracle_man": ["gdebi_3", "gdebi_4"], "matching_info": {"--version": [4], "|main|": [3]}, "question_id": "801"} -{"nl": "do not show progress information", "cmd": "gdebi {{path/to/package.deb}} --quiet", "tldr_cmd_name": "gdebi", "cmd_name": "gdebi", "manual_exist": true, "oracle_man": ["gdebi_3", "gdebi_8"], "matching_info": {"--quiet": [8], "|main|": [3]}, "question_id": "802"} -{"nl": "set an apt configuration option", "cmd": "gdebi {{path/to/package.deb}} --option={{APT_OPTS}}", "tldr_cmd_name": "gdebi", "cmd_name": "gdebi", "manual_exist": true, "oracle_man": ["gdebi_3", "gdebi_7"], "matching_info": {"--option": [7], "|main|": [3]}, "question_id": "803"} -{"nl": "use alternative root dir", "cmd": "gdebi {{path/to/package.deb}} --root={{path/to/root_dir}}", "tldr_cmd_name": "gdebi", "cmd_name": "gdebi", "manual_exist": true, "oracle_man": ["gdebi_3", "gdebi_10"], "matching_info": {"--root": [10], "|main|": [3]}, "question_id": "804"} -{"nl": "create `sources.list` using the lowest latency server", "cmd": "sudo netselect-apt", "tldr_cmd_name": "netselect-apt", "cmd_name": "netselect-apt", "manual_exist": true, "oracle_man": ["netselect-apt_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "805"} -{"nl": "specify debian branch, stable is used by default", "cmd": "sudo netselect-apt {{testing}}", "tldr_cmd_name": "netselect-apt", "cmd_name": "netselect-apt", "manual_exist": true, "oracle_man": ["netselect-apt_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "806"} -{"nl": "include nonfree section", "cmd": "sudo netselect-apt --non-free", "tldr_cmd_name": "netselect-apt", "cmd_name": "netselect-apt", "manual_exist": true, "oracle_man": ["netselect-apt_3"], "matching_info": {"--non-free": [], "|main|": [3, 4, 5, 6]}, "question_id": "807"} -{"nl": "specify a country for the mirror list lookup", "cmd": "sudo netselect-apt -c {{India}}", "tldr_cmd_name": "netselect-apt", "cmd_name": "netselect-apt", "manual_exist": true, "oracle_man": ["netselect-apt_3", "netselect-apt_16"], "matching_info": {"-c": [16], "|main|": [3, 4, 5, 6]}, "question_id": "808"} -{"nl": "list all windows, managed by the window manager", "cmd": "wmctrl -l", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_16", "wmctrl_28", "wmctrl_30", "wmctrl_43", "wmctrl_45"], "matching_info": {"-l": [16, 28, 30, 43, 45], "|main|": [3, 4, 5]}, "question_id": "812"} -{"nl": "switch to the first window whose (partial) title matches", "cmd": "wmctrl -a {{window_title}}", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_7", "wmctrl_47"], "matching_info": {"-a": [7, 47], "|main|": [3, 4, 5]}, "question_id": "813"} -{"nl": "move a window to the current workspace, raise it and give it focus", "cmd": "wmctrl -R {{window_title}}", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_22"], "matching_info": {"-R": [22], "|main|": [3, 4, 5]}, "question_id": "814"} -{"nl": "switch to a workspace", "cmd": "wmctrl -s {{workspace_number}}", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_23"], "matching_info": {"-s": [23], "|main|": [3, 4, 5]}, "question_id": "815"} -{"nl": "select a window and toggle fullscreen", "cmd": "wmctrl -r {{window_title}} -b toggle,fullscreen", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_8", "wmctrl_11", "wmctrl_14", "wmctrl_19", "wmctrl_21", "wmctrl_24", "wmctrl_25", "wmctrl_49", "wmctrl_53", "wmctrl_55"], "matching_info": {"-r": [8, 11, 14, 19, 21, 24, 25, 49, 53, 55], "-b": [8, 49, 53], "toggle,fullscreen": [], "|main|": [3, 4, 5]}, "question_id": "816"} -{"nl": "select a window a move it to a workspace", "cmd": "wmctrl -r {{window_title}} -t {{workspace_number}}", "tldr_cmd_name": "wmctrl", "cmd_name": "wmctrl", "manual_exist": true, "oracle_man": ["wmctrl_3", "wmctrl_8", "wmctrl_11", "wmctrl_14", "wmctrl_19", "wmctrl_21", "wmctrl_24", "wmctrl_25", "wmctrl_49", "wmctrl_53", "wmctrl_55"], "matching_info": {"-r": [8, 11, 14, 19, 21, 24, 25, 49, 53, 55], "-t": [24], "|main|": [3, 4, 5]}, "question_id": "817"} -{"nl": "list all currently loaded kernel modules", "cmd": "lsmod", "tldr_cmd_name": "lsmod", "cmd_name": "lsmod", "manual_exist": true, "oracle_man": ["lsmod_3"], "matching_info": {"|main|": [3]}, "question_id": "828"} -{"nl": "lock the display and show a padlock instead of the cursor", "cmd": "xtrlock", "tldr_cmd_name": "xtrlock", "cmd_name": "xtrlock", "manual_exist": true, "oracle_man": ["xtrlock_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "831"} -{"nl": "display a blank screen as well as the padlock cursor", "cmd": "xtrlock -b", "tldr_cmd_name": "xtrlock", "cmd_name": "xtrlock", "manual_exist": true, "oracle_man": ["xtrlock_2", "xtrlock_3", "xtrlock_8"], "matching_info": {"-b": [2, 8], "|main|": [3, 4, 5, 6, 7]}, "question_id": "832"} -{"nl": "fork the xtrlock process and return immediately", "cmd": "xtrlock -f", "tldr_cmd_name": "xtrlock", "cmd_name": "xtrlock", "manual_exist": true, "oracle_man": ["xtrlock_2", "xtrlock_3", "xtrlock_9"], "matching_info": {"-f": [2, 9], "|main|": [3, 4, 5, 6, 7]}, "question_id": "833"} -{"nl": "list connected (and authorized) devices", "cmd": "boltctl", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "834"} -{"nl": "list connected devices, including unauthorized ones", "cmd": "boltctl list", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_3", "boltctl_25"], "matching_info": {"list": [25], "|main|": [3, 4, 5]}, "question_id": "835"} -{"nl": "authorize a device temporarily", "cmd": "boltctl authorize {{device_uuid}}", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_2", "boltctl_3", "boltctl_12", "boltctl_21"], "matching_info": {"authorize": [2, 12, 21], "|main|": [3, 4, 5]}, "question_id": "836"} -{"nl": "authorize and remember a device", "cmd": "boltctl enroll {{device_uuid}}", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_3", "boltctl_18"], "matching_info": {"enroll": [18], "|main|": [3, 4, 5]}, "question_id": "837"} -{"nl": "revoke a previously authorized device", "cmd": "boltctl forget {{device_uuid}}", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_3", "boltctl_23"], "matching_info": {"forget": [23], "|main|": [3, 4, 5]}, "question_id": "838"} -{"nl": "show more information about a device", "cmd": "boltctl info {{device_uuid}}", "tldr_cmd_name": "boltctl", "cmd_name": "boltctl", "manual_exist": true, "oracle_man": ["boltctl_3", "boltctl_24"], "matching_info": {"info": [24], "|main|": [3, 4, 5]}, "question_id": "839"} -{"nl": "start the daemon", "cmd": "bluetoothd", "tldr_cmd_name": "bluetoothd", "cmd_name": "bluetoothd", "manual_exist": true, "oracle_man": ["bluetoothd_4"], "matching_info": {"|main|": [4]}, "question_id": "840"} -{"nl": "start the daemon, logging to stdout", "cmd": "bluetoothd --nodetach", "tldr_cmd_name": "bluetoothd", "cmd_name": "bluetoothd", "manual_exist": true, "oracle_man": ["bluetoothd_3", "bluetoothd_4", "bluetoothd_7"], "matching_info": {"--nodetach": [3, 7], "|main|": [4]}, "question_id": "841"} -{"nl": "start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`)", "cmd": "bluetoothd --configfile {{path/to/file}}", "tldr_cmd_name": "bluetoothd", "cmd_name": "bluetoothd", "manual_exist": true, "oracle_man": ["bluetoothd_4", "bluetoothd_8"], "matching_info": {"--configfile": [8], "|main|": [4]}, "question_id": "842"} -{"nl": "start the daemon with verbose output to stderr", "cmd": "bluetoothd --debug", "tldr_cmd_name": "bluetoothd", "cmd_name": "bluetoothd", "manual_exist": true, "oracle_man": ["bluetoothd_3", "bluetoothd_4", "bluetoothd_9", "bluetoothd_10"], "matching_info": {"--debug": [3, 9, 10], "|main|": [4]}, "question_id": "843"} -{"nl": "start the daemon with verbose output coming from specific files in the bluetoothd or plugins source", "cmd": "bluetoothd --debug={{path/to/file1}}:{{path/to/file2}}:{{path/to/file3}}", "tldr_cmd_name": "bluetoothd", "cmd_name": "bluetoothd", "manual_exist": true, "oracle_man": ["bluetoothd_3", "bluetoothd_4", "bluetoothd_9", "bluetoothd_10"], "matching_info": {"--debug": [3, 9, 10], "|main|": [4]}, "question_id": "844"} -{"nl": "open the user interface", "cmd": "nmtui", "tldr_cmd_name": "nmtui", "cmd_name": "nmtui", "manual_exist": true, "oracle_man": ["nmtui_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "845"} -{"nl": "show a list of available connections, with the option to activate or deactivate them", "cmd": "nmtui connect", "tldr_cmd_name": "nmtui", "cmd_name": "nmtui", "manual_exist": true, "oracle_man": ["nmtui_3", "nmtui_5", "nmtui_8"], "matching_info": {"connect": [3, 8], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "846"} -{"nl": "connect to a given network", "cmd": "nmtui connect {{name|uuid|device|SSID}}", "tldr_cmd_name": "nmtui", "cmd_name": "nmtui", "manual_exist": true, "oracle_man": ["nmtui_3", "nmtui_5", "nmtui_8"], "matching_info": {"connect": [3, 8], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "847"} -{"nl": "edit/add/delete a given network", "cmd": "nmtui edit {{name|id}}", "tldr_cmd_name": "nmtui", "cmd_name": "nmtui", "manual_exist": true, "oracle_man": ["nmtui_2", "nmtui_5", "nmtui_7"], "matching_info": {"edit": [2, 7], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "848"} -{"nl": "set the system hostname", "cmd": "nmtui hostname", "tldr_cmd_name": "nmtui", "cmd_name": "nmtui", "manual_exist": true, "oracle_man": ["nmtui_4", "nmtui_5", "nmtui_9"], "matching_info": {"hostname": [4, 9], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "849"} -{"nl": "start qjoypad", "cmd": "qjoypad", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_3"], "matching_info": {"|main|": [3]}, "question_id": "850"} -{"nl": "start qjoypad and look for devices in a specific directory", "cmd": "qjoypad --device={{path/to/directory}}", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_2", "qjoypad_3", "qjoypad_5"], "matching_info": {"--device": [2, 5], "|main|": [3]}, "question_id": "851"} -{"nl": "start qjoypad but don't show a system tray icon", "cmd": "qjoypad --notray", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_2", "qjoypad_3", "qjoypad_6"], "matching_info": {"--notray": [2, 6], "|main|": [3]}, "question_id": "852"} -{"nl": "start qjoypad and force the window manager to use a system tray icon", "cmd": "qjoypad --force-tray", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_3"], "matching_info": {"--force-tray": [], "|main|": [3]}, "question_id": "853"} -{"nl": "force a running instance of qjoypad to update its list of devices and layouts", "cmd": "qjoypad --update", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_3", "qjoypad_7"], "matching_info": {"--update": [7], "|main|": [3]}, "question_id": "854"} -{"nl": "load the given layout in an already running instance of qjoypad, or start qjoypad using the given layout", "cmd": "qjoypad \"{{layout}}\"", "tldr_cmd_name": "qjoypad", "cmd_name": "qjoypad", "manual_exist": true, "oracle_man": ["qjoypad_3"], "matching_info": {"|main|": [3]}, "question_id": "855"} -{"nl": "start calculating, defaulting to all cpu cores and 1 second refresh interval", "cmd": "sudo cpufreq-aperf", "tldr_cmd_name": "cpufreq-aperf", "cmd_name": "cpufreq-aperf", "manual_exist": true, "oracle_man": ["cpufreq-aperf_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "860"} -{"nl": "start calculating for cpu 1 only", "cmd": "sudo cpufreq-aperf -c {{1}}", "tldr_cmd_name": "cpufreq-aperf", "cmd_name": "cpufreq-aperf", "manual_exist": true, "oracle_man": ["cpufreq-aperf_3", "cpufreq-aperf_6"], "matching_info": {"-c": [6], "|main|": [3, 4, 5]}, "question_id": "861"} -{"nl": "start calculating with a 3 second refresh interval for all cpu cores", "cmd": "sudo cpufreq-aperf -i {{3}}", "tldr_cmd_name": "cpufreq-aperf", "cmd_name": "cpufreq-aperf", "manual_exist": true, "oracle_man": ["cpufreq-aperf_3", "cpufreq-aperf_7"], "matching_info": {"-i": [7], "|main|": [3, 4, 5]}, "question_id": "862"} -{"nl": "calculate only once", "cmd": "sudo cpufreq-aperf -o", "tldr_cmd_name": "cpufreq-aperf", "cmd_name": "cpufreq-aperf", "manual_exist": true, "oracle_man": ["cpufreq-aperf_3", "cpufreq-aperf_8"], "matching_info": {"-o": [8], "|main|": [3, 4, 5]}, "question_id": "863"} -{"nl": "show the utilisation of the default amd gpu", "cmd": "radeontop", "tldr_cmd_name": "radeontop", "cmd_name": "radeontop", "manual_exist": true, "oracle_man": ["radeontop_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "864"} -{"nl": "enable colored output", "cmd": "radeontop --color", "tldr_cmd_name": "radeontop", "cmd_name": "radeontop", "manual_exist": true, "oracle_man": ["radeontop_3", "radeontop_6"], "matching_info": {"--color": [6], "|main|": [3, 4]}, "question_id": "865"} -{"nl": "select a specific gpu (the bus number is the first number in the output of `lspci`)", "cmd": "radeontop --bus {{bus_number}}", "tldr_cmd_name": "radeontop", "cmd_name": "radeontop", "manual_exist": true, "oracle_man": ["radeontop_3", "radeontop_5", "radeontop_13"], "matching_info": {"--bus": [5, 13], "|main|": [3, 4]}, "question_id": "866"} -{"nl": "specify the display refresh rate (higher means more gpu overhead)", "cmd": "radeontop --ticks {{samples_per_second}}", "tldr_cmd_name": "radeontop", "cmd_name": "radeontop", "manual_exist": true, "oracle_man": ["radeontop_3", "radeontop_14"], "matching_info": {"--ticks": [14], "|main|": [3, 4]}, "question_id": "867"} -{"nl": "list installed packages and versions", "cmd": "pacman --query", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7"], "matching_info": {"--query": [7], "|main|": [3, 4, 5]}, "question_id": "868"} -{"nl": "list only packages and versions that were explicitly installed", "cmd": "pacman --query --explicit", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_51"], "matching_info": {"--query": [7], "--explicit": [51], "|main|": [3, 4, 5]}, "question_id": "869"} -{"nl": "find which package owns a file", "cmd": "pacman --query --owns {{filename}}", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_58"], "matching_info": {"--query": [7], "--owns": [58], "|main|": [3, 4, 5]}, "question_id": "870"} -{"nl": "display information about an installed package", "cmd": "pacman --query --info {{package_name}}", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_53", "pacman_59", "pacman_71"], "matching_info": {"--query": [7], "--info": [53, 59, 71], "|main|": [3, 4, 5]}, "question_id": "871"} -{"nl": "list files owned by a package", "cmd": "pacman --query --list {{package_name}}", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_55", "pacman_59", "pacman_72", "pacman_84"], "matching_info": {"--query": [7], "--list": [55, 59, 72, 84], "|main|": [3, 4, 5]}, "question_id": "872"} -{"nl": "list orphan packages (installed as dependencies but not required by any package)", "cmd": "pacman --query --unrequired --deps --quiet", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_50", "pacman_60", "pacman_62", "pacman_73", "pacman_82", "pacman_86"], "matching_info": {"--query": [7], "--unrequired": [62], "--deps": [50], "--quiet": [60, 73, 82, 86], "|main|": [3, 4, 5]}, "question_id": "873"} -{"nl": "list installed packages not found in the repositories", "cmd": "pacman --query --foreign", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_56", "pacman_57"], "matching_info": {"--query": [7], "--foreign": [56, 57], "|main|": [3, 4, 5]}, "question_id": "874"} -{"nl": "list outdated packages", "cmd": "pacman --query --upgrades", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_63"], "matching_info": {"--query": [7], "--upgrades": [63], "|main|": [3, 4, 5]}, "question_id": "875"} -{"nl": "list all services available on the local network along with their addresses and ports while ignoring local ones", "cmd": "avahi-browse --all --resolve --ignore-local", "tldr_cmd_name": "avahi-browse", "cmd_name": "avahi-browse", "manual_exist": true, "oracle_man": ["avahi-browse_3", "avahi-browse_7", "avahi-browse_8", "avahi-browse_9", "avahi-browse_15", "avahi-browse_16"], "matching_info": {"--all": [3, 9], "--resolve": [8, 16], "--ignore-local": [15], "|main|": [7]}, "question_id": "879"} -{"nl": "list all domains", "cmd": "avahi-browse --browse-domains", "tldr_cmd_name": "avahi-browse", "cmd_name": "avahi-browse", "manual_exist": true, "oracle_man": ["avahi-browse_4", "avahi-browse_7", "avahi-browse_10"], "matching_info": {"--browse-domains": [4, 10], "|main|": [7]}, "question_id": "880"} -{"nl": "limit the search to a particular domain", "cmd": "avahi-browse --all --domain={{domain}}", "tldr_cmd_name": "avahi-browse", "cmd_name": "avahi-browse", "manual_exist": true, "oracle_man": ["avahi-browse_3", "avahi-browse_7", "avahi-browse_9", "avahi-browse_11"], "matching_info": {"--all": [3, 9], "--domain": [11], "|main|": [7]}, "question_id": "881"} -{"nl": "start the interactive installer", "cmd": "archinstall", "tldr_cmd_name": "archinstall", "cmd_name": "archinstall", "manual_exist": true, "oracle_man": ["archinstall_1"], "matching_info": {"|main|": [1, 2, 3, 4, 5, 6]}, "question_id": "882"} -{"nl": "start a preset installer", "cmd": "archinstall {{minimal|unattended}}", "tldr_cmd_name": "archinstall", "cmd_name": "archinstall", "manual_exist": true, "oracle_man": ["archinstall_1"], "matching_info": {"|main|": [1, 2, 3, 4, 5, 6]}, "question_id": "883"} -{"nl": "change the group name", "cmd": "groupmod -n {{new_group_name}} {{old_group_name}}", "tldr_cmd_name": "groupmod", "cmd_name": "groupmod", "manual_exist": true, "oracle_man": ["groupmod_1", "groupmod_2", "groupmod_5"], "matching_info": {"-n": [2, 5], "|main|": [1]}, "question_id": "884"} -{"nl": "change the group id", "cmd": "groupmod -g {{new_group_id}} {{old_group_name}}", "tldr_cmd_name": "groupmod", "cmd_name": "groupmod", "manual_exist": true, "oracle_man": ["groupmod_1", "groupmod_2", "groupmod_4"], "matching_info": {"-g": [2, 4], "|main|": [1]}, "question_id": "885"} -{"nl": "analyze one or more log files in interactive mode", "cmd": "goaccess {{path/to/logfile1 path/to/file2 ...}}", "tldr_cmd_name": "goaccess", "cmd_name": "goaccess", "manual_exist": true, "oracle_man": ["goaccess_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, "question_id": "889"} -{"nl": "use a specific logformat (or predefined formats like \"combined\")", "cmd": "goaccess {{path/to/logfile}} --log-format={{format}}", "tldr_cmd_name": "goaccess", "cmd_name": "goaccess", "manual_exist": true, "oracle_man": ["goaccess_3", "goaccess_44", "goaccess_235", "goaccess_237"], "matching_info": {"--log-format": [44, 235, 237], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, "question_id": "890"} -{"nl": "analyse a log from stdin", "cmd": "tail -f {{path/to/logfile}} | goaccess -", "tldr_cmd_name": "goaccess", "cmd_name": "goaccess", "manual_exist": true, "oracle_man": ["goaccess_1", "goaccess_2", "goaccess_3", "goaccess_8", "goaccess_9", "goaccess_13", "goaccess_17", "goaccess_18", "goaccess_19", "goaccess_21", "goaccess_24", "goaccess_25", "goaccess_26", "goaccess_27", "goaccess_30", "goaccess_31", "goaccess_32", "goaccess_33", "goaccess_34", "goaccess_35", "goaccess_36", "goaccess_37", "goaccess_38", "goaccess_40", "goaccess_41", "goaccess_42", "goaccess_43", "goaccess_44", "goaccess_46", "goaccess_47", "goaccess_49", "goaccess_50", "goaccess_51", "goaccess_52", "goaccess_54", "goaccess_59", "goaccess_60", "goaccess_61", "goaccess_62", "goaccess_63", "goaccess_64", "goaccess_65", "goaccess_67", "goaccess_68", "goaccess_69", "goaccess_70", "goaccess_71", "goaccess_72", "goaccess_73", "goaccess_74", "goaccess_75", "goaccess_76", "goaccess_77", "goaccess_78", "goaccess_79", "goaccess_80", "goaccess_82", "goaccess_84", "goaccess_86", "goaccess_87", "goaccess_88", "goaccess_89", "goaccess_91", "goaccess_95", "goaccess_96", "goaccess_97", "goaccess_98", "goaccess_99", "goaccess_100", "goaccess_101", "goaccess_102", "goaccess_103", "goaccess_104", "goaccess_105", "goaccess_106", "goaccess_107", "goaccess_108", "goaccess_109", "goaccess_110", "goaccess_111", "goaccess_112", "goaccess_113", "goaccess_114", "goaccess_115", "goaccess_116", "goaccess_117", "goaccess_119", "goaccess_120", "goaccess_121", "goaccess_122", "goaccess_123", "goaccess_124", "goaccess_125", "goaccess_127", "goaccess_128", "goaccess_130", "goaccess_131", "goaccess_133", "goaccess_134", "goaccess_136", "goaccess_137", "goaccess_141", "goaccess_142", "goaccess_143", "goaccess_144", "goaccess_145", "goaccess_146", "goaccess_147", "goaccess_148", "goaccess_149", "goaccess_151", "goaccess_152", "goaccess_153", "goaccess_154", "goaccess_155", "goaccess_156", "goaccess_157", "goaccess_158", "goaccess_159", "goaccess_160", "goaccess_161", "goaccess_162", "goaccess_166", "goaccess_167", "goaccess_168", "goaccess_169", "goaccess_170", "goaccess_171", "goaccess_172", "goaccess_173", "goaccess_174", "goaccess_188", "goaccess_191", "goaccess_196", "goaccess_197", "goaccess_210", "goaccess_227", "goaccess_229", "goaccess_231", "goaccess_232", "goaccess_233", "goaccess_234", "goaccess_235", "goaccess_237", "goaccess_241", "goaccess_244", "goaccess_245", "goaccess_246", "goaccess_247", "goaccess_248", "goaccess_250", "goaccess_252", "goaccess_254", "goaccess_255", "goaccess_258", "goaccess_260", "goaccess_261", "goaccess_262", "goaccess_264", "goaccess_266", "goaccess_268", "goaccess_270", "goaccess_272", "goaccess_274", "goaccess_276", "goaccess_278", "goaccess_280", "goaccess_281", "goaccess_283", "goaccess_284", "goaccess_290", "goaccess_292", "goaccess_294"], "matching_info": {"tail": [233, 235, 237, 274], "-f": [18, 24, 25, 26, 27, 38, 40, 41, 43, 44, 46, 87, 95, 96, 102, 104, 105, 123, 124, 151, 167, 168, 169, 170, 171, 172, 173, 174, 233, 234, 235, 237, 261, 278, 280], "-": [1, 2, 3, 8, 9, 13, 17, 18, 19, 21, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 49, 50, 51, 52, 54, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 84, 86, 87, 88, 89, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 127, 128, 130, 131, 133, 134, 136, 137, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 166, 167, 168, 169, 170, 171, 172, 173, 174, 188, 191, 196, 197, 210, 227, 229, 231, 232, 233, 234, 235, 237, 241, 244, 245, 246, 247, 248, 250, 252, 254, 255, 258, 260, 261, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 281, 283, 284, 290, 292, 294], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, "question_id": "891"} -{"nl": "analyze a log and write it to an html file in realtime", "cmd": "goaccess {{path/to/logfile}} --output {{path/to/file.html}} --real-time-html", "tldr_cmd_name": "goaccess", "cmd_name": "goaccess", "manual_exist": true, "oracle_man": ["goaccess_3", "goaccess_82", "goaccess_89", "goaccess_115", "goaccess_237", "goaccess_247", "goaccess_248", "goaccess_250", "goaccess_252", "goaccess_254"], "matching_info": {"--output": [115], "--real-time-html": [82, 89, 237, 247, 248, 250, 252, 254], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, "question_id": "892"} -{"nl": "view the current and permanent mac addresses of a interface", "cmd": "macchanger --show {{interface}}", "tldr_cmd_name": "macchanger", "cmd_name": "macchanger", "manual_exist": true, "oracle_man": ["macchanger_3", "macchanger_7"], "matching_info": {"--show": [7], "|main|": [3]}, "question_id": "893"} -{"nl": "set interface to a random mac", "cmd": "macchanger --random {{interface}}", "tldr_cmd_name": "macchanger", "cmd_name": "macchanger", "manual_exist": true, "oracle_man": ["macchanger_3", "macchanger_11"], "matching_info": {"--random": [11], "|main|": [3]}, "question_id": "894"} -{"nl": "set interface to a specific mac", "cmd": "macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}", "tldr_cmd_name": "macchanger", "cmd_name": "macchanger", "manual_exist": true, "oracle_man": ["macchanger_3", "macchanger_15"], "matching_info": {"--mac": [15], "|main|": [3]}, "question_id": "895"} -{"nl": "reset interface to its permanent hardware mac", "cmd": "macchanger --permanent {{interface}}", "tldr_cmd_name": "macchanger", "cmd_name": "macchanger", "manual_exist": true, "oracle_man": ["macchanger_3", "macchanger_12"], "matching_info": {"--permanent": [12], "|main|": [3]}, "question_id": "896"} -{"nl": "list the partitions on a block device or disk image", "cmd": "sudo partx --list {{path/to/device_or_disk_image}}", "tldr_cmd_name": "partx", "cmd_name": "partx", "manual_exist": true, "oracle_man": ["partx_4", "partx_13", "partx_19", "partx_25"], "matching_info": {"--list": [13, 19, 25], "|main|": [4, 5, 6, 7, 8]}, "question_id": "903"} -{"nl": "add all the partitions found in a given block device to the kernel", "cmd": "sudo partx --add --verbose {{path/to/device_or_disk_image}}", "tldr_cmd_name": "partx", "cmd_name": "partx", "manual_exist": true, "oracle_man": ["partx_4", "partx_9", "partx_19", "partx_28", "partx_35"], "matching_info": {"--add": [9, 19, 35], "--verbose": [28], "|main|": [4, 5, 6, 7, 8]}, "question_id": "904"} -{"nl": "delete all the partitions found from the kernel (does not alter partitions on disk)", "cmd": "sudo partx --delete {{path/to/device_or_disk_image}}", "tldr_cmd_name": "partx", "cmd_name": "partx", "manual_exist": true, "oracle_man": ["partx_4", "partx_11", "partx_19"], "matching_info": {"--delete": [11, 19], "|main|": [4, 5, 6, 7, 8]}, "question_id": "905"} -{"nl": "set the cpu frequency policy of cpu 1 to \"userspace\"", "cmd": "sudo cpufreq-set -c {{1}} -g {{userspace}}", "tldr_cmd_name": "cpufreq-set", "cmd_name": "cpufreq-set", "manual_exist": true, "oracle_man": ["cpufreq-set_3", "cpufreq-set_4", "cpufreq-set_7", "cpufreq-set_11", "cpufreq-set_12"], "matching_info": {"-c": [4, 11, 12], "-g": [7], "|main|": [3]}, "question_id": "920"} -{"nl": "set the current minimum cpu frequency of cpu 1", "cmd": "sudo cpufreq-set -c {{1}} --min {{min_frequency}}", "tldr_cmd_name": "cpufreq-set", "cmd_name": "cpufreq-set", "manual_exist": true, "oracle_man": ["cpufreq-set_3", "cpufreq-set_4", "cpufreq-set_5", "cpufreq-set_11", "cpufreq-set_12"], "matching_info": {"-c": [4, 11, 12], "--min": [5], "|main|": [3]}, "question_id": "921"} -{"nl": "set the current maximum cpu frequency of cpu 1", "cmd": "sudo cpufreq-set -c {{1}} --max {{max_frequency}}", "tldr_cmd_name": "cpufreq-set", "cmd_name": "cpufreq-set", "manual_exist": true, "oracle_man": ["cpufreq-set_3", "cpufreq-set_4", "cpufreq-set_6", "cpufreq-set_11", "cpufreq-set_12"], "matching_info": {"-c": [4, 11, 12], "--max": [6], "|main|": [3]}, "question_id": "922"} -{"nl": "set the current work frequency of cpu 1", "cmd": "sudo cpufreq-set -c {{1}} -f {{work_frequency}}", "tldr_cmd_name": "cpufreq-set", "cmd_name": "cpufreq-set", "manual_exist": true, "oracle_man": ["cpufreq-set_3", "cpufreq-set_4", "cpufreq-set_8", "cpufreq-set_11", "cpufreq-set_12"], "matching_info": {"-c": [4, 11, 12], "-f": [8, 12], "|main|": [3]}, "question_id": "923"} -{"nl": "expand a given acronym", "cmd": "wtf {{IMO}}", "tldr_cmd_name": "wtf", "cmd_name": "wtf", "manual_exist": true, "oracle_man": ["wtf_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "924"} -{"nl": "specify a computer related search type", "cmd": "wtf -t {{comp}} {{WWW}}", "tldr_cmd_name": "wtf", "cmd_name": "wtf", "manual_exist": true, "oracle_man": ["wtf_3"], "matching_info": {"-t": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "925"} -{"nl": "print the value of a dconf path", "cmd": "dconf read {{/example/dconf/path}}", "tldr_cmd_name": "dconf", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"read": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "926"} -{"nl": "list contents of a dconf path", "cmd": "dconf list {{/example/dconf/path}}", "tldr_cmd_name": "dconf", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"list": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "927"} -{"nl": "watch for dconf database changes in a path and subpaths", "cmd": "dconf watch {{/example/dconf/path}}", "tldr_cmd_name": "dconf", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"watch": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "928"} -{"nl": "display traffic summary for all interfaces", "cmd": "vnstat", "tldr_cmd_name": "vnstat", "cmd_name": "vnstat", "manual_exist": true, "oracle_man": ["vnstat_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "929"} -{"nl": "display traffic summary for a specific network interface", "cmd": "vnstat -i {{eth0}}", "tldr_cmd_name": "vnstat", "cmd_name": "vnstat", "manual_exist": true, "oracle_man": ["vnstat_2", "vnstat_3", "vnstat_5", "vnstat_10", "vnstat_16", "vnstat_17", "vnstat_26", "vnstat_27", "vnstat_40", "vnstat_41", "vnstat_43", "vnstat_44"], "matching_info": {"-i": [2, 5, 10, 16, 17, 26, 27, 40, 41, 43, 44], "|main|": [3, 4]}, "question_id": "930"} -{"nl": "display live stats for a specific network interface", "cmd": "vnstat -l -i {{eth0}}", "tldr_cmd_name": "vnstat", "cmd_name": "vnstat", "manual_exist": true, "oracle_man": ["vnstat_2", "vnstat_3", "vnstat_5", "vnstat_10", "vnstat_16", "vnstat_17", "vnstat_18", "vnstat_19", "vnstat_20", "vnstat_21", "vnstat_22", "vnstat_26", "vnstat_27", "vnstat_32", "vnstat_40", "vnstat_41", "vnstat_43", "vnstat_44"], "matching_info": {"-l": [2, 18, 19, 20, 21, 22, 32], "-i": [2, 5, 10, 16, 17, 26, 27, 40, 41, 43, 44], "|main|": [3, 4]}, "question_id": "931"} -{"nl": "show traffic statistics on an hourly basis for the last 24 hours using a bar graph", "cmd": "vnstat -hg", "tldr_cmd_name": "vnstat", "cmd_name": "vnstat", "manual_exist": true, "oracle_man": ["vnstat_2", "vnstat_3", "vnstat_15"], "matching_info": {"-hg": [2, 15], "|main|": [3, 4]}, "question_id": "932"} -{"nl": "measure and show average traffic for 30 seconds", "cmd": "vnstat -tr {{30}}", "tldr_cmd_name": "vnstat", "cmd_name": "vnstat", "manual_exist": true, "oracle_man": ["vnstat_2", "vnstat_3", "vnstat_18", "vnstat_34"], "matching_info": {"-tr": [2, 18, 34], "|main|": [3, 4]}, "question_id": "933"} -{"nl": "send a message", "cmd": "echo \"{{message}}\" | wall", "tldr_cmd_name": "wall", "cmd_name": "wall", "manual_exist": true, "oracle_man": ["wall_3"], "matching_info": {"echo": [], "|main|": [3, 4, 5]}, "question_id": "934"} -{"nl": "send a message from a file", "cmd": "wall {{file}}", "tldr_cmd_name": "wall", "cmd_name": "wall", "manual_exist": true, "oracle_man": ["wall_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "935"} -{"nl": "send a message with timeout (default 300)", "cmd": "wall -t {{seconds}} {{file}}", "tldr_cmd_name": "wall", "cmd_name": "wall", "manual_exist": true, "oracle_man": ["wall_2", "wall_3", "wall_7"], "matching_info": {"-t": [2, 7], "|main|": [3, 4, 5]}, "question_id": "936"} -{"nl": "set the value of a key. fails if the key doesn't exist or the value is out of range", "cmd": "gsettings set {{org.example.schema}} {{example-key}} {{value}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_7", "gsettings_16", "gsettings_25"], "matching_info": {"set": [7, 25], "|main|": [16, 17, 18, 19]}, "question_id": "937"} -{"nl": "print the value of a key or the schemaprovided default if the key has not been set in `dconf`", "cmd": "gsetings get {{org.example.schema}} {{example-key}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_2", "gsettings_16", "gsettings_20"], "matching_info": {"gsetings": [], "get": [2, 20], "|main|": [16, 17, 18, 19]}, "question_id": "938"} -{"nl": "unset a key, so that its schema default value will be used", "cmd": "gsettings reset {{org.example.schema}} {{example-key}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_8", "gsettings_16", "gsettings_26"], "matching_info": {"reset": [8, 26], "|main|": [16, 17, 18, 19]}, "question_id": "939"} -{"nl": "display all (nonrelocatable) schemas, keys, and values", "cmd": "gsettings list-recursively", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_14", "gsettings_16", "gsettings_32"], "matching_info": {"list-recursively": [14, 32], "|main|": [16, 17, 18, 19]}, "question_id": "940"} -{"nl": "display all keys and values (default if not set) from one schema", "cmd": "gsettings list-recursively {{org.example.schema}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_14", "gsettings_16", "gsettings_32"], "matching_info": {"list-recursively": [14, 32], "|main|": [16, 17, 18, 19]}, "question_id": "941"} -{"nl": "display schemaallowed values for a key (helpful with enum keys)", "cmd": "gsettings range {{org.example.schema}} {{example-key}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_5", "gsettings_16", "gsettings_23"], "matching_info": {"range": [5, 23], "|main|": [16, 17, 18, 19]}, "question_id": "942"} -{"nl": "display the humanreadable description of a key", "cmd": "gsettings describe {{org.example.schema}} {{example-key}}", "tldr_cmd_name": "gsettings", "cmd_name": "gsettings", "manual_exist": true, "oracle_man": ["gsettings_6", "gsettings_16", "gsettings_24"], "matching_info": {"describe": [6, 24], "|main|": [16, 17, 18, 19]}, "question_id": "943"} -{"nl": "display users in the system", "cmd": "lslogins", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "944"} -{"nl": "display users belonging to a specific group", "cmd": "lslogins --groups={{groups}}", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3", "lslogins_13"], "matching_info": {"--groups": [13], "|main|": [3, 4, 5]}, "question_id": "945"} -{"nl": "display user accounts", "cmd": "lslogins --user-accs", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3", "lslogins_27"], "matching_info": {"--user-accs": [27], "|main|": [3, 4, 5]}, "question_id": "946"} -{"nl": "display last logins", "cmd": "lslogins --last", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3", "lslogins_16", "lslogins_30"], "matching_info": {"--last": [16, 30], "|main|": [3, 4, 5]}, "question_id": "947"} -{"nl": "display system accounts", "cmd": "lslogins --system-accs", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3", "lslogins_25"], "matching_info": {"--system-accs": [25], "|main|": [3, 4, 5]}, "question_id": "948"} -{"nl": "display supplementary groups", "cmd": "lslogins --supp-groups", "tldr_cmd_name": "lslogins", "cmd_name": "lslogins", "manual_exist": true, "oracle_man": ["lslogins_3", "lslogins_12"], "matching_info": {"--supp-groups": [12], "|main|": [3, 4, 5]}, "question_id": "949"} -{"nl": "run photorec on a specific device", "cmd": "sudo photorec {{/dev/sdb}}", "tldr_cmd_name": "photorec", "cmd_name": "photorec", "manual_exist": true, "oracle_man": ["photorec_4"], "matching_info": {"|main|": [4]}, "question_id": "957"} -{"nl": "run photorec on a disk image (`image.dd`)", "cmd": "sudo photorec {{path/to/image.dd}}", "tldr_cmd_name": "photorec", "cmd_name": "photorec", "manual_exist": true, "oracle_man": ["photorec_4"], "matching_info": {"|main|": [4]}, "question_id": "958"} -{"nl": "capture a screenshot and save it to the given path", "cmd": "maim {{path/to/screenshot.png}}", "tldr_cmd_name": "maim", "cmd_name": "maim", "manual_exist": true, "oracle_man": ["maim_3"], "matching_info": {"|main|": [3]}, "question_id": "959"} -{"nl": "capture a screenshot of the selected region", "cmd": "maim --select {{path/to/screenshot.png}}", "tldr_cmd_name": "maim", "cmd_name": "maim", "manual_exist": true, "oracle_man": ["maim_3", "maim_15"], "matching_info": {"--select": [15], "|main|": [3]}, "question_id": "960"} -{"nl": "capture a screenshot of the selected region and save it in the clipboard (requires `xclip`)", "cmd": "maim --select | xclip -selection clipboard -target image/png", "tldr_cmd_name": "maim", "cmd_name": "maim", "manual_exist": true, "oracle_man": ["maim_3", "maim_15", "maim_18", "maim_28", "maim_32"], "matching_info": {"--select": [15], "xclip": [], "-selection": [28, 32], "clipboard": [], "-target": [18, 28, 32], "image/png": [], "|main|": [3]}, "question_id": "961"} -{"nl": "capture a screenshot of the current active window (requires `xdotool`)", "cmd": "maim --window $(xdotool getactivewindow) {{path/to/screenshot.png}}", "tldr_cmd_name": "maim", "cmd_name": "maim", "manual_exist": true, "oracle_man": ["maim_3", "maim_8", "maim_10"], "matching_info": {"--window": [8, 10], "$(xdotool": [], "getactivewindow)": [], "|main|": [3]}, "question_id": "962"} -{"nl": "list all known package types that can be installed", "cmd": "kpackagetool5 --list-types", "tldr_cmd_name": "kpackagetool5", "cmd_name": "kpackagetool5", "manual_exist": true, "oracle_man": ["kpackagetool5_3", "kpackagetool5_4", "kpackagetool5_23"], "matching_info": {"--list-types": [3, 23], "|main|": [4]}, "question_id": "963"} -{"nl": "install the package from a directory", "cmd": "kpackagetool5 --type {{package_type}} --install {{path/to/directory}}", "tldr_cmd_name": "kpackagetool5", "cmd_name": "kpackagetool5", "manual_exist": true, "oracle_man": ["kpackagetool5_3", "kpackagetool5_4", "kpackagetool5_13", "kpackagetool5_15"], "matching_info": {"--type": [3, 13], "--install": [3, 15], "|main|": [4]}, "question_id": "964"} -{"nl": "update installed package from a directory", "cmd": "kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}", "tldr_cmd_name": "kpackagetool5", "cmd_name": "kpackagetool5", "manual_exist": true, "oracle_man": ["kpackagetool5_3", "kpackagetool5_4", "kpackagetool5_13", "kpackagetool5_19"], "matching_info": {"--type": [3, 13], "--upgrade": [3, 19], "|main|": [4]}, "question_id": "965"} -{"nl": "list installed plasmoids (global for all users)", "cmd": "kpackagetool5 --type Plasma/Applet --list --global", "tldr_cmd_name": "kpackagetool5", "cmd_name": "kpackagetool5", "manual_exist": true, "oracle_man": ["kpackagetool5_3", "kpackagetool5_4", "kpackagetool5_11", "kpackagetool5_13", "kpackagetool5_21", "kpackagetool5_23"], "matching_info": {"--type": [3, 13], "Plasma/Applet": [], "--list": [3, 21, 23], "--global": [3, 11], "|main|": [4]}, "question_id": "966"} -{"nl": "remove a plasmoid by name", "cmd": "kpackagetool5 --type Plasma/Applet --remove \"{{name}}\"", "tldr_cmd_name": "kpackagetool5", "cmd_name": "kpackagetool5", "manual_exist": true, "oracle_man": ["kpackagetool5_3", "kpackagetool5_4", "kpackagetool5_13", "kpackagetool5_25"], "matching_info": {"--type": [3, 13], "Plasma/Applet": [], "--remove": [3, 25], "|main|": [4]}, "question_id": "967"} -{"nl": "launch finch", "cmd": "finch", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3"], "matching_info": {"|main|": [3]}, "question_id": "968"} -{"nl": "quit", "cmd": "alt + q or ctrl + c", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3", "finch_15", "finch_16", "finch_26", "finch_27"], "matching_info": {"alt": [], "+": [], "q": [16], "or": [26, 27], "ctrl": [], "c": [15], "|main|": [3]}, "question_id": "969"} -{"nl": "show actions menu", "cmd": "alt + a", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3", "finch_11", "finch_28", "finch_34"], "matching_info": {"alt": [], "+": [], "a": [3, 11, 28, 34], "|main|": [3]}, "question_id": "970"} -{"nl": "jump to nth window", "cmd": "alt + {{number_key}}", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3"], "matching_info": {"alt": [], "+": [], "|main|": [3]}, "question_id": "971"} -{"nl": "close current window", "cmd": "alt + c", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3", "finch_15"], "matching_info": {"alt": [], "+": [], "c": [15], "|main|": [3]}, "question_id": "972"} -{"nl": "start moving a window, use arrow keys to move, press escape when done", "cmd": "alt + m", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3", "finch_17"], "matching_info": {"alt": [], "+": [], "m": [17], "|main|": [3]}, "question_id": "973"} -{"nl": "start resizing a window, use arrow keys to resize, press escape when done", "cmd": "alt + r", "tldr_cmd_name": "finch", "cmd_name": "finch", "manual_exist": true, "oracle_man": ["finch_3", "finch_18"], "matching_info": {"alt": [], "+": [], "r": [18], "|main|": [3]}, "question_id": "974"} -{"nl": "display the routing policy", "cmd": "ip rule {{show|list}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "975"} -{"nl": "add a new rule based on packet source addresses", "cmd": "sudo ip rule add from {{192.168.178.2/32}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_6", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_30", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "add": [4, 27], "from": [6, 30], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "976"} -{"nl": "add a new rule based on packet destination addresses", "cmd": "sudo ip rule add to {{192.168.178.2/32}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_31", "ip-rule_48", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "add": [4, 27], "to": [31, 48], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "977"} -{"nl": "delete a rule based on packet source addresses", "cmd": "sudo ip rule delete from {{192.168.178.2/32}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_6", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_30", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "delete": [28], "from": [6, 30], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "978"} -{"nl": "delete a rule based on packet destination addresses", "cmd": "sudo ip rule delete to {{192.168.178.2/32}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_31", "ip-rule_48", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "delete": [28], "to": [31, 48], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "979"} -{"nl": "flush all deleted rules", "cmd": "ip rule flush", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "flush": [5, 49], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "980"} -{"nl": "save all rules to a file", "cmd": "ip rule save > {{path/to/ip_rules.dat}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_54", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "save": [52, 54], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "981"} -{"nl": "restore all rules from a file", "cmd": "ip rule restore < {{path/to/ip_rules.dat}}", "tldr_cmd_name": "ip-rule", "cmd_name": "ip-rule", "manual_exist": true, "oracle_man": ["ip-rule_2", "ip-rule_3", "ip-rule_4", "ip-rule_5", "ip-rule_10", "ip-rule_27", "ip-rule_28", "ip-rule_49", "ip-rule_51", "ip-rule_52", "ip-rule_55"], "matching_info": {"ip": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "rule": [2, 3, 4, 5, 10, 27, 28, 49, 51, 52, 55], "restore": [55], "|main|": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "982"} -{"nl": "archive a directory with `tar`, then compress", "cmd": "lrztar {{path/to/directory}}", "tldr_cmd_name": "lrztar", "cmd_name": "lrztar", "manual_exist": true, "oracle_man": ["lrztar_3"], "matching_info": {"|main|": [3]}, "question_id": "987"} -{"nl": "same as above, with zpaq extreme compression, but very slow", "cmd": "lrztar -z {{path/to/directory}}", "tldr_cmd_name": "lrztar", "cmd_name": "lrztar", "manual_exist": true, "oracle_man": ["lrztar_3"], "matching_info": {"-z": [], "|main|": [3]}, "question_id": "988"} -{"nl": "specify the output file", "cmd": "lrztar -o {{path/to/file}} {{path/to/directory}}", "tldr_cmd_name": "lrztar", "cmd_name": "lrztar", "manual_exist": true, "oracle_man": ["lrztar_3"], "matching_info": {"-o": [], "|main|": [3]}, "question_id": "989"} -{"nl": "override the number of processor threads to use", "cmd": "lrztar -p {{8}} {{path/to/directory}}", "tldr_cmd_name": "lrztar", "cmd_name": "lrztar", "manual_exist": true, "oracle_man": ["lrztar_3"], "matching_info": {"-p": [], "|main|": [3]}, "question_id": "990"} -{"nl": "force overwriting of existing files", "cmd": "lrztar -f {{path/to/directory}}", "tldr_cmd_name": "lrztar", "cmd_name": "lrztar", "manual_exist": true, "oracle_man": ["lrztar_3"], "matching_info": {"-f": [], "|main|": [3]}, "question_id": "991"} -{"nl": "install a package", "cmd": "dpkg -i {{path/to/file.deb}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_5", "dpkg_6", "dpkg_9", "dpkg_10", "dpkg_19", "dpkg_48", "dpkg_57", "dpkg_90", "dpkg_95", "dpkg_97", "dpkg_110"], "matching_info": {"-i": [6, 9, 10, 19, 48, 57, 90, 95, 97, 110], "|main|": [5, 6]}, "question_id": "996"} -{"nl": "remove a package", "cmd": "dpkg -r {{package_name}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_5", "dpkg_18", "dpkg_19", "dpkg_27", "dpkg_32", "dpkg_39", "dpkg_65", "dpkg_74", "dpkg_88", "dpkg_93", "dpkg_95", "dpkg_96", "dpkg_97", "dpkg_109"], "matching_info": {"-r": [18, 19, 27, 32, 39, 65, 74, 88, 93, 95, 96, 97, 109], "|main|": [5, 6]}, "question_id": "997"} -{"nl": "list installed packages", "cmd": "dpkg -l {{pattern}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_1", "dpkg_5", "dpkg_54", "dpkg_59", "dpkg_103", "dpkg_106"], "matching_info": {"-l": [1, 5, 54, 59, 103, 106], "|main|": [5, 6]}, "question_id": "998"} -{"nl": "list a package's contents", "cmd": "dpkg -L {{package_name}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_5", "dpkg_59"], "matching_info": {"-L": [59], "|main|": [5, 6]}, "question_id": "999"} -{"nl": "list contents of a local package file", "cmd": "dpkg -c {{path/to/file.deb}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_5", "dpkg_6", "dpkg_12", "dpkg_26", "dpkg_28", "dpkg_41", "dpkg_49", "dpkg_50", "dpkg_57", "dpkg_80", "dpkg_81", "dpkg_82", "dpkg_90"], "matching_info": {"-c": [6, 12, 26, 28, 41, 49, 50, 57, 80, 81, 82, 90], "|main|": [5, 6]}, "question_id": "1000"} -{"nl": "find out which package owns a file", "cmd": "dpkg -S {{filename}}", "tldr_cmd_name": "dpkg", "cmd_name": "dpkg", "manual_exist": true, "oracle_man": ["dpkg_5", "dpkg_59"], "matching_info": {"-S": [59], "|main|": [5, 6]}, "question_id": "1001"} -{"nl": "create a minix filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.minix {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.minix": [], "|main|": [3, 4, 5, 6]}, "question_id": "1006"} -{"nl": "read input", "cmd": "line", "tldr_cmd_name": "line", "cmd_name": "line", "manual_exist": true, "oracle_man": ["line_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9]}, "question_id": "1007"} -{"nl": "compress a file with lzma slow compression, fast decompression", "cmd": "lrzip {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3"], "matching_info": {"|main|": [3]}, "question_id": "1022"} -{"nl": "compress a file with bzip2 good middle ground for compression/speed", "cmd": "lrzip -b {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3", "lrzip_5", "lrzip_26"], "matching_info": {"-b": [5, 26], "|main|": [3]}, "question_id": "1023"} -{"nl": "compress with zpaq extreme compression, but very slow", "cmd": "lrzip -z {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3", "lrzip_5", "lrzip_30"], "matching_info": {"-z": [5, 30], "|main|": [3]}, "question_id": "1024"} -{"nl": "compress with lzo light compression, extremely fast decompression", "cmd": "lrzip -l {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3", "lrzip_5", "lrzip_28"], "matching_info": {"-l": [5, 28], "|main|": [3]}, "question_id": "1025"} -{"nl": "compress a file and password protect/encrypt it", "cmd": "lrzip -e {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3", "lrzip_5", "lrzip_10", "lrzip_11", "lrzip_34"], "matching_info": {"-e": [5, 10, 11, 34], "|main|": [3]}, "question_id": "1026"} -{"nl": "override the number of processor threads to use", "cmd": "lrzip -p {{8}} {{filename}}", "tldr_cmd_name": "lrzip", "cmd_name": "lrzip", "manual_exist": true, "oracle_man": ["lrzip_3", "lrzip_5", "lrzip_33"], "matching_info": {"-p": [5, 33], "|main|": [3]}, "question_id": "1027"} -{"nl": "monitor files in the current directory", "cmd": "watch {{ls}}", "tldr_cmd_name": "watch", "cmd_name": "watch", "manual_exist": true, "oracle_man": ["watch_3"], "matching_info": {"|main|": [3]}, "question_id": "1028"} -{"nl": "monitor disk space and highlight the changes", "cmd": "watch -d {{df}}", "tldr_cmd_name": "watch", "cmd_name": "watch", "manual_exist": true, "oracle_man": ["watch_3", "watch_4", "watch_5", "watch_16"], "matching_info": {"-d": [4, 5, 16], "|main|": [3]}, "question_id": "1029"} -{"nl": "monitor \"node\" processes, refreshing every 3 seconds", "cmd": "watch -n {{3}} \"{{ps aux | grep node}}\"", "tldr_cmd_name": "watch", "cmd_name": "watch", "manual_exist": true, "oracle_man": ["watch_3", "watch_5", "watch_7", "watch_13", "watch_16"], "matching_info": {"-n": [5, 7, 13, 16], "|main|": [3]}, "question_id": "1030"} -{"nl": "create a vfat filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.vfat {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "|main|": [3, 4, 5, 6]}, "question_id": "1031"} -{"nl": "create filesystem with a volumename", "cmd": "mkfs.vfat -n {{volume_name}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-n": [], "|main|": [3, 4, 5, 6]}, "question_id": "1032"} -{"nl": "create filesystem with a volumeid", "cmd": "mkfs.vfat -i {{volume_id}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-i": [], "|main|": [3, 4, 5, 6]}, "question_id": "1033"} -{"nl": "use 5 instead of 2 file allocation tables", "cmd": "mkfs.vfat -f 5 {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-f": [], "5": [], "|main|": [3, 4, 5, 6]}, "question_id": "1034"} -{"nl": "mark a package as automatically installed", "cmd": "sudo apt-mark auto {{package_name}}", "tldr_cmd_name": "apt-mark", "cmd_name": "apt-mark", "manual_exist": true, "oracle_man": ["apt-mark_4", "apt-mark_6"], "matching_info": {"auto": [6], "|main|": [4]}, "question_id": "1043"} -{"nl": "hold a package at its current version and prevent updates to it", "cmd": "sudo apt-mark hold {{package_name}}", "tldr_cmd_name": "apt-mark", "cmd_name": "apt-mark", "manual_exist": true, "oracle_man": ["apt-mark_3", "apt-mark_4", "apt-mark_12"], "matching_info": {"hold": [3, 12], "|main|": [4]}, "question_id": "1044"} -{"nl": "allow a package to be updated again", "cmd": "sudo apt-mark unhold {{package_name}}", "tldr_cmd_name": "apt-mark", "cmd_name": "apt-mark", "manual_exist": true, "oracle_man": ["apt-mark_3", "apt-mark_4", "apt-mark_13"], "matching_info": {"unhold": [3, 13], "|main|": [4]}, "question_id": "1045"} -{"nl": "show manually installed packages", "cmd": "apt-mark showmanual", "tldr_cmd_name": "apt-mark", "cmd_name": "apt-mark", "manual_exist": true, "oracle_man": ["apt-mark_4", "apt-mark_10"], "matching_info": {"showmanual": [10], "|main|": [4]}, "question_id": "1046"} -{"nl": "show held packages that aren't being updated", "cmd": "apt-mark showhold", "tldr_cmd_name": "apt-mark", "cmd_name": "apt-mark", "manual_exist": true, "oracle_man": ["apt-mark_4", "apt-mark_14"], "matching_info": {"showhold": [14], "|main|": [4]}, "question_id": "1047"} -{"nl": "launch dolphin", "cmd": "dolphin", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"|main|": [3]}, "question_id": "1054"} -{"nl": "launch dolphin and display a specific directory", "cmd": "dolphin {{path/to/directory}}", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"|main|": [3]}, "question_id": "1055"} -{"nl": "launch dolphin with a specific file or directory selected", "cmd": "dolphin --select {{path/to/file_or_directory}}", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"--select": [], "|main|": [3]}, "question_id": "1056"} -{"nl": "launch dolphin in a separated window", "cmd": "dolphin --new-window", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"--new-window": [], "|main|": [3]}, "question_id": "1057"} -{"nl": "launch dolphin in split view", "cmd": "dolphin --split", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"--split": [], "|main|": [3]}, "question_id": "1058"} -{"nl": "start the dolphin daemon (only required to use the dbus interface)", "cmd": "dolphin --daemon", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3"], "matching_info": {"--daemon": [], "|main|": [3]}, "question_id": "1059"} -{"nl": "display help", "cmd": "dolphin --help", "tldr_cmd_name": "dolphin", "cmd_name": "dolphin", "manual_exist": true, "oracle_man": ["dolphin_3", "dolphin_4", "dolphin_5", "dolphin_6", "dolphin_7"], "matching_info": {"--help": [4, 5, 6, 7], "|main|": [3]}, "question_id": "1060"} -{"nl": "analyze the current working directory", "cmd": "ncdu", "tldr_cmd_name": "ncdu", "cmd_name": "ncdu", "manual_exist": true, "oracle_man": ["ncdu_3"], "matching_info": {"|main|": [3]}, "question_id": "1069"} -{"nl": "analyze a given directory", "cmd": "ncdu {{path/to/directory}}", "tldr_cmd_name": "ncdu", "cmd_name": "ncdu", "manual_exist": true, "oracle_man": ["ncdu_3"], "matching_info": {"|main|": [3]}, "question_id": "1070"} -{"nl": "save results to a file", "cmd": "ncdu -o {{path/to/file}}", "tldr_cmd_name": "ncdu", "cmd_name": "ncdu", "manual_exist": true, "oracle_man": ["ncdu_3", "ncdu_6", "ncdu_9", "ncdu_14", "ncdu_19", "ncdu_73", "ncdu_75", "ncdu_77"], "matching_info": {"-o": [6, 9, 14, 19, 73, 75, 77], "|main|": [3]}, "question_id": "1071"} -{"nl": "exclude files that match a pattern, argument can be given multiple times to add more patterns", "cmd": "ncdu --exclude '{{*.txt}}'", "tldr_cmd_name": "ncdu", "cmd_name": "ncdu", "manual_exist": true, "oracle_man": ["ncdu_3", "ncdu_27", "ncdu_28", "ncdu_29", "ncdu_31", "ncdu_32"], "matching_info": {"--exclude": [27, 28, 29, 31, 32], "|main|": [3]}, "question_id": "1072"} -{"nl": "add a symbolic link", "cmd": "sudo update-alternatives --install {{path/to/symlink}} {{command_name}} {{path/to/command_binary}} {{priority}}", "tldr_cmd_name": "update-alternatives", "cmd_name": "update-alternatives", "manual_exist": true, "oracle_man": ["update-alternatives_3", "update-alternatives_26"], "matching_info": {"--install": [26], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1073"} -{"nl": "configure a symbolic link for `java`", "cmd": "sudo update-alternatives --config {{java}}", "tldr_cmd_name": "update-alternatives", "cmd_name": "update-alternatives", "manual_exist": true, "oracle_man": ["update-alternatives_3", "update-alternatives_12", "update-alternatives_28", "update-alternatives_31", "update-alternatives_38", "update-alternatives_45", "update-alternatives_68"], "matching_info": {"--config": [12, 28, 31, 38, 45, 68], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1074"} -{"nl": "remove a symbolic link", "cmd": "sudo update-alternatives --remove {{java}} {{/opt/java/jdk1.8.0_102/bin/java}}", "tldr_cmd_name": "update-alternatives", "cmd_name": "update-alternatives", "manual_exist": true, "oracle_man": ["update-alternatives_3", "update-alternatives_29", "update-alternatives_30"], "matching_info": {"--remove": [29, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1075"} -{"nl": "display information about a specified command", "cmd": "update-alternatives --display {{java}}", "tldr_cmd_name": "update-alternatives", "cmd_name": "update-alternatives", "manual_exist": true, "oracle_man": ["update-alternatives_3", "update-alternatives_33", "update-alternatives_36", "update-alternatives_65", "update-alternatives_66"], "matching_info": {"--display": [33, 36, 65, 66], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1076"} -{"nl": "display all commands and their current selection", "cmd": "update-alternatives --get-selections", "tldr_cmd_name": "update-alternatives", "cmd_name": "update-alternatives", "manual_exist": true, "oracle_man": ["update-alternatives_3", "update-alternatives_34", "update-alternatives_35"], "matching_info": {"--get-selections": [34, 35], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1077"} -{"nl": "update a user's \"name\" field in the output of `finger`", "cmd": "chfn -f {{new_display_name}} {{username}}", "tldr_cmd_name": "chfn", "cmd_name": "chfn", "manual_exist": true, "oracle_man": ["chfn_1", "chfn_2"], "matching_info": {"-f": [2], "|main|": [1]}, "question_id": "1078"} -{"nl": "update a user's \"office room number\" field for the output of `finger`", "cmd": "chfn -o {{new_office_room_number}} {{username}}", "tldr_cmd_name": "chfn", "cmd_name": "chfn", "manual_exist": true, "oracle_man": ["chfn_1", "chfn_2", "chfn_3"], "matching_info": {"-o": [2, 3], "|main|": [1]}, "question_id": "1079"} -{"nl": "update a user's \"office phone number\" field for the output of `finger`", "cmd": "chfn -p {{new_office_telephone_number}} {{username}}", "tldr_cmd_name": "chfn", "cmd_name": "chfn", "manual_exist": true, "oracle_man": ["chfn_1", "chfn_9"], "matching_info": {"-p": [9], "|main|": [1]}, "question_id": "1080"} -{"nl": "update a user's \"home phone number\" field for the output of `finger`", "cmd": "chfn -h {{new_home_telephone_number}} {{username}}", "tldr_cmd_name": "chfn", "cmd_name": "chfn", "manual_exist": true, "oracle_man": ["chfn_1", "chfn_2"], "matching_info": {"-h": [2], "|main|": [1]}, "question_id": "1081"} -{"nl": "read the default configuration file `/etc/named.conf`, read any initial data and listen for queries", "cmd": "named", "tldr_cmd_name": "named", "cmd_name": "named", "manual_exist": true, "oracle_man": ["named_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, "question_id": "1082"} -{"nl": "read a custom configuration file", "cmd": "named -c {{path/to/named.conf}}", "tldr_cmd_name": "named", "cmd_name": "named", "manual_exist": true, "oracle_man": ["named_3", "named_17"], "matching_info": {"-c": [3, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, "question_id": "1083"} -{"nl": "use ipv4 or ipv6 only, even if the host machine is capable of utilising other protocols", "cmd": "named {{-4|-6}}", "tldr_cmd_name": "named", "cmd_name": "named", "manual_exist": true, "oracle_man": ["named_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, "question_id": "1084"} -{"nl": "listen for queries on a specific port instead of the default port 53", "cmd": "named -p {{port}}", "tldr_cmd_name": "named", "cmd_name": "named", "manual_exist": true, "oracle_man": ["named_2", "named_3", "named_8", "named_9"], "matching_info": {"-p": [2, 8, 9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, "question_id": "1085"} -{"nl": "run the server in the foreground and do not daemonize", "cmd": "named -f", "tldr_cmd_name": "named", "cmd_name": "named", "manual_exist": true, "oracle_man": ["named_2", "named_3", "named_11"], "matching_info": {"-f": [2, 11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, "question_id": "1086"} -{"nl": "update a po file according to the modification of its origin file", "cmd": "po4a-updatepo --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}", "tldr_cmd_name": "po4a-updatepo", "cmd_name": "po4a-updatepo", "manual_exist": true, "oracle_man": ["po4a-updatepo_4", "po4a-updatepo_8", "po4a-updatepo_9", "po4a-updatepo_10", "po4a-updatepo_11"], "matching_info": {"--format": [8], "--master": [9, 10], "--po": [11], "|main|": [4, 5, 6, 7]}, "question_id": "1093"} -{"nl": "get a list of available formats", "cmd": "po4a-updatepo --help-format", "tldr_cmd_name": "po4a-updatepo", "cmd_name": "po4a-updatepo", "manual_exist": true, "oracle_man": ["po4a-updatepo_4", "po4a-updatepo_8", "po4a-updatepo_17"], "matching_info": {"--help-format": [8, 17], "|main|": [4, 5, 6, 7]}, "question_id": "1094"} -{"nl": "update several po files according to the modification of their origin file", "cmd": "po4a-updatepo --format {{text}} --master {{path/to/master.txt}} --po {{path/to/po1.po}} --po {{path/to/po2.po}}", "tldr_cmd_name": "po4a-updatepo", "cmd_name": "po4a-updatepo", "manual_exist": true, "oracle_man": ["po4a-updatepo_4", "po4a-updatepo_8", "po4a-updatepo_9", "po4a-updatepo_10", "po4a-updatepo_11"], "matching_info": {"--format": [8], "--master": [9, 10], "--po": [11], "|main|": [4, 5, 6, 7]}, "question_id": "1095"} -{"nl": "set up a git repo and perform various setup tasks (run from `/etc`)", "cmd": "sudo etckeeper init", "tldr_cmd_name": "etckeeper", "cmd_name": "etckeeper", "manual_exist": true, "oracle_man": ["etckeeper_3", "etckeeper_4"], "matching_info": {"init": [4], "|main|": [3]}, "question_id": "1096"} -{"nl": "commit all changes in `/etc`", "cmd": "sudo etckeeper commit {{message}}", "tldr_cmd_name": "etckeeper", "cmd_name": "etckeeper", "manual_exist": true, "oracle_man": ["etckeeper_3", "etckeeper_5"], "matching_info": {"commit": [5], "|main|": [3]}, "question_id": "1097"} -{"nl": "run arbitrary git commands", "cmd": "sudo etckeeper vcs {{status}}", "tldr_cmd_name": "etckeeper", "cmd_name": "etckeeper", "manual_exist": true, "oracle_man": ["etckeeper_3", "etckeeper_11"], "matching_info": {"vcs": [11], "|main|": [3]}, "question_id": "1098"} -{"nl": "check if there are uncommitted changes (only returns an exit code)", "cmd": "sudo etckeeper unclean", "tldr_cmd_name": "etckeeper", "cmd_name": "etckeeper", "manual_exist": true, "oracle_man": ["etckeeper_3", "etckeeper_9"], "matching_info": {"unclean": [9], "|main|": [3]}, "question_id": "1099"} -{"nl": "destroy existing repo and stop tracking changes", "cmd": "sudo etckeeper uninit", "tldr_cmd_name": "etckeeper", "cmd_name": "etckeeper", "manual_exist": true, "oracle_man": ["etckeeper_3", "etckeeper_12"], "matching_info": {"uninit": [12], "|main|": [3]}, "question_id": "1100"} -{"nl": "request the identification info of a given device", "cmd": "sudo hdparm -I /dev/{{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_13", "hdparm_29", "hdparm_32", "hdparm_33", "hdparm_34", "hdparm_35"], "matching_info": {"-I": [13, 29, 32, 33, 34, 35], "|main|": [3]}, "question_id": "1111"} -{"nl": "get the advanced power management level", "cmd": "sudo hdparm -B /dev/{{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_8"], "matching_info": {"-B": [8], "|main|": [3]}, "question_id": "1112"} -{"nl": "set the advanced power management value (values 1127 permit spindown, and values 128254 do not)", "cmd": "sudo hdparm -B {{1}} /dev/{{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_8"], "matching_info": {"-B": [8], "|main|": [3]}, "question_id": "1113"} -{"nl": "display the device's current power mode status", "cmd": "sudo hdparm -C /dev/{{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_10", "hdparm_57", "hdparm_73", "hdparm_74"], "matching_info": {"-C": [10, 57, 73, 74], "|main|": [3]}, "question_id": "1114"} -{"nl": "force a drive to immediately enter standby mode (usually causes a drive to spin down)", "cmd": "sudo hdparm -y /dev/{{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_10", "hdparm_73"], "matching_info": {"-y": [10, 73], "|main|": [3]}, "question_id": "1115"} -{"nl": "put the drive into idle (lowpower) mode, also setting its standby timeout", "cmd": "sudo hdparm -S {{standby_timeout}} {{device}}", "tldr_cmd_name": "hdparm", "cmd_name": "hdparm", "manual_exist": true, "oracle_man": ["hdparm_3", "hdparm_10", "hdparm_58"], "matching_info": {"-S": [10, 58], "|main|": [3]}, "question_id": "1116"} -{"nl": "delete an existing group", "cmd": "groupdel {{group_name}}", "tldr_cmd_name": "groupdel", "cmd_name": "groupdel", "manual_exist": true, "oracle_man": ["groupdel_3"], "matching_info": {"|main|": [3]}, "question_id": "1117"} -{"nl": "list all scsi devices", "cmd": "lsscsi", "tldr_cmd_name": "lsscsi", "cmd_name": "lsscsi", "manual_exist": true, "oracle_man": ["lsscsi_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1118"} -{"nl": "list all scsi devices with detailed attributes", "cmd": "lsscsi -L", "tldr_cmd_name": "lsscsi", "cmd_name": "lsscsi", "manual_exist": true, "oracle_man": ["lsscsi_3", "lsscsi_18"], "matching_info": {"-L": [18], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1119"} -{"nl": "list all scsi devices with humanreadable disk capacity", "cmd": "lsscsi -s", "tldr_cmd_name": "lsscsi", "cmd_name": "lsscsi", "manual_exist": true, "oracle_man": ["lsscsi_2", "lsscsi_3", "lsscsi_9", "lsscsi_26", "lsscsi_27", "lsscsi_28", "lsscsi_29", "lsscsi_54"], "matching_info": {"-s": [2, 9, 26, 27, 28, 29, 54], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1120"} -{"nl": "start a snake game", "cmd": "nsnake", "tldr_cmd_name": "nsnake", "cmd_name": "nsnake", "manual_exist": true, "oracle_man": ["nsnake_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "1121"} -{"nl": "navigate the snake", "cmd": "{{Up|Down|Left|Right}} arrow key", "tldr_cmd_name": "nsnake", "cmd_name": "nsnake", "manual_exist": true, "oracle_man": ["nsnake_3"], "matching_info": {"arrow": [], "key": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "1122"} -{"nl": "pause/unpause the game", "cmd": "p", "tldr_cmd_name": "nsnake", "cmd_name": "nsnake", "manual_exist": true, "oracle_man": ["nsnake_3", "nsnake_9"], "matching_info": {"p": [9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "1123"} -{"nl": "quit the game", "cmd": "q", "tldr_cmd_name": "nsnake", "cmd_name": "nsnake", "manual_exist": true, "oracle_man": ["nsnake_3", "nsnake_8"], "matching_info": {"q": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "1124"} -{"nl": "show help during the game", "cmd": "h", "tldr_cmd_name": "nsnake", "cmd_name": "nsnake", "manual_exist": true, "oracle_man": ["nsnake_3", "nsnake_10"], "matching_info": {"h": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "1125"} -{"nl": "list enabled apache modules", "cmd": "sudo a2query -m", "tldr_cmd_name": "a2query", "cmd_name": "a2query", "manual_exist": true, "oracle_man": ["a2query_2", "a2query_3", "a2query_8"], "matching_info": {"-m": [2, 8], "|main|": [3, 4]}, "question_id": "1153"} -{"nl": "check if a specific module is installed", "cmd": "sudo a2query -m {{module_name}}", "tldr_cmd_name": "a2query", "cmd_name": "a2query", "manual_exist": true, "oracle_man": ["a2query_2", "a2query_3", "a2query_8"], "matching_info": {"-m": [2, 8], "|main|": [3, 4]}, "question_id": "1154"} -{"nl": "list enabled virtual hosts", "cmd": "sudo a2query -s", "tldr_cmd_name": "a2query", "cmd_name": "a2query", "manual_exist": true, "oracle_man": ["a2query_2", "a2query_3", "a2query_10"], "matching_info": {"-s": [2, 10], "|main|": [3, 4]}, "question_id": "1155"} -{"nl": "display the currently enabled multi processing module", "cmd": "sudo a2query -M", "tldr_cmd_name": "a2query", "cmd_name": "a2query", "manual_exist": true, "oracle_man": ["a2query_2", "a2query_3", "a2query_9"], "matching_info": {"-M": [2, 9], "|main|": [3, 4]}, "question_id": "1156"} -{"nl": "display the apache version", "cmd": "sudo a2query -v", "tldr_cmd_name": "a2query", "cmd_name": "a2query", "manual_exist": true, "oracle_man": ["a2query_2", "a2query_3", "a2query_11"], "matching_info": {"-v": [2, 11], "|main|": [3, 4]}, "question_id": "1157"} -{"nl": "report a bug about the whole system", "cmd": "apport-bug", "tldr_cmd_name": "apport-bug", "cmd_name": "apport-bug", "manual_exist": true, "oracle_man": ["apport-bug_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "1167"} -{"nl": "report a bug about a specific package", "cmd": "apport-bug {{package}}", "tldr_cmd_name": "apport-bug", "cmd_name": "apport-bug", "manual_exist": true, "oracle_man": ["apport-bug_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "1168"} -{"nl": "report a bug about a specific executable", "cmd": "apport-bug {{path/to/executable}}", "tldr_cmd_name": "apport-bug", "cmd_name": "apport-bug", "manual_exist": true, "oracle_man": ["apport-bug_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "1169"} -{"nl": "report a bug about a specific process", "cmd": "apport-bug {{PID}}", "tldr_cmd_name": "apport-bug", "cmd_name": "apport-bug", "manual_exist": true, "oracle_man": ["apport-bug_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "1170"} -{"nl": "start monitoring networkmanager changes", "cmd": "nmcli monitor", "tldr_cmd_name": "nmcli-monitor", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_60", "nmcli_159", "nmcli_185"], "matching_info": {"monitor": [60, 159, 185], "|main|": [3, 4, 5, 6]}, "question_id": "1171"} -{"nl": "scan for volume groups and print information about each group found", "cmd": "sudo vgscan", "tldr_cmd_name": "vgscan", "cmd_name": "vgscan", "manual_exist": true, "oracle_man": ["vgscan_3"], "matching_info": {"|main|": [3]}, "question_id": "1182"} -{"nl": "scan for volume groups and add the special files in `/dev`, if they don't already exist, needed to access the logical volumes in the found groups", "cmd": "sudo vgscan --mknodes", "tldr_cmd_name": "vgscan", "cmd_name": "vgscan", "manual_exist": true, "oracle_man": ["vgscan_3", "vgscan_4", "vgscan_17"], "matching_info": {"--mknodes": [4, 17], "|main|": [3]}, "question_id": "1183"} -{"nl": "print the package names of the dependencies that aren't installed", "cmd": "pacman --deptest {{package_name1}} {{package_name2}}", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15"], "matching_info": {"--deptest": [15], "|main|": [3, 4, 5]}, "question_id": "1184"} -{"nl": "check if the installed package satisfies the given minimum version", "cmd": "pacman --deptest \"{{bash>=5}}\"", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15"], "matching_info": {"--deptest": [15], "|main|": [3, 4, 5]}, "question_id": "1185"} -{"nl": "check if a later version of a package is installed", "cmd": "pacman --deptest \"{{bash>5}}\"", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15"], "matching_info": {"--deptest": [15], "|main|": [3, 4, 5]}, "question_id": "1186"} -{"nl": "display help", "cmd": "pacman --deptest --help", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15", "pacman_19"], "matching_info": {"--deptest": [15], "--help": [19], "|main|": [3, 4, 5]}, "question_id": "1187"} -{"nl": "reduce a volume's size to 120 gb", "cmd": "lvreduce --size {{120G}} {{logical_volume}}", "tldr_cmd_name": "lvreduce", "cmd_name": "lvreduce", "manual_exist": true, "oracle_man": ["lvreduce_3", "lvreduce_6", "lvreduce_7", "lvreduce_16", "lvreduce_30"], "matching_info": {"--size": [6, 7, 16, 30], "|main|": [3, 4, 5, 6]}, "question_id": "1188"} -{"nl": "reduce a volume's size by 40 gb as well as the underlying filesystem", "cmd": "lvreduce --size -{{40G}} -r {{logical_volume}}", "tldr_cmd_name": "lvreduce", "cmd_name": "lvreduce", "manual_exist": true, "oracle_man": ["lvreduce_3", "lvreduce_6", "lvreduce_7", "lvreduce_16", "lvreduce_28", "lvreduce_29", "lvreduce_30"], "matching_info": {"--size": [6, 7, 16, 30], "-r": [7, 28, 29], "|main|": [3, 4, 5, 6]}, "question_id": "1189"} -{"nl": "change the current user's smb password", "cmd": "smbpasswd", "tldr_cmd_name": "smbpasswd", "cmd_name": "smbpasswd", "manual_exist": true, "oracle_man": ["smbpasswd_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1190"} -{"nl": "add a specified user to samba and set password(user should already exist in system)", "cmd": "smbpasswd -a {{username}}", "tldr_cmd_name": "smbpasswd", "cmd_name": "smbpasswd", "manual_exist": true, "oracle_man": ["smbpasswd_2", "smbpasswd_3", "smbpasswd_9"], "matching_info": {"-a": [2, 9], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1191"} -{"nl": "modify an existing samba user's password", "cmd": "smbpasswd {{username}}", "tldr_cmd_name": "smbpasswd", "cmd_name": "smbpasswd", "manual_exist": true, "oracle_man": ["smbpasswd_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1192"} -{"nl": "delete a samba user", "cmd": "smbpasswd -x {{username}}", "tldr_cmd_name": "smbpasswd", "cmd_name": "smbpasswd", "manual_exist": true, "oracle_man": ["smbpasswd_2", "smbpasswd_3", "smbpasswd_12"], "matching_info": {"-x": [2, 12], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1193"} -{"nl": "list sms messages available on the modem", "cmd": "sudo mmcli --modem={{modem}} --messaging-list-sms", "tldr_cmd_name": "mmcli", "cmd_name": "mmcli", "manual_exist": true, "oracle_man": ["mmcli_3", "mmcli_31", "mmcli_35", "mmcli_64", "mmcli_74", "mmcli_76", "mmcli_83", "mmcli_101", "mmcli_103", "mmcli_114", "mmcli_116", "mmcli_120", "mmcli_165"], "matching_info": {"--modem": [31, 35, 64, 74, 76, 83, 101, 114, 116, 120], "--messaging-list-sms": [103, 165], "|main|": [3]}, "question_id": "1194"} -{"nl": "delete a message from the modem, specifying its path", "cmd": "sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}", "tldr_cmd_name": "mmcli", "cmd_name": "mmcli", "manual_exist": true, "oracle_man": ["mmcli_3", "mmcli_31", "mmcli_35", "mmcli_64", "mmcli_74", "mmcli_76", "mmcli_83", "mmcli_101", "mmcli_113", "mmcli_114", "mmcli_116", "mmcli_120"], "matching_info": {"--modem": [31, 35, 64, 74, 76, 83, 101, 114, 116, 120], "--messaging-delete-sms": [113], "|main|": [3]}, "question_id": "1195"} -{"nl": "list nonfree and contrib packages (and their description)", "cmd": "vrms", "tldr_cmd_name": "vrms", "cmd_name": "vrms", "manual_exist": true, "oracle_man": ["vrms_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "1196"} -{"nl": "only output the package names", "cmd": "vrms --sparse", "tldr_cmd_name": "vrms", "cmd_name": "vrms", "manual_exist": true, "oracle_man": ["vrms_3", "vrms_11"], "matching_info": {"--sparse": [11], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1197"} -{"nl": "embed data in a png, prompting for a passphrase", "cmd": "steghide embed --coverfile {{path/to/image.png}} --embedfile {{path/to/data.txt}}", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_8", "steghide_16", "steghide_17", "steghide_37"], "matching_info": {"embed": [8, 37], "--coverfile": [17], "--embedfile": [16], "|main|": [3, 4, 5, 6]}, "question_id": "1198"} -{"nl": "extract data from a wav audio file", "cmd": "steghide extract --stegofile {{path/to/sound.wav}}", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_9", "steghide_18", "steghide_25", "steghide_40"], "matching_info": {"extract": [9, 40], "--stegofile": [18, 25], "|main|": [3, 4, 5, 6]}, "question_id": "1199"} -{"nl": "display file information, trying to detect an embedded file", "cmd": "steghide info {{path/to/file.jpg}}", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_10", "steghide_43"], "matching_info": {"info": [10, 43], "|main|": [3, 4, 5, 6]}, "question_id": "1200"} -{"nl": "embed data in a jpeg image, using maximum compression", "cmd": "steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --compress {{9}}", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_8", "steghide_16", "steghide_17", "steghide_20", "steghide_37"], "matching_info": {"embed": [8, 37], "--coverfile": [17], "--embedfile": [16], "--compress": [20], "|main|": [3, 4, 5, 6]}, "question_id": "1201"} -{"nl": "get the list of supported encryption algorithms and modes", "cmd": "steghide encinfo", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_11"], "matching_info": {"encinfo": [11], "|main|": [3, 4, 5, 6]}, "question_id": "1202"} -{"nl": "embed encrypted data in a jpeg image, e.g. with blowfish in cbc mode", "cmd": "steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --encryption {{blowfish|...}} {{cbc|...}}", "tldr_cmd_name": "steghide", "cmd_name": "steghide", "manual_exist": true, "oracle_man": ["steghide_3", "steghide_8", "steghide_16", "steghide_17", "steghide_19", "steghide_37"], "matching_info": {"embed": [8, 37], "--coverfile": [17], "--embedfile": [16], "--encryption": [19], "|main|": [3, 4, 5, 6]}, "question_id": "1203"} -{"nl": "create array", "cmd": "mdadm --create {{/dev/md/MyRAID}} --level {{raid_level}} --raid-devices {{number_of_disks}} {{/dev/sdXN}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_23", "mdadm_38", "mdadm_53", "mdadm_72", "mdadm_99", "mdadm_101", "mdadm_125", "mdadm_131", "mdadm_258", "mdadm_259", "mdadm_261", "mdadm_263", "mdadm_274", "mdadm_384", "mdadm_393", "mdadm_394", "mdadm_395", "mdadm_398"], "matching_info": {"--create": [23, 38, 53, 72, 99, 101, 125, 131, 259, 261, 263, 274, 384, 394, 395, 398], "--level": [72, 258, 261, 384, 393], "--raid-devices": [53, 258, 261, 384], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1204"} -{"nl": "stop array", "cmd": "mdadm --stop {{/dev/md0}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_37", "mdadm_209", "mdadm_302", "mdadm_382"], "matching_info": {"--stop": [37, 209, 302, 382], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1205"} -{"nl": "mark disk as failed", "cmd": "mdadm --fail {{/dev/md0}} {{/dev/sdXN}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_16", "mdadm_28", "mdadm_101", "mdadm_182", "mdadm_183", "mdadm_184", "mdadm_185", "mdadm_192", "mdadm_194", "mdadm_224", "mdadm_225", "mdadm_363", "mdadm_367", "mdadm_392"], "matching_info": {"--fail": [16, 28, 101, 182, 183, 184, 185, 192, 194, 224, 225, 363, 367, 392], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1206"} -{"nl": "remove disk", "cmd": "mdadm --remove {{/dev/md0}} {{/dev/sdXN}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_28", "mdadm_181", "mdadm_182", "mdadm_194", "mdadm_392"], "matching_info": {"--remove": [28, 181, 182, 194, 392], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1207"} -{"nl": "add disk to array", "cmd": "mdadm --assemble {{/dev/md0}} {{/dev/sdXN}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_21", "mdadm_148", "mdadm_203", "mdadm_208", "mdadm_236", "mdadm_237", "mdadm_238", "mdadm_243", "mdadm_253", "mdadm_356", "mdadm_359", "mdadm_381"], "matching_info": {"--assemble": [21, 148, 203, 208, 236, 237, 238, 243, 253, 356, 359, 381], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1208"} -{"nl": "show raid info", "cmd": "mdadm --detail {{/dev/md0}}", "tldr_cmd_name": "mdadm", "cmd_name": "mdadm", "manual_exist": true, "oracle_man": ["mdadm_3", "mdadm_32", "mdadm_37", "mdadm_51", "mdadm_152", "mdadm_184", "mdadm_198", "mdadm_199", "mdadm_200", "mdadm_202", "mdadm_216", "mdadm_283", "mdadm_288", "mdadm_307", "mdadm_385"], "matching_info": {"--detail": [32, 37, 51, 152, 184, 198, 199, 200, 202, 216, 283, 288, 307, 385], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1209"} -{"nl": "record a new session to a file named `typescript` in the current directory", "cmd": "script", "tldr_cmd_name": "script", "cmd_name": "script", "manual_exist": true, "oracle_man": ["script_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1210"} -{"nl": "record a new session to a custom filepath", "cmd": "script {{path/to/session.out}}", "tldr_cmd_name": "script", "cmd_name": "script", "manual_exist": true, "oracle_man": ["script_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1211"} -{"nl": "record a new session, appending to an existing file", "cmd": "script -a {{path/to/session.out}}", "tldr_cmd_name": "script", "cmd_name": "script", "manual_exist": true, "oracle_man": ["script_3", "script_8"], "matching_info": {"-a": [8], "|main|": [3, 4, 5, 6]}, "question_id": "1212"} -{"nl": "record timing information (data is outputted to the standard error)", "cmd": "script -t 2> {{path/to/timingfile}}", "tldr_cmd_name": "script", "cmd_name": "script", "manual_exist": true, "oracle_man": ["script_3", "script_4", "script_14", "script_16", "script_20", "script_26"], "matching_info": {"-t": [14, 16, 20, 26], "2": [4], "|main|": [3, 4, 5, 6]}, "question_id": "1213"} -{"nl": "launch flameshot with a simpler interactive mode", "cmd": "flameshot launcher", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_11"], "matching_info": {"launcher": [11], "|main|": [3, 4, 5]}, "question_id": "1220"} -{"nl": "launch flameshot and immediately start interactively annotating parts of the screen to screenshot", "cmd": "flameshot gui", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_8", "flameshot_9", "flameshot_10"], "matching_info": {"gui": [8, 9, 10], "|main|": [3, 4, 5]}, "question_id": "1221"} -{"nl": "take a full screenshot (all monitors)", "cmd": "flameshot full", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_12", "flameshot_13", "flameshot_14"], "matching_info": {"full": [12, 13, 14], "|main|": [3, 4, 5]}, "question_id": "1222"} -{"nl": "take a screenshot from monitor 1", "cmd": "flameshot screen --number {{1}}", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_15", "flameshot_16"], "matching_info": {"screen": [15, 16], "--number": [15], "|main|": [3, 4, 5]}, "question_id": "1223"} -{"nl": "set the save path to write screenshots to", "cmd": "flameshot full --path {{path/to/directory}}", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_12", "flameshot_13", "flameshot_14"], "matching_info": {"full": [12, 13, 14], "--path": [], "|main|": [3, 4, 5]}, "question_id": "1224"} -{"nl": "delay the screenshot for n milliseconds and output to clipboard", "cmd": "flameshot full --delay {{2000}} --clipboard", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_12", "flameshot_13", "flameshot_14"], "matching_info": {"full": [12, 13, 14], "--delay": [], "--clipboard": [], "|main|": [3, 4, 5]}, "question_id": "1225"} -{"nl": "take a screenshot and export it to standardoutput", "cmd": "flameshot gui --raw", "tldr_cmd_name": "flameshot", "cmd_name": "flameshot", "manual_exist": true, "oracle_man": ["flameshot_3", "flameshot_8", "flameshot_9", "flameshot_10"], "matching_info": {"gui": [8, 9, 10], "--raw": [], "|main|": [3, 4, 5]}, "question_id": "1226"} -{"nl": "display the filename and line number of the source code from an instruction address of an executable", "cmd": "addr2line --exe={{path/to/executable}} {{address}}", "tldr_cmd_name": "addr2line", "cmd_name": "addr2line", "manual_exist": true, "oracle_man": ["addr2line_2", "addr2line_3", "addr2line_20"], "matching_info": {"--exe": [2, 20], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1240"} -{"nl": "display the function name, filename and line number", "cmd": "addr2line --exe={{path/to/executable}} --functions {{address}}", "tldr_cmd_name": "addr2line", "cmd_name": "addr2line", "manual_exist": true, "oracle_man": ["addr2line_2", "addr2line_3", "addr2line_20", "addr2line_21"], "matching_info": {"--exe": [2, 20], "--functions": [2, 21], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1241"} -{"nl": "demangle the function name for c++ code", "cmd": "addr2line --exe={{path/to/executable}} --functions --demangle {{address}}", "tldr_cmd_name": "addr2line", "cmd_name": "addr2line", "manual_exist": true, "oracle_man": ["addr2line_2", "addr2line_3", "addr2line_19", "addr2line_20", "addr2line_21", "addr2line_29"], "matching_info": {"--exe": [2, 20], "--functions": [2, 21], "--demangle": [2, 19, 29], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1242"} -{"nl": "lock screen with a simple color background (rrggbb format)", "cmd": "i3lock -c {{0000ff}}", "tldr_cmd_name": "i3lock", "cmd_name": "i3lock", "manual_exist": true, "oracle_man": ["i3lock_2", "i3lock_3", "i3lock_18", "i3lock_24"], "matching_info": {"-c": [2, 18, 24], "|main|": [3]}, "question_id": "1243"} -{"nl": "lock screen to a png background", "cmd": "i3lock -i {{path/to/picture.png}}", "tldr_cmd_name": "i3lock", "cmd_name": "i3lock", "manual_exist": true, "oracle_man": ["i3lock_2", "i3lock_3", "i3lock_11", "i3lock_12", "i3lock_13", "i3lock_16", "i3lock_19", "i3lock_21", "i3lock_27"], "matching_info": {"-i": [2, 11, 12, 13, 16, 19, 21, 27], "|main|": [3]}, "question_id": "1244"} -{"nl": "disable the unlock indicator (removes feedback on keypress)", "cmd": "i3lock -u", "tldr_cmd_name": "i3lock", "cmd_name": "i3lock", "manual_exist": true, "oracle_man": ["i3lock_2", "i3lock_3", "i3lock_11"], "matching_info": {"-u": [2, 11], "|main|": [3]}, "question_id": "1245"} -{"nl": "display mouse pointer instead of hiding it ('default' for default pointer, 'win' for an ms windows pointer)", "cmd": "i3lock -p {{default|win}}", "tldr_cmd_name": "i3lock", "cmd_name": "i3lock", "manual_exist": true, "oracle_man": ["i3lock_2", "i3lock_3", "i3lock_20", "i3lock_21"], "matching_info": {"-p": [2, 20, 21], "|main|": [3]}, "question_id": "1246"} -{"nl": "lock screen to a png background displayed in multiple monitors, with enabled mouse pointer", "cmd": "i3lock -i {{path/to/picture.png}} -p {{default|win}} -t", "tldr_cmd_name": "i3lock", "cmd_name": "i3lock", "manual_exist": true, "oracle_man": ["i3lock_2", "i3lock_3", "i3lock_11", "i3lock_12", "i3lock_13", "i3lock_16", "i3lock_19", "i3lock_20", "i3lock_21", "i3lock_27"], "matching_info": {"-i": [2, 11, 12, 13, 16, 19, 21, 27], "-p": [2, 20, 21], "-t": [2, 19, 27], "|main|": [3]}, "question_id": "1247"} -{"nl": "display information about a package", "cmd": "dpkg-deb --info {{path/to/file.deb}}", "tldr_cmd_name": "dpkg-deb", "cmd_name": "dpkg-deb", "manual_exist": true, "oracle_man": ["dpkg-deb_3", "dpkg-deb_12"], "matching_info": {"--info": [12], "|main|": [3, 4, 5, 6]}, "question_id": "1253"} -{"nl": "display the package's name and version on one line", "cmd": "dpkg-deb --show {{path/to/file.deb}}", "tldr_cmd_name": "dpkg-deb", "cmd_name": "dpkg-deb", "manual_exist": true, "oracle_man": ["dpkg-deb_3", "dpkg-deb_15", "dpkg-deb_35", "dpkg-deb_36"], "matching_info": {"--show": [15, 35, 36], "|main|": [3, 4, 5, 6]}, "question_id": "1254"} -{"nl": "list the package's contents", "cmd": "dpkg-deb --contents {{path/to/file.deb}}", "tldr_cmd_name": "dpkg-deb", "cmd_name": "dpkg-deb", "manual_exist": true, "oracle_man": ["dpkg-deb_3", "dpkg-deb_20"], "matching_info": {"--contents": [20], "|main|": [3, 4, 5, 6]}, "question_id": "1255"} -{"nl": "extract package's contents into a directory", "cmd": "dpkg-deb --extract {{path/to/file.deb}} {{path/to/directory}}", "tldr_cmd_name": "dpkg-deb", "cmd_name": "dpkg-deb", "manual_exist": true, "oracle_man": ["dpkg-deb_3", "dpkg-deb_21", "dpkg-deb_24", "dpkg-deb_47"], "matching_info": {"--extract": [21, 24, 47], "|main|": [3, 4, 5, 6]}, "question_id": "1256"} -{"nl": "create a package from a specified directory", "cmd": "dpkg-deb --build {{path/to/directory}}", "tldr_cmd_name": "dpkg-deb", "cmd_name": "dpkg-deb", "manual_exist": true, "oracle_man": ["dpkg-deb_3", "dpkg-deb_7", "dpkg-deb_46"], "matching_info": {"--build": [7, 46], "|main|": [3, 4, 5, 6]}, "question_id": "1257"} -{"nl": "list all available playback targets", "cmd": "pw-cat --playback --list-targets", "tldr_cmd_name": "pw-cat", "cmd_name": "pw-cat", "manual_exist": true, "oracle_man": ["pw-cat_3", "pw-cat_8", "pw-cat_22"], "matching_info": {"--playback": [8], "--list-targets": [22], "|main|": [3]}, "question_id": "1258"} -{"nl": "play a wav file over the default target", "cmd": "pw-cat --playback {{path/to/file.wav}}", "tldr_cmd_name": "pw-cat", "cmd_name": "pw-cat", "manual_exist": true, "oracle_man": ["pw-cat_3", "pw-cat_8"], "matching_info": {"--playback": [8], "|main|": [3]}, "question_id": "1259"} -{"nl": "list all available record targets", "cmd": "pw-cat --record --list-targets", "tldr_cmd_name": "pw-cat", "cmd_name": "pw-cat", "manual_exist": true, "oracle_man": ["pw-cat_3", "pw-cat_9", "pw-cat_22"], "matching_info": {"--record": [9], "--list-targets": [22], "|main|": [3]}, "question_id": "1260"} -{"nl": "record a sample recording at a different volume level", "cmd": "pw-cat --record --volume={{0.1}} {{path/to/file.wav}}", "tldr_cmd_name": "pw-cat", "cmd_name": "pw-cat", "manual_exist": true, "oracle_man": ["pw-cat_3", "pw-cat_9", "pw-cat_28"], "matching_info": {"--record": [9], "--volume": [28], "|main|": [3]}, "question_id": "1261"} -{"nl": "record a sample recording using a different sample rate", "cmd": "pw-cat --record --rate={{6000}} {{path/to/file.wav}}", "tldr_cmd_name": "pw-cat", "cmd_name": "pw-cat", "manual_exist": true, "oracle_man": ["pw-cat_3", "pw-cat_9", "pw-cat_24"], "matching_info": {"--record": [9], "--rate": [24], "|main|": [3]}, "question_id": "1262"} -{"nl": "launch nautilus", "cmd": "nautilus", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3"], "matching_info": {"|main|": [3]}, "question_id": "1263"} -{"nl": "launch nautilus as root user", "cmd": "sudo nautilus", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3"], "matching_info": {"|main|": [3]}, "question_id": "1264"} -{"nl": "launch nautilus and display a specific directory", "cmd": "nautilus {{path/to/directory}}", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3"], "matching_info": {"|main|": [3]}, "question_id": "1265"} -{"nl": "launch nautilus with a specific file or directory selected", "cmd": "nautilus --select {{path/to/file_or_directory}}", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3", "nautilus_8"], "matching_info": {"--select": [8], "|main|": [3]}, "question_id": "1266"} -{"nl": "launch nautilus in a separated window", "cmd": "nautilus --new-window", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3", "nautilus_6"], "matching_info": {"--new-window": [6], "|main|": [3]}, "question_id": "1267"} -{"nl": "close all nautilus instances", "cmd": "nautilus --quit", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3", "nautilus_7"], "matching_info": {"--quit": [7], "|main|": [3]}, "question_id": "1268"} -{"nl": "display help", "cmd": "nautilus --help", "tldr_cmd_name": "nautilus", "cmd_name": "nautilus", "manual_exist": true, "oracle_man": ["nautilus_3", "nautilus_9"], "matching_info": {"--help": [9], "|main|": [3]}, "question_id": "1269"} -{"nl": "check the currently running kernel for spectre or meltdown", "cmd": "sudo spectre-meltdown-checker", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1270"} -{"nl": "check the currently running kernel and show an explanation of the actions to take to mitigate a vulnerability", "cmd": "sudo spectre-meltdown-checker --explain", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2", "spectre-meltdown-checker_16"], "matching_info": {"--explain": [16], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1271"} -{"nl": "check for specific variants (defaults to all)", "cmd": "sudo spectre-meltdown-checker --variant {{1|2|3|3a|4|l1tf|msbds|mfbds|mlpds|mdsum|taa|mcespc|srbds}}", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2", "spectre-meltdown-checker_27"], "matching_info": {"--variant": [27], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1272"} -{"nl": "display output using a specific output format", "cmd": "sudo spectre-meltdown-checker --batch {{text|json|nrpe|prometheus|short}}", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2", "spectre-meltdown-checker_22", "spectre-meltdown-checker_23", "spectre-meltdown-checker_24", "spectre-meltdown-checker_25", "spectre-meltdown-checker_26"], "matching_info": {"--batch": [22, 23, 24, 25, 26], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1273"} -{"nl": "don't use the `/sys` interface even if present", "cmd": "sudo spectre-meltdown-checker --no-sysfs", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2", "spectre-meltdown-checker_18"], "matching_info": {"--no-sysfs": [18], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1274"} -{"nl": "check a nonrunning kernel", "cmd": "sudo spectre-meltdown-checker --kernel {{path/to/kernel_file}}", "tldr_cmd_name": "spectre-meltdown-checker", "cmd_name": "spectre-meltdown-checker", "manual_exist": true, "oracle_man": ["spectre-meltdown-checker_2", "spectre-meltdown-checker_5", "spectre-meltdown-checker_10"], "matching_info": {"--kernel": [5, 10], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]}, "question_id": "1275"} -{"nl": "list all the files included in an iso image", "cmd": "isoinfo -f -i {{path/to/image.iso}}", "tldr_cmd_name": "isoinfo", "cmd_name": "isoinfo", "manual_exist": true, "oracle_man": ["isoinfo_6", "isoinfo_15", "isoinfo_16", "isoinfo_17", "isoinfo_18", "isoinfo_23", "isoinfo_26", "isoinfo_44"], "matching_info": {"-f": [15, 16, 26, 44], "-i": [17, 18, 23], "|main|": [6, 7, 8, 9, 10]}, "question_id": "1276"} -{"nl": "e[x]tract a specific file from an iso image and send it out stdout", "cmd": "isoinfo -i {{path/to/image.iso}} -x {{/PATH/TO/FILE/INSIDE/ISO.EXT}}", "tldr_cmd_name": "isoinfo", "cmd_name": "isoinfo", "manual_exist": true, "oracle_man": ["isoinfo_6", "isoinfo_17", "isoinfo_18", "isoinfo_23", "isoinfo_47"], "matching_info": {"-i": [17, 18, 23], "-x": [47], "|main|": [6, 7, 8, 9, 10]}, "question_id": "1277"} -{"nl": "show header information for an iso disk image", "cmd": "isoinfo -d -i {{path/to/image.iso}}", "tldr_cmd_name": "isoinfo", "cmd_name": "isoinfo", "manual_exist": true, "oracle_man": ["isoinfo_6", "isoinfo_14", "isoinfo_17", "isoinfo_18", "isoinfo_23", "isoinfo_24"], "matching_info": {"-d": [14, 24], "-i": [17, 18, 23], "|main|": [6, 7, 8, 9, 10]}, "question_id": "1278"} -{"nl": "show the bandwidth usage", "cmd": "sudo iftop", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1279"} -{"nl": "show the bandwidth usage of a given interface", "cmd": "sudo iftop -i {{interface}}", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_2", "iftop_3", "iftop_19"], "matching_info": {"-i": [2, 19], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1280"} -{"nl": "show the bandwidth usage with port information", "cmd": "sudo iftop -P", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_3", "iftop_14"], "matching_info": {"-P": [14], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1281"} -{"nl": "do not show bar graphs of traffic", "cmd": "sudo iftop -b", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_3", "iftop_16", "iftop_48", "iftop_54", "iftop_56", "iftop_59"], "matching_info": {"-b": [16, 48, 54, 56, 59], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1282"} -{"nl": "do not look up hostnames", "cmd": "sudo iftop -n", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_2", "iftop_3", "iftop_4", "iftop_11"], "matching_info": {"-n": [2, 4, 11], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1283"} -{"nl": "get help about interactive commands", "cmd": "?", "tldr_cmd_name": "iftop", "cmd_name": "iftop", "manual_exist": true, "oracle_man": ["iftop_3"], "matching_info": {"?": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1284"} -{"nl": "enable interface eth0", "cmd": "ifup {{eth0}}", "tldr_cmd_name": "ifup", "cmd_name": "ifup", "manual_exist": true, "oracle_man": ["ifup_9"], "matching_info": {"|main|": [9]}, "question_id": "1285"} -{"nl": "enable all the interfaces defined with \"auto\" in `/etc/network/interfaces`", "cmd": "ifup -a", "tldr_cmd_name": "ifup", "cmd_name": "ifup", "manual_exist": true, "oracle_man": ["ifup_4", "ifup_5", "ifup_6", "ifup_7", "ifup_8", "ifup_9", "ifup_11", "ifup_15", "ifup_20", "ifup_23", "ifup_28", "ifup_31", "ifup_33"], "matching_info": {"-a": [4, 5, 6, 7, 8, 11, 15, 20, 23, 28, 31, 33], "|main|": [9]}, "question_id": "1286"} -{"nl": "synchronize list of packages and versions available. this should be run first, before running subsequent aptitude commands", "cmd": "aptitude update", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_11", "aptitude_36"], "matching_info": {"update": [36], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1299"} -{"nl": "install a new package and its dependencies", "cmd": "aptitude install {{package}}", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_11", "aptitude_15", "aptitude_188"], "matching_info": {"install": [15, 188], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1300"} -{"nl": "search for a package", "cmd": "aptitude search {{package}}", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_6", "aptitude_11", "aptitude_45", "aptitude_48", "aptitude_105"], "matching_info": {"search": [6, 45, 48, 105], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1301"} -{"nl": "search for an installed package (`?installed` is an aptitude search term)", "cmd": "aptitude search '?installed({{package}})'", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_6", "aptitude_11", "aptitude_45", "aptitude_48", "aptitude_105"], "matching_info": {"search": [6, 45, 48, 105], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1302"} -{"nl": "remove a package and all packages depending on it", "cmd": "aptitude remove {{package}}", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_11", "aptitude_28"], "matching_info": {"remove": [28], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1303"} -{"nl": "upgrade installed packages to the newest available versions", "cmd": "aptitude upgrade", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_11"], "matching_info": {"upgrade": [], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1304"} -{"nl": "upgrade installed packages (like `aptitude upgrade`) including removing obsolete packages and installing additional packages to meet new package dependencies", "cmd": "aptitude full-upgrade", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_3", "aptitude_11", "aptitude_40"], "matching_info": {"full-upgrade": [3, 40], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1305"} -{"nl": "put an installed package on hold to prevent it from being automatically upgraded", "cmd": "aptitude hold '?installed({{package}})'", "tldr_cmd_name": "aptitude", "cmd_name": "aptitude", "manual_exist": true, "oracle_man": ["aptitude_11", "aptitude_28"], "matching_info": {"hold": [28], "|main|": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86]}, "question_id": "1306"} -{"nl": "list all mounted filesystems", "cmd": "findmnt", "tldr_cmd_name": "findmnt", "cmd_name": "findmnt", "manual_exist": true, "oracle_man": ["findmnt_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "1311"} -{"nl": "search for a device", "cmd": "findmnt {{/dev/sdb1}}", "tldr_cmd_name": "findmnt", "cmd_name": "findmnt", "manual_exist": true, "oracle_man": ["findmnt_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "1312"} -{"nl": "search for a mountpoint", "cmd": "findmnt {{/}}", "tldr_cmd_name": "findmnt", "cmd_name": "findmnt", "manual_exist": true, "oracle_man": ["findmnt_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "1313"} -{"nl": "find filesystems in specific type", "cmd": "findmnt -t {{ext4}}", "tldr_cmd_name": "findmnt", "cmd_name": "findmnt", "manual_exist": true, "oracle_man": ["findmnt_4", "findmnt_5", "findmnt_6", "findmnt_7", "findmnt_17", "findmnt_23", "findmnt_24", "findmnt_25", "findmnt_26", "findmnt_28", "findmnt_34", "findmnt_41", "findmnt_46", "findmnt_47", "findmnt_48", "findmnt_53", "findmnt_54", "findmnt_57", "findmnt_59", "findmnt_64"], "matching_info": {"-t": [4, 6, 7, 17, 23, 24, 25, 26, 28, 34, 41, 46, 47, 48, 53, 54, 57, 59, 64], "|main|": [5, 6, 7, 8]}, "question_id": "1314"} -{"nl": "find filesystems with specific label", "cmd": "findmnt LABEL={{BigStorage}}", "tldr_cmd_name": "findmnt", "cmd_name": "findmnt", "manual_exist": true, "oracle_man": ["findmnt_5"], "matching_info": {"LABEL": [], "|main|": [5, 6, 7, 8]}, "question_id": "1315"} -{"nl": "show all recognized exif information in an image", "cmd": "exif {{path/to/image.jpg}}", "tldr_cmd_name": "exif", "cmd_name": "exif", "manual_exist": true, "oracle_man": ["exif_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1316"} -{"nl": "show a table listing known exif tags and whether each one exists in an image", "cmd": "exif --list-tags --no-fixup {{image.jpg}}", "tldr_cmd_name": "exif", "cmd_name": "exif", "manual_exist": true, "oracle_man": ["exif_3", "exif_11", "exif_18", "exif_21", "exif_31", "exif_33", "exif_39"], "matching_info": {"--list-tags": [11, 31], "--no-fixup": [18, 21, 31, 33, 39], "|main|": [3, 4, 5, 6]}, "question_id": "1317"} -{"nl": "extract the image thumbnail into the file `thumbnail.jpg`", "cmd": "exif --extract-thumbnail --output={{thumbnail.jpg}} {{image.jpg}}", "tldr_cmd_name": "exif", "cmd_name": "exif", "manual_exist": true, "oracle_man": ["exif_3", "exif_15", "exif_16", "exif_19", "exif_21", "exif_37", "exif_43", "exif_45", "exif_47"], "matching_info": {"--extract-thumbnail": [15, 37], "--output": [15, 16, 19, 21, 37, 43, 45, 47], "|main|": [3, 4, 5, 6]}, "question_id": "1318"} -{"nl": "show the raw contents of the \"model\" tag in the given image", "cmd": "exif --ifd={{0}} --tag={{Model}} --machine-readable {{image.jpg}}", "tldr_cmd_name": "exif", "cmd_name": "exif", "manual_exist": true, "oracle_man": ["exif_3", "exif_9", "exif_10", "exif_14", "exif_20", "exif_22", "exif_24", "exif_33", "exif_35", "exif_39", "exif_41", "exif_43", "exif_45", "exif_47"], "matching_info": {"--ifd": [9, 10, 20, 35, 39, 41, 43, 45, 47], "--tag": [9, 14, 20, 33, 35, 41, 43, 45, 47], "--machine-readable": [22, 24, 35], "|main|": [3, 4, 5, 6]}, "question_id": "1319"} -{"nl": "change the value of the \"artist\" tag to john smith and save to `new.jpg`", "cmd": "exif --output={{new.jpg}} --ifd={{0}} --tag=\"{{Artist}}\" --set-value=\"{{John Smith}}\" --no-fixup {{image.jpg}}", "tldr_cmd_name": "exif", "cmd_name": "exif", "manual_exist": true, "oracle_man": ["exif_3", "exif_9", "exif_10", "exif_14", "exif_15", "exif_16", "exif_18", "exif_19", "exif_20", "exif_21", "exif_31", "exif_33", "exif_35", "exif_37", "exif_39", "exif_41", "exif_43", "exif_45", "exif_47"], "matching_info": {"--output": [15, 16, 19, 21, 37, 43, 45, 47], "--ifd": [9, 10, 20, 35, 39, 41, 43, 45, 47], "--tag": [9, 14, 20, 33, 35, 41, 43, 45, 47], "--set-value": [20, 43], "--no-fixup": [18, 21, 31, 33, 39], "|main|": [3, 4, 5, 6]}, "question_id": "1320"} -{"nl": "run the specified command in a virtual x server", "cmd": "xvfb-run {{command}}", "tldr_cmd_name": "xvfb-run", "cmd_name": "xvfb-run", "manual_exist": true, "oracle_man": ["xvfb-run_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1327"} -{"nl": "try to get a free server number, if the default (99) is not available", "cmd": "xvfb-run --auto-servernum {{command}}", "tldr_cmd_name": "xvfb-run", "cmd_name": "xvfb-run", "manual_exist": true, "oracle_man": ["xvfb-run_3", "xvfb-run_7", "xvfb-run_11", "xvfb-run_25"], "matching_info": {"--auto-servernum": [7, 11, 25], "|main|": [3, 4, 5, 6]}, "question_id": "1328"} -{"nl": "pass arguments to the xvfb server", "cmd": "xvfb-run --server-args \"{{-screen 0 1024x768x24}}\" {{command}}", "tldr_cmd_name": "xvfb-run", "cmd_name": "xvfb-run", "manual_exist": true, "oracle_man": ["xvfb-run_3", "xvfb-run_14", "xvfb-run_26"], "matching_info": {"--server-args": [14, 26], "|main|": [3, 4, 5, 6]}, "question_id": "1329"} -{"nl": "view documentation for the original command", "cmd": "tldr cal", "tldr_cmd_name": "ncal", "cmd_name": "ncal", "manual_exist": true, "oracle_man": ["ncal_1", "ncal_2", "ncal_3", "ncal_30"], "matching_info": {"tldr": [], "cal": [1, 2, 3, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, "question_id": "1330"} -{"nl": "display information about all users who are currently logged in", "cmd": "w", "tldr_cmd_name": "w", "cmd_name": "w", "manual_exist": true, "oracle_man": ["w_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1336"} -{"nl": "display information about a specific user", "cmd": "w {{user}}", "tldr_cmd_name": "w", "cmd_name": "w", "manual_exist": true, "oracle_man": ["w_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1337"} -{"nl": "display information without including the header", "cmd": "w --no-header", "tldr_cmd_name": "w", "cmd_name": "w", "manual_exist": true, "oracle_man": ["w_3", "w_7"], "matching_info": {"--no-header": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1338"} -{"nl": "display information without including the login, jcpu and pcpu columns", "cmd": "w --short", "tldr_cmd_name": "w", "cmd_name": "w", "manual_exist": true, "oracle_man": ["w_3", "w_9"], "matching_info": {"--short": [9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1339"} -{"nl": "run command as a different user", "cmd": "runuser {{user}} -c '{{command}}'", "tldr_cmd_name": "runuser", "cmd_name": "runuser", "manual_exist": true, "oracle_man": ["runuser_4", "runuser_9", "runuser_27"], "matching_info": {"-c": [4, 9, 27], "|main|": [4, 5, 6, 7, 8]}, "question_id": "1340"} -{"nl": "run command as a different user and group", "cmd": "runuser {{user}} -g {{group}} -c '{{command}}'", "tldr_cmd_name": "runuser", "cmd_name": "runuser", "manual_exist": true, "oracle_man": ["runuser_4", "runuser_9", "runuser_11", "runuser_12", "runuser_27"], "matching_info": {"-g": [11, 12], "-c": [4, 9, 27], "|main|": [4, 5, 6, 7, 8]}, "question_id": "1341"} -{"nl": "start a login shell as a specific user", "cmd": "runuser {{user}} -l", "tldr_cmd_name": "runuser", "cmd_name": "runuser", "manual_exist": true, "oracle_man": ["runuser_4", "runuser_8", "runuser_13", "runuser_20", "runuser_28", "runuser_34", "runuser_35"], "matching_info": {"-l": [8, 13, 20, 28, 34, 35], "|main|": [4, 5, 6, 7, 8]}, "question_id": "1342"} -{"nl": "specify a shell for running instead of the default shell (also works for login)", "cmd": "runuser {{user}} -s {{/bin/sh}}", "tldr_cmd_name": "runuser", "cmd_name": "runuser", "manual_exist": true, "oracle_man": ["runuser_4", "runuser_12", "runuser_21", "runuser_22", "runuser_26", "runuser_27", "runuser_28"], "matching_info": {"-s": [12, 21, 22, 26, 27, 28], "|main|": [4, 5, 6, 7, 8]}, "question_id": "1343"} -{"nl": "preserve the entire environment of root (only if `login` is not specified)", "cmd": "runuser {{user}} --preserve-environment -c '{{command}}'", "tldr_cmd_name": "runuser", "cmd_name": "runuser", "manual_exist": true, "oracle_man": ["runuser_4", "runuser_8", "runuser_9", "runuser_20", "runuser_23", "runuser_27", "runuser_34"], "matching_info": {"--preserve-environment": [8, 20, 23, 34], "-c": [4, 9, 27], "|main|": [4, 5, 6, 7, 8]}, "question_id": "1344"} -{"nl": "add spaceseparated files or directories to a phar file", "cmd": "phar add -f {{path/to/phar_file}} {{files_or_directories}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_5", "phar_6", "phar_8", "phar_19", "phar_25", "phar_28", "phar_40", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_82", "phar_88", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"add": [5, 6], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1350"} -{"nl": "display the contents of a phar file", "cmd": "phar list -f {{path/to/phar_file}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_8", "phar_19", "phar_25", "phar_28", "phar_40", "phar_43", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_82", "phar_88", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"list": [43], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1351"} -{"nl": "delete the specified file or directory from a phar file", "cmd": "phar delete -f {{path/to/phar_file}} -e {{file_or_directory}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_8", "phar_19", "phar_21", "phar_22", "phar_24", "phar_25", "phar_28", "phar_40", "phar_45", "phar_53", "phar_55", "phar_59", "phar_61", "phar_65", "phar_68", "phar_73", "phar_82", "phar_88", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"delete": [22], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "-e": [21, 24, 55, 61, 68], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1352"} -{"nl": "display full usage information and available hashing/compression algorithms", "cmd": "phar help", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_33"], "matching_info": {"help": [33], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1353"} -{"nl": "compress or uncompress files and directories in a phar file", "cmd": "phar compress -f {{path/to/phar_file}} -c {{algorithm}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_5", "phar_8", "phar_12", "phar_16", "phar_18", "phar_19", "phar_25", "phar_28", "phar_40", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_78", "phar_82", "phar_88", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"compress": [5, 16], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "-c": [12, 18, 78], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1354"} -{"nl": "get information about a phar file", "cmd": "phar info -f {{path/to/phar_file}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_8", "phar_19", "phar_25", "phar_28", "phar_37", "phar_40", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_82", "phar_88", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"info": [37], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1355"} -{"nl": "sign a phar file with a specific hash algorithm", "cmd": "phar sign -f {{path/to/phar_file}} -h {{algorithm}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_8", "phar_19", "phar_25", "phar_28", "phar_40", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_79", "phar_82", "phar_86", "phar_88", "phar_89", "phar_94", "phar_99", "phar_102", "phar_106"], "matching_info": {"sign": [86], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "-h": [79, 89], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1356"} -{"nl": "sign a phar file with an openssl private key", "cmd": "phar sign -f {{path/to/phar_file}} -h openssl -y {{path/to/private_key}}", "tldr_cmd_name": "phar", "cmd_name": "phar", "manual_exist": true, "oracle_man": ["phar_3", "phar_8", "phar_19", "phar_25", "phar_28", "phar_40", "phar_45", "phar_53", "phar_59", "phar_65", "phar_73", "phar_79", "phar_82", "phar_85", "phar_86", "phar_88", "phar_89", "phar_91", "phar_94", "phar_99", "phar_102", "phar_106", "phar_124"], "matching_info": {"sign": [86], "-f": [8, 19, 25, 28, 40, 45, 53, 59, 65, 73, 82, 88, 94, 99, 102, 106], "-h": [79, 89], "openssl": [124], "-y": [85, 91], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, "question_id": "1357"} -{"nl": "update the ports tree", "cmd": "ports -u", "tldr_cmd_name": "ports", "cmd_name": "ports", "manual_exist": true, "oracle_man": ["ports_2"], "matching_info": {"-u": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1358"} -{"nl": "list the ports in the current tree", "cmd": "ports -l", "tldr_cmd_name": "ports", "cmd_name": "ports", "manual_exist": true, "oracle_man": ["ports_2", "ports_31", "ports_33", "ports_34", "ports_35", "ports_36", "ports_59"], "matching_info": {"-l": [31, 33, 34, 35, 36, 59], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1359"} -{"nl": "check the differences between installed packages and the ports tree", "cmd": "ports -d", "tldr_cmd_name": "ports", "cmd_name": "ports", "manual_exist": true, "oracle_man": ["ports_2", "ports_18", "ports_34", "ports_35", "ports_36", "ports_40", "ports_41", "ports_76"], "matching_info": {"-d": [18, 34, 35, 36, 40, 41, 76], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1360"} -{"nl": "copy a file to another location", "cmd": "cp {{path/to/source_file.ext}} {{path/to/target_file.ext}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1361"} -{"nl": "copy a file into another directory, keeping the filename", "cmd": "cp {{path/to/source_file.ext}} {{path/to/target_parent_directory}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1362"} -{"nl": "recursively copy a directory's contents to another location (if the destination exists, the directory is copied inside it)", "cmd": "cp -r {{path/to/source_directory}} {{path/to/target_directory}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3", "cp_22", "cp_23", "cp_24", "cp_39"], "matching_info": {"-r": [22, 23, 24, 39], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1363"} -{"nl": "copy a directory recursively, in verbose mode (shows files as they are copied)", "cmd": "cp -vr {{path/to/source_directory}} {{path/to/target_directory}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3", "cp_22", "cp_23", "cp_24", "cp_39"], "matching_info": {"-vr": [22, 23, 24, 39], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1364"} -{"nl": "copy text files to another location, in interactive mode (prompts user before overwriting)", "cmd": "cp -i {{*.txt}} {{path/to/target_directory}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3", "cp_12", "cp_16"], "matching_info": {"-i": [12, 16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1365"} -{"nl": "follow symbolic links before copying", "cmd": "cp -L {{link}} {{path/to/target_directory}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3", "cp_15"], "matching_info": {"-L": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1366"} -{"nl": "use the full path of source files, creating any missing intermediate directories when copying", "cmd": "cp --parents {{source/path/to/file}} {{path/to/target_file}}", "tldr_cmd_name": "cp", "cmd_name": "cp", "manual_exist": true, "oracle_man": ["cp_3", "cp_21"], "matching_info": {"--parents": [21], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, "question_id": "1367"} -{"nl": "list the current settings / bootnums", "cmd": "efibootmgr", "tldr_cmd_name": "efibootmgr", "cmd_name": "efibootmgr", "manual_exist": true, "oracle_man": ["efibootmgr_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "1368"} -{"nl": "list the filepaths", "cmd": "efibootmgr -v", "tldr_cmd_name": "efibootmgr", "cmd_name": "efibootmgr", "manual_exist": true, "oracle_man": ["efibootmgr_2", "efibootmgr_3", "efibootmgr_5", "efibootmgr_32", "efibootmgr_33"], "matching_info": {"-v": [2, 5, 32, 33], "|main|": [3, 4, 5]}, "question_id": "1369"} -{"nl": "add uefi shell v2 as a boot option", "cmd": "sudo efibootmgr -c -d {{/dev/sda1}} -l {{\\EFI\\tools\\Shell.efi}} -L \"{{UEFI Shell}}\"", "tldr_cmd_name": "efibootmgr", "cmd_name": "efibootmgr", "manual_exist": true, "oracle_man": ["efibootmgr_2", "efibootmgr_3", "efibootmgr_10", "efibootmgr_11", "efibootmgr_12", "efibootmgr_13", "efibootmgr_15", "efibootmgr_18", "efibootmgr_19", "efibootmgr_23", "efibootmgr_25", "efibootmgr_28", "efibootmgr_30", "efibootmgr_45", "efibootmgr_49"], "matching_info": {"-c": [2, 11, 45, 49], "-d": [2, 10, 12, 13, 15, 23, 25, 28, 30], "-l": [2, 18, 19, 49], "-L": [2, 19, 49], "|main|": [3, 4, 5]}, "question_id": "1370"} -{"nl": "change the current boot order", "cmd": "sudo efibootmgr -o {{0002,0008,0001,0005}}", "tldr_cmd_name": "efibootmgr", "cmd_name": "efibootmgr", "manual_exist": true, "oracle_man": ["efibootmgr_2", "efibootmgr_3", "efibootmgr_24", "efibootmgr_46"], "matching_info": {"-o": [2, 24, 46], "|main|": [3, 4, 5]}, "question_id": "1371"} -{"nl": "delete a boot option", "cmd": "sudo efibootmgr -b {{0008}} --delete-bootnum", "tldr_cmd_name": "efibootmgr", "cmd_name": "efibootmgr", "manual_exist": true, "oracle_man": ["efibootmgr_2", "efibootmgr_3", "efibootmgr_9", "efibootmgr_10", "efibootmgr_20", "efibootmgr_22", "efibootmgr_23", "efibootmgr_24", "efibootmgr_25", "efibootmgr_36", "efibootmgr_48"], "matching_info": {"-b": [2, 9, 10, 20, 22, 23, 24, 25, 36, 48], "--delete-bootnum": [10], "|main|": [3, 4, 5]}, "question_id": "1372"} -{"nl": "list all storage devices in a treelike format", "cmd": "lsblk", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "1373"} -{"nl": "also list empty devices", "cmd": "lsblk -a", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_8", "lsblk_14", "lsblk_18", "lsblk_26"], "matching_info": {"-a": [8, 14, 18, 26], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1374"} -{"nl": "print the size column in bytes rather than in a humanreadable format", "cmd": "lsblk -b", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_9"], "matching_info": {"-b": [9], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1375"} -{"nl": "output info about filesystems", "cmd": "lsblk -f", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_5", "lsblk_15"], "matching_info": {"-f": [5, 15], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1376"} -{"nl": "use ascii characters for tree formatting", "cmd": "lsblk -i", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_17", "lsblk_18", "lsblk_31"], "matching_info": {"-i": [17, 18, 31], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1377"} -{"nl": "output info about blockdevice topology", "cmd": "lsblk -t", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_5", "lsblk_7", "lsblk_19", "lsblk_21", "lsblk_24", "lsblk_32", "lsblk_33", "lsblk_37"], "matching_info": {"-t": [5, 7, 19, 21, 24, 32, 33, 37], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1378"} -{"nl": "exclude the devices specified by the commaseparated list of major device numbers", "cmd": "lsblk -e {{1,7}}", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_14", "lsblk_27", "lsblk_29"], "matching_info": {"-e": [14, 27, 29], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1379"} -{"nl": "display a customized summary using a commaseparated list of columns", "cmd": "lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}", "tldr_cmd_name": "lsblk", "cmd_name": "lsblk", "manual_exist": true, "oracle_man": ["lsblk_3", "lsblk_5", "lsblk_19", "lsblk_24", "lsblk_26"], "matching_info": {"--output": [5, 19, 24, 26], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1380"} -{"nl": "compile and install terminfo for a terminal", "cmd": "tic -xe {{terminal}} {{path/to/terminal.info}}", "tldr_cmd_name": "tic", "cmd_name": "tic", "manual_exist": true, "oracle_man": ["tic_2", "tic_3", "tic_31", "tic_82", "tic_85"], "matching_info": {"-xe": [2, 31, 82, 85], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, "question_id": "1385"} -{"nl": "check terminfo file for errors", "cmd": "tic -c {{path/to/terminal.info}}", "tldr_cmd_name": "tic", "cmd_name": "tic", "manual_exist": true, "oracle_man": ["tic_3", "tic_23", "tic_24", "tic_25", "tic_28", "tic_73", "tic_80", "tic_86"], "matching_info": {"-c": [23, 24, 25, 28, 73, 80, 86], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, "question_id": "1386"} -{"nl": "print database locations", "cmd": "tic -D", "tldr_cmd_name": "tic", "cmd_name": "tic", "manual_exist": true, "oracle_man": ["tic_3", "tic_30"], "matching_info": {"-D": [30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, "question_id": "1387"} -{"nl": "list trusted keys", "cmd": "apt-key list", "tldr_cmd_name": "apt-key", "cmd_name": "apt-key", "manual_exist": true, "oracle_man": ["apt-key_3", "apt-key_14"], "matching_info": {"list": [14], "|main|": [3, 4, 5]}, "question_id": "1388"} -{"nl": "add a key to the trusted keystore", "cmd": "apt-key add {{public_key_file.asc}}", "tldr_cmd_name": "apt-key", "cmd_name": "apt-key", "manual_exist": true, "oracle_man": ["apt-key_3", "apt-key_8"], "matching_info": {"add": [8], "|main|": [3, 4, 5]}, "question_id": "1389"} -{"nl": "delete a key from the trusted keystore", "cmd": "apt-key del {{key_id}}", "tldr_cmd_name": "apt-key", "cmd_name": "apt-key", "manual_exist": true, "oracle_man": ["apt-key_3", "apt-key_11"], "matching_info": {"del": [11], "|main|": [3, 4, 5]}, "question_id": "1390"} -{"nl": "add a remote key to the trusted keystore", "cmd": "wget -qO - {{https://host.tld/filename.key}} | apt-key add -", "tldr_cmd_name": "apt-key", "cmd_name": "apt-key", "manual_exist": true, "oracle_man": ["apt-key_0", "apt-key_1", "apt-key_2", "apt-key_3", "apt-key_4", "apt-key_5", "apt-key_6", "apt-key_7", "apt-key_8", "apt-key_9", "apt-key_15", "apt-key_16", "apt-key_18", "apt-key_20"], "matching_info": {"wget": [], "-qO": [], "-": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 16, 18, 20], "add": [8], "|main|": [3, 4, 5]}, "question_id": "1391"} -{"nl": "add a key from keyserver with only key id", "cmd": "apt-key adv --keyserver {{pgp.mit.edu}} --recv {{KEYID}}", "tldr_cmd_name": "apt-key", "cmd_name": "apt-key", "manual_exist": true, "oracle_man": ["apt-key_3", "apt-key_15"], "matching_info": {"adv": [15], "--keyserver": [], "--recv": [15], "|main|": [3, 4, 5]}, "question_id": "1392"} -{"nl": "start the default shell as fakeroot", "cmd": "fakeroot", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1393"} -{"nl": "run a command as fakeroot", "cmd": "fakeroot -- {{command}} {{command_arguments}}", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_2", "fakeroot_3", "fakeroot_7", "fakeroot_8", "fakeroot_9", "fakeroot_12", "fakeroot_17"], "matching_info": {"--": [2, 7, 8, 9, 12, 17], "|main|": [3, 4, 5, 6]}, "question_id": "1394"} -{"nl": "run a command as fakeroot and save the environment to a file on exit", "cmd": "fakeroot -s {{path/to/file}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_2", "fakeroot_3", "fakeroot_7", "fakeroot_8", "fakeroot_9", "fakeroot_10", "fakeroot_11", "fakeroot_12", "fakeroot_17", "fakeroot_20"], "matching_info": {"-s": [2, 10, 11, 20], "--": [2, 7, 8, 9, 12, 17], "|main|": [3, 4, 5, 6]}, "question_id": "1395"} -{"nl": "load a fakeroot environment and run a command as fakeroot", "cmd": "fakeroot -i {{path/to/file}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_2", "fakeroot_3", "fakeroot_7", "fakeroot_8", "fakeroot_9", "fakeroot_10", "fakeroot_11", "fakeroot_12", "fakeroot_17"], "matching_info": {"-i": [2, 10, 11, 12], "--": [2, 7, 8, 9, 12, 17], "|main|": [3, 4, 5, 6]}, "question_id": "1396"} -{"nl": "run a command keeping the real ownership of files instead of pretending they are owned by root", "cmd": "fakeroot --unknown-is-real -- {{command}} {{command_arguments}}", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_2", "fakeroot_3", "fakeroot_7", "fakeroot_8", "fakeroot_9", "fakeroot_12", "fakeroot_17"], "matching_info": {"--unknown-is-real": [2, 12], "--": [2, 7, 8, 9, 12, 17], "|main|": [3, 4, 5, 6]}, "question_id": "1397"} -{"nl": "display help", "cmd": "fakeroot --help", "tldr_cmd_name": "fakeroot", "cmd_name": "fakeroot", "manual_exist": true, "oracle_man": ["fakeroot_2", "fakeroot_3"], "matching_info": {"--help": [2], "|main|": [3, 4, 5, 6]}, "question_id": "1398"} -{"nl": "list all the usb devices available", "cmd": "lsusb", "tldr_cmd_name": "lsusb", "cmd_name": "lsusb", "manual_exist": true, "oracle_man": ["lsusb_3"], "matching_info": {"|main|": [3]}, "question_id": "1405"} -{"nl": "list the usb hierarchy as a tree", "cmd": "lsusb -t", "tldr_cmd_name": "lsusb", "cmd_name": "lsusb", "manual_exist": true, "oracle_man": ["lsusb_3", "lsusb_8"], "matching_info": {"-t": [8], "|main|": [3]}, "question_id": "1406"} -{"nl": "list verbose information about usb devices", "cmd": "lsusb --verbose", "tldr_cmd_name": "lsusb", "cmd_name": "lsusb", "manual_exist": true, "oracle_man": ["lsusb_3", "lsusb_4"], "matching_info": {"--verbose": [4], "|main|": [3]}, "question_id": "1407"} -{"nl": "list detailed information about a usb device", "cmd": "lsusb -D {{device}}", "tldr_cmd_name": "lsusb", "cmd_name": "lsusb", "manual_exist": true, "oracle_man": ["lsusb_3", "lsusb_7"], "matching_info": {"-D": [7], "|main|": [3]}, "question_id": "1408"} -{"nl": "list devices with a specified vendor and product id only", "cmd": "lsusb -d {{vendor}}:{{product}}", "tldr_cmd_name": "lsusb", "cmd_name": "lsusb", "manual_exist": true, "oracle_man": ["lsusb_3", "lsusb_6"], "matching_info": {"-d": [6], "|main|": [3]}, "question_id": "1409"} -{"nl": "see action can be used to view any file (usually image) on default mailcap explorer", "cmd": "see {{filename}}", "tldr_cmd_name": "see", "cmd_name": "see", "manual_exist": true, "oracle_man": ["see_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1410"} -{"nl": "using with `runmailcap`", "cmd": "run-mailcap --action=view {{filename}}", "tldr_cmd_name": "see", "cmd_name": "see", "manual_exist": true, "oracle_man": ["see_1", "see_2", "see_4"], "matching_info": {"run-mailcap": [1, 2, 4], "--action=view": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1411"} -{"nl": "choose the server with the lowest latency", "cmd": "sudo netselect {{host_1}} {{host_2}}", "tldr_cmd_name": "netselect", "cmd_name": "netselect", "manual_exist": true, "oracle_man": ["netselect_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1412"} -{"nl": "display nameserver resolution and statistics", "cmd": "sudo netselect -vv {{host_1}} {{host_2}}", "tldr_cmd_name": "netselect", "cmd_name": "netselect", "manual_exist": true, "oracle_man": ["netselect_2", "netselect_3", "netselect_7", "netselect_10", "netselect_12", "netselect_17", "netselect_22", "netselect_26", "netselect_31", "netselect_32", "netselect_33"], "matching_info": {"-vv": [2, 7, 10, 12, 17, 22, 26, 31, 32, 33], "|main|": [3, 4, 5, 6]}, "question_id": "1413"} -{"nl": "define maximum ttl (time to live)", "cmd": "sudo netselect -m {{10}} {{host_1}} {{host_2}}", "tldr_cmd_name": "netselect", "cmd_name": "netselect", "manual_exist": true, "oracle_man": ["netselect_2", "netselect_3", "netselect_34"], "matching_info": {"-m": [2, 34], "|main|": [3, 4, 5, 6]}, "question_id": "1414"} -{"nl": "print fastest n servers among the hosts", "cmd": "sudo netselect -s {{N}} {{host_1}} {{host_2}} {{host_3}}", "tldr_cmd_name": "netselect", "cmd_name": "netselect", "manual_exist": true, "oracle_man": ["netselect_2", "netselect_3", "netselect_6", "netselect_35"], "matching_info": {"-s": [2, 6, 35], "|main|": [3, 4, 5, 6]}, "question_id": "1415"} -{"nl": "list available options", "cmd": "netselect", "tldr_cmd_name": "netselect", "cmd_name": "netselect", "manual_exist": true, "oracle_man": ["netselect_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1416"} -{"nl": "check the configuration", "cmd": "sudo postfix check", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_8"], "matching_info": {"check": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1417"} -{"nl": "check the status of the postfix daemon", "cmd": "sudo postfix status", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_18"], "matching_info": {"status": [18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1418"} -{"nl": "start postfix", "cmd": "sudo postfix start", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_9", "postfix_10"], "matching_info": {"start": [9, 10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1419"} -{"nl": "gracefully stop postfix", "cmd": "sudo postfix stop", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_12"], "matching_info": {"stop": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1420"} -{"nl": "flush the mail queue", "cmd": "sudo postfix flush", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_15"], "matching_info": {"flush": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1421"} -{"nl": "reload the configuration files", "cmd": "sudo postfix reload", "tldr_cmd_name": "postfix", "cmd_name": "postfix", "manual_exist": true, "oracle_man": ["postfix_3", "postfix_17"], "matching_info": {"reload": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "1422"} -{"nl": "initialize a luks volume (overwrites all data on the partition)", "cmd": "cryptsetup luksFormat {{/dev/sda1}}", "tldr_cmd_name": "cryptsetup", "cmd_name": "cryptsetup", "manual_exist": true, "oracle_man": ["cryptsetup_3", "cryptsetup_66", "cryptsetup_240", "cryptsetup_249", "cryptsetup_305"], "matching_info": {"luksFormat": [66, 240, 249, 305], "|main|": [3, 4, 5]}, "question_id": "1423"} -{"nl": "open a luks volume and create a decrypted mapping at `/dev/mapper/{{target}}`", "cmd": "cryptsetup luksOpen {{/dev/sda1}} {{target}}", "tldr_cmd_name": "cryptsetup", "cmd_name": "cryptsetup", "manual_exist": true, "oracle_man": ["cryptsetup_3"], "matching_info": {"luksOpen": [], "|main|": [3, 4, 5]}, "question_id": "1424"} -{"nl": "remove an existing mapping", "cmd": "cryptsetup luksClose {{target}}", "tldr_cmd_name": "cryptsetup", "cmd_name": "cryptsetup", "manual_exist": true, "oracle_man": ["cryptsetup_3"], "matching_info": {"luksClose": [], "|main|": [3, 4, 5]}, "question_id": "1425"} -{"nl": "change the luks volume's passphrase", "cmd": "cryptsetup luksChangeKey {{/dev/sda1}}", "tldr_cmd_name": "cryptsetup", "cmd_name": "cryptsetup", "manual_exist": true, "oracle_man": ["cryptsetup_3", "cryptsetup_93"], "matching_info": {"luksChangeKey": [93], "|main|": [3, 4, 5]}, "question_id": "1426"} -{"nl": "display help", "cmd": "pacman --deptest --help", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15", "pacman_19"], "matching_info": {"--deptest": [15], "--help": [19], "|main|": [3, 4, 5]}, "question_id": "1187"} -{"nl": "install one or more packages from files", "cmd": "sudo pacman --upgrade {{path/to/package1.pkg.tar.zst}} {{path/to/package2.pkg.tar.zst}}", "tldr_cmd_name": "pacman-upgrade", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_16", "pacman_56", "pacman_63"], "matching_info": {"--upgrade": [16, 56, 63], "|main|": [3, 4, 5]}, "question_id": "1431"} -{"nl": "install a package without prompting", "cmd": "sudo pacman --upgrade --noconfirm {{path/to/package.pkg.tar.zst}}", "tldr_cmd_name": "pacman-upgrade", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_16", "pacman_31", "pacman_32", "pacman_56", "pacman_63"], "matching_info": {"--upgrade": [16, 56, 63], "--noconfirm": [31, 32], "|main|": [3, 4, 5]}, "question_id": "1432"} -{"nl": "overwrite conflicting files during a package installation", "cmd": "sudo pacman --upgrade --overwrite {{path/to/file}} {{path/to/package.pkg.tar.zst}}", "tldr_cmd_name": "pacman-upgrade", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_16", "pacman_48", "pacman_56", "pacman_63"], "matching_info": {"--upgrade": [16, 56, 63], "--overwrite": [48], "|main|": [3, 4, 5]}, "question_id": "1433"} -{"nl": "install a package, skipping the dependency version checks", "cmd": "sudo pacman --upgrade --nodeps {{path/to/package.pkg.tar.zst}}", "tldr_cmd_name": "pacman-upgrade", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_16", "pacman_35", "pacman_36", "pacman_56", "pacman_63"], "matching_info": {"--upgrade": [16, 56, 63], "--nodeps": [35, 36], "|main|": [3, 4, 5]}, "question_id": "1434"} -{"nl": "list packages that would be affected (does not install any packages)", "cmd": "pacman --query --print {{path/to/package.pkg.tar.zst}}", "tldr_cmd_name": "pacman-upgrade", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_40", "pacman_41"], "matching_info": {"--query": [7], "--print": [40, 41], "|main|": [3, 4, 5]}, "question_id": "1435"} -{"nl": "list all available cameras", "cmd": "uvcdynctrl -l", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_7", "uvcdynctrl_18"], "matching_info": {"-l": [7, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1436"} -{"nl": "specify the device to use (defaults to `video0`)", "cmd": "uvcdynctrl -d {{device_name}}", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_11"], "matching_info": {"-d": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1437"} -{"nl": "list available controls", "cmd": "uvcdynctrl -c", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_12"], "matching_info": {"-c": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1438"} -{"nl": "set a new control value (for negative values, add before {{value}})", "cmd": "uvcdynctrl -s {{control_name}} {{value}}", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_14", "uvcdynctrl_15", "uvcdynctrl_17"], "matching_info": {"-s": [14, 15, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1439"} -{"nl": "get the current control value", "cmd": "uvcdynctrl -g {{control_name}}", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_13"], "matching_info": {"-g": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1440"} -{"nl": "save the state of the current controls to a file", "cmd": "uvcdynctrl -W {{filename}}", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_17"], "matching_info": {"-W": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1441"} -{"nl": "load the state of the controls from a file", "cmd": "uvcdynctrl -L {{filename}}", "tldr_cmd_name": "uvcdynctrl", "cmd_name": "uvcdynctrl", "manual_exist": true, "oracle_man": ["uvcdynctrl_3", "uvcdynctrl_18"], "matching_info": {"-L": [18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "1442"} -{"nl": "get the list of libraries and their dependencies", "cmd": "pkg-config --libs {{library1 library2 ...}}", "tldr_cmd_name": "pkg-config", "cmd_name": "pkg-config", "manual_exist": true, "oracle_man": ["pkg-config_3", "pkg-config_32"], "matching_info": {"--libs": [32], "|main|": [3]}, "question_id": "1451"} -{"nl": "get the list of libraries, their dependencies, and proper cflags for gcc", "cmd": "pkg-config --cflags --libs {{library1 library2 ...}}", "tldr_cmd_name": "pkg-config", "cmd_name": "pkg-config", "manual_exist": true, "oracle_man": ["pkg-config_3", "pkg-config_31", "pkg-config_32", "pkg-config_44"], "matching_info": {"--cflags": [31, 44], "--libs": [32], "|main|": [3]}, "question_id": "1452"} -{"nl": "compile your code with libgtk3, libwebkit2gtk4.0 and all their dependencies", "cmd": "c++ example.cpp $(pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0) -o example", "tldr_cmd_name": "pkg-config", "cmd_name": "pkg-config", "manual_exist": true, "oracle_man": ["pkg-config_3", "pkg-config_12", "pkg-config_31", "pkg-config_32", "pkg-config_44"], "matching_info": {"c++": [], "example.cpp": [], "$(pkg-config": [], "--cflags": [31, 44], "--libs": [32], "gtk+-3.0": [], "webkit2gtk-4.0)": [], "-o": [12, 31, 32], "example": [], "|main|": [3]}, "question_id": "1453"} -{"nl": "load a new kernel", "cmd": "kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}", "tldr_cmd_name": "kexec", "cmd_name": "kexec", "manual_exist": true, "oracle_man": ["kexec_2", "kexec_3", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_51", "kexec_55", "kexec_57", "kexec_61", "kexec_63", "kexec_65", "kexec_67"], "matching_info": {"-l": [2, 6, 8, 10, 14, 18, 20, 23, 24, 39, 40, 45, 49, 55, 61, 63, 65, 67], "--initrd": [8, 14, 51, 57], "--command-line": [49, 55, 61, 65], "|main|": [3, 4]}, "question_id": "1454"} -{"nl": "load a new kernel with current boot parameters", "cmd": "kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline", "tldr_cmd_name": "kexec", "cmd_name": "kexec", "manual_exist": true, "oracle_man": ["kexec_2", "kexec_3", "kexec_6", "kexec_8", "kexec_10", "kexec_14", "kexec_18", "kexec_20", "kexec_23", "kexec_24", "kexec_39", "kexec_40", "kexec_45", "kexec_49", "kexec_50", "kexec_51", "kexec_55", "kexec_56", "kexec_57", "kexec_61", "kexec_62", "kexec_63", "kexec_65", "kexec_66", "kexec_67"], "matching_info": {"-l": [2, 6, 8, 10, 14, 18, 20, 23, 24, 39, 40, 45, 49, 55, 61, 63, 65, 67], "--initrd": [8, 14, 51, 57], "--reuse-cmdline": [50, 56, 62, 66], "|main|": [3, 4]}, "question_id": "1455"} -{"nl": "execute a currently loaded kernel", "cmd": "kexec -e", "tldr_cmd_name": "kexec", "cmd_name": "kexec", "manual_exist": true, "oracle_man": ["kexec_2", "kexec_3", "kexec_12", "kexec_16", "kexec_19", "kexec_20", "kexec_38", "kexec_44", "kexec_70", "kexec_71"], "matching_info": {"-e": [2, 12, 16, 19, 20, 38, 44, 70, 71], "|main|": [3, 4]}, "question_id": "1456"} -{"nl": "unload current kexec target kernel", "cmd": "kexec -u", "tldr_cmd_name": "kexec", "cmd_name": "kexec", "manual_exist": true, "oracle_man": ["kexec_2", "kexec_3", "kexec_32"], "matching_info": {"-u": [2, 32], "|main|": [3, 4]}, "question_id": "1457"} -{"nl": "limit an existing process with pid 1234 to only use 25% of the cpu", "cmd": "cpulimit --pid {{1234}} --limit {{25%}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_3", "cpulimit_4", "cpulimit_11"], "matching_info": {"--pid": [4], "--limit": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1466"} -{"nl": "limit an existing program by its executable name", "cmd": "cpulimit --exe {{program}} --limit {{25}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_3", "cpulimit_5", "cpulimit_11"], "matching_info": {"--exe": [5], "--limit": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1467"} -{"nl": "launch a given program and limit it to only use 50% of the cpu", "cmd": "cpulimit --limit {{50}} -- {{program arg1 arg2 ...}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28"], "matching_info": {"--limit": [11], "--": [1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1468"} -{"nl": "launch a program, limit its cpu usage to 50% and run cpulimit in the background", "cmd": "cpulimit --limit {{50}} --background -- {{program}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28"], "matching_info": {"--limit": [11], "--background": [8], "--": [1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1469"} -{"nl": "kill its process if the program's cpu usage goes over 50%", "cmd": "cpulimit --limit 50 --kill -- {{program}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28"], "matching_info": {"--limit": [11], "50": [], "--kill": [13], "--": [1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1470"} -{"nl": "throttle both it and its child processes so that none go about 25% cpu", "cmd": "cpulimit --limit {{25}} --monitor-forks -- {{program}}", "tldr_cmd_name": "cpulimit", "cmd_name": "cpulimit", "manual_exist": true, "oracle_man": ["cpulimit_1", "cpulimit_2", "cpulimit_3", "cpulimit_4", "cpulimit_5", "cpulimit_6", "cpulimit_8", "cpulimit_9", "cpulimit_10", "cpulimit_11", "cpulimit_12", "cpulimit_13", "cpulimit_14", "cpulimit_15", "cpulimit_16", "cpulimit_17", "cpulimit_18", "cpulimit_19", "cpulimit_20", "cpulimit_21", "cpulimit_22", "cpulimit_28"], "matching_info": {"--limit": [11], "--monitor-forks": [14], "--": [1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "1471"} -{"nl": "display a random name (male or female) and address", "cmd": "rig", "tldr_cmd_name": "rig", "cmd_name": "rig", "manual_exist": true, "oracle_man": ["rig_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1472"} -{"nl": "display a [m]ale (or [f]emale) random name and address", "cmd": "rig -{{m|f}}", "tldr_cmd_name": "rig", "cmd_name": "rig", "manual_exist": true, "oracle_man": ["rig_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1473"} -{"nl": "use data files from a specific directory (default is `/usr/share/rig`)", "cmd": "rig -d {{path/to/directory}}", "tldr_cmd_name": "rig", "cmd_name": "rig", "manual_exist": true, "oracle_man": ["rig_3", "rig_6", "rig_8", "rig_20", "rig_21", "rig_53", "rig_55", "rig_56", "rig_57"], "matching_info": {"-d": [6, 8, 20, 21, 53, 55, 56, 57], "|main|": [3, 4]}, "question_id": "1474"} -{"nl": "display a specific number of identities", "cmd": "rig -c {{number}}", "tldr_cmd_name": "rig", "cmd_name": "rig", "manual_exist": true, "oracle_man": ["rig_3", "rig_68"], "matching_info": {"-c": [68], "|main|": [3, 4]}, "question_id": "1475"} -{"nl": "display a specific number of female identities", "cmd": "rig -f -c {{number}}", "tldr_cmd_name": "rig", "cmd_name": "rig", "manual_exist": true, "oracle_man": ["rig_3", "rig_9", "rig_28", "rig_42", "rig_64", "rig_68"], "matching_info": {"-f": [9, 28, 42, 64], "-c": [68], "|main|": [3, 4]}, "question_id": "1476"} -{"nl": "define group administrators", "cmd": "sudo gpasswd -A {{user1,user2}} {{group}}", "tldr_cmd_name": "gpasswd", "cmd_name": "gpasswd", "manual_exist": true, "oracle_man": ["gpasswd_3", "gpasswd_4", "gpasswd_8", "gpasswd_16"], "matching_info": {"-A": [4, 8, 16], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1477"} -{"nl": "set the list of group members", "cmd": "sudo gpasswd -M {{user1,user2}} {{group}}", "tldr_cmd_name": "gpasswd", "cmd_name": "gpasswd", "manual_exist": true, "oracle_man": ["gpasswd_3", "gpasswd_4", "gpasswd_8", "gpasswd_17"], "matching_info": {"-M": [4, 8, 17], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1478"} -{"nl": "create a password for the named group", "cmd": "gpasswd {{group}}", "tldr_cmd_name": "gpasswd", "cmd_name": "gpasswd", "manual_exist": true, "oracle_man": ["gpasswd_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "1479"} -{"nl": "add a user to the named group", "cmd": "gpasswd -a {{user}} {{group}}", "tldr_cmd_name": "gpasswd", "cmd_name": "gpasswd", "manual_exist": true, "oracle_man": ["gpasswd_3", "gpasswd_10", "gpasswd_16"], "matching_info": {"-a": [10, 16], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1480"} -{"nl": "remove a user from the named group", "cmd": "gpasswd -d {{user}} {{group}}", "tldr_cmd_name": "gpasswd", "cmd_name": "gpasswd", "manual_exist": true, "oracle_man": ["gpasswd_3", "gpasswd_11"], "matching_info": {"-d": [11], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1481"} -{"nl": "list partitions on all block devices", "cmd": "sudo parted --list", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_6"], "matching_info": {"--list": [6], "|main|": [3, 4]}, "question_id": "1482"} -{"nl": "start interactive mode with the specified disk selected", "cmd": "sudo parted {{/dev/sdX}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1483"} -{"nl": "create a new partition table of the specified labeltype", "cmd": "sudo parted --script {{/dev/sdX}} mklabel {{aix|amiga|bsd|dvh|gpt|loop|mac|msdos|pc98|sun}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_8", "parted_19"], "matching_info": {"--script": [8], "mklabel": [19], "|main|": [3, 4]}, "question_id": "1484"} -{"nl": "show partition information in interactive mode", "cmd": "print", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_22"], "matching_info": {"print": [22], "|main|": [3, 4]}, "question_id": "1485"} -{"nl": "select a disk in interactive mode", "cmd": "select {{/dev/sdX}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_27"], "matching_info": {"select": [27], "|main|": [3, 4]}, "question_id": "1486"} -{"nl": "create a 16 gb partition with the specified filesystem in interactive mode", "cmd": "mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_20"], "matching_info": {"mkpart": [20], "|main|": [3, 4]}, "question_id": "1487"} -{"nl": "resize a partition in interactive mode", "cmd": "resizepart {{/dev/sdXN}} {{end_position_of_partition}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_25"], "matching_info": {"resizepart": [25], "|main|": [3, 4]}, "question_id": "1488"} -{"nl": "remove a partition in interactive mode", "cmd": "rm {{/dev/sdXN}}", "tldr_cmd_name": "parted", "cmd_name": "parted", "manual_exist": true, "oracle_man": ["parted_3", "parted_26"], "matching_info": {"rm": [26], "|main|": [3, 4]}, "question_id": "1489"} -{"nl": "enable a module", "cmd": "sudo a2enmod {{module}}", "tldr_cmd_name": "a2enmod", "cmd_name": "a2enmod", "manual_exist": true, "oracle_man": ["a2enmod_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "1490"} -{"nl": "don't show informative messages", "cmd": "sudo a2enmod --quiet {{module}}", "tldr_cmd_name": "a2enmod", "cmd_name": "a2enmod", "manual_exist": true, "oracle_man": ["a2enmod_2", "a2enmod_3", "a2enmod_4", "a2enmod_7"], "matching_info": {"--quiet": [2, 3, 7], "|main|": [4, 5, 6]}, "question_id": "1491"} -{"nl": "change the volume label on a specific ext partition", "cmd": "e2label {{/dev/sda1}} \"{{label_name}}\"", "tldr_cmd_name": "e2label", "cmd_name": "e2label", "manual_exist": true, "oracle_man": ["e2label_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1492"} -{"nl": "display suggestions for a given file", "cmd": "hlint {{path/to/file}} options", "tldr_cmd_name": "hlint", "cmd_name": "hlint", "manual_exist": true, "oracle_man": ["hlint_3"], "matching_info": {"options": [], "|main|": [3]}, "question_id": "1505"} -{"nl": "check all haskell files and generate a report", "cmd": "hlint {{path/to/directory}} --report", "tldr_cmd_name": "hlint", "cmd_name": "hlint", "manual_exist": true, "oracle_man": ["hlint_3", "hlint_6", "hlint_13"], "matching_info": {"--report": [6, 13], "|main|": [3]}, "question_id": "1506"} -{"nl": "automatically apply most suggestions", "cmd": "hlint {{path/to/file}} --refactor", "tldr_cmd_name": "hlint", "cmd_name": "hlint", "manual_exist": true, "oracle_man": ["hlint_3"], "matching_info": {"--refactor": [], "|main|": [3]}, "question_id": "1507"} -{"nl": "display additional options", "cmd": "hlint {{path/to/file}} --refactor-options", "tldr_cmd_name": "hlint", "cmd_name": "hlint", "manual_exist": true, "oracle_man": ["hlint_3"], "matching_info": {"--refactor-options": [], "|main|": [3]}, "question_id": "1508"} -{"nl": "generate a settings file ignoring all outstanding hints", "cmd": "hlint {{path/to/file}} --default > {{.hlint.yaml}}", "tldr_cmd_name": "hlint", "cmd_name": "hlint", "manual_exist": true, "oracle_man": ["hlint_3"], "matching_info": {"--default": [], "|main|": [3]}, "question_id": "1509"} -{"nl": "show all available variables and their values", "cmd": "sysctl -a", "tldr_cmd_name": "sysctl", "cmd_name": "sysctl", "manual_exist": true, "oracle_man": ["sysctl_3", "sysctl_12", "sysctl_13", "sysctl_17", "sysctl_20", "sysctl_25"], "matching_info": {"-a": [12, 13, 17, 20, 25], "|main|": [3]}, "question_id": "1510"} -{"nl": "set a changeable kernel state variable", "cmd": "sysctl -w {{section.tunable}}={{value}}", "tldr_cmd_name": "sysctl", "cmd_name": "sysctl", "manual_exist": true, "oracle_man": ["sysctl_3", "sysctl_10", "sysctl_25"], "matching_info": {"-w": [10, 25], "|main|": [3]}, "question_id": "1511"} -{"nl": "get currently open file handlers", "cmd": "sysctl fs.file-nr", "tldr_cmd_name": "sysctl", "cmd_name": "sysctl", "manual_exist": true, "oracle_man": ["sysctl_3"], "matching_info": {"fs.file-nr": [], "|main|": [3]}, "question_id": "1512"} -{"nl": "get limit for simultaneous open files", "cmd": "sysctl fs.file-max", "tldr_cmd_name": "sysctl", "cmd_name": "sysctl", "manual_exist": true, "oracle_man": ["sysctl_3"], "matching_info": {"fs.file-max": [], "|main|": [3]}, "question_id": "1513"} -{"nl": "apply changes from `/etc/sysctl.conf`", "cmd": "sysctl -p", "tldr_cmd_name": "sysctl", "cmd_name": "sysctl", "manual_exist": true, "oracle_man": ["sysctl_2", "sysctl_3", "sysctl_11", "sysctl_16", "sysctl_19", "sysctl_25"], "matching_info": {"-p": [2, 11, 16, 19, 25], "|main|": [3]}, "question_id": "1514"} -{"nl": "open the current directory in the default file explorer", "cmd": "xdg-open .", "tldr_cmd_name": "xdg-open", "cmd_name": "xdg-open", "manual_exist": true, "oracle_man": ["xdg-open_4"], "matching_info": {".": [], "|main|": [4, 5]}, "question_id": "1515"} -{"nl": "open a url in the default browser", "cmd": "xdg-open {{https://example.com}}", "tldr_cmd_name": "xdg-open", "cmd_name": "xdg-open", "manual_exist": true, "oracle_man": ["xdg-open_4"], "matching_info": {"|main|": [4, 5]}, "question_id": "1516"} -{"nl": "open an image in the default image viewer", "cmd": "xdg-open {{path/to/image}}", "tldr_cmd_name": "xdg-open", "cmd_name": "xdg-open", "manual_exist": true, "oracle_man": ["xdg-open_4"], "matching_info": {"|main|": [4, 5]}, "question_id": "1517"} -{"nl": "open a pdf in the default pdf viewer", "cmd": "xdg-open {{path/to/pdf}}", "tldr_cmd_name": "xdg-open", "cmd_name": "xdg-open", "manual_exist": true, "oracle_man": ["xdg-open_4"], "matching_info": {"|main|": [4, 5]}, "question_id": "1518"} -{"nl": "display help", "cmd": "xdg-open --help", "tldr_cmd_name": "xdg-open", "cmd_name": "xdg-open", "manual_exist": true, "oracle_man": ["xdg-open_3", "xdg-open_4", "xdg-open_6"], "matching_info": {"--help": [3, 6], "|main|": [4, 5]}, "question_id": "1519"} -{"nl": "check how many free blocks are present as contiguous and aligned free space", "cmd": "e2freefrag {{/dev/sdXN}}", "tldr_cmd_name": "e2freefrag", "cmd_name": "e2freefrag", "manual_exist": true, "oracle_man": ["e2freefrag_3"], "matching_info": {"|main|": [3]}, "question_id": "1520"} -{"nl": "specify chunk size in kilobytes to print how many free chunks are available", "cmd": "e2freefrag -c {{chunk_size_in_kb}} {{/dev/sdXN}}", "tldr_cmd_name": "e2freefrag", "cmd_name": "e2freefrag", "manual_exist": true, "oracle_man": ["e2freefrag_2", "e2freefrag_3", "e2freefrag_4"], "matching_info": {"-c": [2, 4], "|main|": [3]}, "question_id": "1521"} -{"nl": "open a terminal", "cmd": "st", "tldr_cmd_name": "st", "cmd_name": "st", "manual_exist": true, "oracle_man": ["st_4"], "matching_info": {"|main|": [4]}, "question_id": "1540"} -{"nl": "open a terminal with a specific title", "cmd": "st -T {{title}}", "tldr_cmd_name": "st", "cmd_name": "st", "manual_exist": true, "oracle_man": ["st_2", "st_3", "st_4", "st_12"], "matching_info": {"-T": [2, 3, 12], "|main|": [4]}, "question_id": "1541"} -{"nl": "open a terminal, execute a given command, and write the output to a file", "cmd": "st -o {{path/to/file}} -e {{command argument1 argument2}}", "tldr_cmd_name": "st", "cmd_name": "st", "manual_exist": true, "oracle_man": ["st_2", "st_3", "st_4", "st_11", "st_17"], "matching_info": {"-o": [2, 3, 11], "-e": [2, 17], "|main|": [4]}, "question_id": "1542"} -{"nl": "increase/decrease the font size", "cmd": "Ctrl + Shift + {{Page Up|Page Down}}", "tldr_cmd_name": "st", "cmd_name": "st", "manual_exist": true, "oracle_man": ["st_4"], "matching_info": {"Ctrl": [], "+": [], "Shift": [], "|main|": [4]}, "question_id": "1543"} -{"nl": "copy/paste from the clipboard", "cmd": "Ctrl + Shift + {{C|V}}", "tldr_cmd_name": "st", "cmd_name": "st", "manual_exist": true, "oracle_man": ["st_4"], "matching_info": {"Ctrl": [], "+": [], "Shift": [], "|main|": [4]}, "question_id": "1544"} -{"nl": "show the list of apps", "cmd": "rofi -show drun", "tldr_cmd_name": "rofi", "cmd_name": "rofi", "manual_exist": true, "oracle_man": ["rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_115", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_389", "rofi_393", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416"], "matching_info": {"-show": [2, 6, 7, 54, 57, 58, 61, 65, 68, 89, 132, 156, 159, 237, 376, 402, 404, 406, 408, 414, 416], "drun": [115, 389, 393], "|main|": [3]}, "question_id": "1545"} -{"nl": "show the list of all commands", "cmd": "rofi -show run", "tldr_cmd_name": "rofi", "cmd_name": "rofi", "manual_exist": true, "oracle_man": ["rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_156", "rofi_159", "rofi_237", "rofi_376", "rofi_387", "rofi_401", "rofi_402", "rofi_403", "rofi_404", "rofi_405", "rofi_406", "rofi_407", "rofi_408", "rofi_414", "rofi_416", "rofi_423"], "matching_info": {"-show": [2, 6, 7, 54, 57, 58, 61, 65, 68, 89, 132, 156, 159, 237, 376, 402, 404, 406, 408, 414, 416], "run": [7, 57, 61, 156, 159, 387, 401, 402, 403, 404, 405, 407, 423], "|main|": [3]}, "question_id": "1546"} -{"nl": "switch between windows", "cmd": "rofi -show window", "tldr_cmd_name": "rofi", "cmd_name": "rofi", "manual_exist": true, "oracle_man": ["rofi_2", "rofi_3", "rofi_6", "rofi_7", "rofi_54", "rofi_57", "rofi_58", "rofi_61", "rofi_65", "rofi_68", "rofi_89", "rofi_132", "rofi_136", "rofi_137", "rofi_138", "rofi_139", "rofi_140", "rofi_141", "rofi_156", "rofi_159", "rofi_180", "rofi_232", "rofi_234", "rofi_237", "rofi_335", "rofi_376", "rofi_383", "rofi_402", "rofi_404", "rofi_406", "rofi_408", "rofi_414", "rofi_416"], "matching_info": {"-show": [2, 6, 7, 54, 57, 58, 61, 65, 68, 89, 132, 156, 159, 237, 376, 402, 404, 406, 408, 414, 416], "window": [65, 136, 137, 138, 139, 140, 141, 180, 232, 234, 335, 383], "|main|": [3]}, "question_id": "1547"} -{"nl": "pipe a list of items to stdin and print the selected item to stdout", "cmd": "printf \"{{Choice1\\nChoice2\\nChoice3}}\" | rofi -dmenu", "tldr_cmd_name": "rofi", "cmd_name": "rofi", "manual_exist": true, "oracle_man": ["rofi_2", "rofi_3", "rofi_8", "rofi_49", "rofi_51", "rofi_53", "rofi_251", "rofi_254", "rofi_258"], "matching_info": {"printf": [], "-dmenu": [2, 8, 49, 51, 53, 251, 254, 258], "|main|": [3]}, "question_id": "1548"} -{"nl": "show the parameters and statistics of all the interfaces", "cmd": "iwconfig", "tldr_cmd_name": "iwconfig", "cmd_name": "iwconfig", "manual_exist": true, "oracle_man": ["iwconfig_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1549"} -{"nl": "show the parameters and statistics of the specified interface", "cmd": "iwconfig {{interface}}", "tldr_cmd_name": "iwconfig", "cmd_name": "iwconfig", "manual_exist": true, "oracle_man": ["iwconfig_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1550"} -{"nl": "set the essid (network name) of the specified interface (e.g. eth0 or wlp2s0)", "cmd": "iwconfig {{interface}} {{new_network_name}}", "tldr_cmd_name": "iwconfig", "cmd_name": "iwconfig", "manual_exist": true, "oracle_man": ["iwconfig_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1551"} -{"nl": "set the operating mode of the specified interface", "cmd": "iwconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}", "tldr_cmd_name": "iwconfig", "cmd_name": "iwconfig", "manual_exist": true, "oracle_man": ["iwconfig_3", "iwconfig_8"], "matching_info": {"mode": [8], "|main|": [3, 4]}, "question_id": "1552"} -{"nl": "convert a text file to po file", "cmd": "po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}", "tldr_cmd_name": "po4a-gettextize", "cmd_name": "po4a-gettextize", "manual_exist": true, "oracle_man": ["po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_11", "po4a-gettextize_12", "po4a-gettextize_15"], "matching_info": {"--format": [10], "--master": [11, 12], "--po": [15], "|main|": [4, 5, 6, 7, 8, 9]}, "question_id": "1562"} -{"nl": "get a list of available formats", "cmd": "po4a-gettextize --help-format", "tldr_cmd_name": "po4a-gettextize", "cmd_name": "po4a-gettextize", "manual_exist": true, "oracle_man": ["po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_18"], "matching_info": {"--help-format": [10, 18], "|main|": [4, 5, 6, 7, 8, 9]}, "question_id": "1563"} -{"nl": "convert a text file along with a translated document to a po file (`l` option can be provied multiple times)", "cmd": "po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}", "tldr_cmd_name": "po4a-gettextize", "cmd_name": "po4a-gettextize", "manual_exist": true, "oracle_man": ["po4a-gettextize_4", "po4a-gettextize_10", "po4a-gettextize_11", "po4a-gettextize_12", "po4a-gettextize_13", "po4a-gettextize_14", "po4a-gettextize_15"], "matching_info": {"--format": [10], "--master": [11, 12], "--localized": [13, 14], "--po": [15], "|main|": [4, 5, 6, 7, 8, 9]}, "question_id": "1564"} -{"nl": "check that lynis is uptodate", "cmd": "sudo lynis update info", "tldr_cmd_name": "lynis", "cmd_name": "lynis", "manual_exist": true, "oracle_man": ["lynis_3", "lynis_48"], "matching_info": {"update": [48], "info": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1572"} -{"nl": "run a security audit of the system", "cmd": "sudo lynis audit system", "tldr_cmd_name": "lynis", "cmd_name": "lynis", "manual_exist": true, "oracle_man": ["lynis_3", "lynis_4", "lynis_10", "lynis_13", "lynis_14", "lynis_44"], "matching_info": {"audit": [10, 13, 14, 44], "system": [4, 13, 14], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1573"} -{"nl": "run a security audit of a dockerfile", "cmd": "sudo lynis audit dockerfile {{path/to/dockerfile}}", "tldr_cmd_name": "lynis", "cmd_name": "lynis", "manual_exist": true, "oracle_man": ["lynis_3", "lynis_10", "lynis_13", "lynis_14", "lynis_44"], "matching_info": {"audit": [10, 13, 14, 44], "dockerfile": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1574"} -{"nl": "check if a directory is a mountpoint", "cmd": "mountpoint {{path/to/directory}}", "tldr_cmd_name": "mountpoint", "cmd_name": "mountpoint", "manual_exist": true, "oracle_man": ["mountpoint_4"], "matching_info": {"|main|": [4]}, "question_id": "1577"} -{"nl": "check if a directory is a mountpoint without showing any output", "cmd": "mountpoint -q {{path/to/directory}}", "tldr_cmd_name": "mountpoint", "cmd_name": "mountpoint", "manual_exist": true, "oracle_man": ["mountpoint_2", "mountpoint_4", "mountpoint_6"], "matching_info": {"-q": [2, 6], "|main|": [4]}, "question_id": "1578"} -{"nl": "show major/minor numbers of a mountpoint's filesystem", "cmd": "mountpoint --fs-devno {{path/to/directory}}", "tldr_cmd_name": "mountpoint", "cmd_name": "mountpoint", "manual_exist": true, "oracle_man": ["mountpoint_4", "mountpoint_5"], "matching_info": {"--fs-devno": [5], "|main|": [4]}, "question_id": "1579"} -{"nl": "take an image of a device, creating a log file", "cmd": "sudo ddrescue {{/dev/sdb}} {{path/to/image.dd}} {{path/to/log.txt}}", "tldr_cmd_name": "ddrescue", "cmd_name": "ddrescue", "manual_exist": true, "oracle_man": ["ddrescue_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1580"} -{"nl": "clone disk a to disk b, creating a log file", "cmd": "sudo ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}} {{path/to/log.txt}}", "tldr_cmd_name": "ddrescue", "cmd_name": "ddrescue", "manual_exist": true, "oracle_man": ["ddrescue_3", "ddrescue_19", "ddrescue_30"], "matching_info": {"--force": [19], "--no-scrape": [30], "|main|": [3, 4, 5, 6]}, "question_id": "1581"} -{"nl": "display a menu of the output of the `ls` command", "cmd": "{{ls}} | dmenu", "tldr_cmd_name": "dmenu", "cmd_name": "dmenu", "manual_exist": true, "oracle_man": ["dmenu_4"], "matching_info": {"|main|": [4, 5]}, "question_id": "1584"} -{"nl": "display a menu with custom items separated by a new line (`\\n`)", "cmd": "echo -e \"{{red}}\\n{{green}}\\n{{blue}}\" | dmenu", "tldr_cmd_name": "dmenu", "cmd_name": "dmenu", "manual_exist": true, "oracle_man": ["dmenu_4", "dmenu_31"], "matching_info": {"echo": [], "-e": [31], "|main|": [4, 5]}, "question_id": "1585"} -{"nl": "let the user choose between multiple items and save the selected one to a file", "cmd": "echo -e \"{{red}}\\n{{green}}\\n{{blue}}\" | dmenu > {{color.txt}}", "tldr_cmd_name": "dmenu", "cmd_name": "dmenu", "manual_exist": true, "oracle_man": ["dmenu_4", "dmenu_31"], "matching_info": {"echo": [], "-e": [31], "|main|": [4, 5]}, "question_id": "1586"} -{"nl": "launch dmenu on a specific monitor", "cmd": "ls | dmenu -m {{1}}", "tldr_cmd_name": "dmenu", "cmd_name": "dmenu", "manual_exist": true, "oracle_man": ["dmenu_2", "dmenu_4", "dmenu_10", "dmenu_39"], "matching_info": {"ls": [], "-m": [2, 10, 39], "|main|": [4, 5]}, "question_id": "1587"} -{"nl": "display dmenu at the bottom of the screen", "cmd": "ls | dmenu -b", "tldr_cmd_name": "dmenu", "cmd_name": "dmenu", "manual_exist": true, "oracle_man": ["dmenu_2", "dmenu_4", "dmenu_6", "dmenu_28", "dmenu_47"], "matching_info": {"ls": [], "-b": [2, 6, 28, 47], "|main|": [4, 5]}, "question_id": "1588"} -{"nl": "monitor everything on localhost", "cmd": "tshark", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1589"} -{"nl": "only capture packets matching a specific capture filter", "cmd": "tshark -f '{{udp port 53}}'", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_2", "tshark_3", "tshark_4", "tshark_9", "tshark_12", "tshark_76", "tshark_79", "tshark_87", "tshark_212", "tshark_214", "tshark_239", "tshark_240", "tshark_284", "tshark_452", "tshark_509", "tshark_524", "tshark_525"], "matching_info": {"-f": [2, 3, 9, 12, 76, 79, 87, 212, 214, 239, 240, 284, 452, 509, 524, 525], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1590"} -{"nl": "only show packets matching a specific output filter", "cmd": "tshark -Y '{{http.request.method == \"GET\"}}'", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_4", "tshark_215", "tshark_258", "tshark_284"], "matching_info": {"-Y": [215, 258, 284], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1591"} -{"nl": "decode a tcp port using a specific protocol (e.g. http)", "cmd": "tshark -d tcp.port=={{8888}},{{http}}", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_4", "tshark_51", "tshark_53", "tshark_54", "tshark_55", "tshark_57", "tshark_58", "tshark_79", "tshark_87", "tshark_91", "tshark_96", "tshark_105", "tshark_119", "tshark_122", "tshark_125", "tshark_130", "tshark_135", "tshark_139", "tshark_183", "tshark_238", "tshark_284", "tshark_507", "tshark_518", "tshark_522"], "matching_info": {"-d": [51, 53, 54, 55, 57, 58, 79, 87, 91, 96, 105, 119, 122, 125, 130, 135, 139, 183, 238, 284, 507, 518, 522], "tcp.port=": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1592"} -{"nl": "specify the format of captured output", "cmd": "tshark -T {{json|text|ps|\u2026}}", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_4", "tshark_64", "tshark_68", "tshark_206", "tshark_235", "tshark_238", "tshark_242", "tshark_245", "tshark_247", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508"], "matching_info": {"-T": [64, 68, 206, 235, 238, 242, 245, 247, 321, 324, 325, 367, 372, 376, 508], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1593"} -{"nl": "select specific fields to output", "cmd": "tshark -T {{fields|ek|json|pdml}} -e {{http.request.method}} -e {{ip.src}}", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_3", "tshark_4", "tshark_63", "tshark_64", "tshark_65", "tshark_68", "tshark_71", "tshark_206", "tshark_235", "tshark_237", "tshark_238", "tshark_239", "tshark_240", "tshark_241", "tshark_242", "tshark_244", "tshark_245", "tshark_246", "tshark_247", "tshark_308", "tshark_311", "tshark_321", "tshark_324", "tshark_325", "tshark_367", "tshark_372", "tshark_376", "tshark_508", "tshark_509", "tshark_512", "tshark_513", "tshark_516", "tshark_520", "tshark_527"], "matching_info": {"-T": [64, 68, 206, 235, 238, 242, 245, 247, 321, 324, 325, 367, 372, 376, 508], "-e": [3, 63, 65, 71, 237, 239, 240, 241, 244, 246, 308, 311, 509, 512, 513, 516, 520, 527], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1594"} -{"nl": "write captured packet to a file", "cmd": "tshark -w {{path/to/file}}", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_2", "tshark_4", "tshark_13", "tshark_14", "tshark_15", "tshark_33", "tshark_81", "tshark_204", "tshark_264", "tshark_266"], "matching_info": {"-w": [2, 13, 14, 15, 33, 81, 204, 264, 266], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1595"} -{"nl": "analyze packets from a file", "cmd": "tshark -r {{filename}}.pcap", "tldr_cmd_name": "tshark", "cmd_name": "tshark", "manual_exist": true, "oracle_man": ["tshark_2", "tshark_4", "tshark_6", "tshark_12", "tshark_31", "tshark_83", "tshark_212", "tshark_214", "tshark_238", "tshark_245", "tshark_247", "tshark_249", "tshark_251", "tshark_252", "tshark_280", "tshark_321", "tshark_423", "tshark_426", "tshark_430", "tshark_434"], "matching_info": {"-r": [2, 6, 12, 31, 83, 212, 214, 238, 245, 247, 249, 251, 252, 280, 321, 423, 426, 430, 434], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "1596"} -{"nl": "show cpu frequency information for all cpus", "cmd": "cpufreq-info", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3"], "matching_info": {"|main|": [3]}, "question_id": "1618"} -{"nl": "show cpu frequency information for the specified cpu", "cmd": "cpufreq-info -c {{cpu_number}}", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_4", "cpufreq-info_12", "cpufreq-info_13", "cpufreq-info_20"], "matching_info": {"-c": [4, 12, 13, 20], "|main|": [3]}, "question_id": "1619"} -{"nl": "show the allowed minimum and maximum cpu frequency", "cmd": "cpufreq-info -l", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_8", "cpufreq-info_15", "cpufreq-info_19"], "matching_info": {"-l": [8, 15, 19], "|main|": [3]}, "question_id": "1620"} -{"nl": "show the current minimum and maximum cpu frequency and policy in table format", "cmd": "cpufreq-info -o", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_16", "cpufreq-info_19", "cpufreq-info_20"], "matching_info": {"-o": [16, 19, 20], "|main|": [3]}, "question_id": "1621"} -{"nl": "show available cpu frequency policies", "cmd": "cpufreq-info -g", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_11", "cpufreq-info_19"], "matching_info": {"-g": [11, 19], "|main|": [3]}, "question_id": "1622"} -{"nl": "show current cpu work frequency in a humanreadable format, according to the cpufreq kernel module", "cmd": "cpufreq-info -f -m", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_6", "cpufreq-info_17", "cpufreq-info_19"], "matching_info": {"-f": [6, 17, 19], "-m": [17], "|main|": [3]}, "question_id": "1623"} -{"nl": "show current cpu work frequency in a humanreadable format, by reading it from hardware (only available to root)", "cmd": "sudo cpufreq-info -w -m", "tldr_cmd_name": "cpufreq-info", "cmd_name": "cpufreq-info", "manual_exist": true, "oracle_man": ["cpufreq-info_3", "cpufreq-info_7", "cpufreq-info_17", "cpufreq-info_19"], "matching_info": {"-w": [7, 17, 19], "-m": [17], "|main|": [3]}, "question_id": "1624"} -{"nl": "build a flatpak and export it to a new repository", "cmd": "flatpak-builder {{path/to/build_directory}} {{path/to/manifest}}", "tldr_cmd_name": "flatpak-builder", "cmd_name": "flatpak-builder", "manual_exist": true, "oracle_man": ["flatpak-builder_6"], "matching_info": {"|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1625"} -{"nl": "build a flatpak and export it to the specified repository", "cmd": "flatpak-builder --repo={{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}", "tldr_cmd_name": "flatpak-builder", "cmd_name": "flatpak-builder", "manual_exist": true, "oracle_man": ["flatpak-builder_6", "flatpak-builder_14", "flatpak-builder_40", "flatpak-builder_47"], "matching_info": {"--repo": [14, 40, 47], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1626"} -{"nl": "build a flatpak and install it locally", "cmd": "flatpak-builder --install {{path/to/build_directory}} {{path/to/manifest}}", "tldr_cmd_name": "flatpak-builder", "cmd_name": "flatpak-builder", "manual_exist": true, "oracle_man": ["flatpak-builder_6", "flatpak-builder_68", "flatpak-builder_69", "flatpak-builder_70", "flatpak-builder_73"], "matching_info": {"--install": [68, 69, 70, 73], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1627"} -{"nl": "build and sign a flatpak and export it to the specified repository", "cmd": "flatpak-builder --gpg-sign={{key_id}} --repo={{repository_name}} {{path/to/manifest}}", "tldr_cmd_name": "flatpak-builder", "cmd_name": "flatpak-builder", "manual_exist": true, "oracle_man": ["flatpak-builder_6", "flatpak-builder_14", "flatpak-builder_40", "flatpak-builder_47", "flatpak-builder_52"], "matching_info": {"--gpg-sign": [52], "--repo": [14, 40, 47], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1628"} -{"nl": "run a shell inside of an application sandbox without installing it", "cmd": "flatpak-builder --run {{path/to/build_directory}} {{path/to/manifest}} {{sh}}", "tldr_cmd_name": "flatpak-builder", "cmd_name": "flatpak-builder", "manual_exist": true, "oracle_man": ["flatpak-builder_3", "flatpak-builder_6", "flatpak-builder_29"], "matching_info": {"--run": [3, 29], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1629"} -{"nl": "play a beep", "cmd": "beep", "tldr_cmd_name": "beep", "cmd_name": "beep", "manual_exist": true, "oracle_man": ["beep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "1630"} -{"nl": "play a beep that repeats", "cmd": "beep -r {{repetitions}}", "tldr_cmd_name": "beep", "cmd_name": "beep", "manual_exist": true, "oracle_man": ["beep_2", "beep_3", "beep_10", "beep_14", "beep_27", "beep_29", "beep_33"], "matching_info": {"-r": [2, 10, 14, 27, 29, 33], "|main|": [3, 4, 5]}, "question_id": "1631"} -{"nl": "play a beep at a specified frequency (hz) and duration (milliseconds)", "cmd": "beep -f {{frequency}} -l {{duration}}", "tldr_cmd_name": "beep", "cmd_name": "beep", "manual_exist": true, "oracle_man": ["beep_2", "beep_3", "beep_4", "beep_8", "beep_9", "beep_13", "beep_27", "beep_29", "beep_30", "beep_31", "beep_33"], "matching_info": {"-f": [2, 4, 8, 13, 27, 29, 31, 33], "-l": [2, 9, 27, 30, 31, 33], "|main|": [3, 4, 5]}, "question_id": "1632"} -{"nl": "play each new frequency and duration as a distinct beep", "cmd": "beep -f {{frequency}} -l {{duration}} -n -f {{frequency}} -l {{duration}}", "tldr_cmd_name": "beep", "cmd_name": "beep", "manual_exist": true, "oracle_man": ["beep_2", "beep_3", "beep_4", "beep_8", "beep_9", "beep_12", "beep_13", "beep_14", "beep_18", "beep_27", "beep_29", "beep_30", "beep_31", "beep_32", "beep_33"], "matching_info": {"-f": [2, 4, 8, 13, 27, 29, 31, 33], "-l": [2, 9, 27, 30, 31, 33], "-n": [2, 12, 13, 14, 18, 32, 33], "|main|": [3, 4, 5]}, "question_id": "1633"} -{"nl": "play the c major scale", "cmd": "beep -f {{262}} -n -f {{294}} -n -f {{330}} -n -f {{349}} -n -f {{392}} -n -f {{440}} -n -f {{494}} -n -f {{523}}", "tldr_cmd_name": "beep", "cmd_name": "beep", "manual_exist": true, "oracle_man": ["beep_2", "beep_3", "beep_4", "beep_8", "beep_12", "beep_13", "beep_14", "beep_18", "beep_27", "beep_29", "beep_31", "beep_32", "beep_33"], "matching_info": {"-f": [2, 4, 8, 13, 27, 29, 31, 33], "-n": [2, 12, 13, 14, 18, 32, 33], "|main|": [3, 4, 5]}, "question_id": "1634"} -{"nl": "monitor all device events", "cmd": "sudo udevadm monitor", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_7", "udevadm_10", "udevadm_67"], "matching_info": {"monitor": [7, 67], "|main|": [10]}, "question_id": "1638"} -{"nl": "print `uevents` sent out by the kernel", "cmd": "sudo udevadm monitor --kernel", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_7", "udevadm_10", "udevadm_67", "udevadm_68"], "matching_info": {"monitor": [7, 67], "--kernel": [68], "|main|": [10]}, "question_id": "1639"} -{"nl": "print device events after being processed by `udev`", "cmd": "sudo udevadm monitor --udev", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_7", "udevadm_10", "udevadm_67", "udevadm_69"], "matching_info": {"monitor": [7, 67], "--udev": [69], "|main|": [10]}, "question_id": "1640"} -{"nl": "list attributes of a device", "cmd": "sudo udevadm info --attribute-walk --path {{/dev/sda1}}", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_3", "udevadm_10", "udevadm_13", "udevadm_16", "udevadm_19"], "matching_info": {"info": [3, 13], "--attribute-walk": [19], "--path": [16], "|main|": [10]}, "question_id": "1641"} -{"nl": "reload all `udev` rules", "cmd": "sudo udevadm control --reload-rules", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_6", "udevadm_10", "udevadm_55"], "matching_info": {"control": [6, 55], "--reload-rules": [], "|main|": [10]}, "question_id": "1642"} -{"nl": "trigger all `udev` rules to run", "cmd": "sudo udevadm trigger", "tldr_cmd_name": "udevadm", "cmd_name": "udevadm", "manual_exist": true, "oracle_man": ["udevadm_4", "udevadm_10", "udevadm_29"], "matching_info": {"trigger": [4, 29], "|main|": [10]}, "question_id": "1643"} -{"nl": "record a snippet in \"cd\" quality (finish with ctrlc when done)", "cmd": "arecord -vv --format=cd {{path/to/file.wav}}", "tldr_cmd_name": "arecord", "cmd_name": "arecord", "manual_exist": true, "oracle_man": ["arecord_3", "arecord_7", "arecord_27", "arecord_28"], "matching_info": {"-vv": [7, 27, 28], "--format=cd": [], "|main|": [3, 4, 5]}, "question_id": "1644"} -{"nl": "record a snippet in \"cd\" quality, with a fixed duration of 10 seconds", "cmd": "arecord -vv --format=cd --duration={{10}} {{path/to/file.wav}}", "tldr_cmd_name": "arecord", "cmd_name": "arecord", "manual_exist": true, "oracle_man": ["arecord_3", "arecord_7", "arecord_16", "arecord_27", "arecord_28"], "matching_info": {"-vv": [7, 27, 28], "--format=cd": [], "--duration": [16], "|main|": [3, 4, 5]}, "question_id": "1645"} -{"nl": "record a snippet and save it as an mp3 (finish with ctrlc when done)", "cmd": "arecord -vv --format=cd --file-type raw | lame -r - {{path/to/file.mp3}}", "tldr_cmd_name": "arecord", "cmd_name": "arecord", "manual_exist": true, "oracle_man": ["arecord_1", "arecord_3", "arecord_6", "arecord_7", "arecord_8", "arecord_9", "arecord_10", "arecord_11", "arecord_12", "arecord_13", "arecord_14", "arecord_15", "arecord_16", "arecord_17", "arecord_18", "arecord_19", "arecord_20", "arecord_21", "arecord_22", "arecord_23", "arecord_24", "arecord_25", "arecord_26", "arecord_27", "arecord_28", "arecord_29", "arecord_30", "arecord_31", "arecord_32", "arecord_33", "arecord_35", "arecord_36", "arecord_37", "arecord_38", "arecord_39", "arecord_40", "arecord_41", "arecord_42", "arecord_43", "arecord_44", "arecord_45", "arecord_46", "arecord_47", "arecord_48", "arecord_49", "arecord_50", "arecord_51"], "matching_info": {"-vv": [7, 27, 28], "--format=cd": [], "--file-type": [12], "raw": [], "lame": [], "-r": [14, 15, 35, 48], "-": [1, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51], "|main|": [3, 4, 5]}, "question_id": "1646"} -{"nl": "list all sound cards and digital audio devices", "cmd": "arecord --list-devices", "tldr_cmd_name": "arecord", "cmd_name": "arecord", "manual_exist": true, "oracle_man": ["arecord_3", "arecord_8"], "matching_info": {"--list-devices": [8], "|main|": [3, 4, 5]}, "question_id": "1647"} -{"nl": "allow interactive interface (e.g. use spacebar or enter to play or pause)", "cmd": "arecord --interactive", "tldr_cmd_name": "arecord", "cmd_name": "arecord", "manual_exist": true, "oracle_man": ["arecord_3", "arecord_32"], "matching_info": {"--interactive": [32], "|main|": [3, 4, 5]}, "question_id": "1648"} -{"nl": "generate a uuidv1 (based on time and system's hardware address, if present)", "cmd": "uuid", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_5"], "matching_info": {"|main|": [5, 6, 7]}, "question_id": "1660"} -{"nl": "generate a uuidv4 (based on random data)", "cmd": "uuid -v {{4}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_2", "uuid_5", "uuid_7", "uuid_18", "uuid_20", "uuid_22"], "matching_info": {"-v": [2, 7, 18, 20, 22], "|main|": [5, 6, 7]}, "question_id": "1661"} -{"nl": "generate multiple uuidv4 identifiers at once", "cmd": "uuid -v {{4}} -n {{number_of_uuids}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_2", "uuid_5", "uuid_7", "uuid_10", "uuid_11", "uuid_18", "uuid_20", "uuid_22"], "matching_info": {"-v": [2, 7, 18, 20, 22], "-n": [2, 10, 11], "|main|": [5, 6, 7]}, "question_id": "1662"} -{"nl": "generate a uuidv4 and specify the output format", "cmd": "uuid -v {{4}} -F {{BIN|STR|SIV}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_2", "uuid_5", "uuid_7", "uuid_12", "uuid_18", "uuid_20", "uuid_22"], "matching_info": {"-v": [2, 7, 18, 20, 22], "-F": [2, 12], "|main|": [5, 6, 7]}, "question_id": "1663"} -{"nl": "generate a uuidv4 and write the output to a file", "cmd": "uuid -v {{4}} -o {{path/to/file}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_2", "uuid_3", "uuid_5", "uuid_7", "uuid_16", "uuid_18", "uuid_20", "uuid_22"], "matching_info": {"-v": [2, 7, 18, 20, 22], "-o": [2, 3, 16], "|main|": [5, 6, 7]}, "question_id": "1664"} -{"nl": "generate a uuidv5 (based on the supplied object name) with a specified namespace prefix", "cmd": "uuid -v {{5}} ns:{{DNS|URL|OID|X500}} {{object_name}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_2", "uuid_5", "uuid_7", "uuid_18", "uuid_20", "uuid_22"], "matching_info": {"-v": [2, 7, 18, 20, 22], "|main|": [5, 6, 7]}, "question_id": "1665"} -{"nl": "decode a given uuid", "cmd": "uuid -d {{uuid}}", "tldr_cmd_name": "uuid", "cmd_name": "uuid", "manual_exist": true, "oracle_man": ["uuid_3", "uuid_5", "uuid_17", "uuid_19", "uuid_21", "uuid_23"], "matching_info": {"-d": [3, 17, 19, 21, 23], "|main|": [5, 6, 7]}, "question_id": "1666"} -{"nl": "list local containers matching a string. omit the string to list all local containers", "cmd": "lxc list {{match_string}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"list": [], "|main|": [1]}, "question_id": "1677"} -{"nl": "list images matching a string. omit the string to list all images", "cmd": "lxc image list [{{remote}}:]{{match_string}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"image": [], "list": [], "|main|": [1]}, "question_id": "1678"} -{"nl": "create a new container from an image", "cmd": "lxc init [{{remote}}:]{{image}} {{container}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"init": [], "|main|": [1]}, "question_id": "1679"} -{"nl": "start a container", "cmd": "lxc start [{{remote}}:]{{container}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"start": [], "|main|": [1]}, "question_id": "1680"} -{"nl": "stop a container", "cmd": "lxc stop [{{remote}}:]{{container}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"stop": [], "|main|": [1]}, "question_id": "1681"} -{"nl": "show detailed info about a container", "cmd": "lxc info [{{remote}}:]{{container}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"info": [], "|main|": [1]}, "question_id": "1682"} -{"nl": "take a snapshot of a container", "cmd": "lxc snapshot [{{remote}}:]{{container}} {{snapshot}}", "tldr_cmd_name": "lxc", "cmd_name": "lxc", "manual_exist": true, "oracle_man": ["lxc_1"], "matching_info": {"snapshot": [], "|main|": [1]}, "question_id": "1683"} -{"nl": "mirror an image horizontally or vertically", "cmd": "jpegtran -flip {{horizontal|vertical}} {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_16", "jpegtran_17", "jpegtran_24"], "matching_info": {"-flip": [16, 17, 24], "|main|": [3, 4, 5, 6]}, "question_id": "1684"} -{"nl": "rotate an image 90, 180 or 270 degrees clockwise", "cmd": "jpegtran -rotate {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_18", "jpegtran_19", "jpegtran_20"], "matching_info": {"-rotate": [18, 19, 20], "|main|": [3, 4, 5, 6]}, "question_id": "1685"} -{"nl": "transpose the image across the upperleft to lower right axis", "cmd": "jpegtran -transpose {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_21"], "matching_info": {"-transpose": [21], "|main|": [3, 4, 5, 6]}, "question_id": "1686"} -{"nl": "transverse the image across the upper right to lower left axis", "cmd": "jpegtran -transverse {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_22"], "matching_info": {"-transverse": [22], "|main|": [3, 4, 5, 6]}, "question_id": "1687"} -{"nl": "convert the image to grayscale", "cmd": "jpegtran -grayscale {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_43"], "matching_info": {"-grayscale": [43], "|main|": [3, 4, 5, 6]}, "question_id": "1688"} -{"nl": "crop the image to a rectangular region of width `w` and height `h` from the upperleft corner, saving the output to a specific file", "cmd": "jpegtran -crop {{W}}x{{H}} -outfile {{path/to/output.jpg}} {{path/to/image.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_34", "jpegtran_55"], "matching_info": {"-crop": [34], "-outfile": [55], "|main|": [3, 4, 5, 6]}, "question_id": "1689"} -{"nl": "crop the image to a rectangular region of width `w` and height `h`, starting at point `x` and `y` from the upperleft corner", "cmd": "jpegtran -crop {{W}}x{{H}}+{{X}}+{{Y}} {{path/to/image.jpg}} > {{path/to/output.jpg}}", "tldr_cmd_name": "jpegtran", "cmd_name": "jpegtran", "manual_exist": true, "oracle_man": ["jpegtran_3", "jpegtran_34"], "matching_info": {"-crop": [34], "|main|": [3, 4, 5, 6]}, "question_id": "1690"} -{"nl": "read an image from a file and print in ascii", "cmd": "asciiart {{path/to/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3"], "matching_info": {"|main|": [3]}, "question_id": "1691"} -{"nl": "read an image from a url and print in ascii", "cmd": "asciiart {{www.example.com/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3"], "matching_info": {"|main|": [3]}, "question_id": "1692"} -{"nl": "choose the output width (default is 100)", "cmd": "asciiart --width {{50}} {{path/to/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3", "asciiart_4"], "matching_info": {"--width": [4], "|main|": [3]}, "question_id": "1693"} -{"nl": "colorize the ascii output", "cmd": "asciiart --color {{path/to/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3", "asciiart_6"], "matching_info": {"--color": [6], "|main|": [3]}, "question_id": "1694"} -{"nl": "choose the output format (default format is text)", "cmd": "asciiart --format {{text|html}} {{path/to/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3", "asciiart_5"], "matching_info": {"--format": [5], "|main|": [3]}, "question_id": "1695"} -{"nl": "invert the character map", "cmd": "asciiart --invert-chars {{path/to/image.jpg}}", "tldr_cmd_name": "asciiart", "cmd_name": "asciiart", "manual_exist": true, "oracle_man": ["asciiart_3", "asciiart_7"], "matching_info": {"--invert-chars": [7], "|main|": [3]}, "question_id": "1696"} -{"nl": "combine the `/etc/shadow` and `/etc/passwd` of the current system", "cmd": "sudo unshadow /etc/passwd /etc/shadow", "tldr_cmd_name": "unshadow", "cmd_name": "unshadow", "manual_exist": true, "oracle_man": ["unshadow_3"], "matching_info": {"/etc/passwd": [], "/etc/shadow": [], "|main|": [3, 4]}, "question_id": "1697"} -{"nl": "combine two arbitrary shadow and password files", "cmd": "sudo unshadow {{path/to/passwd}} {{path/to/shadow}}", "tldr_cmd_name": "unshadow", "cmd_name": "unshadow", "manual_exist": true, "oracle_man": ["unshadow_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1698"} -{"nl": "display help", "cmd": "pacman --deptest --help", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15", "pacman_19"], "matching_info": {"--deptest": [15], "--help": [19], "|main|": [3, 4, 5]}, "question_id": "1187"} -{"nl": "mark a package as implicitly installed", "cmd": "sudo pacman --database --asdeps {{package_name}}", "tldr_cmd_name": "pacman-database", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_6", "pacman_43", "pacman_79"], "matching_info": {"--database": [6], "--asdeps": [43, 79], "|main|": [3, 4, 5]}, "question_id": "1712"} -{"nl": "mark a package as explicitly installed", "cmd": "sudo pacman --database --asexplicit {{package_name}}", "tldr_cmd_name": "pacman-database", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_6", "pacman_44", "pacman_80"], "matching_info": {"--database": [6], "--asexplicit": [44, 80], "|main|": [3, 4, 5]}, "question_id": "1713"} -{"nl": "check that all the package dependencies are installed", "cmd": "pacman --database --check", "tldr_cmd_name": "pacman-database", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_6", "pacman_54", "pacman_81"], "matching_info": {"--database": [6], "--check": [54, 81], "|main|": [3, 4, 5]}, "question_id": "1714"} -{"nl": "check the repositories to ensure all specified dependencies are available", "cmd": "pacman --database --check --check", "tldr_cmd_name": "pacman-database", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_6", "pacman_54", "pacman_81"], "matching_info": {"--database": [6], "--check": [54, 81], "|main|": [3, 4, 5]}, "question_id": "1715"} -{"nl": "display only error messages", "cmd": "pacman --database --check --quiet", "tldr_cmd_name": "pacman-database", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_6", "pacman_54", "pacman_60", "pacman_73", "pacman_81", "pacman_82", "pacman_86"], "matching_info": {"--database": [6], "--check": [54, 81], "--quiet": [60, 73, 82, 86], "|main|": [3, 4, 5]}, "question_id": "1716"} -{"nl": "list services with runlevel", "cmd": "chkconfig --list", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_2", "chkconfig_3"], "matching_info": {"--list": [2], "|main|": [3]}, "question_id": "1735"} -{"nl": "show a service's runlevel", "cmd": "chkconfig --list {{ntpd}}", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_2", "chkconfig_3"], "matching_info": {"--list": [2], "|main|": [3]}, "question_id": "1736"} -{"nl": "enable service at boot", "cmd": "chkconfig {{sshd}} on", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_3", "chkconfig_23", "chkconfig_29"], "matching_info": {"on": [23, 29], "|main|": [3]}, "question_id": "1737"} -{"nl": "enable service at boot for runlevels 2, 3, 4, and 5", "cmd": "chkconfig --level {{2345}} {{sshd}} on", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_3", "chkconfig_23", "chkconfig_29"], "matching_info": {"--level": [], "on": [23, 29], "|main|": [3]}, "question_id": "1738"} -{"nl": "disable service at boot", "cmd": "chkconfig {{ntpd}} off", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_3"], "matching_info": {"off": [], "|main|": [3]}, "question_id": "1739"} -{"nl": "disable service at boot for runlevel 3", "cmd": "chkconfig --level {{3}} {{ntpd}} off", "tldr_cmd_name": "chkconfig", "cmd_name": "chkconfig", "manual_exist": true, "oracle_man": ["chkconfig_3"], "matching_info": {"--level": [], "off": [], "|main|": [3]}, "question_id": "1740"} -{"nl": "show whether an alarm is set or not", "cmd": "sudo rtcwake -m show -v", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_15", "rtcwake_16", "rtcwake_25", "rtcwake_30", "rtcwake_31"], "matching_info": {"-m": [2, 15, 16], "show": [25], "-v": [30, 31], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1741"} -{"nl": "suspend to ram and wakeup after 10 seconds", "cmd": "sudo rtcwake -m mem -s {{10}}", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_15", "rtcwake_16", "rtcwake_18", "rtcwake_19", "rtcwake_27"], "matching_info": {"-m": [2, 15, 16], "mem": [19], "-s": [2, 18, 27], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1742"} -{"nl": "suspend to disk (higher power saving) and wakeup 15 minutes later", "cmd": "sudo rtcwake -m disk --date +{{15}}min", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_11", "rtcwake_15", "rtcwake_16", "rtcwake_20"], "matching_info": {"-m": [2, 15, 16], "disk": [20], "--date": [11], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1743"} -{"nl": "freeze the system (more efficient than suspendtoram but version 3.9 or newer of the linux kernel is required) and wakeup at a given date and time", "cmd": "sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_11", "rtcwake_15", "rtcwake_16", "rtcwake_18"], "matching_info": {"-m": [2, 15, 16], "freeze": [18], "--date": [11], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1744"} -{"nl": "disable a previously set alarm", "cmd": "sudo rtcwake -m disable", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_15", "rtcwake_16", "rtcwake_24"], "matching_info": {"-m": [2, 15, 16], "disable": [24], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1745"} -{"nl": "perform a dry run to wakeup the computer at a given time. (press ctrl + c to abort)", "cmd": "sudo rtcwake -m on --date {{hh:ss}}", "tldr_cmd_name": "rtcwake", "cmd_name": "rtcwake", "manual_exist": true, "oracle_man": ["rtcwake_2", "rtcwake_3", "rtcwake_11", "rtcwake_15", "rtcwake_16", "rtcwake_23"], "matching_info": {"-m": [2, 15, 16], "on": [23], "--date": [11], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1746"} -{"nl": "start a new game", "cmd": "cuyo", "tldr_cmd_name": "cuyo", "cmd_name": "cuyo", "manual_exist": true, "oracle_man": ["cuyo_4"], "matching_info": {"|main|": [4]}, "question_id": "1747"} -{"nl": "navigate the piece horizontally", "cmd": "{{A|D}} OR {{Left|Right}} arrow key", "tldr_cmd_name": "cuyo", "cmd_name": "cuyo", "manual_exist": true, "oracle_man": ["cuyo_4"], "matching_info": {"OR": [], "arrow": [], "key": [], "|main|": [4]}, "question_id": "1748"} -{"nl": "turn the piece", "cmd": "{{W|Up arrow key}}", "tldr_cmd_name": "cuyo", "cmd_name": "cuyo", "manual_exist": true, "oracle_man": ["cuyo_4"], "matching_info": {"|main|": [4]}, "question_id": "1749"} -{"nl": "hard drop the piece", "cmd": "{{S|Down arrow key}}", "tldr_cmd_name": "cuyo", "cmd_name": "cuyo", "manual_exist": true, "oracle_man": ["cuyo_4"], "matching_info": {"|main|": [4]}, "question_id": "1750"} -{"nl": "run an installed application", "cmd": "flatpak run {{name}}", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"run": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1751"} -{"nl": "install an application from a remote source", "cmd": "flatpak install {{remote}} {{name}}", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"install": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1752"} -{"nl": "list all installed applications and runtimes", "cmd": "flatpak list", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"list": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1753"} -{"nl": "update all installed applications and runtimes", "cmd": "flatpak update", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"update": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1754"} -{"nl": "add a remote source", "cmd": "flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"remote-add": [], "--if-not-exists": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1755"} -{"nl": "list all configured remote sources", "cmd": "flatpak remote-list", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"remote-list": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1756"} -{"nl": "remove an installed application", "cmd": "flatpak remove {{name}}", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"remove": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1757"} -{"nl": "show information about an installed application", "cmd": "flatpak info {{name}}", "tldr_cmd_name": "flatpak", "cmd_name": "flatpak", "manual_exist": true, "oracle_man": ["flatpak_3"], "matching_info": {"info": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "1758"} -{"nl": "install the `base` package, linux kernel and firmware for common hardware", "cmd": "pacstrap {{path/to/new/root}} {{base}} {{linux}} {{linux-firmware}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1759"} -{"nl": "install the `base` package, linux lts kernel and `basedevel` build tools", "cmd": "pacstrap {{path/to/new/root}} {{base}} {{base-devel}} {{linux-lts}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1760"} -{"nl": "install packages without copy the host's mirrorlist to the target", "cmd": "pacstrap -M {{path/to/new/root}} {{packages}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_9"], "matching_info": {"-M": [9], "|main|": [3, 4]}, "question_id": "1761"} -{"nl": "use an alternate configuration file for pacman", "cmd": "pacstrap -C {{path/to/pacman.conf}} {{path/to/new/root}} {{packages}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_5"], "matching_info": {"-C": [5], "|main|": [3, 4]}, "question_id": "1762"} -{"nl": "install packages using the package cache on the host instead of on the target", "cmd": "pacstrap -c {{path/to/new/root}} {{packages}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_6"], "matching_info": {"-c": [6], "|main|": [3, 4]}, "question_id": "1763"} -{"nl": "install packages without copy the host's pacman keyring to the target", "cmd": "pacstrap -G {{path/to/new/root}} {{packages}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_7"], "matching_info": {"-G": [7], "|main|": [3, 4]}, "question_id": "1764"} -{"nl": "install packages in interactive mode (prompts for confirmation)", "cmd": "pacstrap -i {{path/to/new/root}} {{packages}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_8"], "matching_info": {"-i": [8], "|main|": [3, 4]}, "question_id": "1765"} -{"nl": "install packages using package files", "cmd": "pacstrap -U {{path/to/new/root}} {{path/to/package1}} {{path/to/package2}}", "tldr_cmd_name": "pacstrap", "cmd_name": "pacstrap", "manual_exist": true, "oracle_man": ["pacstrap_3", "pacstrap_10"], "matching_info": {"-U": [10], "|main|": [3, 4]}, "question_id": "1766"} -{"nl": "list snapshots", "cmd": "sudo timeshift --list", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_5", "timeshift_10"], "matching_info": {"--list": [2, 5, 10], "|main|": [3]}, "question_id": "1767"} -{"nl": "create a new snapshot (if scheduled)", "cmd": "sudo timeshift --check", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_6"], "matching_info": {"--check": [2, 6], "|main|": [3]}, "question_id": "1768"} -{"nl": "create a new snapshot (even if not scheduled)", "cmd": "sudo timeshift --create", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_6", "timeshift_10"], "matching_info": {"--create": [2, 6, 10], "|main|": [3]}, "question_id": "1769"} -{"nl": "restore a snapshot (selecting which snapshot to restore interactively)", "cmd": "sudo timeshift --restore", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_7", "timeshift_10"], "matching_info": {"--restore": [2, 7, 10], "|main|": [3]}, "question_id": "1770"} -{"nl": "restore a specific snapshot", "cmd": "sudo timeshift --restore --snapshot '{{snapshot}}'", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_7", "timeshift_9", "timeshift_10"], "matching_info": {"--restore": [2, 7, 10], "--snapshot": [7, 9, 10], "|main|": [3]}, "question_id": "1771"} -{"nl": "delete a specific snapshot", "cmd": "sudo timeshift --delete --snapshot '{{snapshot}}'", "tldr_cmd_name": "timeshift", "cmd_name": "timeshift", "manual_exist": true, "oracle_man": ["timeshift_2", "timeshift_3", "timeshift_7", "timeshift_8", "timeshift_9", "timeshift_10"], "matching_info": {"--delete": [2, 8, 10], "--snapshot": [7, 9, 10], "|main|": [3]}, "question_id": "1772"} -{"nl": "list all attributes of a kernel module", "cmd": "modinfo {{kernel_module}}", "tldr_cmd_name": "modinfo", "cmd_name": "modinfo", "manual_exist": true, "oracle_man": ["modinfo_5"], "matching_info": {"|main|": [5, 6, 7]}, "question_id": "1773"} -{"nl": "list the specified attribute only", "cmd": "modinfo -F {{author|description|license|parm|filename}} {{kernel_module}}", "tldr_cmd_name": "modinfo", "cmd_name": "modinfo", "manual_exist": true, "oracle_man": ["modinfo_2", "modinfo_5", "modinfo_9"], "matching_info": {"-F": [2, 9], "|main|": [5, 6, 7]}, "question_id": "1774"} -{"nl": "print current working directory of a process", "cmd": "pwdx {{process_id}}", "tldr_cmd_name": "pwdx", "cmd_name": "pwdx", "manual_exist": true, "oracle_man": ["pwdx_1"], "matching_info": {"|main|": [1]}, "question_id": "1775"} -{"nl": "emulate 20 requests based on a given url list file per second for 60 seconds", "cmd": "http_load -rate {{20}} -seconds {{60}} {{path/to/urls.txt}}", "tldr_cmd_name": "http_load", "cmd_name": "http_load", "manual_exist": true, "oracle_man": ["http_load_2", "http_load_3", "http_load_11", "http_load_12", "http_load_15", "http_load_16"], "matching_info": {"-rate": [2, 11, 15, 16], "-seconds": [2, 12, 16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1776"} -{"nl": "emulate 5 concurrent requests based on a given url list file for 60 seconds", "cmd": "http_load -parallel {{5}} -seconds {{60}} {{path/to/urls.txt}}", "tldr_cmd_name": "http_load", "cmd_name": "http_load", "manual_exist": true, "oracle_man": ["http_load_2", "http_load_3", "http_load_11", "http_load_12", "http_load_15", "http_load_16"], "matching_info": {"-parallel": [2, 11, 15], "-seconds": [2, 12, 16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1777"} -{"nl": "emulate 1000 requests at 20 requests per second, based on a given url list file", "cmd": "http_load -rate {{20}} -fetches {{1000}} {{path/to/urls.txt}}", "tldr_cmd_name": "http_load", "cmd_name": "http_load", "manual_exist": true, "oracle_man": ["http_load_2", "http_load_3", "http_load_11", "http_load_12", "http_load_15", "http_load_16"], "matching_info": {"-rate": [2, 11, 15, 16], "-fetches": [2, 12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1778"} -{"nl": "emulate 1000 requests at 5 concurrent requests at a time, based on a given url list file", "cmd": "http_load -parallel {{5}} -fetches {{1000}} {{path/to/urls.txt}}", "tldr_cmd_name": "http_load", "cmd_name": "http_load", "manual_exist": true, "oracle_man": ["http_load_2", "http_load_3", "http_load_11", "http_load_12", "http_load_15"], "matching_info": {"-parallel": [2, 11, 15], "-fetches": [2, 12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1779"} -{"nl": "run an `nmcli` subcommand", "cmd": "nmcli {{agent|connection|device|general|help|monitor|networking|radio}} {{command_options}}", "tldr_cmd_name": "nmcli", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1783"} -{"nl": "display the current version of networkmanager", "cmd": "nmcli --version", "tldr_cmd_name": "nmcli", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_30"], "matching_info": {"--version": [30], "|main|": [3, 4, 5, 6]}, "question_id": "1784"} -{"nl": "display help", "cmd": "nmcli --help", "tldr_cmd_name": "nmcli", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_20"], "matching_info": {"--help": [20], "|main|": [3, 4, 5, 6]}, "question_id": "1785"} -{"nl": "display help for a subcommand", "cmd": "nmcli {{subcommand}} --help", "tldr_cmd_name": "nmcli", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_20"], "matching_info": {"--help": [20], "|main|": [3, 4, 5, 6]}, "question_id": "1786"} -{"nl": "enable only the primary monitor", "cmd": "mons -o", "tldr_cmd_name": "mons", "cmd_name": "mons", "manual_exist": true, "oracle_man": ["mons_3", "mons_6"], "matching_info": {"-o": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1787"} -{"nl": "enable only the secondary monitor", "cmd": "mons -s", "tldr_cmd_name": "mons", "cmd_name": "mons", "manual_exist": true, "oracle_man": ["mons_3", "mons_7"], "matching_info": {"-s": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1788"} -{"nl": "duplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor", "cmd": "mons -d", "tldr_cmd_name": "mons", "cmd_name": "mons", "manual_exist": true, "oracle_man": ["mons_3", "mons_8", "mons_18"], "matching_info": {"-d": [8, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1789"} -{"nl": "mirror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor", "cmd": "mons -m", "tldr_cmd_name": "mons", "cmd_name": "mons", "manual_exist": true, "oracle_man": ["mons_1", "mons_3", "mons_9"], "matching_info": {"-m": [1, 9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1790"} -{"nl": "list the name and status of all services", "cmd": "service --status-all", "tldr_cmd_name": "service", "cmd_name": "service", "manual_exist": true, "oracle_man": ["service_3", "service_5", "service_8"], "matching_info": {"--status-all": [3, 8], "|main|": [5, 6, 7, 8]}, "question_id": "1791"} -{"nl": "start/stop/restart/reload service (start/stop should always be available)", "cmd": "service {{service_name}} {{start|stop|restart|reload}}", "tldr_cmd_name": "service", "cmd_name": "service", "manual_exist": true, "oracle_man": ["service_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "1792"} -{"nl": "do a full restart (runs script twice with start and stop)", "cmd": "service {{service_name}} --full-restart", "tldr_cmd_name": "service", "cmd_name": "service", "manual_exist": true, "oracle_man": ["service_5", "service_7"], "matching_info": {"--full-restart": [7], "|main|": [5, 6, 7, 8]}, "question_id": "1793"} -{"nl": "show the current status of a service", "cmd": "service {{service_name}} status", "tldr_cmd_name": "service", "cmd_name": "service", "manual_exist": true, "oracle_man": ["service_5"], "matching_info": {"status": [], "|main|": [5, 6, 7, 8]}, "question_id": "1794"} -{"nl": "create a logical volume of 10 gigabytes in the volume group vg1", "cmd": "lvcreate -L {{10G}} {{vg1}}", "tldr_cmd_name": "lvcreate", "cmd_name": "lvcreate", "manual_exist": true, "oracle_man": ["lvcreate_2", "lvcreate_3", "lvcreate_4", "lvcreate_13", "lvcreate_21"], "matching_info": {"-L": [2, 3, 13, 21], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1802"} -{"nl": "create a 1500 megabyte linear logical volume named mylv in the volume group vg1", "cmd": "lvcreate -L {{1500}} -n {{mylv}} {{vg1}}", "tldr_cmd_name": "lvcreate", "cmd_name": "lvcreate", "manual_exist": true, "oracle_man": ["lvcreate_2", "lvcreate_3", "lvcreate_4", "lvcreate_13", "lvcreate_14", "lvcreate_21", "lvcreate_22"], "matching_info": {"-L": [2, 3, 13, 21], "-n": [2, 3, 14, 22], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1803"} -{"nl": "create a logical volume called mylv that uses 60% of the total space in volume group vg1", "cmd": "lvcreate -l {{60%VG}} -n {{mylv}} {{vg1}}", "tldr_cmd_name": "lvcreate", "cmd_name": "lvcreate", "manual_exist": true, "oracle_man": ["lvcreate_2", "lvcreate_3", "lvcreate_4", "lvcreate_12", "lvcreate_14", "lvcreate_22"], "matching_info": {"-l": [2, 3, 12], "-n": [2, 3, 14, 22], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1804"} -{"nl": "create a logical volume called mylv that uses all the unallocated space in the volume group vg1", "cmd": "lvcreate -l {{100%FREE}} -n {{mylv}} {{vg1}}", "tldr_cmd_name": "lvcreate", "cmd_name": "lvcreate", "manual_exist": true, "oracle_man": ["lvcreate_2", "lvcreate_3", "lvcreate_4", "lvcreate_12", "lvcreate_14", "lvcreate_22"], "matching_info": {"-l": [2, 3, 12], "-n": [2, 3, 14, 22], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "1805"} -{"nl": "create an iso from a directory", "cmd": "mkisofs -o {{filename.iso}} {{path/to/source_directory}}", "tldr_cmd_name": "mkisofs", "cmd_name": "mkisofs", "manual_exist": true, "oracle_man": ["mkisofs_2", "mkisofs_3", "mkisofs_34", "mkisofs_38", "mkisofs_106", "mkisofs_107", "mkisofs_111", "mkisofs_139", "mkisofs_142", "mkisofs_144", "mkisofs_161", "mkisofs_180", "mkisofs_197", "mkisofs_209", "mkisofs_229", "mkisofs_236", "mkisofs_238", "mkisofs_250", "mkisofs_283", "mkisofs_303", "mkisofs_305", "mkisofs_314", "mkisofs_330", "mkisofs_331", "mkisofs_343", "mkisofs_345", "mkisofs_422", "mkisofs_426", "mkisofs_455", "mkisofs_457", "mkisofs_459", "mkisofs_463", "mkisofs_465", "mkisofs_467", "mkisofs_469", "mkisofs_474", "mkisofs_478"], "matching_info": {"-o": [2, 34, 38, 106, 107, 111, 139, 142, 144, 161, 180, 197, 209, 229, 236, 238, 250, 283, 303, 305, 314, 330, 331, 343, 345, 422, 426, 455, 457, 459, 463, 465, 467, 469, 474, 478], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "1811"} -{"nl": "set the disc label when creating an iso", "cmd": "mkisofs -o {{filename.iso}} -V \"{{label_name}}\" {{path/to/source_directory}}", "tldr_cmd_name": "mkisofs", "cmd_name": "mkisofs", "manual_exist": true, "oracle_man": ["mkisofs_2", "mkisofs_3", "mkisofs_34", "mkisofs_38", "mkisofs_106", "mkisofs_107", "mkisofs_111", "mkisofs_123", "mkisofs_124", "mkisofs_139", "mkisofs_142", "mkisofs_144", "mkisofs_161", "mkisofs_180", "mkisofs_197", "mkisofs_209", "mkisofs_229", "mkisofs_236", "mkisofs_238", "mkisofs_250", "mkisofs_273", "mkisofs_283", "mkisofs_303", "mkisofs_305", "mkisofs_308", "mkisofs_314", "mkisofs_330", "mkisofs_331", "mkisofs_343", "mkisofs_345", "mkisofs_422", "mkisofs_425", "mkisofs_426", "mkisofs_449", "mkisofs_455", "mkisofs_457", "mkisofs_459", "mkisofs_463", "mkisofs_465", "mkisofs_467", "mkisofs_469", "mkisofs_474", "mkisofs_478"], "matching_info": {"-o": [2, 34, 38, 106, 107, 111, 139, 142, 144, 161, 180, 197, 209, 229, 236, 238, 250, 283, 303, 305, 314, 330, 331, 343, 345, 422, 426, 455, 457, 459, 463, 465, 467, 469, 474, 478], "-V": [123, 124, 273, 308, 425, 449], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "1812"} -{"nl": "display the contents of the file with underlines where applicable", "cmd": "ul {{file.txt}}", "tldr_cmd_name": "ul", "cmd_name": "ul", "manual_exist": true, "oracle_man": ["ul_3"], "matching_info": {"|main|": [3]}, "question_id": "1815"} -{"nl": "display the contents of the file with underlines made of dashes ``", "cmd": "ul -i {{file.txt}}", "tldr_cmd_name": "ul", "cmd_name": "ul", "manual_exist": true, "oracle_man": ["ul_3", "ul_4"], "matching_info": {"-i": [4], "|main|": [3]}, "question_id": "1816"} -{"nl": "open a new window showing the current directory", "cmd": "thunar", "tldr_cmd_name": "thunar", "cmd_name": "thunar", "manual_exist": true, "oracle_man": ["thunar_5"], "matching_info": {"|main|": [5]}, "question_id": "1817"} -{"nl": "open the bulk rename utility", "cmd": "thunar --bulk-rename", "tldr_cmd_name": "thunar", "cmd_name": "thunar", "manual_exist": true, "oracle_man": ["thunar_3", "thunar_5", "thunar_7", "thunar_10"], "matching_info": {"--bulk-rename": [3, 7, 10], "|main|": [5]}, "question_id": "1818"} -{"nl": "close all open thunar windows", "cmd": "thunar --quit", "tldr_cmd_name": "thunar", "cmd_name": "thunar", "manual_exist": true, "oracle_man": ["thunar_4", "thunar_5", "thunar_13"], "matching_info": {"--quit": [4, 13], "|main|": [5]}, "question_id": "1819"} -{"nl": "create an exfat filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.exfat {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.exfat": [], "|main|": [3, 4, 5, 6]}, "question_id": "1835"} -{"nl": "create filesystem with a volumename", "cmd": "mkfs.vfat -n {{volume_name}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-n": [], "|main|": [3, 4, 5, 6]}, "question_id": "1032"} -{"nl": "create filesystem with a volumeid", "cmd": "mkfs.vfat -i {{volume_id}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-i": [], "|main|": [3, 4, 5, 6]}, "question_id": "1033"} -{"nl": "create and install a package with default settings", "cmd": "sudo checkinstall --default", "tldr_cmd_name": "checkinstall", "cmd_name": "checkinstall", "manual_exist": true, "oracle_man": ["checkinstall_3", "checkinstall_16"], "matching_info": {"--default": [16], "|main|": [3, 4]}, "question_id": "1844"} -{"nl": "create a package but don't install it", "cmd": "sudo checkinstall --install={{no}}", "tldr_cmd_name": "checkinstall", "cmd_name": "checkinstall", "manual_exist": true, "oracle_man": ["checkinstall_3", "checkinstall_14"], "matching_info": {"--install": [14], "|main|": [3, 4]}, "question_id": "1845"} -{"nl": "create a package without documentation", "cmd": "sudo checkinstall --nodoc", "tldr_cmd_name": "checkinstall", "cmd_name": "checkinstall", "manual_exist": true, "oracle_man": ["checkinstall_3", "checkinstall_34"], "matching_info": {"--nodoc": [34], "|main|": [3, 4]}, "question_id": "1846"} -{"nl": "create a package and set the name", "cmd": "sudo checkinstall --pkgname {{package}}", "tldr_cmd_name": "checkinstall", "cmd_name": "checkinstall", "manual_exist": true, "oracle_man": ["checkinstall_3", "checkinstall_17"], "matching_info": {"--pkgname": [17], "|main|": [3, 4]}, "question_id": "1847"} -{"nl": "create a package and specify where to save it", "cmd": "sudo checkinstall --pakdir {{path/to/directory}}", "tldr_cmd_name": "checkinstall", "cmd_name": "checkinstall", "manual_exist": true, "oracle_man": ["checkinstall_3", "checkinstall_25"], "matching_info": {"--pakdir": [25], "|main|": [3, 4]}, "question_id": "1848"} -{"nl": "suspend pulseaudio while running `jackd`", "cmd": "pasuspender -- {{jackd -d alsa --device hw:0}}", "tldr_cmd_name": "pasuspender", "cmd_name": "pasuspender", "manual_exist": true, "oracle_man": ["pasuspender_2", "pasuspender_3", "pasuspender_4", "pasuspender_5", "pasuspender_6", "pasuspender_7", "pasuspender_8", "pasuspender_9"], "matching_info": {"--": [2, 3, 4, 6, 7, 8, 9], "|main|": [5, 6]}, "question_id": "1849"} -{"nl": "list user accounts and their associated home directories", "cmd": "homectl list", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_81"], "matching_info": {"list": [81], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1850"} -{"nl": "create a user account and their associated home directory", "cmd": "sudo homectl create {{username}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_87", "homectl_102", "homectl_104"], "matching_info": {"create": [87, 102, 104], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1851"} -{"nl": "remove a specific user and the associated home directory", "cmd": "sudo homectl remove {{username}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_89"], "matching_info": {"remove": [89], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1852"} -{"nl": "change the password for a specific user", "cmd": "sudo homectl passwd {{username}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_92"], "matching_info": {"passwd": [92], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1853"} -{"nl": "run a shell or a command with access to a specific home directory", "cmd": "sudo homectl with {{username}} -- {{command}} {{command_arguments}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_17", "homectl_18", "homectl_19", "homectl_20", "homectl_21", "homectl_22", "homectl_23", "homectl_24", "homectl_25", "homectl_26", "homectl_28", "homectl_29", "homectl_30", "homectl_31", "homectl_32", "homectl_33", "homectl_34", "homectl_36", "homectl_37", "homectl_38", "homectl_39", "homectl_40", "homectl_41", "homectl_42", "homectl_43", "homectl_45", "homectl_46", "homectl_49", "homectl_50", "homectl_51", "homectl_52", "homectl_53", "homectl_54", "homectl_55", "homectl_56", "homectl_57", "homectl_58", "homectl_59", "homectl_60", "homectl_61", "homectl_62", "homectl_63", "homectl_64", "homectl_65", "homectl_66", "homectl_67", "homectl_68", "homectl_69", "homectl_70", "homectl_71", "homectl_72", "homectl_73", "homectl_74", "homectl_75", "homectl_76", "homectl_77", "homectl_78", "homectl_79", "homectl_85", "homectl_87", "homectl_90", "homectl_91", "homectl_98", "homectl_102", "homectl_104", "homectl_106", "homectl_110", "homectl_112", "homectl_114"], "matching_info": {"with": [98], "--": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 85, 87, 90, 91, 102, 104, 106, 110, 112, 114], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1854"} -{"nl": "lock or unlock a specific home directory", "cmd": "sudo homectl {{lock|unlock}} {{username}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1855"} -{"nl": "change the disk space assigned to a specific home directory to 100 gib", "cmd": "sudo homectl resize {{username}} {{100G}}", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_93"], "matching_info": {"resize": [93], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1856"} -{"nl": "display help", "cmd": "homectl --help", "tldr_cmd_name": "homectl", "cmd_name": "homectl", "manual_exist": true, "oracle_man": ["homectl_3", "homectl_25"], "matching_info": {"--help": [25], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "1857"} -{"nl": "display the file access control list", "cmd": "getfacl {{path/to/file_or_directory}}", "tldr_cmd_name": "getfacl", "cmd_name": "getfacl", "manual_exist": true, "oracle_man": ["getfacl_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "1870"} -{"nl": "display the file access control list with numeric user and group ids", "cmd": "getfacl -n {{path/to/file_or_directory}}", "tldr_cmd_name": "getfacl", "cmd_name": "getfacl", "manual_exist": true, "oracle_man": ["getfacl_4", "getfacl_18", "getfacl_24", "getfacl_25"], "matching_info": {"-n": [18, 24, 25], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "1871"} -{"nl": "display the file access control list with tabular output format", "cmd": "getfacl -t {{path/to/file_or_directory}}", "tldr_cmd_name": "getfacl", "cmd_name": "getfacl", "manual_exist": true, "oracle_man": ["getfacl_4", "getfacl_23"], "matching_info": {"-t": [23], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "1872"} -{"nl": "display keys which are currently being pressed on the screen", "cmd": "screenkey", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "1873"} -{"nl": "display keys and mouse buttons which are currently being pressed on the screen", "cmd": "screenkey --mouse", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--mouse": [], "|main|": [3, 4, 5]}, "question_id": "1874"} -{"nl": "launch the settings menu of screenkey", "cmd": "screenkey --show-settings", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--show-settings": [], "|main|": [3, 4, 5]}, "question_id": "1875"} -{"nl": "launch screenkey at a specific position", "cmd": "screenkey --position {{top|center|bottom|fixed}}", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--position": [], "|main|": [3, 4, 5]}, "question_id": "1876"} -{"nl": "change the format of the key modifiers displayed on screen", "cmd": "screenkey --mods-mode {{normal|emacs|mac|win|tux}}", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--mods-mode": [], "|main|": [3, 4, 5]}, "question_id": "1877"} -{"nl": "change the appearance of screenkey", "cmd": "screenkey --bg-color \"{{#a1b2c3}}\" --font {{Hack}} --font-color {{yellow}} --opacity {{0.8}}", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--bg-color": [], "--font": [], "--font-color": [], "--opacity": [], "|main|": [3, 4, 5]}, "question_id": "1878"} -{"nl": "drag and select a window on screen to display screenkey", "cmd": "screenkey --position fixed --geometry {{$(slop -n -f '%g')}}", "tldr_cmd_name": "screenkey", "cmd_name": "screenkey", "manual_exist": true, "oracle_man": ["screenkey_3"], "matching_info": {"--position": [], "fixed": [], "--geometry": [], "|main|": [3, 4, 5]}, "question_id": "1879"} -{"nl": "display help", "cmd": "pacman --deptest --help", "tldr_cmd_name": "pacman-deptest", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_15", "pacman_19"], "matching_info": {"--deptest": [15], "--help": [19], "|main|": [3, 4, 5]}, "question_id": "1187"} -{"nl": "update the package database", "cmd": "sudo pacman --files --refresh", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_17", "pacman_78", "pacman_83"], "matching_info": {"--files": [17], "--refresh": [78, 83], "|main|": [3, 4, 5]}, "question_id": "1881"} -{"nl": "find the package that owns a specific file", "cmd": "pacman --files {{filename}}", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_17"], "matching_info": {"--files": [17], "|main|": [3, 4, 5]}, "question_id": "1882"} -{"nl": "find the package that owns a specific file, using a regular expression", "cmd": "pacman --files --regex '{{regular_expression}}'", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_17", "pacman_85"], "matching_info": {"--files": [17], "--regex": [85], "|main|": [3, 4, 5]}, "question_id": "1883"} -{"nl": "list only the package names", "cmd": "pacman --files --quiet {{filename}}", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_17", "pacman_60", "pacman_73", "pacman_82", "pacman_86"], "matching_info": {"--files": [17], "--quiet": [60, 73, 82, 86], "|main|": [3, 4, 5]}, "question_id": "1884"} -{"nl": "list the files owned by a specific package", "cmd": "pacman --files --list {{package_name}}", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_17", "pacman_55", "pacman_59", "pacman_72", "pacman_84"], "matching_info": {"--files": [17], "--list": [55, 59, 72, 84], "|main|": [3, 4, 5]}, "question_id": "1885"} -{"nl": "list only the absolute path to the files", "cmd": "pacman --query --list --quiet {{package_name}}", "tldr_cmd_name": "pacman-files", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_55", "pacman_59", "pacman_60", "pacman_72", "pacman_73", "pacman_82", "pacman_84", "pacman_86"], "matching_info": {"--query": [7], "--list": [55, 59, 72, 84], "--quiet": [60, 73, 82, 86], "|main|": [3, 4, 5]}, "question_id": "1886"} -{"nl": "edit quota of the current user", "cmd": "edquota --user $(whoami)", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_5", "edquota_15"], "matching_info": {"--user": [15], "$(whoami)": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1887"} -{"nl": "edit quota of a specific user", "cmd": "sudo edquota --user {{username}}", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_5", "edquota_15"], "matching_info": {"--user": [15], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1888"} -{"nl": "edit quota for a group", "cmd": "sudo edquota --group {{group}}", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_5", "edquota_16"], "matching_info": {"--group": [16], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1889"} -{"nl": "restrict operations to a given filesystem (by default edquota operates on all filesystems with quotas)", "cmd": "sudo edquota --file-system {{filesystem}}", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_5"], "matching_info": {"--file-system": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1890"} -{"nl": "edit the default grace period", "cmd": "sudo edquota -t", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_3", "edquota_5", "edquota_22", "edquota_23"], "matching_info": {"-t": [3, 22, 23], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1891"} -{"nl": "duplicate a quota to other users", "cmd": "sudo edquota -p {{reference_user}} {{destination_user1}} {{destination_user2}}", "tldr_cmd_name": "edquota", "cmd_name": "edquota", "manual_exist": true, "oracle_man": ["edquota_2", "edquota_5", "edquota_14", "edquota_17", "edquota_18", "edquota_22"], "matching_info": {"-p": [2, 14, 17, 18, 22], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "1892"} -{"nl": "check if pulseaudio is running (a nonzero exit code means it is not running)", "cmd": "pulseaudio --check", "tldr_cmd_name": "pulseaudio", "cmd_name": "pulseaudio", "manual_exist": true, "oracle_man": ["pulseaudio_11", "pulseaudio_12", "pulseaudio_21", "pulseaudio_22", "pulseaudio_23"], "matching_info": {"--check": [11, 21, 22, 23], "|main|": [12]}, "question_id": "1893"} -{"nl": "start the pulseaudio daemon in the background", "cmd": "pulseaudio --start", "tldr_cmd_name": "pulseaudio", "cmd_name": "pulseaudio", "manual_exist": true, "oracle_man": ["pulseaudio_9", "pulseaudio_12", "pulseaudio_19"], "matching_info": {"--start": [9, 19], "|main|": [12]}, "question_id": "1894"} -{"nl": "kill the running pulseaudio daemon", "cmd": "pulseaudio --kill", "tldr_cmd_name": "pulseaudio", "cmd_name": "pulseaudio", "manual_exist": true, "oracle_man": ["pulseaudio_10", "pulseaudio_12", "pulseaudio_20", "pulseaudio_51"], "matching_info": {"--kill": [10, 20, 51], "|main|": [12]}, "question_id": "1895"} -{"nl": "list available modules", "cmd": "pulseaudio --dump-modules", "tldr_cmd_name": "pulseaudio", "cmd_name": "pulseaudio", "manual_exist": true, "oracle_man": ["pulseaudio_6", "pulseaudio_12", "pulseaudio_16"], "matching_info": {"--dump-modules": [6, 16], "|main|": [12]}, "question_id": "1896"} -{"nl": "load a module into the currently running daemon with the specified arguments", "cmd": "pulseaudio --load=\"{{module_name}} {{arguments}}\"", "tldr_cmd_name": "pulseaudio", "cmd_name": "pulseaudio", "manual_exist": true, "oracle_man": ["pulseaudio_12", "pulseaudio_47", "pulseaudio_49"], "matching_info": {"--load": [47, 49], "|main|": [12]}, "question_id": "1897"} -{"nl": "view information about an mp3 file", "cmd": "eyeD3 {{filename.mp3}}", "tldr_cmd_name": "eyed3", "cmd_name": "eyeD3", "manual_exist": true, "oracle_man": ["eyeD3_3"], "matching_info": {"|main|": [3]}, "question_id": "1898"} -{"nl": "set the title of an mp3 file", "cmd": "eyeD3 --title \"{{A Title}}\" {{filename.mp3}}", "tldr_cmd_name": "eyed3", "cmd_name": "eyeD3", "manual_exist": true, "oracle_man": ["eyeD3_3", "eyeD3_17"], "matching_info": {"--title": [17], "|main|": [3]}, "question_id": "1899"} -{"nl": "set the album of all the mp3 files in a directory", "cmd": "eyeD3 --album \"{{Album Name}}\" {{*.mp3}}", "tldr_cmd_name": "eyed3", "cmd_name": "eyeD3", "manual_exist": true, "oracle_man": ["eyeD3_3", "eyeD3_16"], "matching_info": {"--album": [16], "|main|": [3]}, "question_id": "1900"} -{"nl": "set the front cover art for an mp3 file", "cmd": "eyeD3 --add-image {{front_cover.jpeg}}:FRONT_COVER: {{filename.mp3}}", "tldr_cmd_name": "eyed3", "cmd_name": "eyeD3", "manual_exist": true, "oracle_man": ["eyeD3_3", "eyeD3_29"], "matching_info": {"--add-image": [29], "|main|": [3]}, "question_id": "1901"} -{"nl": "modify acl of a file for user with read and write access", "cmd": "setfacl -m u:{{username}}:rw {{file}}", "tldr_cmd_name": "setfacl", "cmd_name": "setfacl", "manual_exist": true, "oracle_man": ["setfacl_2", "setfacl_4", "setfacl_5", "setfacl_7", "setfacl_14", "setfacl_15", "setfacl_32", "setfacl_44", "setfacl_45"], "matching_info": {"-m": [2, 5, 7, 14, 15, 32, 44, 45], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1908"} -{"nl": "modify default acl of a file for all users", "cmd": "setfacl -d -m u::rw {{file}}", "tldr_cmd_name": "setfacl", "cmd_name": "setfacl", "manual_exist": true, "oracle_man": ["setfacl_2", "setfacl_4", "setfacl_5", "setfacl_7", "setfacl_13", "setfacl_14", "setfacl_15", "setfacl_16", "setfacl_31", "setfacl_32", "setfacl_33", "setfacl_44", "setfacl_45", "setfacl_48"], "matching_info": {"-d": [13, 16, 31, 33, 48], "-m": [2, 5, 7, 14, 15, 32, 44, 45], "u::rw": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1909"} -{"nl": "remove acl of a file for a user", "cmd": "setfacl -x u:{{username}} {{file}}", "tldr_cmd_name": "setfacl", "cmd_name": "setfacl", "manual_exist": true, "oracle_man": ["setfacl_2", "setfacl_4", "setfacl_5", "setfacl_8", "setfacl_32", "setfacl_46", "setfacl_49"], "matching_info": {"-x": [2, 5, 8, 32, 46, 49], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1910"} -{"nl": "remove all acl entries of a file", "cmd": "setfacl -b {{file}}", "tldr_cmd_name": "setfacl", "cmd_name": "setfacl", "manual_exist": true, "oracle_man": ["setfacl_2", "setfacl_4", "setfacl_12"], "matching_info": {"-b": [2, 12], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1911"} -{"nl": "start a buffer for temporary notes, which won't be saved", "cmd": "zile", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1912"} -{"nl": "open a file", "cmd": "zile {{path/to/file}}", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1913"} -{"nl": "save a file", "cmd": "Ctrl + X, Ctrl + S", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"Ctrl": [], "+": [], "X,": [], "S": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1914"} -{"nl": "quit", "cmd": "Ctrl + X, Ctrl + C", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"Ctrl": [], "+": [], "X,": [], "C": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1915"} -{"nl": "open a file at a specified line number", "cmd": "zile +{{line_number}} {{path/to/file}}", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1916"} -{"nl": "undo changes", "cmd": "Ctrl + X, U", "tldr_cmd_name": "zile", "cmd_name": "zile", "manual_exist": true, "oracle_man": ["zile_3"], "matching_info": {"Ctrl": [], "+": [], "X,": [], "U": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "1917"} -{"nl": "display system memory", "cmd": "free", "tldr_cmd_name": "free", "cmd_name": "free", "manual_exist": true, "oracle_man": ["free_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1918"} -{"nl": "display memory in bytes/kb/mb/gb", "cmd": "free -{{b|k|m|g}}", "tldr_cmd_name": "free", "cmd_name": "free", "manual_exist": true, "oracle_man": ["free_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1919"} -{"nl": "display memory in humanreadable units", "cmd": "free -h", "tldr_cmd_name": "free", "cmd_name": "free", "manual_exist": true, "oracle_man": ["free_3", "free_23", "free_32"], "matching_info": {"-h": [23, 32], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1920"} -{"nl": "refresh the output every 2 seconds", "cmd": "free -s {{2}}", "tldr_cmd_name": "free", "cmd_name": "free", "manual_exist": true, "oracle_man": ["free_3", "free_18", "free_19", "free_20", "free_21", "free_22", "free_27", "free_29", "free_30"], "matching_info": {"-s": [18, 19, 20, 21, 22, 27, 29, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1921"} -{"nl": "show a service's status", "cmd": "rc-service {{service_name}} status", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_3"], "matching_info": {"status": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1933"} -{"nl": "start a service", "cmd": "sudo rc-service {{service_name}} start", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_3"], "matching_info": {"start": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1934"} -{"nl": "stop a service", "cmd": "sudo rc-servie {{service_name}} stop", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_3"], "matching_info": {"rc-servie": [], "stop": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1935"} -{"nl": "restart a service", "cmd": "sudo rc-service {{service_name}} restart", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_3"], "matching_info": {"restart": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1936"} -{"nl": "simulate running a service's custom command", "cmd": "sudo rc-service --dry-run {{service_name}} {{command_name}}", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_2", "rc-service_3", "rc-service_8"], "matching_info": {"--dry-run": [2, 8], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1937"} -{"nl": "actually run a service's custom command", "cmd": "sudo rc-service {{service_name}} {{command_name}}", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1938"} -{"nl": "resolve the location of a service definition on disk", "cmd": "sudo rc-service --resolve {{service_name}}", "tldr_cmd_name": "rc-service", "cmd_name": "rc-service", "manual_exist": true, "oracle_man": ["rc-service_2", "rc-service_3", "rc-service_5"], "matching_info": {"--resolve": [2, 5], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "1939"} -{"nl": "connect to a remote computer (default port is 3389)", "cmd": "rdesktop -u {{username}} -p {{password}} {{host:port}}", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_8", "rdesktop_10", "rdesktop_11"], "matching_info": {"-u": [4, 10, 11], "-p": [8], "|main|": [3]}, "question_id": "1945"} -{"nl": "simple examples", "cmd": "rdesktop -u Administrator -p passwd123 192.168.1.111:3389", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_8", "rdesktop_10", "rdesktop_11", "rdesktop_63", "rdesktop_64"], "matching_info": {"-u": [4, 10, 11], "Administrator": [63, 64], "-p": [8], "passwd123": [], "192.168.1.111:3389": [], "|main|": [3]}, "question_id": "1946"} -{"nl": "connect to a remote computer with full screen (press `ctrl + alt + enter` to exist)", "cmd": "rdesktop -u {{username}} -p {{password}} -f {{host:port}}", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_8", "rdesktop_10", "rdesktop_11", "rdesktop_20"], "matching_info": {"-u": [4, 10, 11], "-p": [8], "-f": [20], "|main|": [3]}, "question_id": "1947"} -{"nl": "use the customed resolution (use the letter 'x' between the number)", "cmd": "rdesktop -u {{username}} -p {{password}} -g 1366x768 {{host:port}}", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_8", "rdesktop_10", "rdesktop_11", "rdesktop_15", "rdesktop_18"], "matching_info": {"-u": [4, 10, 11], "-p": [8], "-g": [10, 15, 18], "1366x768": [], "|main|": [3]}, "question_id": "1948"} -{"nl": "connect to a remote computer using domain user", "cmd": "rdesktop -u {{username}} -p {{password}} -d {{domainname}} {{host:port}}", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_5", "rdesktop_8", "rdesktop_10", "rdesktop_11", "rdesktop_49"], "matching_info": {"-u": [4, 10, 11], "-p": [8], "-d": [5, 49], "|main|": [3]}, "question_id": "1949"} -{"nl": "use the 16bit color (speed up)", "cmd": "rdesktop -u {{username}} -p {{password}} -a 16 {{host:port}}", "tldr_cmd_name": "rdesktop", "cmd_name": "rdesktop", "manual_exist": true, "oracle_man": ["rdesktop_3", "rdesktop_4", "rdesktop_8", "rdesktop_10", "rdesktop_11", "rdesktop_40", "rdesktop_75"], "matching_info": {"-u": [4, 10, 11], "-p": [8], "-a": [40], "16": [75], "|main|": [3]}, "question_id": "1950"} -{"nl": "start terminator window", "cmd": "terminator", "tldr_cmd_name": "terminator", "cmd_name": "terminator", "manual_exist": true, "oracle_man": ["terminator_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1951"} -{"nl": "start with a fullscreen window", "cmd": "terminator -f", "tldr_cmd_name": "terminator", "cmd_name": "terminator", "manual_exist": true, "oracle_man": ["terminator_3", "terminator_9"], "matching_info": {"-f": [9], "|main|": [3, 4]}, "question_id": "1952"} -{"nl": "split terminals horizontally", "cmd": "Ctrl + Shift + O", "tldr_cmd_name": "terminator", "cmd_name": "terminator", "manual_exist": true, "oracle_man": ["terminator_3", "terminator_31", "terminator_32", "terminator_33", "terminator_34", "terminator_37", "terminator_38", "terminator_44", "terminator_45", "terminator_46", "terminator_47", "terminator_49", "terminator_50", "terminator_51", "terminator_52", "terminator_54", "terminator_56", "terminator_57", "terminator_59", "terminator_60", "terminator_61", "terminator_62", "terminator_63", "terminator_64", "terminator_65", "terminator_66", "terminator_67", "terminator_68", "terminator_69", "terminator_70", "terminator_75", "terminator_76", "terminator_77", "terminator_80", "terminator_82", "terminator_85"], "matching_info": {"Ctrl": [31, 32, 33, 34, 37, 38, 44, 45, 46, 47, 49, 50, 51, 52, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 75, 76, 77], "+": [], "Shift": [31, 32, 33, 34, 37, 38, 46, 47, 49, 50, 51, 52, 54, 56, 57, 59, 60, 61, 62, 63, 64, 75, 76, 77, 80, 82], "O": [31, 85], "|main|": [3, 4]}, "question_id": "1953"} -{"nl": "split terminals vertically", "cmd": "Ctrl + Shift + E", "tldr_cmd_name": "terminator", "cmd_name": "terminator", "manual_exist": true, "oracle_man": ["terminator_3", "terminator_31", "terminator_32", "terminator_33", "terminator_34", "terminator_37", "terminator_38", "terminator_44", "terminator_45", "terminator_46", "terminator_47", "terminator_49", "terminator_50", "terminator_51", "terminator_52", "terminator_54", "terminator_56", "terminator_57", "terminator_59", "terminator_60", "terminator_61", "terminator_62", "terminator_63", "terminator_64", "terminator_65", "terminator_66", "terminator_67", "terminator_68", "terminator_69", "terminator_70", "terminator_75", "terminator_76", "terminator_77", "terminator_80", "terminator_82"], "matching_info": {"Ctrl": [31, 32, 33, 34, 37, 38, 44, 45, 46, 47, 49, 50, 51, 52, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 75, 76, 77], "+": [], "Shift": [31, 32, 33, 34, 37, 38, 46, 47, 49, 50, 51, 52, 54, 56, 57, 59, 60, 61, 62, 63, 64, 75, 76, 77, 80, 82], "E": [32], "|main|": [3, 4]}, "question_id": "1954"} -{"nl": "open new tab", "cmd": "Ctrl + Shift + T", "tldr_cmd_name": "terminator", "cmd_name": "terminator", "manual_exist": true, "oracle_man": ["terminator_3", "terminator_31", "terminator_32", "terminator_33", "terminator_34", "terminator_37", "terminator_38", "terminator_44", "terminator_45", "terminator_46", "terminator_47", "terminator_49", "terminator_50", "terminator_51", "terminator_52", "terminator_54", "terminator_56", "terminator_57", "terminator_59", "terminator_60", "terminator_61", "terminator_62", "terminator_63", "terminator_64", "terminator_65", "terminator_66", "terminator_67", "terminator_68", "terminator_69", "terminator_70", "terminator_75", "terminator_76", "terminator_77", "terminator_79", "terminator_80", "terminator_82"], "matching_info": {"Ctrl": [31, 32, 33, 34, 37, 38, 44, 45, 46, 47, 49, 50, 51, 52, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 75, 76, 77], "+": [], "Shift": [31, 32, 33, 34, 37, 38, 46, 47, 49, 50, 51, 52, 54, 56, 57, 59, 60, 61, 62, 63, 64, 75, 76, 77, 80, 82], "T": [33, 79, 80], "|main|": [3, 4]}, "question_id": "1955"} -{"nl": "scan a domain and save the results to a sqlite database", "cmd": "dnsrecon --domain {{example.com}} --db {{path/to/database.sqlite}}", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_28", "dnsrecon_34"], "matching_info": {"--domain": [4], "--db": [28], "|main|": [34, 35, 36, 37]}, "question_id": "1956"} -{"nl": "scan a domain, specifying the nameserver and performing a zone transfer", "cmd": "dnsrecon --domain {{example.com}} --name_server {{nameserver.example.com}} --type axfr", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_6", "dnsrecon_9", "dnsrecon_13", "dnsrecon_34"], "matching_info": {"--domain": [4], "--name_server": [6], "--type": [9], "axfr": [13], "|main|": [34, 35, 36, 37]}, "question_id": "1957"} -{"nl": "scan a domain, using a bruteforce attack and a dictionary of subdomains and hostnames", "cmd": "dnsrecon --domain {{example.com}} --dictionary {{path/to/dictionary.txt}} --type brt", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_7", "dnsrecon_9", "dnsrecon_11", "dnsrecon_34"], "matching_info": {"--domain": [4], "--dictionary": [7], "--type": [9], "brt": [11], "|main|": [34, 35, 36, 37]}, "question_id": "1958"} -{"nl": "scan a domain, performing a reverse lookup of ip ranges from the spf record and saving the results to a json file", "cmd": "dnsrecon --domain {{example.com}} -s --json", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_20", "dnsrecon_32", "dnsrecon_34"], "matching_info": {"--domain": [4], "-s": [20], "--json": [32], "|main|": [34, 35, 36, 37]}, "question_id": "1959"} -{"nl": "scan a domain, performing a google enumeration and saving the results to a csv file", "cmd": "dnsrecon --domain {{example.com}} -g --csv", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_21", "dnsrecon_31", "dnsrecon_34"], "matching_info": {"--domain": [4], "-g": [21], "--csv": [31], "|main|": [34, 35, 36, 37]}, "question_id": "1960"} -{"nl": "scan a domain, performing dns cache snooping", "cmd": "dnsrecon --domain {{example.com}} --type snoop --name_server {{nameserver.example.com}} --dictionary {{path/to/dictionary.txt}}", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_6", "dnsrecon_7", "dnsrecon_9", "dnsrecon_17", "dnsrecon_34"], "matching_info": {"--domain": [4], "--type": [9], "snoop": [17], "--name_server": [6], "--dictionary": [7], "|main|": [34, 35, 36, 37]}, "question_id": "1961"} -{"nl": "scan a domain, performing zone walking", "cmd": "dnsrecon --domain {{example.com}} --type zonewalk", "tldr_cmd_name": "dnsrecon", "cmd_name": "dnsrecon", "manual_exist": true, "oracle_man": ["dnsrecon_4", "dnsrecon_9", "dnsrecon_19", "dnsrecon_34"], "matching_info": {"--domain": [4], "--type": [9], "zonewalk": [19], "|main|": [34, 35, 36, 37]}, "question_id": "1962"} -{"nl": "check filesystem `/dev/sdx`, reporting any damaged blocks", "cmd": "fsck {{/dev/sdX}}", "tldr_cmd_name": "fsck", "cmd_name": "fsck", "manual_exist": true, "oracle_man": ["fsck_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1971"} -{"nl": "check filesystem `/dev/sdx`, reporting any damaged blocks and interactively letting the user choose to repair each one", "cmd": "fsck -r {{/dev/sdX}}", "tldr_cmd_name": "fsck", "cmd_name": "fsck", "manual_exist": true, "oracle_man": ["fsck_2", "fsck_3", "fsck_17", "fsck_18"], "matching_info": {"-r": [2, 17, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1972"} -{"nl": "check filesystem `/dev/sdx`, reporting any damaged blocks and automatically repairing them", "cmd": "fsck -a {{/dev/sdX}}", "tldr_cmd_name": "fsck", "cmd_name": "fsck", "manual_exist": true, "oracle_man": ["fsck_3", "fsck_22"], "matching_info": {"-a": [22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1973"} -{"nl": "mount a device below `/media/` (using device as mount point)", "cmd": "pmount {{/dev/to/block/device}}", "tldr_cmd_name": "pmount", "cmd_name": "pmount", "manual_exist": true, "oracle_man": ["pmount_7"], "matching_info": {"|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1974"} -{"nl": "mount a device with a specific filesystem type to `/media/label`", "cmd": "pmount --type {{filesystem}} {{/dev/to/block/device}} {{label}}", "tldr_cmd_name": "pmount", "cmd_name": "pmount", "manual_exist": true, "oracle_man": ["pmount_7", "pmount_29"], "matching_info": {"--type": [29], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1975"} -{"nl": "mount a cdrom (filesystem type iso9660) in readonly mode", "cmd": "pmount --type {{iso9660}} --read-only {{/dev/cdrom}}", "tldr_cmd_name": "pmount", "cmd_name": "pmount", "manual_exist": true, "oracle_man": ["pmount_7", "pmount_24", "pmount_29"], "matching_info": {"--type": [29], "--read-only": [24], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1976"} -{"nl": "mount an ntfsformatted disk, forcing readwrite access", "cmd": "pmount --type {{ntfs}} --read-write {{/dev/sdX}}", "tldr_cmd_name": "pmount", "cmd_name": "pmount", "manual_exist": true, "oracle_man": ["pmount_7", "pmount_25", "pmount_29"], "matching_info": {"--type": [29], "--read-write": [25], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1977"} -{"nl": "display all mounted removable devices", "cmd": "pmount", "tldr_cmd_name": "pmount", "cmd_name": "pmount", "manual_exist": true, "oracle_man": ["pmount_7"], "matching_info": {"|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "1978"} -{"nl": "write metadata located on device to a specific file", "cmd": "e2image {{/dev/sdXN}} {{path/to/image_file}}", "tldr_cmd_name": "e2image", "cmd_name": "e2image", "manual_exist": true, "oracle_man": ["e2image_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "1979"} -{"nl": "print metadata located on device to stdout", "cmd": "e2image {{/dev/sdXN}} -", "tldr_cmd_name": "e2image", "cmd_name": "e2image", "manual_exist": true, "oracle_man": ["e2image_1", "e2image_2", "e2image_3", "e2image_4", "e2image_5", "e2image_7", "e2image_8", "e2image_9", "e2image_10", "e2image_11", "e2image_12", "e2image_13", "e2image_14", "e2image_15", "e2image_16", "e2image_17", "e2image_18", "e2image_19", "e2image_20", "e2image_21", "e2image_22", "e2image_24", "e2image_25", "e2image_27", "e2image_29", "e2image_30", "e2image_31", "e2image_33", "e2image_35", "e2image_37", "e2image_39", "e2image_40"], "matching_info": {"-": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 27, 29, 30, 31, 33, 35, 37, 39, 40], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1980"} -{"nl": "restore the filesystem metadata back to the device", "cmd": "e2image -I {{/dev/sdXN}} {{path/to/image_file}}", "tldr_cmd_name": "e2image", "cmd_name": "e2image", "manual_exist": true, "oracle_man": ["e2image_2", "e2image_3", "e2image_13", "e2image_14"], "matching_info": {"-I": [2, 13, 14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1981"} -{"nl": "create a large raw sparse file with metadata at proper offsets", "cmd": "e2image -r {{/dev/sdXN}} {{path/to/image_file}}", "tldr_cmd_name": "e2image", "cmd_name": "e2image", "manual_exist": true, "oracle_man": ["e2image_2", "e2image_3", "e2image_7", "e2image_8", "e2image_12", "e2image_20", "e2image_22", "e2image_24", "e2image_33"], "matching_info": {"-r": [2, 7, 8, 12, 20, 22, 24, 33], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1982"} -{"nl": "create a qcow2 image file instead of a normal or raw image file", "cmd": "e2image -Q {{/dev/sdXN}} {{path/to/image_file}}", "tldr_cmd_name": "e2image", "cmd_name": "e2image", "manual_exist": true, "oracle_man": ["e2image_2", "e2image_3", "e2image_8", "e2image_12", "e2image_19", "e2image_27", "e2image_29"], "matching_info": {"-Q": [2, 8, 12, 19, 27, 29], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1983"} -{"nl": "enable a configuration file", "cmd": "sudo a2enconf {{configuration_file}}", "tldr_cmd_name": "a2enconf", "cmd_name": "a2enconf", "manual_exist": true, "oracle_man": ["a2enconf_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "1992"} -{"nl": "don't show informative messages", "cmd": "sudo a2enconf --quiet {{configuration_file}}", "tldr_cmd_name": "a2enconf", "cmd_name": "a2enconf", "manual_exist": true, "oracle_man": ["a2enconf_2", "a2enconf_3", "a2enconf_4", "a2enconf_7"], "matching_info": {"--quiet": [2, 3, 7], "|main|": [4, 5, 6]}, "question_id": "1993"} -{"nl": "print the time and memory usage of a command", "cmd": "runlim {{command}} {{command_arguments}}", "tldr_cmd_name": "runlim", "cmd_name": "runlim", "manual_exist": true, "oracle_man": ["runlim_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "1994"} -{"nl": "log statistics to a file instead of stdout", "cmd": "runlim --output-file={{path/to/file}} {{command}} {{command_arguments}}", "tldr_cmd_name": "runlim", "cmd_name": "runlim", "manual_exist": true, "oracle_man": ["runlim_3", "runlim_9"], "matching_info": {"--output-file": [9], "|main|": [3, 4, 5]}, "question_id": "1995"} -{"nl": "limit time to an upper bound (in seconds)", "cmd": "runlim --time-limit={{number}} {{command}} {{command_arguments}}", "tldr_cmd_name": "runlim", "cmd_name": "runlim", "manual_exist": true, "oracle_man": ["runlim_3", "runlim_11"], "matching_info": {"--time-limit": [11], "|main|": [3, 4, 5]}, "question_id": "1996"} -{"nl": "limit realtime to an upper bound (in seconds)", "cmd": "runlim --real-time-limit={{number}} {{command}} {{command_arguments}}", "tldr_cmd_name": "runlim", "cmd_name": "runlim", "manual_exist": true, "oracle_man": ["runlim_3", "runlim_12"], "matching_info": {"--real-time-limit": [12], "|main|": [3, 4, 5]}, "question_id": "1997"} -{"nl": "limit space to an upper bound (in mb)", "cmd": "runlim --space-limit={{number}} {{command}} {{command_arguments}}", "tldr_cmd_name": "runlim", "cmd_name": "runlim", "manual_exist": true, "oracle_man": ["runlim_3", "runlim_10"], "matching_info": {"--space-limit": [10], "|main|": [3, 4, 5]}, "question_id": "1998"} -{"nl": "launch the gui", "cmd": "sudo lshw -X", "tldr_cmd_name": "lshw", "cmd_name": "lshw", "manual_exist": true, "oracle_man": ["lshw_4", "lshw_6", "lshw_10"], "matching_info": {"-X": [4, 10], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "1999"} -{"nl": "list all hardware in tabular format", "cmd": "sudo lshw -short", "tldr_cmd_name": "lshw", "cmd_name": "lshw", "manual_exist": true, "oracle_man": ["lshw_5", "lshw_6", "lshw_14", "lshw_17", "lshw_24"], "matching_info": {"-short": [5, 14, 17, 24], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "2000"} -{"nl": "list all disks and storage controllers in tabular format", "cmd": "sudo lshw -class disk -class storage -short", "tldr_cmd_name": "lshw", "cmd_name": "lshw", "manual_exist": true, "oracle_man": ["lshw_5", "lshw_6", "lshw_14", "lshw_17", "lshw_18", "lshw_24", "lshw_25", "lshw_26"], "matching_info": {"-class": [5, 17, 18, 25, 26], "disk": [25], "storage": [], "-short": [5, 14, 17, 24], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "2001"} -{"nl": "save all network interfaces to an html file", "cmd": "sudo lshw -class network -html > {{interfaces.html}}", "tldr_cmd_name": "lshw", "cmd_name": "lshw", "manual_exist": true, "oracle_man": ["lshw_5", "lshw_6", "lshw_11", "lshw_17", "lshw_18", "lshw_25", "lshw_26"], "matching_info": {"-class": [5, 17, 18, 25, 26], "network": [], "-html": [5, 11, 26], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "2002"} -{"nl": "view the pinout information and gpio header diagram for the current raspberry pi", "cmd": "pinout", "tldr_cmd_name": "pinout", "cmd_name": "pinout", "manual_exist": true, "oracle_man": ["pinout_3"], "matching_info": {"|main|": [3]}, "question_id": "2003"} -{"nl": "open https//pinout.xyz/ in the default broswer", "cmd": "pinout -x", "tldr_cmd_name": "pinout", "cmd_name": "pinout", "manual_exist": true, "oracle_man": ["pinout_2", "pinout_3", "pinout_8"], "matching_info": {"-x": [2, 8], "|main|": [3]}, "question_id": "2004"} -{"nl": "show a list with information about currently existing ethernet bridges", "cmd": "sudo brctl show", "tldr_cmd_name": "brctl", "cmd_name": "brctl", "manual_exist": true, "oracle_man": ["brctl_3"], "matching_info": {"show": [], "|main|": [3, 4, 5]}, "question_id": "2005"} -{"nl": "create a new ethernet bridge interface", "cmd": "sudo brctl add {{bridge_name}}", "tldr_cmd_name": "brctl", "cmd_name": "brctl", "manual_exist": true, "oracle_man": ["brctl_3"], "matching_info": {"add": [], "|main|": [3, 4, 5]}, "question_id": "2006"} -{"nl": "delete an existing ethernet bridge interface", "cmd": "sudo brctl del {{bridge_name}}", "tldr_cmd_name": "brctl", "cmd_name": "brctl", "manual_exist": true, "oracle_man": ["brctl_3"], "matching_info": {"del": [], "|main|": [3, 4, 5]}, "question_id": "2007"} -{"nl": "add an interface to an existing bridge", "cmd": "sudo brctl addif {{bridge_name}} {{interface_name}}", "tldr_cmd_name": "brctl", "cmd_name": "brctl", "manual_exist": true, "oracle_man": ["brctl_3"], "matching_info": {"addif": [], "|main|": [3, 4, 5]}, "question_id": "2008"} -{"nl": "remove an interface from an existing bridge", "cmd": "sudo brctl delif {{bridge_name}} {{interface_name}}", "tldr_cmd_name": "brctl", "cmd_name": "brctl", "manual_exist": true, "oracle_man": ["brctl_3"], "matching_info": {"delif": [], "|main|": [3, 4, 5]}, "question_id": "2009"} -{"nl": "create a fat filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.fat {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.fat": [], "|main|": [3, 4, 5, 6]}, "question_id": "2010"} -{"nl": "create filesystem with a volumename", "cmd": "mkfs.vfat -n {{volume_name}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-n": [], "|main|": [3, 4, 5, 6]}, "question_id": "1032"} -{"nl": "create filesystem with a volumeid", "cmd": "mkfs.vfat -i {{volume_id}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-i": [], "|main|": [3, 4, 5, 6]}, "question_id": "1033"} -{"nl": "use 5 instead of 2 file allocation tables", "cmd": "mkfs.vfat -f 5 {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.vfat": [], "-f": [], "5": [], "|main|": [3, 4, 5, 6]}, "question_id": "1034"} -{"nl": "start the apache daemon. throw a message if it is already running", "cmd": "sudo apache2ctl start", "tldr_cmd_name": "apache2ctl", "cmd_name": "apache2ctl", "manual_exist": true, "oracle_man": ["apache2ctl_8", "apache2ctl_12", "apache2ctl_22"], "matching_info": {"start": [12, 22], "|main|": [8, 9, 10]}, "question_id": "2014"} -{"nl": "stop the apache daemon", "cmd": "sudo apache2ctl stop", "tldr_cmd_name": "apache2ctl", "cmd_name": "apache2ctl", "manual_exist": true, "oracle_man": ["apache2ctl_8", "apache2ctl_13"], "matching_info": {"stop": [13], "|main|": [8, 9, 10]}, "question_id": "2015"} -{"nl": "restart the apache daemon", "cmd": "sudo apache2ctl restart", "tldr_cmd_name": "apache2ctl", "cmd_name": "apache2ctl", "manual_exist": true, "oracle_man": ["apache2ctl_8", "apache2ctl_14"], "matching_info": {"restart": [14], "|main|": [8, 9, 10]}, "question_id": "2016"} -{"nl": "test syntax of the configuration file", "cmd": "sudo apache2ctl -t", "tldr_cmd_name": "apache2ctl", "cmd_name": "apache2ctl", "manual_exist": true, "oracle_man": ["apache2ctl_5", "apache2ctl_8"], "matching_info": {"-t": [5], "|main|": [8, 9, 10]}, "question_id": "2017"} -{"nl": "list loaded modules", "cmd": "sudo apache2ctl -M", "tldr_cmd_name": "apache2ctl", "cmd_name": "apache2ctl", "manual_exist": true, "oracle_man": ["apache2ctl_8"], "matching_info": {"-M": [], "|main|": [8, 9, 10]}, "question_id": "2018"} -{"nl": "apply settings (according to the actual power source)", "cmd": "sudo tlp start", "tldr_cmd_name": "tlp", "cmd_name": "tlp", "manual_exist": true, "oracle_man": ["tlp_3", "tlp_4"], "matching_info": {"start": [4], "|main|": [3]}, "question_id": "2019"} -{"nl": "apply battery settings (ignoring the actual power source)", "cmd": "sudo tlp bat", "tldr_cmd_name": "tlp", "cmd_name": "tlp", "manual_exist": true, "oracle_man": ["tlp_3", "tlp_5"], "matching_info": {"bat": [5], "|main|": [3]}, "question_id": "2020"} -{"nl": "apply ac settings (ignoring the actual power source)", "cmd": "sudo tlp ac", "tldr_cmd_name": "tlp", "cmd_name": "tlp", "manual_exist": true, "oracle_man": ["tlp_3", "tlp_7"], "matching_info": {"ac": [7], "|main|": [3]}, "question_id": "2021"} -{"nl": "display a description from a man page", "cmd": "whatis {{command}}", "tldr_cmd_name": "whatis", "cmd_name": "whatis", "manual_exist": true, "oracle_man": ["whatis_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, "question_id": "2033"} -{"nl": "don't cut the description off at the end of the line", "cmd": "whatis --long {{command}}", "tldr_cmd_name": "whatis", "cmd_name": "whatis", "manual_exist": true, "oracle_man": ["whatis_3"], "matching_info": {"--long": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, "question_id": "2034"} -{"nl": "display descriptions for all commands matching a glob", "cmd": "whatis --wildcard {{net*}}", "tldr_cmd_name": "whatis", "cmd_name": "whatis", "manual_exist": true, "oracle_man": ["whatis_3"], "matching_info": {"--wildcard": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, "question_id": "2035"} -{"nl": "search man page descriptions with a regular expression", "cmd": "whatis --regex '{{wish[0-9]\\.[0-9]}}'", "tldr_cmd_name": "whatis", "cmd_name": "whatis", "manual_exist": true, "oracle_man": ["whatis_3"], "matching_info": {"--regex": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, "question_id": "2036"} -{"nl": "open cmus into the specified directory (this will become your new working directory)", "cmd": "cmus {{path/to/directory}}", "tldr_cmd_name": "cmus", "cmd_name": "cmus", "manual_exist": true, "oracle_man": ["cmus_3"], "matching_info": {"|main|": [3]}, "question_id": "2037"} -{"nl": "add file/directory to library", "cmd": ":add {{path/to/file_or_directory}}", "tldr_cmd_name": "cmus", "cmd_name": "cmus", "manual_exist": true, "oracle_man": ["cmus_3"], "matching_info": {":add": [], "|main|": [3]}, "question_id": "2038"} -{"nl": "pause/unpause current song", "cmd": "c", "tldr_cmd_name": "cmus", "cmd_name": "cmus", "manual_exist": true, "oracle_man": ["cmus_3", "cmus_123"], "matching_info": {"c": [123], "|main|": [3]}, "question_id": "2039"} -{"nl": "toggle shuffle mode on/off", "cmd": "s", "tldr_cmd_name": "cmus", "cmd_name": "cmus", "manual_exist": true, "oracle_man": ["cmus_3", "cmus_45", "cmus_90", "cmus_340"], "matching_info": {"s": [45, 90, 340], "|main|": [3]}, "question_id": "2040"} -{"nl": "quit cmus", "cmd": "q", "tldr_cmd_name": "cmus", "cmd_name": "cmus", "manual_exist": true, "oracle_man": ["cmus_3", "cmus_53", "cmus_136"], "matching_info": {"q": [53, 136], "|main|": [3]}, "question_id": "2041"} -{"nl": "open a text file", "cmd": "kwrite {{path/to/file}}", "tldr_cmd_name": "kwrite", "cmd_name": "kwrite", "manual_exist": true, "oracle_man": ["kwrite_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2042"} -{"nl": "open multiple text files", "cmd": "kwrite {{file1 file2 ...}}", "tldr_cmd_name": "kwrite", "cmd_name": "kwrite", "manual_exist": true, "oracle_man": ["kwrite_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2043"} -{"nl": "open a text file with a specific encoding", "cmd": "kwrite --encoding={{UTF-8}} {{path/to/file}}", "tldr_cmd_name": "kwrite", "cmd_name": "kwrite", "manual_exist": true, "oracle_man": ["kwrite_3"], "matching_info": {"--encoding": [], "|main|": [3, 4, 5]}, "question_id": "2044"} -{"nl": "open a text file and navigate to a specific line and column", "cmd": "kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}", "tldr_cmd_name": "kwrite", "cmd_name": "kwrite", "manual_exist": true, "oracle_man": ["kwrite_3"], "matching_info": {"--line": [], "--column": [], "|main|": [3, 4, 5]}, "question_id": "2045"} -{"nl": "determine the current domain", "cmd": "runcon", "tldr_cmd_name": "runcon", "cmd_name": "runcon", "manual_exist": true, "oracle_man": ["runcon_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2053"} -{"nl": "specify the domain to run a command in", "cmd": "runcon -t {{domain}}_t {{command}}", "tldr_cmd_name": "runcon", "cmd_name": "runcon", "manual_exist": true, "oracle_man": ["runcon_2", "runcon_3", "runcon_4", "runcon_10"], "matching_info": {"-t": [2, 4, 10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2054"} -{"nl": "specify the context role to run a command with", "cmd": "runcon -r {{role}}_r {{command}}", "tldr_cmd_name": "runcon", "cmd_name": "runcon", "manual_exist": true, "oracle_man": ["runcon_2", "runcon_3", "runcon_4", "runcon_12", "runcon_13"], "matching_info": {"-r": [2, 4, 12, 13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2055"} -{"nl": "specify the full context to run a command with", "cmd": "runcon {{user}}_u:{{role}}_r:{{domain}}_t {{command}}", "tldr_cmd_name": "runcon", "cmd_name": "runcon", "manual_exist": true, "oracle_man": ["runcon_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2056"} -{"nl": "disable a module", "cmd": "sudo a2dismod {{module}}", "tldr_cmd_name": "a2dismod", "cmd_name": "a2dismod", "manual_exist": true, "oracle_man": ["a2dismod_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "2057"} -{"nl": "don't show informative messages", "cmd": "sudo a2dismod --quiet {{module}}", "tldr_cmd_name": "a2dismod", "cmd_name": "a2dismod", "manual_exist": true, "oracle_man": ["a2dismod_2", "a2dismod_3", "a2dismod_4", "a2dismod_7"], "matching_info": {"--quiet": [2, 3, 7], "|main|": [4, 5, 6]}, "question_id": "2058"} -{"nl": "create a ntfs filesystem inside partition 1 on device b (`sdb1`)", "cmd": "mkfs.ntfs {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.ntfs": [], "|main|": [3, 4, 5, 6]}, "question_id": "2059"} -{"nl": "create filesystem with a volumelabel", "cmd": "mkfs.ntfs -L {{volume_label}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.ntfs": [], "-L": [], "|main|": [3, 4, 5, 6]}, "question_id": "2060"} -{"nl": "create filesystem with specific uuid", "cmd": "mkfs.ntfs -U {{UUID}} {{/dev/sdb1}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"mkfs.ntfs": [], "-U": [], "|main|": [3, 4, 5, 6]}, "question_id": "2061"} -{"nl": "compare files", "cmd": "diff3 {{file1}} {{file2}} {{file3}}", "tldr_cmd_name": "diff3", "cmd_name": "diff3", "manual_exist": true, "oracle_man": ["diff3_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "2066"} -{"nl": "show all changes, outlining conflicts", "cmd": "diff3 --show-all {{file1}} {{file2}} {{file3}}", "tldr_cmd_name": "diff3", "cmd_name": "diff3", "manual_exist": true, "oracle_man": ["diff3_3", "diff3_5"], "matching_info": {"--show-all": [5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "2067"} -{"nl": "extract an archive into the current directory", "cmd": "ark --batch {{archive}}", "tldr_cmd_name": "ark", "cmd_name": "ark", "manual_exist": true, "oracle_man": ["ark_3", "ark_5", "ark_6", "ark_22", "ark_30"], "matching_info": {"--batch": [5, 6, 22, 30], "|main|": [3]}, "question_id": "2068"} -{"nl": "change extraction directory", "cmd": "ark --batch --destination {{path/to/directory}} {{archive}}", "tldr_cmd_name": "ark", "cmd_name": "ark", "manual_exist": true, "oracle_man": ["ark_3", "ark_5", "ark_6", "ark_12", "ark_22", "ark_30"], "matching_info": {"--batch": [5, 6, 22, 30], "--destination": [12], "|main|": [3]}, "question_id": "2069"} -{"nl": "create an archive if it does not exist and add files to it", "cmd": "ark --add-to {{archive}} {{file1}} {{file2}}", "tldr_cmd_name": "ark", "cmd_name": "ark", "manual_exist": true, "oracle_man": ["ark_3", "ark_16", "ark_34"], "matching_info": {"--add-to": [16, 34], "|main|": [3]}, "question_id": "2070"} -{"nl": "print the count of unread articles", "cmd": "feedreader --unreadCount", "tldr_cmd_name": "feedreader", "cmd_name": "feedreader", "manual_exist": true, "oracle_man": ["feedreader_2", "feedreader_13"], "matching_info": {"--unreadCount": [13], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2075"} -{"nl": "add a url for a feed to follow", "cmd": "feedreader --addFeed={{feed_url}}", "tldr_cmd_name": "feedreader", "cmd_name": "feedreader", "manual_exist": true, "oracle_man": ["feedreader_2", "feedreader_9"], "matching_info": {"--addFeed": [9], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2076"} -{"nl": "grab a specific article using its url", "cmd": "feedreader --grabArticle={{article_url}}", "tldr_cmd_name": "feedreader", "cmd_name": "feedreader", "manual_exist": true, "oracle_man": ["feedreader_2", "feedreader_10"], "matching_info": {"--grabArticle": [10], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2077"} -{"nl": "download all images from a specific article", "cmd": "feedreader --url={{feed_url}} --grabImages={{article_path}}", "tldr_cmd_name": "feedreader", "cmd_name": "feedreader", "manual_exist": true, "oracle_man": ["feedreader_2", "feedreader_11", "feedreader_12"], "matching_info": {"--url": [12], "--grabImages": [11], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2078"} -{"nl": "play media from a url", "cmd": "feedreader --playMedia={{article_url}}", "tldr_cmd_name": "feedreader", "cmd_name": "feedreader", "manual_exist": true, "oracle_man": ["feedreader_2", "feedreader_7"], "matching_info": {"--playMedia": [7], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2079"} -{"nl": "show ascii aliases of a character", "cmd": "ascii {{a}}", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2080"} -{"nl": "show ascii aliases in short, scriptfriendly mode", "cmd": "ascii -t {{a}}", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_2", "ascii_4", "ascii_13"], "matching_info": {"-t": [2, 4], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2081"} -{"nl": "show ascii aliases of multiple characters", "cmd": "ascii -s {{tldr}}", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_5", "ascii_13", "ascii_34"], "matching_info": {"-s": [5, 34], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2082"} -{"nl": "show ascii table in decimal", "cmd": "ascii -d", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_2", "ascii_6", "ascii_7", "ascii_13"], "matching_info": {"-d": [2, 6, 7], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2083"} -{"nl": "show ascii table in hexadecimal", "cmd": "ascii -x", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_6", "ascii_8", "ascii_13"], "matching_info": {"-x": [6, 8], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2084"} -{"nl": "show ascii table in octal", "cmd": "ascii -o", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_6", "ascii_9", "ascii_13"], "matching_info": {"-o": [6, 9], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2085"} -{"nl": "show ascii table in binary", "cmd": "ascii -b", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_6", "ascii_10", "ascii_13", "ascii_36"], "matching_info": {"-b": [6, 10, 36], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2086"} -{"nl": "show options summary and complete ascii table", "cmd": "ascii", "tldr_cmd_name": "ascii", "cmd_name": "ascii", "manual_exist": true, "oracle_man": ["ascii_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, "question_id": "2087"} -{"nl": "update symlinks and rebuild the cache (usually run when a new library is installed)", "cmd": "sudo ldconfig", "tldr_cmd_name": "ldconfig", "cmd_name": "ldconfig", "manual_exist": true, "oracle_man": ["ldconfig_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2088"} -{"nl": "update the symlinks for a given directory", "cmd": "sudo ldconfig -n {{path/to/directory}}", "tldr_cmd_name": "ldconfig", "cmd_name": "ldconfig", "manual_exist": true, "oracle_man": ["ldconfig_2", "ldconfig_3", "ldconfig_15"], "matching_info": {"-n": [2, 15], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2089"} -{"nl": "print the libraries in the cache and check whether a given library is present", "cmd": "ldconfig -p | grep {{library_name}}", "tldr_cmd_name": "ldconfig", "cmd_name": "ldconfig", "manual_exist": true, "oracle_man": ["ldconfig_2", "ldconfig_3", "ldconfig_6", "ldconfig_17", "ldconfig_22"], "matching_info": {"-p": [2, 6, 17, 22], "grep": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2090"} -{"nl": "add a new version for a nonmaintainer upload to the changelog", "cmd": "debchange --nmu", "tldr_cmd_name": "debchange", "cmd_name": "debchange", "manual_exist": true, "oracle_man": ["debchange_3", "debchange_28", "debchange_75"], "matching_info": {"--nmu": [28, 75], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2107"} -{"nl": "add a changelog entry to the current version", "cmd": "debchange --append", "tldr_cmd_name": "debchange", "cmd_name": "debchange", "manual_exist": true, "oracle_man": ["debchange_3", "debchange_5", "debchange_18"], "matching_info": {"--append": [5, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2108"} -{"nl": "add a changelog entry to close the bug with specified id", "cmd": "debchange --closes {{bug_id}}", "tldr_cmd_name": "debchange", "cmd_name": "debchange", "manual_exist": true, "oracle_man": ["debchange_3", "debchange_4", "debchange_45"], "matching_info": {"--closes": [4, 45], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2109"} -{"nl": "open a new window and connect to multiple ssh servers", "cmd": "mssh {{user@host1}} {{user@host2}} {{...}}", "tldr_cmd_name": "mssh", "cmd_name": "mssh", "manual_exist": true, "oracle_man": ["mssh_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2110"} -{"nl": "open a new window and connect to a group of servers predefined in `~/.mssh_clusters`", "cmd": "mssh --alias {{alias_name}}", "tldr_cmd_name": "mssh", "cmd_name": "mssh", "manual_exist": true, "oracle_man": ["mssh_3", "mssh_5"], "matching_info": {"--alias": [5], "|main|": [3, 4]}, "question_id": "2111"} -{"nl": "set the max number of counts before a filesystem is checked to 2", "cmd": "tune2fs -c {{2}} {{/dev/sdXN}}", "tldr_cmd_name": "tune2fs", "cmd_name": "tune2fs", "manual_exist": true, "oracle_man": ["tune2fs_2", "tune2fs_3", "tune2fs_5", "tune2fs_6", "tune2fs_7", "tune2fs_8", "tune2fs_31", "tune2fs_32", "tune2fs_40", "tune2fs_95", "tune2fs_100"], "matching_info": {"-c": [2, 5, 6, 7, 8, 31, 32, 40, 95, 100], "|main|": [3, 4]}, "question_id": "2123"} -{"nl": "set the filesystem label to my_label", "cmd": "tune2fs -L {{'MY_LABEL'}} {{/dev/sdXN}}", "tldr_cmd_name": "tune2fs", "cmd_name": "tune2fs", "manual_exist": true, "oracle_man": ["tune2fs_2", "tune2fs_3", "tune2fs_45", "tune2fs_48"], "matching_info": {"-L": [2, 45, 48], "|main|": [3, 4]}, "question_id": "2124"} -{"nl": "enable discard and userspecified extended attributes for a filesystem", "cmd": "tune2fs -o {{discard,user_xattr}} {{/dev/sdXN}}", "tldr_cmd_name": "tune2fs", "cmd_name": "tune2fs", "manual_exist": true, "oracle_man": ["tune2fs_2", "tune2fs_3", "tune2fs_11", "tune2fs_13", "tune2fs_22", "tune2fs_36", "tune2fs_38", "tune2fs_51", "tune2fs_88", "tune2fs_96"], "matching_info": {"-o": [2, 11, 13, 22, 36, 38, 51, 88, 96], "|main|": [3, 4]}, "question_id": "2125"} -{"nl": "enable journaling for a filesystem", "cmd": "tune2fs -o^{{nobarrier}} {{/dev/sdXN}}", "tldr_cmd_name": "tune2fs", "cmd_name": "tune2fs", "manual_exist": true, "oracle_man": ["tune2fs_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2126"} -{"nl": "list installed packages and their versions", "cmd": "pkginfo -i", "tldr_cmd_name": "pkginfo", "cmd_name": "pkginfo", "manual_exist": true, "oracle_man": ["pkginfo_3", "pkginfo_17", "pkginfo_20"], "matching_info": {"-i": [17, 20], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2129"} -{"nl": "list files owned by a package", "cmd": "pkginfo -l {{package_name}}", "tldr_cmd_name": "pkginfo", "cmd_name": "pkginfo", "manual_exist": true, "oracle_man": ["pkginfo_3", "pkginfo_17"], "matching_info": {"-l": [17], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2130"} -{"nl": "list the owner(s) of files matching a pattern", "cmd": "pkginfo -o {{pattern}}", "tldr_cmd_name": "pkginfo", "cmd_name": "pkginfo", "manual_exist": true, "oracle_man": ["pkginfo_3"], "matching_info": {"-o": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2131"} -{"nl": "print the footprint of a file", "cmd": "pkginfo -f {{file}}", "tldr_cmd_name": "pkginfo", "cmd_name": "pkginfo", "manual_exist": true, "oracle_man": ["pkginfo_3", "pkginfo_11"], "matching_info": {"-f": [11], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2132"} -{"nl": "show full table of all rpc services registered on localhost", "cmd": "rpcinfo", "tldr_cmd_name": "rpcinfo", "cmd_name": "rpcinfo", "manual_exist": true, "oracle_man": ["rpcinfo_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "2133"} -{"nl": "show concise table of all rpc services registered on localhost", "cmd": "rpcinfo -s {{localhost}}", "tldr_cmd_name": "rpcinfo", "cmd_name": "rpcinfo", "manual_exist": true, "oracle_man": ["rpcinfo_2", "rpcinfo_3", "rpcinfo_4", "rpcinfo_17", "rpcinfo_24", "rpcinfo_25"], "matching_info": {"-s": [2, 4, 17, 24, 25], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2134"} -{"nl": "display table of statistics of rpcbind operations on localhost", "cmd": "rpcinfo -m", "tldr_cmd_name": "rpcinfo", "cmd_name": "rpcinfo", "manual_exist": true, "oracle_man": ["rpcinfo_2", "rpcinfo_3", "rpcinfo_14"], "matching_info": {"-m": [2, 14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2135"} -{"nl": "display list of entries of given service name (mountd) and version number (2) on a remote nfs share", "cmd": "rpcinfo -l {{remote_nfs_server_ip}} {{mountd}} {{2}}", "tldr_cmd_name": "rpcinfo", "cmd_name": "rpcinfo", "manual_exist": true, "oracle_man": ["rpcinfo_2", "rpcinfo_3", "rpcinfo_13"], "matching_info": {"-l": [2, 13], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2136"} -{"nl": "delete the registration for version 1 of the mountd service for all transports", "cmd": "rpcinfo -d {{mountd}} {{1}}", "tldr_cmd_name": "rpcinfo", "cmd_name": "rpcinfo", "manual_exist": true, "oracle_man": ["rpcinfo_2", "rpcinfo_3", "rpcinfo_7", "rpcinfo_12", "rpcinfo_32", "rpcinfo_34"], "matching_info": {"-d": [2, 7, 12, 32, 34], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2137"} -{"nl": "generate a coverage report named `file.cpp.gcov`", "cmd": "gcov {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2138"} -{"nl": "write individual execution counts for every basic block", "cmd": "gcov --all-blocks {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_2", "gcov_3", "gcov_13"], "matching_info": {"--all-blocks": [2, 13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2139"} -{"nl": "write branch frequencies to the output file and print summary information to stdout as a percentage", "cmd": "gcov --branch-probabilities {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_2", "gcov_3", "gcov_14"], "matching_info": {"--branch-probabilities": [2, 14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2140"} -{"nl": "write branch frequencies as the number of branches taken, rather than the percentage", "cmd": "gcov --branch-counts {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_2", "gcov_3", "gcov_15"], "matching_info": {"--branch-counts": [2, 15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2141"} -{"nl": "do not create a `gcov` output file", "cmd": "gcov --no-output {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_2", "gcov_3", "gcov_61"], "matching_info": {"--no-output": [2, 61], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2142"} -{"nl": "write file level as well as function level summaries", "cmd": "gcov --function-summaries {{path/to/file.cpp}}", "tldr_cmd_name": "gcov", "cmd_name": "gcov", "manual_exist": true, "oracle_man": ["gcov_2", "gcov_3", "gcov_17"], "matching_info": {"--function-summaries": [2, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2143"} -{"nl": "bind a raw character device to a block device", "cmd": "raw /dev/raw/raw{{1}} {{/dev/block_device}}", "tldr_cmd_name": "raw", "cmd_name": "raw", "manual_exist": true, "oracle_man": ["raw_6"], "matching_info": {"|main|": [6, 7, 8, 9, 10, 11]}, "question_id": "2144"} -{"nl": "query an existing binding instead of setting a new one", "cmd": "raw /dev/raw/raw{{1}}", "tldr_cmd_name": "raw", "cmd_name": "raw", "manual_exist": true, "oracle_man": ["raw_6"], "matching_info": {"|main|": [6, 7, 8, 9, 10, 11]}, "question_id": "2145"} -{"nl": "query all bound raw devices", "cmd": "raw -qa", "tldr_cmd_name": "raw", "cmd_name": "raw", "manual_exist": true, "oracle_man": ["raw_5", "raw_6"], "matching_info": {"-qa": [5], "|main|": [6, 7, 8, 9, 10, 11]}, "question_id": "2146"} -{"nl": "search block devices by filesystem label", "cmd": "findfs LABEL={{label}}", "tldr_cmd_name": "findfs", "cmd_name": "findfs", "manual_exist": true, "oracle_man": ["findfs_3", "findfs_4"], "matching_info": {"LABEL": [4], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2150"} -{"nl": "search by filesystem uuid", "cmd": "findfs UUID={{uuid}}", "tldr_cmd_name": "findfs", "cmd_name": "findfs", "manual_exist": true, "oracle_man": ["findfs_3", "findfs_5"], "matching_info": {"UUID": [5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2151"} -{"nl": "search by partition label (gpt or mac partition table)", "cmd": "findfs PARTLABEL={{partition_label}}", "tldr_cmd_name": "findfs", "cmd_name": "findfs", "manual_exist": true, "oracle_man": ["findfs_3", "findfs_7"], "matching_info": {"PARTLABEL": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2152"} -{"nl": "search by partition uuid (gpt partition table only)", "cmd": "findfs PARTUUID={{partition_uuid}}", "tldr_cmd_name": "findfs", "cmd_name": "findfs", "manual_exist": true, "oracle_man": ["findfs_3", "findfs_6"], "matching_info": {"PARTUUID": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2153"} -{"nl": "run a command in a specific chroot", "cmd": "schroot --chroot {{chroot}} {{command}}", "tldr_cmd_name": "schroot", "cmd_name": "schroot", "manual_exist": true, "oracle_man": ["schroot_2", "schroot_3", "schroot_7", "schroot_25", "schroot_39", "schroot_40", "schroot_41"], "matching_info": {"--chroot": [2, 7, 25, 39, 40, 41], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2154"} -{"nl": "run a command with options in a specific chroot", "cmd": "schroot --chroot {{chroot}} {{command}} -- {{command_options}}", "tldr_cmd_name": "schroot", "cmd_name": "schroot", "manual_exist": true, "oracle_man": ["schroot_2", "schroot_3", "schroot_5", "schroot_7", "schroot_17", "schroot_18", "schroot_19", "schroot_20", "schroot_21", "schroot_22", "schroot_23", "schroot_24", "schroot_25", "schroot_26", "schroot_27", "schroot_28", "schroot_29", "schroot_30", "schroot_31", "schroot_32", "schroot_33", "schroot_34", "schroot_35", "schroot_36", "schroot_37", "schroot_38", "schroot_39", "schroot_40", "schroot_41", "schroot_42", "schroot_43", "schroot_44", "schroot_48", "schroot_51", "schroot_52", "schroot_53", "schroot_54", "schroot_55", "schroot_56", "schroot_59", "schroot_60", "schroot_61", "schroot_66", "schroot_72", "schroot_74", "schroot_79"], "matching_info": {"--chroot": [2, 7, 25, 39, 40, 41], "--": [2, 5, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 48, 51, 52, 53, 54, 55, 56, 59, 60, 61, 66, 72, 74, 79], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2155"} -{"nl": "run a command in all available chroots", "cmd": "schroot --all {{command}}", "tldr_cmd_name": "schroot", "cmd_name": "schroot", "manual_exist": true, "oracle_man": ["schroot_2", "schroot_3", "schroot_25", "schroot_26", "schroot_27", "schroot_28", "schroot_29", "schroot_48", "schroot_59"], "matching_info": {"--all": [2, 25, 26, 27, 28, 29, 48, 59], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2156"} -{"nl": "start an interactive shell within a specific chroot as a specific user", "cmd": "schroot --chroot {{chroot}} --user {{user}}", "tldr_cmd_name": "schroot", "cmd_name": "schroot", "manual_exist": true, "oracle_man": ["schroot_2", "schroot_3", "schroot_7", "schroot_25", "schroot_33", "schroot_39", "schroot_40", "schroot_41"], "matching_info": {"--chroot": [2, 7, 25, 39, 40, 41], "--user": [2, 33], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2157"} -{"nl": "list available chroots", "cmd": "schroot --list", "tldr_cmd_name": "schroot", "cmd_name": "schroot", "manual_exist": true, "oracle_man": ["schroot_2", "schroot_3", "schroot_19", "schroot_48"], "matching_info": {"--list": [2, 19, 48], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2158"} -{"nl": "list partitions", "cmd": "sudo fdisk -l", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_3", "fdisk_4", "fdisk_9", "fdisk_14", "fdisk_15", "fdisk_16", "fdisk_17", "fdisk_49"], "matching_info": {"-l": [3, 9, 14, 15, 16, 17, 49], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2159"} -{"nl": "start the partition manipulator", "cmd": "sudo fdisk {{/dev/sdX}}", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8]}, "question_id": "2160"} -{"nl": "once partitioning a disk, create a partition", "cmd": "n", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"n": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2161"} -{"nl": "once partitioning a disk, select a partition to delete", "cmd": "d", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"d": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2162"} -{"nl": "once partitioning a disk, view the partition table", "cmd": "p", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"p": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2163"} -{"nl": "once partitioning a disk, write the changes made", "cmd": "w", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"w": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2164"} -{"nl": "once partitioning a disk, discard the changes made", "cmd": "q", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"q": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2165"} -{"nl": "once partitioning a disk, open a help menu", "cmd": "m", "tldr_cmd_name": "fdisk", "cmd_name": "fdisk", "manual_exist": true, "oracle_man": ["fdisk_4"], "matching_info": {"m": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "2166"} -{"nl": "list network interfaces and their associated ip addresses", "cmd": "ip address", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_41", "ip-address_42", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2167"} -{"nl": "filter to show only active network interfaces", "cmd": "ip address show up", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_41", "ip-address_42", "ip-address_50", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "show": [6, 42, 66, 67, 68], "up": [50], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2168"} -{"nl": "display information about a specific network interface", "cmd": "ip address show dev {{eth0}}", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_41", "ip-address_42", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "show": [6, 42, 66, 67, 68], "dev": [], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2169"} -{"nl": "add an ip address to a network interface", "cmd": "ip address add {{ip_address}} dev {{eth0}}", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_41", "ip-address_42", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "add": [3, 19, 69], "dev": [], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2170"} -{"nl": "remove an ip address from a network interface", "cmd": "ip address delete {{ip_address}} dev {{eth0}}", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_41", "ip-address_42", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "delete": [41, 70], "dev": [], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2171"} -{"nl": "delete all ip addresses in a given scope from a network interface", "cmd": "ip address flush dev {{eth0}} scope {{global|host|link}}", "tldr_cmd_name": "ip-address", "cmd_name": "ip-address", "manual_exist": true, "oracle_man": ["ip-address_2", "ip-address_3", "ip-address_4", "ip-address_5", "ip-address_6", "ip-address_7", "ip-address_17", "ip-address_18", "ip-address_19", "ip-address_25", "ip-address_41", "ip-address_42", "ip-address_43", "ip-address_62", "ip-address_66", "ip-address_67", "ip-address_68", "ip-address_69", "ip-address_70", "ip-address_71"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "address": [2, 3, 4, 5, 6, 7, 17, 18, 19, 41, 42, 62, 66, 67, 68, 69, 70, 71], "flush": [62, 71], "dev": [], "scope": [25, 43], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "2172"} -{"nl": "calculate the current compression ratio for a file or directory", "cmd": "sudo compsize {{path/to/file_or_directory}}", "tldr_cmd_name": "compsize", "cmd_name": "compsize", "manual_exist": true, "oracle_man": ["compsize_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2175"} -{"nl": "don't traverse filesystem boundaries", "cmd": "sudo compsize --one-file-system {{path/to/file_or_directory}}", "tldr_cmd_name": "compsize", "cmd_name": "compsize", "manual_exist": true, "oracle_man": ["compsize_3", "compsize_16"], "matching_info": {"--one-file-system": [16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2176"} -{"nl": "show raw byte counts instead of humanreadable sizes", "cmd": "sudo compsize --bytes {{path/to/file_or_directory}}", "tldr_cmd_name": "compsize", "cmd_name": "compsize", "manual_exist": true, "oracle_man": ["compsize_3", "compsize_15"], "matching_info": {"--bytes": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2177"} -{"nl": "display a report for a specific file", "cmd": "filefrag {{path/to/file}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2178"} -{"nl": "display a report for spaceseparated list of files", "cmd": "filefrag {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2179"} -{"nl": "display a report using a 1024 byte blocksize", "cmd": "filefrag -b {{path/to/file}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_2", "filefrag_3", "filefrag_6", "filefrag_9"], "matching_info": {"-b": [2, 6, 9], "|main|": [3, 4]}, "question_id": "2180"} -{"nl": "sync the file before requesting the mapping", "cmd": "filefrag -s {{path/to/files}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_3", "filefrag_11"], "matching_info": {"-s": [11], "|main|": [3, 4]}, "question_id": "2181"} -{"nl": "display mapping of extended attributes", "cmd": "filefrag -x {{path/to/files}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_3", "filefrag_14"], "matching_info": {"-x": [14], "|main|": [3, 4]}, "question_id": "2182"} -{"nl": "display a report with verbose information", "cmd": "filefrag -v {{path/to/files}}", "tldr_cmd_name": "filefrag", "cmd_name": "filefrag", "manual_exist": true, "oracle_man": ["filefrag_3", "filefrag_12"], "matching_info": {"-v": [12], "|main|": [3, 4]}, "question_id": "2183"} -{"nl": "build a linux ext2 filesystem on a partition", "cmd": "mkfs {{path/to/partition}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2184"} -{"nl": "build a filesystem of a specified type", "cmd": "mkfs -t {{ext4}} {{path/to/partition}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_2", "mkfs_3", "mkfs_7"], "matching_info": {"-t": [2, 7], "|main|": [3, 4, 5, 6]}, "question_id": "2185"} -{"nl": "build a filesystem of a specified type and check for bad blocks", "cmd": "mkfs -c -t {{ntfs}} {{path/to/partition}}", "tldr_cmd_name": "mkfs", "cmd_name": "mkfs", "manual_exist": true, "oracle_man": ["mkfs_2", "mkfs_3", "mkfs_7"], "matching_info": {"-c": [], "-t": [2, 7], "|main|": [3, 4, 5, 6]}, "question_id": "2186"} -{"nl": "list all local system locks", "cmd": "lslocks", "tldr_cmd_name": "lslocks", "cmd_name": "lslocks", "manual_exist": true, "oracle_man": ["lslocks_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2205"} -{"nl": "list locks with defined column headers", "cmd": "lslocks --output {{PID}},{{COMMAND}},{{PATH}}", "tldr_cmd_name": "lslocks", "cmd_name": "lslocks", "manual_exist": true, "oracle_man": ["lslocks_3", "lslocks_9", "lslocks_11"], "matching_info": {"--output": [9, 11], "|main|": [3, 4]}, "question_id": "2206"} -{"nl": "list locks producing a raw output (no columns), and without column headers", "cmd": "lslocks --raw --noheadings", "tldr_cmd_name": "lslocks", "cmd_name": "lslocks", "manual_exist": true, "oracle_man": ["lslocks_3", "lslocks_8", "lslocks_13"], "matching_info": {"--raw": [13], "--noheadings": [8], "|main|": [3, 4]}, "question_id": "2207"} -{"nl": "list locks by pid input", "cmd": "lslocks --pid {{PID}}", "tldr_cmd_name": "lslocks", "cmd_name": "lslocks", "manual_exist": true, "oracle_man": ["lslocks_3", "lslocks_12"], "matching_info": {"--pid": [12], "|main|": [3, 4]}, "question_id": "2208"} -{"nl": "list locks with json output to stdout", "cmd": "lslocks --json", "tldr_cmd_name": "lslocks", "cmd_name": "lslocks", "manual_exist": true, "oracle_man": ["lslocks_3", "lslocks_7"], "matching_info": {"--json": [7], "|main|": [3, 4]}, "question_id": "2209"} -{"nl": "set the keyboard in french azerty", "cmd": "setxkbmap {{fr}}", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2210"} -{"nl": "set multiple keyboard layouts, their variants and switching option", "cmd": "setxkbmap -layout {{us,de}} -variant {{,qwerty}} -option {{'grp:alt_caps_toggle'}}", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3", "setxkbmap_11", "setxkbmap_13", "setxkbmap_19"], "matching_info": {"-layout": [11], "-variant": [19], "-option": [13], "|main|": [3, 4]}, "question_id": "2211"} -{"nl": "get help", "cmd": "setxkbmap -help", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3", "setxkbmap_5"], "matching_info": {"-help": [5], "|main|": [3, 4]}, "question_id": "2212"} -{"nl": "list all layouts", "cmd": "localectl list-x11-keymap-layouts", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3"], "matching_info": {"localectl": [], "list-x11-keymap-layouts": [], "|main|": [3, 4]}, "question_id": "2213"} -{"nl": "list variants for the layout", "cmd": "localectl list-x11-keymap-variants {{de}}", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3"], "matching_info": {"localectl": [], "list-x11-keymap-variants": [], "|main|": [3, 4]}, "question_id": "2214"} -{"nl": "list available switching options", "cmd": "localectl list-x11-keymap-options | grep grp:", "tldr_cmd_name": "setxkbmap", "cmd_name": "setxkbmap", "manual_exist": true, "oracle_man": ["setxkbmap_3"], "matching_info": {"localectl": [], "list-x11-keymap-options": [], "grep": [], "grp:": [], "|main|": [3, 4]}, "question_id": "2215"} -{"nl": "open a text file", "cmd": "gedit {{path/to/file}}", "tldr_cmd_name": "gedit", "cmd_name": "gedit", "manual_exist": true, "oracle_man": ["gedit_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2223"} -{"nl": "open multiple text files", "cmd": "gedit {{file1 file2 ...}}", "tldr_cmd_name": "gedit", "cmd_name": "gedit", "manual_exist": true, "oracle_man": ["gedit_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2224"} -{"nl": "open a text file with a specific encoding", "cmd": "gedit --encoding={{UTF-8}} {{path/to/file}}", "tldr_cmd_name": "gedit", "cmd_name": "gedit", "manual_exist": true, "oracle_man": ["gedit_3", "gedit_6"], "matching_info": {"--encoding": [6], "|main|": [3, 4, 5]}, "question_id": "2225"} -{"nl": "display a list of supported encodings", "cmd": "gedit --list-encodings", "tldr_cmd_name": "gedit", "cmd_name": "gedit", "manual_exist": true, "oracle_man": ["gedit_3", "gedit_7"], "matching_info": {"--list-encodings": [7], "|main|": [3, 4, 5]}, "question_id": "2226"} -{"nl": "execute command with specified argument(s) and save its output to log file", "cmd": "logsave {{path/to/logfile}} {{command}}", "tldr_cmd_name": "logsave", "cmd_name": "logsave", "manual_exist": true, "oracle_man": ["logsave_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2234"} -{"nl": "take input from standard input and save it in a log file", "cmd": "logsave {{logfile}} -", "tldr_cmd_name": "logsave", "cmd_name": "logsave", "manual_exist": true, "oracle_man": ["logsave_1", "logsave_2", "logsave_3", "logsave_4", "logsave_6", "logsave_7", "logsave_8"], "matching_info": {"-": [1, 2, 4, 6, 7, 8], "|main|": [3, 4, 5]}, "question_id": "2235"} -{"nl": "append the output to a log file, instead of replacing its current contents", "cmd": "logsave -a {{logfile}} {{command}}", "tldr_cmd_name": "logsave", "cmd_name": "logsave", "manual_exist": true, "oracle_man": ["logsave_2", "logsave_3", "logsave_6"], "matching_info": {"-a": [2, 6], "|main|": [3, 4, 5]}, "question_id": "2236"} -{"nl": "show verbose output", "cmd": "logsave -v {{logfile}} {{command}}", "tldr_cmd_name": "logsave", "cmd_name": "logsave", "manual_exist": true, "oracle_man": ["logsave_3", "logsave_8"], "matching_info": {"-v": [8], "|main|": [3, 4, 5]}, "question_id": "2237"} -{"nl": "create a block device", "cmd": "sudo mknod {{path/to/device_file}} b {{major_device_number}} {{minor_device_number}}", "tldr_cmd_name": "mknod", "cmd_name": "mknod", "manual_exist": true, "oracle_man": ["mknod_3", "mknod_11"], "matching_info": {"b": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2238"} -{"nl": "create a character device", "cmd": "sudo mknod {{path/to/device_file}} c {{major_device_number}} {{minor_device_number}}", "tldr_cmd_name": "mknod", "cmd_name": "mknod", "manual_exist": true, "oracle_man": ["mknod_3", "mknod_12"], "matching_info": {"c": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2239"} -{"nl": "create a fifo (queue) device", "cmd": "sudo mknod {{path/to/device_file}} p", "tldr_cmd_name": "mknod", "cmd_name": "mknod", "manual_exist": true, "oracle_man": ["mknod_3", "mknod_13"], "matching_info": {"p": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2240"} -{"nl": "create a device file with default selinux security context", "cmd": "sudo mknod -Z {{path/to/device_file}} {{type}} {{major_device_number}} {{minor_device_number}}", "tldr_cmd_name": "mknod", "cmd_name": "mknod", "manual_exist": true, "oracle_man": ["mknod_3", "mknod_6", "mknod_7"], "matching_info": {"-Z": [6, 7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2241"} -{"nl": "list all partitions", "cmd": "sudo blkid", "tldr_cmd_name": "blkid", "cmd_name": "blkid", "manual_exist": true, "oracle_man": ["blkid_6"], "matching_info": {"|main|": [6, 7, 8, 9, 10, 11]}, "question_id": "2242"} -{"nl": "list all partitions in a table, including current mountpoints", "cmd": "sudo blkid -o list", "tldr_cmd_name": "blkid", "cmd_name": "blkid", "manual_exist": true, "oracle_man": ["blkid_3", "blkid_4", "blkid_5", "blkid_6", "blkid_14", "blkid_21", "blkid_23", "blkid_24", "blkid_25", "blkid_30", "blkid_33", "blkid_41", "blkid_47"], "matching_info": {"-o": [3, 4, 5, 14, 21, 23, 24, 30, 41], "list": [25, 33, 47], "|main|": [6, 7, 8, 9, 10, 11]}, "question_id": "2243"} -{"nl": "launch the moc terminal ui", "cmd": "mocp", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2244"} -{"nl": "launch the moc terminal ui in a specific directory", "cmd": "mocp {{path/to/directory}}", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2245"} -{"nl": "start the moc server in the background, without launching the moc terminal ui", "cmd": "mocp --server", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3", "mocp_7"], "matching_info": {"--server": [7], "|main|": [3, 4]}, "question_id": "2246"} -{"nl": "add a specific song to the play queue while moc is in the background", "cmd": "mocp --enqueue {{path/to/audio_file}}", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3", "mocp_11"], "matching_info": {"--enqueue": [11], "|main|": [3, 4]}, "question_id": "2247"} -{"nl": "add songs recursively to the play queue while moc is in the background", "cmd": "mocp --append {{path/to/directory}}", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3", "mocp_12"], "matching_info": {"--append": [12], "|main|": [3, 4]}, "question_id": "2248"} -{"nl": "clear the play queue while moc is in the background", "cmd": "mocp --clear", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3", "mocp_13"], "matching_info": {"--clear": [13], "|main|": [3, 4]}, "question_id": "2249"} -{"nl": "play or stop the currently queued song while moc is in the background", "cmd": "mocp --{{play|stop}}", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2250"} -{"nl": "stop the moc server while it's in the background", "cmd": "mocp --exit", "tldr_cmd_name": "mocp", "cmd_name": "mocp", "manual_exist": true, "oracle_man": ["mocp_3", "mocp_18"], "matching_info": {"--exit": [18], "|main|": [3, 4]}, "question_id": "2251"} -{"nl": "create a debian stable release system inside the `debianroot` directory", "cmd": "sudo debootstrap stable {{path/to/debian-root/}} http://deb.debian.org/debian", "tldr_cmd_name": "debootstrap", "cmd_name": "debootstrap", "manual_exist": true, "oracle_man": ["debootstrap_4"], "matching_info": {"stable": [], "http://deb.debian.org/debian": [], "|main|": [4, 5, 6, 7]}, "question_id": "2264"} -{"nl": "create an ubuntu 20.04 system inside the `focalroot` directory with a local mirror", "cmd": "sudo debootstrap focal {{path/to/focal-root/}} {{file:///path/to/mirror/}}", "tldr_cmd_name": "debootstrap", "cmd_name": "debootstrap", "manual_exist": true, "oracle_man": ["debootstrap_4"], "matching_info": {"focal": [], "|main|": [4, 5, 6, 7]}, "question_id": "2265"} -{"nl": "switch to a bootstrapped system", "cmd": "sudo chroot {{path/to/root}}", "tldr_cmd_name": "debootstrap", "cmd_name": "debootstrap", "manual_exist": true, "oracle_man": ["debootstrap_4"], "matching_info": {"chroot": [], "|main|": [4, 5, 6, 7]}, "question_id": "2266"} -{"nl": "list available releases", "cmd": "ls /usr/share/debootstrap/scripts/", "tldr_cmd_name": "debootstrap", "cmd_name": "debootstrap", "manual_exist": true, "oracle_man": ["debootstrap_4"], "matching_info": {"ls": [], "/usr/share/debootstrap/scripts/": [], "|main|": [4, 5, 6, 7]}, "question_id": "2267"} -{"nl": "display information about all cpus", "cmd": "lscpu", "tldr_cmd_name": "lscpu", "cmd_name": "lscpu", "manual_exist": true, "oracle_man": ["lscpu_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2268"} -{"nl": "display information in a table", "cmd": "lscpu --extended", "tldr_cmd_name": "lscpu", "cmd_name": "lscpu", "manual_exist": true, "oracle_man": ["lscpu_3", "lscpu_17", "lscpu_19", "lscpu_22", "lscpu_32"], "matching_info": {"--extended": [17, 19, 22, 32], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2269"} -{"nl": "display only information about offline cpus in a table", "cmd": "lscpu --extended --offline", "tldr_cmd_name": "lscpu", "cmd_name": "lscpu", "manual_exist": true, "oracle_man": ["lscpu_3", "lscpu_16", "lscpu_17", "lscpu_19", "lscpu_22", "lscpu_32"], "matching_info": {"--extended": [17, 19, 22, 32], "--offline": [16], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2270"} -{"nl": "list all available record targets", "cmd": "pw-record --list-targets", "tldr_cmd_name": "pw-record", "cmd_name": "pw-record", "manual_exist": true, "oracle_man": ["pw-record_3", "pw-record_22"], "matching_info": {"--list-targets": [22], "|main|": [3]}, "question_id": "2271"} -{"nl": "record a sample recording using the default target", "cmd": "pw-record {{path/to/file.wav}}", "tldr_cmd_name": "pw-record", "cmd_name": "pw-record", "manual_exist": true, "oracle_man": ["pw-record_3"], "matching_info": {"|main|": [3]}, "question_id": "2272"} -{"nl": "record a sample recording at a different volume level", "cmd": "pw-record --volume={{0.1}} {{path/to/file.wav}}", "tldr_cmd_name": "pw-record", "cmd_name": "pw-record", "manual_exist": true, "oracle_man": ["pw-record_3", "pw-record_28"], "matching_info": {"--volume": [28], "|main|": [3]}, "question_id": "2273"} -{"nl": "record a sample recording using a different sample rate", "cmd": "pw-record --rate={{6000}} {{path/to/file.wav}}", "tldr_cmd_name": "pw-record", "cmd_name": "pw-record", "manual_exist": true, "oracle_man": ["pw-record_3", "pw-record_24"], "matching_info": {"--rate": [24], "|main|": [3]}, "question_id": "2274"} -{"nl": "trace the route to a host", "cmd": "tcptraceroute {{host}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2275"} -{"nl": "specify the destination port and packet length in bytes", "cmd": "tcptraceroute {{host}} {{destination_port}} {{packet_length}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2276"} -{"nl": "specify the local source port and source address", "cmd": "tcptraceroute {{host}} -p {{source_port}} -s {{source_address}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_2", "tcptraceroute_3", "tcptraceroute_6", "tcptraceroute_10", "tcptraceroute_11"], "matching_info": {"-p": [2, 10], "-s": [2, 6, 11], "|main|": [3, 4, 5, 6]}, "question_id": "2277"} -{"nl": "set the first and maximum ttl", "cmd": "tcptraceroute {{host}} -f {{first_ttl}} -m {{max_ttl}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_2", "tcptraceroute_3", "tcptraceroute_8", "tcptraceroute_9"], "matching_info": {"-f": [2, 8], "-m": [2, 9], "|main|": [3, 4, 5, 6]}, "question_id": "2278"} -{"nl": "specify the wait time and number of queries per hop", "cmd": "tcptraceroute {{host}} -w {{wait_time}} -q {{number_of_queries}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_2", "tcptraceroute_3", "tcptraceroute_6", "tcptraceroute_13", "tcptraceroute_17"], "matching_info": {"-w": [2, 6, 17], "-q": [2, 13], "|main|": [3, 4, 5, 6]}, "question_id": "2279"} -{"nl": "specify the interface", "cmd": "tcptraceroute {{host}} -i {{interface}}", "tldr_cmd_name": "tcptraceroute", "cmd_name": "tcptraceroute", "manual_exist": true, "oracle_man": ["tcptraceroute_2", "tcptraceroute_3", "tcptraceroute_11", "tcptraceroute_12"], "matching_info": {"-i": [2, 11, 12], "|main|": [3, 4, 5, 6]}, "question_id": "2280"} -{"nl": "show the highscores", "cmd": "snake4scores", "tldr_cmd_name": "snake4scores", "cmd_name": "snake4scores", "manual_exist": true, "oracle_man": ["snake4scores_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2295"} -{"nl": "get list of all groups", "cmd": "getent group", "tldr_cmd_name": "getent", "cmd_name": "getent", "manual_exist": true, "oracle_man": ["getent_3", "getent_10"], "matching_info": {"group": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "2300"} -{"nl": "see the members of a group", "cmd": "getent group {{group_name}}", "tldr_cmd_name": "getent", "cmd_name": "getent", "manual_exist": true, "oracle_man": ["getent_3", "getent_10"], "matching_info": {"group": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "2301"} -{"nl": "get list of all services", "cmd": "getent services", "tldr_cmd_name": "getent", "cmd_name": "getent", "manual_exist": true, "oracle_man": ["getent_3", "getent_19"], "matching_info": {"services": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "2302"} -{"nl": "find a username by uid", "cmd": "getent passwd 1000", "tldr_cmd_name": "getent", "cmd_name": "getent", "manual_exist": true, "oracle_man": ["getent_3", "getent_16"], "matching_info": {"passwd": [16], "1000": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "2303"} -{"nl": "perform a reverse dns lookup", "cmd": "getent hosts {{host}}", "tldr_cmd_name": "getent", "cmd_name": "getent", "manual_exist": true, "oracle_man": ["getent_3", "getent_12"], "matching_info": {"hosts": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, "question_id": "2304"} -{"nl": "show a quick summary overview of the cluster", "cmd": "sinfo --summarize", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3", "sinfo_20", "sinfo_131"], "matching_info": {"--summarize": [20, 131], "|main|": [3]}, "question_id": "2313"} -{"nl": "view the detailed status of all partitions across the entire cluster", "cmd": "sinfo", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3"], "matching_info": {"|main|": [3]}, "question_id": "2314"} -{"nl": "view the detailed status of a specific partition", "cmd": "sinfo --partition {{partition_name}}", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3", "sinfo_17", "sinfo_128", "sinfo_192", "sinfo_203"], "matching_info": {"--partition": [17, 128, 192, 203], "|main|": [3]}, "question_id": "2315"} -{"nl": "view information about idle nodes", "cmd": "sinfo --states {{idle}}", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3", "sinfo_133", "sinfo_205"], "matching_info": {"--states": [133, 205], "|main|": [3]}, "question_id": "2316"} -{"nl": "summarise dead nodes", "cmd": "sinfo --dead", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3", "sinfo_5", "sinfo_133"], "matching_info": {"--dead": [5, 133], "|main|": [3]}, "question_id": "2317"} -{"nl": "list dead nodes and the reasons why", "cmd": "sinfo --list-reasons", "tldr_cmd_name": "sinfo", "cmd_name": "sinfo", "manual_exist": true, "oracle_man": ["sinfo_3", "sinfo_24", "sinfo_25", "sinfo_130"], "matching_info": {"--list-reasons": [24, 25, 130], "|main|": [3]}, "question_id": "2318"} -{"nl": "output local customizations", "cmd": "semanage -S {{store}} -o {{path/to/output_file}}", "tldr_cmd_name": "semanage", "cmd_name": "semanage", "manual_exist": true, "oracle_man": ["semanage_17"], "matching_info": {"-S": [], "-o": [], "|main|": [17]}, "question_id": "2319"} -{"nl": "take a set of commands from a specified file and load them in a single transaction", "cmd": "semanage -S {{store}} -i {{path/to/input_file}}", "tldr_cmd_name": "semanage", "cmd_name": "semanage", "manual_exist": true, "oracle_man": ["semanage_17"], "matching_info": {"-S": [], "-i": [], "|main|": [17]}, "question_id": "2320"} -{"nl": "manage booleans. booleans allow the administrator to modify the confinement of processes based on the current configuration", "cmd": "semanage boolean -S {{store}} {{--delete|--modify|--list|--noheading|--deleteall}} {{-on|-off}} -F {{boolean|boolean_file}}", "tldr_cmd_name": "semanage", "cmd_name": "semanage", "manual_exist": true, "oracle_man": ["semanage_12", "semanage_17"], "matching_info": {"boolean": [12], "-S": [], "-F": [], "|main|": [17]}, "question_id": "2321"} -{"nl": "manage policy modules", "cmd": "semanage module -S {{store}} {{--add|--delete|--list|--modify}} {{--enable|--disable}} {{module_name}}", "tldr_cmd_name": "semanage", "cmd_name": "semanage", "manual_exist": true, "oracle_man": ["semanage_9", "semanage_17"], "matching_info": {"module": [9], "-S": [], "|main|": [17]}, "question_id": "2322"} -{"nl": "disable/enable dontaudit rules in policy", "cmd": "semanage dontaudit -S {{store}} {{on|off}}", "tldr_cmd_name": "semanage", "cmd_name": "semanage", "manual_exist": true, "oracle_man": ["semanage_14", "semanage_17"], "matching_info": {"dontaudit": [14], "-S": [], "|main|": [17]}, "question_id": "2323"} -{"nl": "create a new tomb with an initial size of 100 mb", "cmd": "tomb dig -s {{100}} {{encrypted_directory.tomb}}", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_6", "tomb_18", "tomb_29", "tomb_33", "tomb_34", "tomb_70"], "matching_info": {"dig": [6, 70], "-s": [6, 18, 29, 33, 34, 70], "|main|": [3, 4, 5]}, "question_id": "2324"} -{"nl": "create a new key file that can be used to lock a tomb; user will be prompted for a password for the key", "cmd": "tomb forge {{encrypted_directory.tomb.key}}", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_7", "tomb_71"], "matching_info": {"forge": [7, 71], "|main|": [3, 4, 5]}, "question_id": "2325"} -{"nl": "forcefully create a new key, even if the tomb isn't allowing key forging (due to swap)", "cmd": "tomb forge {{encrypted_directory.tomb.key}} -f", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_7", "tomb_8", "tomb_28", "tomb_57", "tomb_59", "tomb_71"], "matching_info": {"forge": [7, 71], "-f": [8, 28, 57, 59], "|main|": [3, 4, 5]}, "question_id": "2326"} -{"nl": "initialize and lock an empty tomb using a key made with `forge`", "cmd": "tomb lock {{encrypted_directory.tomb}} -k {{encrypted_directory.tomb.key}}", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_7", "tomb_8", "tomb_9", "tomb_16", "tomb_17", "tomb_18", "tomb_19", "tomb_20", "tomb_21", "tomb_22", "tomb_23", "tomb_24", "tomb_32", "tomb_72", "tomb_73", "tomb_75", "tomb_77", "tomb_79", "tomb_81", "tomb_83"], "matching_info": {"lock": [8, 72], "-k": [7, 8, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 32, 72, 73, 75, 77, 79, 81, 83], "|main|": [3, 4, 5]}, "question_id": "2327"} -{"nl": "mount a tomb (by default in `/media`) using its key, making it usable as a regular filesystem directory", "cmd": "tomb open {{encrypted_directory.tomb}} -k {{encrypted_directory.tomb.key}}", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_7", "tomb_8", "tomb_9", "tomb_16", "tomb_17", "tomb_18", "tomb_19", "tomb_20", "tomb_21", "tomb_22", "tomb_23", "tomb_24", "tomb_32", "tomb_72", "tomb_73", "tomb_75", "tomb_77", "tomb_79", "tomb_81", "tomb_83"], "matching_info": {"open": [9, 73, 79, 81, 83], "-k": [7, 8, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 32, 72, 73, 75, 77, 79, 81, 83], "|main|": [3, 4, 5]}, "question_id": "2328"} -{"nl": "close a tomb (fails if the tomb is being used by a process)", "cmd": "tomb close {{encrypted_directory.tomb}}", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_14"], "matching_info": {"close": [14], "|main|": [3, 4, 5]}, "question_id": "2329"} -{"nl": "forcefully close all open tombs, killing any applications using them", "cmd": "tomb slam all", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_10", "tomb_11", "tomb_15"], "matching_info": {"slam": [15], "all": [10, 11], "|main|": [3, 4, 5]}, "question_id": "2330"} -{"nl": "list all open tombs", "cmd": "tomb list", "tldr_cmd_name": "tomb", "cmd_name": "tomb", "manual_exist": true, "oracle_man": ["tomb_3", "tomb_10"], "matching_info": {"list": [10], "|main|": [3, 4, 5]}, "question_id": "2331"} -{"nl": "open the filesystem in read only mode", "cmd": "debugfs {{/dev/sdXN}}", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2340"} -{"nl": "open the filesystem in read write mode", "cmd": "debugfs -w {{/dev/sdXN}}", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_3", "debugfs_5", "debugfs_76"], "matching_info": {"-w": [5, 76], "|main|": [3, 4]}, "question_id": "2341"} -{"nl": "read commands from a specified file, execute them and then exit", "cmd": "debugfs -f {{path/to/cmd_file}} {{/dev/sdXN}}", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_2", "debugfs_3", "debugfs_12", "debugfs_22", "debugfs_37", "debugfs_39", "debugfs_43", "debugfs_58", "debugfs_65", "debugfs_76", "debugfs_101", "debugfs_102"], "matching_info": {"-f": [2, 12, 22, 37, 39, 43, 58, 65, 76, 101, 102], "|main|": [3, 4]}, "question_id": "2342"} -{"nl": "view the filesystem stats in debugfs console", "cmd": "stats", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_3", "debugfs_92"], "matching_info": {"stats": [92], "|main|": [3, 4]}, "question_id": "2343"} -{"nl": "close the filesystem", "cmd": "close -a", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_3", "debugfs_21", "debugfs_26", "debugfs_57", "debugfs_65", "debugfs_67"], "matching_info": {"close": [26, 57], "-a": [21, 26, 65, 67], "|main|": [3, 4]}, "question_id": "2344"} -{"nl": "list all available commands", "cmd": "lr", "tldr_cmd_name": "debugfs", "cmd_name": "debugfs", "manual_exist": true, "oracle_man": ["debugfs_3"], "matching_info": {"lr": [], "|main|": [3, 4]}, "question_id": "2345"} -{"nl": "write a string to a dconf path (note the nested quotes)", "cmd": "dconf write {{/example/dconf/path}} \"'{{Example Value}}'\"", "tldr_cmd_name": "dconf-write", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"write": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "2350"} -{"nl": "write a boolean to a dconf path", "cmd": "dconf write {{/example/dconf/path}} {{true|false}}", "tldr_cmd_name": "dconf-write", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"write": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "2351"} -{"nl": "write an integer to a dconf path", "cmd": "dconf write {{/example/dconf/path}} {{16}}", "tldr_cmd_name": "dconf-write", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"write": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "2352"} -{"nl": "write an array to a dconf path", "cmd": "dconf write {{/example/dconf/path}} \"[{{'My First Value', 'My Second Value'}}]\"", "tldr_cmd_name": "dconf-write", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"write": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "2353"} -{"nl": "write an empty array to a dconf path", "cmd": "dconf write {{/example/dconf/path}} \"@as []\"", "tldr_cmd_name": "dconf-write", "cmd_name": "dconf", "manual_exist": true, "oracle_man": ["dconf_2"], "matching_info": {"write": [], "@as": [], "[]": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "2354"} -{"nl": "generate a random number", "cmd": "mcookie", "tldr_cmd_name": "mcookie", "cmd_name": "mcookie", "manual_exist": true, "oracle_man": ["mcookie_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2355"} -{"nl": "generate a random number, using the contents of a file as a seed for the randomness", "cmd": "mcookie --file {{path/to/file}}", "tldr_cmd_name": "mcookie", "cmd_name": "mcookie", "manual_exist": true, "oracle_man": ["mcookie_3", "mcookie_5", "mcookie_6"], "matching_info": {"--file": [5, 6], "|main|": [3, 4, 5]}, "question_id": "2356"} -{"nl": "generate a random number, using a specific number of bytes from a file as a seed for the randomness", "cmd": "mcookie --file {{path/to/file}} --max-size {{number_of_bytes}}", "tldr_cmd_name": "mcookie", "cmd_name": "mcookie", "manual_exist": true, "oracle_man": ["mcookie_3", "mcookie_5", "mcookie_6", "mcookie_7"], "matching_info": {"--file": [5, 6], "--max-size": [7], "|main|": [3, 4, 5]}, "question_id": "2357"} -{"nl": "print the details of the randomness used, such as the origin and seed for each source", "cmd": "mcookie --verbose", "tldr_cmd_name": "mcookie", "cmd_name": "mcookie", "manual_exist": true, "oracle_man": ["mcookie_3", "mcookie_9"], "matching_info": {"--verbose": [9], "|main|": [3, 4, 5]}, "question_id": "2358"} -{"nl": "read a man page for a command that is provided by a specified package name", "cmd": "debman -p {{package_name}} {{command_name}}", "tldr_cmd_name": "debman", "cmd_name": "debman", "manual_exist": true, "oracle_man": ["debman_2", "debman_3"], "matching_info": {"-p": [2, 3], "|main|": [3]}, "question_id": "2359"} -{"nl": "specify a package version to download", "cmd": "debman -p {{package_name}}={{version}} {{command_name}}", "tldr_cmd_name": "debman", "cmd_name": "debman", "manual_exist": true, "oracle_man": ["debman_2", "debman_3"], "matching_info": {"-p": [2, 3], "|main|": [3]}, "question_id": "2360"} -{"nl": "read a man page in a `.deb` file", "cmd": "debman -f {{path/to/filename.deb}} {{command_name}}", "tldr_cmd_name": "debman", "cmd_name": "debman", "manual_exist": true, "oracle_man": ["debman_2", "debman_3"], "matching_info": {"-f": [2, 3], "|main|": [3]}, "question_id": "2361"} -{"nl": "setup a given partition as swap area", "cmd": "sudo mkswap {{/dev/sdb7}}", "tldr_cmd_name": "mkswap", "cmd_name": "mkswap", "manual_exist": true, "oracle_man": ["mkswap_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2386"} -{"nl": "use a given file as swap area", "cmd": "sudo mkswap {{path/to/file}}", "tldr_cmd_name": "mkswap", "cmd_name": "mkswap", "manual_exist": true, "oracle_man": ["mkswap_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2387"} -{"nl": "check a partition for bad blocks before creating the swap area", "cmd": "sudo mkswap -c {{/dev/sdb7}}", "tldr_cmd_name": "mkswap", "cmd_name": "mkswap", "manual_exist": true, "oracle_man": ["mkswap_3", "mkswap_10"], "matching_info": {"-c": [10], "|main|": [3, 4, 5, 6]}, "question_id": "2388"} -{"nl": "specify a label for the file (to allow `swapon` to use the label)", "cmd": "sudo mkswap -L {{swap1}} {{path/to/file}}", "tldr_cmd_name": "mkswap", "cmd_name": "mkswap", "manual_exist": true, "oracle_man": ["mkswap_3", "mkswap_13"], "matching_info": {"-L": [13], "|main|": [3, 4, 5, 6]}, "question_id": "2389"} -{"nl": "list files in a zip archive", "cmd": "atool --list {{path/to/archive.zip}}", "tldr_cmd_name": "atool", "cmd_name": "atool", "manual_exist": true, "oracle_man": ["atool_3", "atool_12"], "matching_info": {"--list": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "2390"} -{"nl": "unpack a tar.gz archive into a new subdirectory (or current directory if it contains only one file)", "cmd": "atool --extract {{path/to/archive.tar.gz}}", "tldr_cmd_name": "atool", "cmd_name": "atool", "manual_exist": true, "oracle_man": ["atool_3", "atool_13", "atool_14"], "matching_info": {"--extract": [13, 14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "2391"} -{"nl": "create a new 7zip archive with two files", "cmd": "atool --add {{path/to/archive.7z}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "atool", "cmd_name": "atool", "manual_exist": true, "oracle_man": ["atool_3", "atool_15"], "matching_info": {"--add": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "2392"} -{"nl": "extract all zip and rar archives in the current directory", "cmd": "atool --each --extract {{*.zip}} {{*.rar}}", "tldr_cmd_name": "atool", "cmd_name": "atool", "manual_exist": true, "oracle_man": ["atool_3", "atool_9", "atool_13", "atool_14", "atool_18"], "matching_info": {"--each": [9, 18], "--extract": [13, 14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "2393"} -{"nl": "submit a script with default settings (depends on torque settings)", "cmd": "qsub {{script.sh}}", "tldr_cmd_name": "qsub", "cmd_name": "qsub", "manual_exist": true, "oracle_man": ["qsub_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2398"} -{"nl": "submit a script with a specified wallclock runtime limit of 1 hour, 2 minutes and 3 seconds", "cmd": "qsub -l walltime={{1}}:{{2}}:{{3}} {{script.sh}}", "tldr_cmd_name": "qsub", "cmd_name": "qsub", "manual_exist": true, "oracle_man": ["qsub_2", "qsub_3", "qsub_56", "qsub_150"], "matching_info": {"-l": [2, 56, 150], "walltime": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2399"} -{"nl": "submit a script that is executed on 2 nodes using 4 cores per node", "cmd": "qsub -l nodes={{2}}:ppn={{4}} {{script.sh}}", "tldr_cmd_name": "qsub", "cmd_name": "qsub", "manual_exist": true, "oracle_man": ["qsub_2", "qsub_3", "qsub_56", "qsub_150"], "matching_info": {"-l": [2, 56, 150], "nodes": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2400"} -{"nl": "submit a script to a specific queue. note that different queues can have different maximum and minimum runtime limits", "cmd": "qsub -q {{queue_name}} {{script.sh}}", "tldr_cmd_name": "qsub", "cmd_name": "qsub", "manual_exist": true, "oracle_man": ["qsub_2", "qsub_3", "qsub_77", "qsub_79", "qsub_80"], "matching_info": {"-q": [2, 3, 77, 79, 80], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2401"} -{"nl": "scan for bluetooth devices", "cmd": "hcitool scan", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_8"], "matching_info": {"scan": [8], "|main|": [3]}, "question_id": "2402"} -{"nl": "output the name of a device, returning its mac address", "cmd": "hcitool name {{bdaddr}}", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_9"], "matching_info": {"name": [9], "|main|": [3]}, "question_id": "2403"} -{"nl": "fetch information about a remote bluetooth device", "cmd": "hcitool info {{bdaddr}}", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_10"], "matching_info": {"info": [10], "|main|": [3]}, "question_id": "2404"} -{"nl": "check the link quality to a bluetooth device", "cmd": "hcitool lq {{bdaddr}}", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_20"], "matching_info": {"lq": [20], "|main|": [3]}, "question_id": "2405"} -{"nl": "modify the transmit power level", "cmd": "hcitool tpl {{bdaddr}} {{0|1}}", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_21"], "matching_info": {"tpl": [21], "|main|": [3]}, "question_id": "2406"} -{"nl": "display the link policy", "cmd": "hcitool lp", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_23"], "matching_info": {"lp": [23], "|main|": [3]}, "question_id": "2407"} -{"nl": "request authentication with a specific device", "cmd": "hcitool auth {{bdaddr}}", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_25"], "matching_info": {"auth": [25], "|main|": [3]}, "question_id": "2408"} -{"nl": "display local devices", "cmd": "hcitool dev", "tldr_cmd_name": "hcitool", "cmd_name": "hcitool", "manual_exist": true, "oracle_man": ["hcitool_3", "hcitool_6"], "matching_info": {"dev": [6], "|main|": [3]}, "question_id": "2409"} -{"nl": "display the neighbour/arp table entries", "cmd": "ip neighbour", "tldr_cmd_name": "ip-neighbour", "cmd_name": "ip-neighbour", "manual_exist": true, "oracle_man": ["ip-neighbour_1", "ip-neighbour_2", "ip-neighbour_3", "ip-neighbour_4", "ip-neighbour_5", "ip-neighbour_7", "ip-neighbour_9", "ip-neighbour_10", "ip-neighbour_11", "ip-neighbour_20", "ip-neighbour_21", "ip-neighbour_22", "ip-neighbour_23", "ip-neighbour_25", "ip-neighbour_29", "ip-neighbour_32", "ip-neighbour_36", "ip-neighbour_39", "ip-neighbour_41", "ip-neighbour_45", "ip-neighbour_46", "ip-neighbour_47"], "matching_info": {"ip": [2, 3, 4, 5, 7, 9, 10, 11, 29, 32, 39, 41, 45, 46, 47], "neighbour": [1, 9, 10, 11, 20, 21, 22, 23, 25, 29, 32, 36, 39, 45], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, "question_id": "2410"} -{"nl": "remove entries in the neighbour table on device `eth0`", "cmd": "sudo ip neighbour flush dev {{eth0}}", "tldr_cmd_name": "ip-neighbour", "cmd_name": "ip-neighbour", "manual_exist": true, "oracle_man": ["ip-neighbour_1", "ip-neighbour_2", "ip-neighbour_3", "ip-neighbour_4", "ip-neighbour_5", "ip-neighbour_7", "ip-neighbour_9", "ip-neighbour_10", "ip-neighbour_11", "ip-neighbour_14", "ip-neighbour_20", "ip-neighbour_21", "ip-neighbour_22", "ip-neighbour_23", "ip-neighbour_25", "ip-neighbour_29", "ip-neighbour_32", "ip-neighbour_34", "ip-neighbour_36", "ip-neighbour_39", "ip-neighbour_41", "ip-neighbour_44", "ip-neighbour_45", "ip-neighbour_46", "ip-neighbour_47"], "matching_info": {"ip": [2, 3, 4, 5, 7, 9, 10, 11, 29, 32, 39, 41, 45, 46, 47], "neighbour": [1, 9, 10, 11, 20, 21, 22, 23, 25, 29, 32, 36, 39, 45], "flush": [39, 46], "dev": [14, 34, 44], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, "question_id": "2411"} -{"nl": "perform a neighbour lookup and return a neighbour entry", "cmd": "ip neighbour get {{lookup_ip}} dev {{eth0}}", "tldr_cmd_name": "ip-neighbour", "cmd_name": "ip-neighbour", "manual_exist": true, "oracle_man": ["ip-neighbour_1", "ip-neighbour_2", "ip-neighbour_3", "ip-neighbour_4", "ip-neighbour_5", "ip-neighbour_7", "ip-neighbour_9", "ip-neighbour_10", "ip-neighbour_11", "ip-neighbour_14", "ip-neighbour_20", "ip-neighbour_21", "ip-neighbour_22", "ip-neighbour_23", "ip-neighbour_25", "ip-neighbour_29", "ip-neighbour_32", "ip-neighbour_34", "ip-neighbour_36", "ip-neighbour_39", "ip-neighbour_41", "ip-neighbour_44", "ip-neighbour_45", "ip-neighbour_46", "ip-neighbour_47"], "matching_info": {"ip": [2, 3, 4, 5, 7, 9, 10, 11, 29, 32, 39, 41, 45, 46, 47], "neighbour": [1, 9, 10, 11, 20, 21, 22, 23, 25, 29, 32, 36, 39, 45], "get": [5, 41, 44, 47], "dev": [14, 34, 44], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, "question_id": "2412"} -{"nl": "add or delete an arp entry for the neighbour ip address to `eth0`", "cmd": "sudo ip neighbour {{add|del}} {{ip_address}} lladdr {{mac_address}} dev {{eth0}} nud reachable", "tldr_cmd_name": "ip-neighbour", "cmd_name": "ip-neighbour", "manual_exist": true, "oracle_man": ["ip-neighbour_1", "ip-neighbour_2", "ip-neighbour_3", "ip-neighbour_4", "ip-neighbour_5", "ip-neighbour_7", "ip-neighbour_9", "ip-neighbour_10", "ip-neighbour_11", "ip-neighbour_14", "ip-neighbour_18", "ip-neighbour_19", "ip-neighbour_20", "ip-neighbour_21", "ip-neighbour_22", "ip-neighbour_23", "ip-neighbour_25", "ip-neighbour_29", "ip-neighbour_32", "ip-neighbour_34", "ip-neighbour_36", "ip-neighbour_38", "ip-neighbour_39", "ip-neighbour_41", "ip-neighbour_44", "ip-neighbour_45", "ip-neighbour_46", "ip-neighbour_47"], "matching_info": {"ip": [2, 3, 4, 5, 7, 9, 10, 11, 29, 32, 39, 41, 45, 46, 47], "neighbour": [1, 9, 10, 11, 20, 21, 22, 23, 25, 29, 32, 36, 39, 45], "lladdr": [18], "dev": [14, 34, 44], "nud": [19, 38], "reachable": [22], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, "question_id": "2413"} -{"nl": "change or replace an arp entry for the neighbour ip address to `eth0`", "cmd": "sudo ip neighbour {{change|replace}} {{ip_address}} lladdr {{new_mac_address}} dev {{eth0}}", "tldr_cmd_name": "ip-neighbour", "cmd_name": "ip-neighbour", "manual_exist": true, "oracle_man": ["ip-neighbour_1", "ip-neighbour_2", "ip-neighbour_3", "ip-neighbour_4", "ip-neighbour_5", "ip-neighbour_7", "ip-neighbour_9", "ip-neighbour_10", "ip-neighbour_11", "ip-neighbour_14", "ip-neighbour_18", "ip-neighbour_20", "ip-neighbour_21", "ip-neighbour_22", "ip-neighbour_23", "ip-neighbour_25", "ip-neighbour_29", "ip-neighbour_32", "ip-neighbour_34", "ip-neighbour_36", "ip-neighbour_39", "ip-neighbour_41", "ip-neighbour_44", "ip-neighbour_45", "ip-neighbour_46", "ip-neighbour_47"], "matching_info": {"ip": [2, 3, 4, 5, 7, 9, 10, 11, 29, 32, 39, 41, 45, 46, 47], "neighbour": [1, 9, 10, 11, 20, 21, 22, 23, 25, 29, 32, 36, 39, 45], "lladdr": [18], "dev": [14, 34, 44], "|main|": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, "question_id": "2414"} -{"nl": "generate a bug report about a specific package, then send it by email", "cmd": "reportbug {{package}}", "tldr_cmd_name": "reportbug", "cmd_name": "reportbug", "manual_exist": true, "oracle_man": ["reportbug_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2419"} -{"nl": "report a bug that is not about a specific package (general problem, infrastructure, etc.)", "cmd": "reportbug other", "tldr_cmd_name": "reportbug", "cmd_name": "reportbug", "manual_exist": true, "oracle_man": ["reportbug_3"], "matching_info": {"other": [], "|main|": [3, 4, 5, 6]}, "question_id": "2420"} -{"nl": "write the bug report to a file instead of sending it by email", "cmd": "reportbug -o {{filename}} {{package}}", "tldr_cmd_name": "reportbug", "cmd_name": "reportbug", "manual_exist": true, "oracle_man": ["reportbug_3", "reportbug_39", "reportbug_65", "reportbug_67", "reportbug_76"], "matching_info": {"-o": [39, 65, 67, 76], "|main|": [3, 4, 5, 6]}, "question_id": "2421"} -{"nl": "create an ext2 filesystem in partition 1 of device b (`sdb1`)", "cmd": "mkfs.ext2 {{/dev/sdb1}}", "tldr_cmd_name": "mke2fs", "cmd_name": "mke2fs", "manual_exist": true, "oracle_man": ["mke2fs_4"], "matching_info": {"mkfs.ext2": [], "|main|": [4, 5, 6, 7]}, "question_id": "2422"} -{"nl": "create an ext3 filesystem in partition 1 of device b (`sdb1`)", "cmd": "mkfs.ext3 {{/dev/sdb1}}", "tldr_cmd_name": "mke2fs", "cmd_name": "mke2fs", "manual_exist": true, "oracle_man": ["mke2fs_4"], "matching_info": {"mkfs.ext3": [], "|main|": [4, 5, 6, 7]}, "question_id": "2423"} -{"nl": "create an ext4 filesystem in partition 1 of device b (`sdb1`)", "cmd": "mkfs.ext4 {{/dev/sdb1}}", "tldr_cmd_name": "mke2fs", "cmd_name": "mke2fs", "manual_exist": true, "oracle_man": ["mke2fs_4"], "matching_info": {"mkfs.ext4": [], "|main|": [4, 5, 6, 7]}, "question_id": "2424"} -{"nl": "view current configuration", "cmd": "sudo nft list ruleset", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_15", "nft_55", "nft_61", "nft_62", "nft_63", "nft_66", "nft_79", "nft_87", "nft_114", "nft_126", "nft_133", "nft_149", "nft_150", "nft_152", "nft_156", "nft_418", "nft_419", "nft_420", "nft_421", "nft_504", "nft_510", "nft_572", "nft_573"], "matching_info": {"list": [15, 55, 61, 63, 66, 79, 87, 114, 126, 133, 149, 150, 152, 156], "ruleset": [61, 62, 418, 419, 420, 421, 504, 510, 572, 573], "|main|": [3]}, "question_id": "2425"} -{"nl": "add a new table with family \"inet\" and table \"filter\"", "cmd": "sudo nft add table {{inet}} {{filter}}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_67", "nft_73", "nft_74", "nft_75", "nft_76", "nft_77", "nft_81", "nft_83", "nft_103", "nft_105", "nft_107", "nft_111", "nft_112", "nft_117", "nft_120", "nft_122", "nft_124", "nft_129", "nft_131", "nft_135", "nft_138", "nft_144", "nft_147", "nft_152", "nft_154", "nft_158", "nft_163", "nft_164", "nft_173", "nft_179", "nft_183", "nft_185", "nft_188", "nft_190", "nft_191", "nft_194", "nft_196", "nft_412", "nft_465", "nft_505", "nft_516", "nft_518", "nft_520", "nft_537", "nft_543", "nft_545", "nft_575"], "matching_info": {"add": [67, 73, 74, 77, 81, 83, 103, 105, 107, 111, 112, 117, 120, 122, 124, 129, 131, 135, 138, 144, 147, 152, 154, 158, 164, 179, 185, 188, 190, 191, 194, 196, 412, 520, 537, 543, 545, 575], "table": [67, 75, 76, 163, 173, 183, 465, 505, 516, 518], "|main|": [3]}, "question_id": "2426"} -{"nl": "add a new chain to accept all inbound traffic", "cmd": "sudo nft add chain {{inet}} {{filter}} {{input}} \\{ type {{filter}} hook {{input}} priority {{0}} \\; policy {{accept}} \\}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_67", "nft_73", "nft_74", "nft_77", "nft_81", "nft_83", "nft_95", "nft_96", "nft_103", "nft_105", "nft_107", "nft_111", "nft_112", "nft_117", "nft_120", "nft_122", "nft_124", "nft_129", "nft_131", "nft_135", "nft_138", "nft_144", "nft_146", "nft_147", "nft_152", "nft_154", "nft_158", "nft_164", "nft_174", "nft_179", "nft_184", "nft_185", "nft_188", "nft_190", "nft_191", "nft_194", "nft_196", "nft_210", "nft_212", "nft_214", "nft_234", "nft_368", "nft_412", "nft_423", "nft_424", "nft_473", "nft_520", "nft_537", "nft_543", "nft_545", "nft_575"], "matching_info": {"add": [67, 73, 74, 77, 81, 83, 103, 105, 107, 111, 112, 117, 120, 122, 124, 129, 131, 135, 138, 144, 147, 152, 154, 158, 164, 179, 185, 188, 190, 191, 194, 196, 412, 520, 537, 543, 545, 575], "chain": [81, 174, 184, 423, 424], "\\{": [], "type": [174, 184, 210, 212, 214, 234, 368], "hook": [], "priority": [95, 96, 146, 473], "\\;": [], "policy": [], "\\}": [], "|main|": [3]}, "question_id": "2427"} -{"nl": "add a new rule to accept several tcp ports", "cmd": "sudo nft add rule {{inet}} {{filter}} {{input}} {{tcp}} {{dport \\{ telnet, ssh, http, https \\} accept}}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_67", "nft_73", "nft_74", "nft_77", "nft_81", "nft_83", "nft_103", "nft_105", "nft_107", "nft_111", "nft_112", "nft_113", "nft_117", "nft_120", "nft_122", "nft_124", "nft_129", "nft_131", "nft_135", "nft_138", "nft_144", "nft_147", "nft_152", "nft_154", "nft_158", "nft_164", "nft_179", "nft_185", "nft_188", "nft_190", "nft_191", "nft_194", "nft_196", "nft_277", "nft_412", "nft_520", "nft_537", "nft_543", "nft_545", "nft_575"], "matching_info": {"add": [67, 73, 74, 77, 81, 83, 103, 105, 107, 111, 112, 117, 120, 122, 124, 129, 131, 135, 138, 144, 147, 152, 154, 158, 164, 179, 185, 188, 190, 191, 194, 196, 412, 520, 537, 543, 545, 575], "rule": [103, 111, 112, 113, 117, 120, 277, 575], "|main|": [3]}, "question_id": "2428"} -{"nl": "show rule handles", "cmd": "sudo nft --handle --numeric list chain {{family}} {{table}} {{chain}}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_15", "nft_16", "nft_22", "nft_23", "nft_24", "nft_25", "nft_55", "nft_61", "nft_63", "nft_66", "nft_79", "nft_81", "nft_87", "nft_114", "nft_126", "nft_133", "nft_149", "nft_150", "nft_152", "nft_156", "nft_174", "nft_184", "nft_423", "nft_424"], "matching_info": {"--handle": [16], "--numeric": [22, 23, 24, 25], "list": [15, 55, 61, 63, 66, 79, 87, 114, 126, 133, 149, 150, 152, 156], "chain": [81, 174, 184, 423, 424], "|main|": [3]}, "question_id": "2429"} -{"nl": "delete a rule", "cmd": "sudo nft delete rule {{inet}} {{filter}} {{input}} handle {{3}}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_70", "nft_78", "nft_85", "nft_103", "nft_110", "nft_111", "nft_112", "nft_113", "nft_117", "nft_120", "nft_125", "nft_132", "nft_136", "nft_138", "nft_148", "nft_152", "nft_155", "nft_277", "nft_497", "nft_575"], "matching_info": {"delete": [70, 78, 85, 110, 113, 125, 132, 136, 138, 148, 152, 155], "rule": [103, 111, 112, 113, 117, 120, 277, 575], "handle": [497], "|main|": [3]}, "question_id": "2430"} -{"nl": "save current configuration", "cmd": "sudo nft list ruleset > {{/etc/nftables.conf}}", "tldr_cmd_name": "nft", "cmd_name": "nft", "manual_exist": true, "oracle_man": ["nft_3", "nft_15", "nft_55", "nft_61", "nft_62", "nft_63", "nft_66", "nft_79", "nft_87", "nft_114", "nft_126", "nft_133", "nft_149", "nft_150", "nft_152", "nft_156", "nft_418", "nft_419", "nft_420", "nft_421", "nft_504", "nft_510", "nft_572", "nft_573"], "matching_info": {"list": [15, 55, 61, 63, 66, 79, 87, 114, 126, 133, 149, 150, 152, 156], "ruleset": [61, 62, 418, 419, 420, 421, 504, 510, 572, 573], "|main|": [3]}, "question_id": "2431"} -{"nl": "list all captured core dumps", "cmd": "coredumpctl list", "tldr_cmd_name": "coredumpctl", "cmd_name": "coredumpctl", "manual_exist": true, "oracle_man": ["coredumpctl_3", "coredumpctl_5", "coredumpctl_42"], "matching_info": {"list": [5, 42], "|main|": [3]}, "question_id": "2432"} -{"nl": "list captured core dumps for a program", "cmd": "coredumpctl list {{program}}", "tldr_cmd_name": "coredumpctl", "cmd_name": "coredumpctl", "manual_exist": true, "oracle_man": ["coredumpctl_3", "coredumpctl_5", "coredumpctl_42"], "matching_info": {"list": [5, 42], "|main|": [3]}, "question_id": "2433"} -{"nl": "show information about the core dumps matching a program with `pid`", "cmd": "coredumpctl info {{PID}}", "tldr_cmd_name": "coredumpctl", "cmd_name": "coredumpctl", "manual_exist": true, "oracle_man": ["coredumpctl_3", "coredumpctl_14", "coredumpctl_50"], "matching_info": {"info": [14, 50], "|main|": [3]}, "question_id": "2434"} -{"nl": "invoke debugger using the last core dump of a program", "cmd": "coredumpctl debug {{program}}", "tldr_cmd_name": "coredumpctl", "cmd_name": "coredumpctl", "manual_exist": true, "oracle_man": ["coredumpctl_3", "coredumpctl_16", "coredumpctl_46", "coredumpctl_48"], "matching_info": {"debug": [16, 46, 48], "|main|": [3]}, "question_id": "2435"} -{"nl": "extract the last core dump of a program to a file", "cmd": "coredumpctl --output={{path/to/file}} dump {{program}}", "tldr_cmd_name": "coredumpctl", "cmd_name": "coredumpctl", "manual_exist": true, "oracle_man": ["coredumpctl_3", "coredumpctl_15", "coredumpctl_29"], "matching_info": {"--output": [15, 29], "dump": [15], "|main|": [3]}, "question_id": "2436"} -{"nl": "lock every console (require current user or root to unlock)", "cmd": "physlock", "tldr_cmd_name": "physlock", "cmd_name": "physlock", "manual_exist": true, "oracle_man": ["physlock_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2437"} -{"nl": "mute kernel messages on console while locked", "cmd": "physlock -m", "tldr_cmd_name": "physlock", "cmd_name": "physlock", "manual_exist": true, "oracle_man": ["physlock_3", "physlock_10"], "matching_info": {"-m": [10], "|main|": [3, 4, 5]}, "question_id": "2438"} -{"nl": "disable sysrq mechanism while locked", "cmd": "physlock -s", "tldr_cmd_name": "physlock", "cmd_name": "physlock", "manual_exist": true, "oracle_man": ["physlock_3", "physlock_12"], "matching_info": {"-s": [12], "|main|": [3, 4, 5]}, "question_id": "2439"} -{"nl": "display a message before the password prompt", "cmd": "physlock -p \"{{Locked!}}\"", "tldr_cmd_name": "physlock", "cmd_name": "physlock", "manual_exist": true, "oracle_man": ["physlock_2", "physlock_3", "physlock_11"], "matching_info": {"-p": [2, 11], "|main|": [3, 4, 5]}, "question_id": "2440"} -{"nl": "fork and detach physlock (useful for suspend or hibernate scripts)", "cmd": "physlock -d", "tldr_cmd_name": "physlock", "cmd_name": "physlock", "manual_exist": true, "oracle_man": ["physlock_2", "physlock_3", "physlock_6"], "matching_info": {"-d": [2, 6], "|main|": [3, 4, 5]}, "question_id": "2441"} -{"nl": "display the attributes of the files in the current directory", "cmd": "lsattr", "tldr_cmd_name": "lsattr", "cmd_name": "lsattr", "manual_exist": true, "oracle_man": ["lsattr_3"], "matching_info": {"|main|": [3]}, "question_id": "2442"} -{"nl": "list the attributes of files in a particular path", "cmd": "lsattr {{path}}", "tldr_cmd_name": "lsattr", "cmd_name": "lsattr", "manual_exist": true, "oracle_man": ["lsattr_3"], "matching_info": {"|main|": [3]}, "question_id": "2443"} -{"nl": "list file attributes recursively in the current and subsequent directories", "cmd": "lsattr -R", "tldr_cmd_name": "lsattr", "cmd_name": "lsattr", "manual_exist": true, "oracle_man": ["lsattr_2", "lsattr_3", "lsattr_4"], "matching_info": {"-R": [2, 4], "|main|": [3]}, "question_id": "2444"} -{"nl": "show attributes of all the files in the current directory, including hidden ones", "cmd": "lsattr -a", "tldr_cmd_name": "lsattr", "cmd_name": "lsattr", "manual_exist": true, "oracle_man": ["lsattr_3", "lsattr_6"], "matching_info": {"-a": [6], "|main|": [3]}, "question_id": "2445"} -{"nl": "display attributes of directories in the current directory", "cmd": "lsattr -d", "tldr_cmd_name": "lsattr", "cmd_name": "lsattr", "manual_exist": true, "oracle_man": ["lsattr_3", "lsattr_7"], "matching_info": {"-d": [7], "|main|": [3]}, "question_id": "2446"} -{"nl": "create a shared memory segment", "cmd": "ipcmk --shmem {{segment_size_in_bytes}}", "tldr_cmd_name": "ipcmk", "cmd_name": "ipcmk", "manual_exist": true, "oracle_man": ["ipcmk_3", "ipcmk_5"], "matching_info": {"--shmem": [5], "|main|": [3]}, "question_id": "2447"} -{"nl": "create a semaphore", "cmd": "ipcmk --semaphore {{element_size}}", "tldr_cmd_name": "ipcmk", "cmd_name": "ipcmk", "manual_exist": true, "oracle_man": ["ipcmk_3", "ipcmk_7"], "matching_info": {"--semaphore": [7], "|main|": [3]}, "question_id": "2448"} -{"nl": "create a message queue", "cmd": "ipcmk --queue", "tldr_cmd_name": "ipcmk", "cmd_name": "ipcmk", "manual_exist": true, "oracle_man": ["ipcmk_3", "ipcmk_6"], "matching_info": {"--queue": [6], "|main|": [3]}, "question_id": "2449"} -{"nl": "create a shared memory segment with specific permissions (default is 0644)", "cmd": "ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissons}}", "tldr_cmd_name": "ipcmk", "cmd_name": "ipcmk", "manual_exist": true, "oracle_man": ["ipcmk_3", "ipcmk_5"], "matching_info": {"--shmem": [5], "|main|": [3]}, "question_id": "2450"} -{"nl": "start hardinfo", "cmd": "hardinfo", "tldr_cmd_name": "hardinfo", "cmd_name": "hardinfo", "manual_exist": true, "oracle_man": ["hardinfo_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2459"} -{"nl": "print report to standard output", "cmd": "hardinfo -r", "tldr_cmd_name": "hardinfo", "cmd_name": "hardinfo", "manual_exist": true, "oracle_man": ["hardinfo_3", "hardinfo_7", "hardinfo_11", "hardinfo_12", "hardinfo_13"], "matching_info": {"-r": [7, 11, 12, 13], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2460"} -{"nl": "save report to html file", "cmd": "hardinfo -r -f html > hardinfo.html", "tldr_cmd_name": "hardinfo", "cmd_name": "hardinfo", "manual_exist": true, "oracle_man": ["hardinfo_3", "hardinfo_7", "hardinfo_11", "hardinfo_12", "hardinfo_13"], "matching_info": {"-r": [7, 11, 12, 13], "-f": [12], "html": [], "hardinfo.html": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2461"} -{"nl": "connect to a remote host", "cmd": "rpcclient --user {{domain}}\\{{username}}%{{password}} {{ip}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_2", "rpcclient_3", "rpcclient_75"], "matching_info": {"--user": [2, 75], "|main|": [3, 4]}, "question_id": "2462"} -{"nl": "connect to a remote host on a domain without a password", "cmd": "rpcclient --user {{username}} --workgroup {{domain}} --no-pass {{ip}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_2", "rpcclient_3", "rpcclient_71", "rpcclient_75", "rpcclient_80"], "matching_info": {"--user": [2, 75], "--workgroup": [2, 71], "--no-pass": [2, 80], "|main|": [3, 4]}, "question_id": "2463"} -{"nl": "connect to a remote host, passing the password hash", "cmd": "rpcclient --user {{domain}}\\{{username}} --pw-nt-hash {{ip}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_2", "rpcclient_3", "rpcclient_75", "rpcclient_88"], "matching_info": {"--user": [2, 75], "--pw-nt-hash": [2, 88], "|main|": [3, 4]}, "question_id": "2464"} -{"nl": "execute shell commands on a remote host", "cmd": "rpcclient --user {{domain}}\\{{username}}%{{password}} --command {{semicolon_separated_commands}} {{ip}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_2", "rpcclient_3", "rpcclient_40", "rpcclient_75"], "matching_info": {"--user": [2, 75], "--command": [2, 40], "|main|": [3, 4]}, "question_id": "2465"} -{"nl": "display domain users", "cmd": "rpcclient $> enumdomusers", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_3", "rpcclient_172"], "matching_info": {"$": [], "enumdomusers": [172], "|main|": [3, 4]}, "question_id": "2466"} -{"nl": "display privileges", "cmd": "rpcclient $> enumprivs", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_3", "rpcclient_110"], "matching_info": {"$": [], "enumprivs": [110], "|main|": [3, 4]}, "question_id": "2467"} -{"nl": "display information about a specific user", "cmd": "rpcclient $> queryuser {{username|rid}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_3", "rpcclient_160"], "matching_info": {"$": [], "queryuser": [160], "|main|": [3, 4]}, "question_id": "2468"} -{"nl": "create a new user in the domain", "cmd": "rpcclient $> createdomuser {{username}}", "tldr_cmd_name": "rpcclient", "cmd_name": "rpcclient", "manual_exist": true, "oracle_man": ["rpcclient_3", "rpcclient_176"], "matching_info": {"$": [], "createdomuser": [176], "|main|": [3, 4]}, "question_id": "2469"} -{"nl": "save the current screen layout", "cmd": "autorandr -s {{profile_name}}", "tldr_cmd_name": "autorandr", "cmd_name": "autorandr", "manual_exist": true, "oracle_man": ["autorandr_3", "autorandr_9", "autorandr_19"], "matching_info": {"-s": [9, 19], "|main|": [3, 4]}, "question_id": "2476"} -{"nl": "show the saved profiles", "cmd": "autorandr", "tldr_cmd_name": "autorandr", "cmd_name": "autorandr", "manual_exist": true, "oracle_man": ["autorandr_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2477"} -{"nl": "change the profile", "cmd": "autorandr -l {{profile_name}}", "tldr_cmd_name": "autorandr", "cmd_name": "autorandr", "manual_exist": true, "oracle_man": ["autorandr_3", "autorandr_4", "autorandr_8"], "matching_info": {"-l": [4, 8], "|main|": [3, 4]}, "question_id": "2478"} -{"nl": "set the default profile", "cmd": "autorandr -d {{profile_name}}", "tldr_cmd_name": "autorandr", "cmd_name": "autorandr", "manual_exist": true, "oracle_man": ["autorandr_3", "autorandr_7", "autorandr_14", "autorandr_15", "autorandr_16"], "matching_info": {"-d": [7, 14, 15, 16], "|main|": [3, 4]}, "question_id": "2479"} -{"nl": "display cpu, disk, net, paging and system statistics", "cmd": "dstat", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2484"} -{"nl": "display statistics every 5 seconds and 4 updates only", "cmd": "dstat {{5}} {{4}}", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2485"} -{"nl": "display cpu and memory statistics only", "cmd": "dstat --cpu --mem", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3", "dstat_9", "dstat_10", "dstat_17", "dstat_28", "dstat_29", "dstat_33", "dstat_60", "dstat_82", "dstat_156", "dstat_158"], "matching_info": {"--cpu": [9, 10, 28, 29, 60, 156, 158], "--mem": [17, 33, 82], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2486"} -{"nl": "list all available dstat plugins", "cmd": "dstat --list", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3", "dstat_44"], "matching_info": {"--list": [44], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2487"} -{"nl": "display the process using the most memory and most cpu", "cmd": "dstat --top-mem --top-cpu", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3", "dstat_119", "dstat_120", "dstat_121", "dstat_122", "dstat_128", "dstat_154", "dstat_156"], "matching_info": {"--top-mem": [128], "--top-cpu": [119, 120, 121, 122, 154, 156], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2488"} -{"nl": "display battery percentage and remaining battery time", "cmd": "dstat --battery --battery-remain", "tldr_cmd_name": "dstat", "cmd_name": "dstat", "manual_exist": true, "oracle_man": ["dstat_3", "dstat_58", "dstat_59"], "matching_info": {"--battery": [58, 59], "--battery-remain": [59], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "2489"} -{"nl": "disable cpus via a list of cpu id numbers", "cmd": "chcpu -d {{1,3}}", "tldr_cmd_name": "chcpu", "cmd_name": "chcpu", "manual_exist": true, "oracle_man": ["chcpu_2", "chcpu_5", "chcpu_8", "chcpu_10", "chcpu_11"], "matching_info": {"-d": [2, 8, 10, 11], "|main|": [5, 6]}, "question_id": "2490"} -{"nl": "enable a set of cpus via a range of cpu id numbers", "cmd": "chcpu -e {{1-10}}", "tldr_cmd_name": "chcpu", "cmd_name": "chcpu", "manual_exist": true, "oracle_man": ["chcpu_2", "chcpu_5", "chcpu_9"], "matching_info": {"-e": [2, 9], "|main|": [5, 6]}, "question_id": "2491"} -{"nl": "print all available information", "cmd": "lsb_release -a", "tldr_cmd_name": "lsb_release", "cmd_name": "lsb_release", "manual_exist": true, "oracle_man": ["lsb_release_3", "lsb_release_15", "lsb_release_25", "lsb_release_26", "lsb_release_27"], "matching_info": {"-a": [15, 25, 26, 27], "|main|": [3, 4]}, "question_id": "2492"} -{"nl": "print a description (usually the full name) of the operating system", "cmd": "lsb_release -d", "tldr_cmd_name": "lsb_release", "cmd_name": "lsb_release", "manual_exist": true, "oracle_man": ["lsb_release_3", "lsb_release_9"], "matching_info": {"-d": [9], "|main|": [3, 4]}, "question_id": "2493"} -{"nl": "print only the operating system name (id), suppressing the field name", "cmd": "lsb_release -i -s", "tldr_cmd_name": "lsb_release", "cmd_name": "lsb_release", "manual_exist": true, "oracle_man": ["lsb_release_3", "lsb_release_7", "lsb_release_17", "lsb_release_26"], "matching_info": {"-i": [7], "-s": [17, 26], "|main|": [3, 4]}, "question_id": "2494"} -{"nl": "print the release number and codename of the distribution, suppressing the field names", "cmd": "lsb_release -rcs", "tldr_cmd_name": "lsb_release", "cmd_name": "lsb_release", "manual_exist": true, "oracle_man": ["lsb_release_3", "lsb_release_17", "lsb_release_26"], "matching_info": {"-rcs": [17, 26], "|main|": [3, 4]}, "question_id": "2495"} -{"nl": "print (trace) library calls of a program binary", "cmd": "ltrace ./{{program}}", "tldr_cmd_name": "ltrace", "cmd_name": "ltrace", "manual_exist": true, "oracle_man": ["ltrace_6"], "matching_info": {"|main|": [6, 7]}, "question_id": "2496"} -{"nl": "count library calls. print a handy summary at the bottom", "cmd": "ltrace -c {{path/to/program}}", "tldr_cmd_name": "ltrace", "cmd_name": "ltrace", "manual_exist": true, "oracle_man": ["ltrace_3", "ltrace_6", "ltrace_11"], "matching_info": {"-c": [3, 11], "|main|": [6, 7]}, "question_id": "2497"} -{"nl": "trace calls to malloc and free, omit those done by libc", "cmd": "ltrace -e malloc+free-@libc.so* {{path/to/program}}", "tldr_cmd_name": "ltrace", "cmd_name": "ltrace", "manual_exist": true, "oracle_man": ["ltrace_2", "ltrace_3", "ltrace_6", "ltrace_14", "ltrace_21", "ltrace_37"], "matching_info": {"-e": [2, 3, 14, 21, 37], "malloc+free-@libc.so*": [], "|main|": [6, 7]}, "question_id": "2498"} -{"nl": "write to file instead of terminal", "cmd": "ltrace -o {{file}} {{path/to/program}}", "tldr_cmd_name": "ltrace", "cmd_name": "ltrace", "manual_exist": true, "oracle_man": ["ltrace_2", "ltrace_3", "ltrace_6", "ltrace_23"], "matching_info": {"-o": [2, 3, 23], "|main|": [6, 7]}, "question_id": "2499"} -{"nl": "change a user's name", "cmd": "usermod -l {{newname}} {{user}}", "tldr_cmd_name": "usermod", "cmd_name": "usermod", "manual_exist": true, "oracle_man": ["usermod_3", "usermod_21", "usermod_22"], "matching_info": {"-l": [21, 22], "|main|": [3]}, "question_id": "2500"} -{"nl": "add user to supplementary groups (mind the whitespace)", "cmd": "usermod -a -G {{group1,group2}} {{user}}", "tldr_cmd_name": "usermod", "cmd_name": "usermod", "manual_exist": true, "oracle_man": ["usermod_3", "usermod_5", "usermod_19", "usermod_20", "usermod_41", "usermod_45", "usermod_47", "usermod_51"], "matching_info": {"-a": [5, 20, 41, 45, 47, 51], "-G": [5, 19], "|main|": [3]}, "question_id": "2501"} -{"nl": "create a new home directory for a user and move their files to it", "cmd": "usermod -m -d {{path/to/home}} {{user}}", "tldr_cmd_name": "usermod", "cmd_name": "usermod", "manual_exist": true, "oracle_man": ["usermod_3", "usermod_8", "usermod_9", "usermod_24", "usermod_25", "usermod_44", "usermod_45", "usermod_50", "usermod_51"], "matching_info": {"-m": [9, 24], "-d": [8, 25, 44, 45, 50, 51], "|main|": [3]}, "question_id": "2502"} -{"nl": "list available scanners to ensure the target device is connected and recognized", "cmd": "scanimage -L", "tldr_cmd_name": "scanimage", "cmd_name": "scanimage", "manual_exist": true, "oracle_man": ["scanimage_2", "scanimage_3", "scanimage_5", "scanimage_16", "scanimage_31"], "matching_info": {"-L": [2, 5, 16, 31], "|main|": [3]}, "question_id": "2546"} -{"nl": "scan an image and save it to a file", "cmd": "scanimage --format={{pnm|tiff|png|jpeg}} > {{path/to/new_image}}", "tldr_cmd_name": "scanimage", "cmd_name": "scanimage", "manual_exist": true, "oracle_man": ["scanimage_2", "scanimage_3", "scanimage_9", "scanimage_14", "scanimage_17", "scanimage_21", "scanimage_24"], "matching_info": {"--format": [2, 9, 14, 17, 21, 24], "|main|": [3]}, "question_id": "2547"} -{"nl": "perform a bruteforce attack (mode 3) with the default hashcat mask", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}}", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "|main|": [3, 4, 5]}, "question_id": "2565"} -{"nl": "perform a bruteforce attack (mode 3) with a known pattern of 4 digits", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} {{hash_value}} \"{{?d?d?d?d}}\"", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "|main|": [3, 4, 5]}, "question_id": "2566"} -{"nl": "perform a bruteforce attack (mode 3) using at most 8 of all printable ascii characters", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{3}} --increment {{hash_value}} \"{{?a?a?a?a?a?a?a?a}}\"", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9", "hashcat_46", "hashcat_47", "hashcat_48"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "--increment": [46, 47, 48], "|main|": [3, 4, 5]}, "question_id": "2567"} -{"nl": "perform a dictionary attack (mode 0) using the rockyou wordlist of a kali linux box", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "|main|": [3, 4, 5]}, "question_id": "2568"} -{"nl": "perform a rulebased dictionary attack (mode 0) using the rockyou wordlist mutated with common password variations", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{0}} --rules-file {{/usr/share/hashcat/rules/best64.rule}} {{hash_value}} {{/usr/share/wordlists/rockyou.txt}}", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9", "hashcat_37"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "--rules-file": [37], "|main|": [3, 4, 5]}, "question_id": "2569"} -{"nl": "perform a combination attack (mode 1) using the concatenation of words from two different custom dictionaries", "cmd": "hashcat --hash-type {{hash_type_id}} --attack-mode {{1}} {{hash_value}} {{/path/to/dictionary1.txt}} {{/path/to/dictionary2.txt}}", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_8", "hashcat_9"], "matching_info": {"--hash-type": [8], "--attack-mode": [9], "|main|": [3, 4, 5]}, "question_id": "2570"} -{"nl": "show result of an already cracked hash", "cmd": "hashcat --show {{hash_value}}", "tldr_cmd_name": "hashcat", "cmd_name": "hashcat", "manual_exist": true, "oracle_man": ["hashcat_3", "hashcat_28", "hashcat_30"], "matching_info": {"--show": [28, 30], "|main|": [3, 4, 5]}, "question_id": "2571"} -{"nl": "list currently installed modules", "cmd": "dkms status", "tldr_cmd_name": "dkms", "cmd_name": "dkms", "manual_exist": true, "oracle_man": ["dkms_3", "dkms_22"], "matching_info": {"status": [22], "|main|": [3]}, "question_id": "2579"} -{"nl": "rebuild all modules for the currently running kernel", "cmd": "dkms autoinstall", "tldr_cmd_name": "dkms", "cmd_name": "dkms", "manual_exist": true, "oracle_man": ["dkms_3", "dkms_24", "dkms_95"], "matching_info": {"autoinstall": [24, 95], "|main|": [3]}, "question_id": "2580"} -{"nl": "install version 1.2.1 of the acpi_call module for the currently running kernel", "cmd": "dkms install -m {{acpi_call}} -v {{1.2.1}}", "tldr_cmd_name": "dkms", "cmd_name": "dkms", "manual_exist": true, "oracle_man": ["dkms_2", "dkms_3", "dkms_4", "dkms_5", "dkms_6", "dkms_8", "dkms_9", "dkms_10", "dkms_12", "dkms_14", "dkms_15", "dkms_18", "dkms_22", "dkms_25", "dkms_26", "dkms_27", "dkms_28", "dkms_29", "dkms_32", "dkms_33", "dkms_36", "dkms_40", "dkms_42", "dkms_44", "dkms_64", "dkms_71", "dkms_89", "dkms_93"], "matching_info": {"install": [12, 25], "-m": [5, 26, 27, 29, 42, 64, 93], "-v": [2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 18, 22, 26, 27, 28, 32, 33, 36, 40, 44, 71, 89], "|main|": [3]}, "question_id": "2581"} -{"nl": "remove version 1.2.1 of the acpi_call module from all kernels", "cmd": "dkms remove -m {{acpi_call}} -v {{1.2.1}} --all", "tldr_cmd_name": "dkms", "cmd_name": "dkms", "manual_exist": true, "oracle_man": ["dkms_2", "dkms_3", "dkms_4", "dkms_5", "dkms_6", "dkms_7", "dkms_8", "dkms_9", "dkms_10", "dkms_11", "dkms_12", "dkms_14", "dkms_15", "dkms_18", "dkms_22", "dkms_26", "dkms_27", "dkms_28", "dkms_29", "dkms_32", "dkms_33", "dkms_36", "dkms_40", "dkms_42", "dkms_44", "dkms_64", "dkms_71", "dkms_89", "dkms_93"], "matching_info": {"remove": [6], "-m": [5, 26, 27, 29, 42, 64, 93], "-v": [2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 18, 22, 26, 27, 28, 32, 33, 36, 40, 44, 71, 89], "--all": [6, 7, 10, 11, 14, 15, 40], "|main|": [3]}, "question_id": "2582"} -{"nl": "create subvolume", "cmd": "sudo btrfs subvolume create {{path/to/subvolume}}", "tldr_cmd_name": "btrfs", "cmd_name": "btrfs", "manual_exist": true, "oracle_man": ["btrfs_2", "btrfs_145", "btrfs_193"], "matching_info": {"subvolume": [145], "create": [193], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2588"} -{"nl": "list subvolumes", "cmd": "sudo btrfs subvolume list {{path/to/mount_point}}", "tldr_cmd_name": "btrfs", "cmd_name": "btrfs", "manual_exist": true, "oracle_man": ["btrfs_2", "btrfs_145", "btrfs_170", "btrfs_172", "btrfs_174"], "matching_info": {"subvolume": [145], "list": [170, 172, 174], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2589"} -{"nl": "show space usage information", "cmd": "sudo btrfs filesystem df {{path/to/mount_point}}", "tldr_cmd_name": "btrfs", "cmd_name": "btrfs", "manual_exist": true, "oracle_man": ["btrfs_2", "btrfs_4", "btrfs_7", "btrfs_8", "btrfs_139", "btrfs_151", "btrfs_162", "btrfs_178", "btrfs_179", "btrfs_253", "btrfs_258", "btrfs_350"], "matching_info": {"filesystem": [4, 7, 8, 139, 151, 162, 178, 179, 253, 258, 350], "df": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2590"} -{"nl": "enable quota", "cmd": "sudo btrfs quota enable {{path/to/subvolume}}", "tldr_cmd_name": "btrfs", "cmd_name": "btrfs", "manual_exist": true, "oracle_man": ["btrfs_2", "btrfs_213"], "matching_info": {"quota": [], "enable": [213], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2591"} -{"nl": "show quota", "cmd": "sudo btrfs qgroup show {{path/to/subvolume}}", "tldr_cmd_name": "btrfs", "cmd_name": "btrfs", "manual_exist": true, "oracle_man": ["btrfs_2"], "matching_info": {"qgroup": [], "show": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "2592"} -{"nl": "calibrate power usage measurements", "cmd": "sudo powertop --calibrate", "tldr_cmd_name": "powertop", "cmd_name": "powertop", "manual_exist": true, "oracle_man": ["powertop_3", "powertop_5"], "matching_info": {"--calibrate": [5], "|main|": [3]}, "question_id": "2596"} -{"nl": "generate html power usage report in the current directory", "cmd": "sudo powertop --html={{power_report.html}}", "tldr_cmd_name": "powertop", "cmd_name": "powertop", "manual_exist": true, "oracle_man": ["powertop_3", "powertop_9"], "matching_info": {"--html": [9], "|main|": [3]}, "question_id": "2597"} -{"nl": "tune to optimal settings", "cmd": "sudo powertop --auto-tune", "tldr_cmd_name": "powertop", "cmd_name": "powertop", "manual_exist": true, "oracle_man": ["powertop_3", "powertop_4"], "matching_info": {"--auto-tune": [4], "|main|": [3]}, "question_id": "2598"} -{"nl": "display attributes of a process", "cmd": "chrt --pid {{PID}}", "tldr_cmd_name": "chrt", "cmd_name": "chrt", "manual_exist": true, "oracle_man": ["chrt_4", "chrt_21"], "matching_info": {"--pid": [21], "|main|": [4]}, "question_id": "2599"} -{"nl": "display attributes of all threads of a process", "cmd": "chrt --all-tasks --pid {{PID}}", "tldr_cmd_name": "chrt", "cmd_name": "chrt", "manual_exist": true, "oracle_man": ["chrt_4", "chrt_19", "chrt_21"], "matching_info": {"--all-tasks": [19], "--pid": [21], "|main|": [4]}, "question_id": "2600"} -{"nl": "display the min/max priority values that can be used with `chrt`", "cmd": "chrt --max", "tldr_cmd_name": "chrt", "cmd_name": "chrt", "manual_exist": true, "oracle_man": ["chrt_4", "chrt_20"], "matching_info": {"--max": [20], "|main|": [4]}, "question_id": "2601"} -{"nl": "set the scheduling policy for a process", "cmd": "chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}", "tldr_cmd_name": "chrt", "cmd_name": "chrt", "manual_exist": true, "oracle_man": ["chrt_4", "chrt_21"], "matching_info": {"--pid": [21], "|main|": [4]}, "question_id": "2602"} -{"nl": "check if zram is enabled", "cmd": "lsmod | grep -i zram", "tldr_cmd_name": "zramctl", "cmd_name": "zramctl", "manual_exist": true, "oracle_man": ["zramctl_3", "zramctl_6"], "matching_info": {"lsmod": [], "grep": [], "-i": [], "zram": [3], "|main|": [6, 7, 8]}, "question_id": "2616"} -{"nl": "enable zram with a dynamic number of devices (use `zramctl` to configure devices further)", "cmd": "sudo modprobe zram", "tldr_cmd_name": "zramctl", "cmd_name": "zramctl", "manual_exist": true, "oracle_man": ["zramctl_3", "zramctl_6"], "matching_info": {"modprobe": [], "zram": [3], "|main|": [6, 7, 8]}, "question_id": "2617"} -{"nl": "enable zram with exactly 2 devices", "cmd": "sudo modprobe zram num_devices={{2}}", "tldr_cmd_name": "zramctl", "cmd_name": "zramctl", "manual_exist": true, "oracle_man": ["zramctl_3", "zramctl_6"], "matching_info": {"modprobe": [], "zram": [3], "num_devices": [], "|main|": [6, 7, 8]}, "question_id": "2618"} -{"nl": "find and initialise the next free zram device to a 2 gb virtual drive using lz4 compression", "cmd": "sudo zramctl --find --size {{2GB}} --algorithm {{lz4}}", "tldr_cmd_name": "zramctl", "cmd_name": "zramctl", "manual_exist": true, "oracle_man": ["zramctl_6", "zramctl_8", "zramctl_9", "zramctl_10", "zramctl_16", "zramctl_23"], "matching_info": {"--find": [8, 10, 23], "--size": [10, 16, 23], "--algorithm": [9], "|main|": [6, 7, 8]}, "question_id": "2619"} -{"nl": "list currently initialised devices", "cmd": "zramctl", "tldr_cmd_name": "zramctl", "cmd_name": "zramctl", "manual_exist": true, "oracle_man": ["zramctl_6"], "matching_info": {"|main|": [6, 7, 8]}, "question_id": "2620"} -{"nl": "kill inprogress connections at a specified interface, host and port", "cmd": "tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}", "tldr_cmd_name": "tcpkill", "cmd_name": "tcpkill", "manual_exist": true, "oracle_man": ["tcpkill_2", "tcpkill_3", "tcpkill_4"], "matching_info": {"-i": [2, 4], "host": [], "and": [], "port": [], "|main|": [3]}, "question_id": "2621"} -{"nl": "rename files using a perl common regular expression (substitute 'foo' with 'bar' wherever found)", "cmd": "rename {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "prename", "cmd_name": "prename", "manual_exist": true, "oracle_man": ["prename_1", "prename_2", "prename_3", "prename_5", "prename_7"], "matching_info": {"rename": [1, 2, 3, 5, 7], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2622"} -{"nl": "dryrun display which renames would occur without performing them", "cmd": "rename -n {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "prename", "cmd_name": "prename", "manual_exist": true, "oracle_man": ["prename_1", "prename_2", "prename_3", "prename_5", "prename_7", "prename_9"], "matching_info": {"rename": [1, 2, 3, 5, 7], "-n": [2, 9], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2623"} -{"nl": "force renaming even if the operation would remove existing destination files", "cmd": "rename -f {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "prename", "cmd_name": "prename", "manual_exist": true, "oracle_man": ["prename_1", "prename_2", "prename_3", "prename_5", "prename_7", "prename_10"], "matching_info": {"rename": [1, 2, 3, 5, 7], "-f": [2, 10], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2624"} -{"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": "prename", "cmd_name": "prename", "manual_exist": true, "oracle_man": ["prename_1", "prename_2", "prename_3", "prename_5", "prename_7"], "matching_info": {"rename": [1, 2, 3, 5, 7], "y/A-Z/a-z/": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2625"} -{"nl": "replace whitespace with underscores", "cmd": "rename 's/\\s+/_/g' {{*}}", "tldr_cmd_name": "prename", "cmd_name": "prename", "manual_exist": true, "oracle_man": ["prename_1", "prename_2", "prename_3", "prename_5", "prename_7"], "matching_info": {"rename": [1, 2, 3, 5, 7], "s/\\s+/_/g": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "2626"} -{"nl": "display basic performance counter stats for a command", "cmd": "perf stat {{gcc hello.c}}", "tldr_cmd_name": "perf", "cmd_name": "perf", "manual_exist": true, "oracle_man": ["perf_16"], "matching_info": {"stat": [], "|main|": [16]}, "question_id": "2627"} -{"nl": "display systemwide realtime performance counter profile", "cmd": "sudo perf top", "tldr_cmd_name": "perf", "cmd_name": "perf", "manual_exist": true, "oracle_man": ["perf_16"], "matching_info": {"top": [], "|main|": [16]}, "question_id": "2628"} -{"nl": "run a command and record its profile into `perf.data`", "cmd": "sudo perf record {{command}}", "tldr_cmd_name": "perf", "cmd_name": "perf", "manual_exist": true, "oracle_man": ["perf_16"], "matching_info": {"record": [], "|main|": [16]}, "question_id": "2629"} -{"nl": "read `perf.data` (created by `perf record`) and display the profile", "cmd": "sudo perf report", "tldr_cmd_name": "perf", "cmd_name": "perf", "manual_exist": true, "oracle_man": ["perf_16"], "matching_info": {"report": [], "|main|": [16]}, "question_id": "2630"} -{"nl": "trace all program executions occurring on the system", "cmd": "sudo extrace", "tldr_cmd_name": "extrace", "cmd_name": "extrace", "manual_exist": true, "oracle_man": ["extrace_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2631"} -{"nl": "run a command and only trace descendants of this command", "cmd": "sudo extrace {{command}}", "tldr_cmd_name": "extrace", "cmd_name": "extrace", "manual_exist": true, "oracle_man": ["extrace_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2632"} -{"nl": "print the current working directory of each process", "cmd": "sudo extrace -d", "tldr_cmd_name": "extrace", "cmd_name": "extrace", "manual_exist": true, "oracle_man": ["extrace_2", "extrace_3", "extrace_5"], "matching_info": {"-d": [2, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2633"} -{"nl": "resolve the full path of each executable", "cmd": "sudo extrace -l", "tldr_cmd_name": "extrace", "cmd_name": "extrace", "manual_exist": true, "oracle_man": ["extrace_3", "extrace_8"], "matching_info": {"-l": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2634"} -{"nl": "display the user running each process", "cmd": "sudo extrace -u", "tldr_cmd_name": "extrace", "cmd_name": "extrace", "manual_exist": true, "oracle_man": ["extrace_3", "extrace_11"], "matching_info": {"-u": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "2635"} -{"nl": "synchronize all packages", "cmd": "emerge --sync", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1"], "matching_info": {"--sync": [], "|main|": [1]}, "question_id": "2636"} -{"nl": "update all packages, including dependencies", "cmd": "emerge -uDNav @world", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_3", "emerge_15", "emerge_65", "emerge_67", "emerge_73", "emerge_78"], "matching_info": {"-uDNav": [3, 15, 65, 67, 73, 78], "@world": [], "|main|": [1]}, "question_id": "2637"} -{"nl": "resume a failed updated, skipping the failing package", "cmd": "emerge --resume --skipfirst", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_53", "emerge_56"], "matching_info": {"--resume": [53, 56], "--skipfirst": [56], "|main|": [1]}, "question_id": "2638"} -{"nl": "install a new package, with confirmation", "cmd": "emerge -av {{package_name}}", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_3", "emerge_15", "emerge_65", "emerge_67", "emerge_73", "emerge_78"], "matching_info": {"-av": [3, 15, 65, 67, 73, 78], "|main|": [1]}, "question_id": "2639"} -{"nl": "remove a package, with confirmation", "cmd": "emerge -Cav {{package_name}}", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_3", "emerge_15", "emerge_65", "emerge_67", "emerge_73", "emerge_78"], "matching_info": {"-Cav": [3, 15, 65, 67, 73, 78], "|main|": [1]}, "question_id": "2640"} -{"nl": "remove orphaned packages (that were installed only as dependencies)", "cmd": "emerge -avc", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_29", "emerge_31"], "matching_info": {"-avc": [29, 31], "|main|": [1]}, "question_id": "2641"} -{"nl": "search the package database for a keyword", "cmd": "emerge -S {{keyword}}", "tldr_cmd_name": "emerge", "cmd_name": "emerge", "manual_exist": true, "oracle_man": ["emerge_1", "emerge_21", "emerge_54"], "matching_info": {"-S": [21, 54], "|main|": [1]}, "question_id": "2642"} -{"nl": "list all the available wacom devices. the device name is in the first column", "cmd": "xsetwacom list", "tldr_cmd_name": "xsetwacom", "cmd_name": "xsetwacom", "manual_exist": true, "oracle_man": ["xsetwacom_3", "xsetwacom_9", "xsetwacom_10", "xsetwacom_11"], "matching_info": {"list": [9, 10, 11], "|main|": [3]}, "question_id": "2645"} -{"nl": "set wacom area to specific screen. get name of the screen with `xrandr`", "cmd": "xsetwacom set \"{{device_name}}\" MapToOutput {{screen}}", "tldr_cmd_name": "xsetwacom", "cmd_name": "xsetwacom", "manual_exist": true, "oracle_man": ["xsetwacom_3", "xsetwacom_16", "xsetwacom_33"], "matching_info": {"set": [16], "MapToOutput": [33], "|main|": [3]}, "question_id": "2646"} -{"nl": "set mode to relative (like a mouse) or absolute (like a pen) mode", "cmd": "xsetwacom set \"{{device_name}}\" Mode \"{{Relative|Absolute}}\"", "tldr_cmd_name": "xsetwacom", "cmd_name": "xsetwacom", "manual_exist": true, "oracle_man": ["xsetwacom_3", "xsetwacom_16", "xsetwacom_35"], "matching_info": {"set": [16], "Mode": [35], "|main|": [3]}, "question_id": "2647"} -{"nl": "rotate the input (useful for tabletpc when rotating screen) by 0|90|180|270 degrees from \"natural\" rotation", "cmd": "xsetwacom set \"{{device_name}}\" Rotate {{none|half|cw|ccw}}", "tldr_cmd_name": "xsetwacom", "cmd_name": "xsetwacom", "manual_exist": true, "oracle_man": ["xsetwacom_3", "xsetwacom_16", "xsetwacom_38"], "matching_info": {"set": [16], "Rotate": [38], "|main|": [3]}, "question_id": "2648"} -{"nl": "set button to only work when the tip of the pen is touching the tablet", "cmd": "xsetwacom set \"{{device_name}}\" TabletPCButton \"on\"", "tldr_cmd_name": "xsetwacom", "cmd_name": "xsetwacom", "manual_exist": true, "oracle_man": ["xsetwacom_3", "xsetwacom_16", "xsetwacom_42", "xsetwacom_44", "xsetwacom_45", "xsetwacom_49"], "matching_info": {"set": [16], "TabletPCButton": [42], "on": [42, 44, 45, 49], "|main|": [3]}, "question_id": "2649"} -{"nl": "list all networkmanager connections (shows name, uuid, type and device)", "cmd": "nmcli connection", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_81", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_149", "nmcli_156", "nmcli_160", "nmcli_165", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "|main|": [3, 4, 5, 6]}, "question_id": "2652"} -{"nl": "activate a connection by specifying a uuid", "cmd": "nmcli connection up uuid {{uuid}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_69", "nmcli_71", "nmcli_79", "nmcli_81", "nmcli_92", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_148", "nmcli_149", "nmcli_156", "nmcli_157", "nmcli_159", "nmcli_160", "nmcli_165", "nmcli_166", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_249", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "up": [79, 249], "uuid": [69, 71, 79, 92, 148, 157, 159, 166], "|main|": [3, 4, 5, 6]}, "question_id": "2653"} -{"nl": "deactivate a connection", "cmd": "nmcli connection down uuid {{uuid}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_69", "nmcli_71", "nmcli_79", "nmcli_81", "nmcli_92", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_148", "nmcli_149", "nmcli_156", "nmcli_157", "nmcli_159", "nmcli_160", "nmcli_165", "nmcli_166", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "down": [92], "uuid": [69, 71, 79, 92, 148, 157, 159, 166], "|main|": [3, 4, 5, 6]}, "question_id": "2654"} -{"nl": "create an autoconfigured dual stack connection", "cmd": "nmcli connection add ifname {{interface_name}} type {{ethernet}} ipv4.method {{auto}} ipv6.method {{auto}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_81", "nmcli_83", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_104", "nmcli_149", "nmcli_152", "nmcli_156", "nmcli_160", "nmcli_163", "nmcli_165", "nmcli_172", "nmcli_173", "nmcli_174", "nmcli_177", "nmcli_178", "nmcli_181", "nmcli_183", "nmcli_185", "nmcli_193", "nmcli_194", "nmcli_199", "nmcli_201", "nmcli_208", "nmcli_210", "nmcli_211", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "add": [104, 259], "ifname": [83, 172, 173, 174, 177, 178, 181, 183, 185, 194, 199, 201, 208, 210, 211], "type": [152, 163, 193], "ipv4.method": [], "ipv6.method": [], "|main|": [3, 4, 5, 6]}, "question_id": "2655"} -{"nl": "create a static ipv6only connection", "cmd": "nmcli connection add ifname {{interface_name}} type {{ethernet}} ip6 {{2001:db8::2/64}} gw6 {{2001:db8::1}} ipv6.dns {{2001:db8::1}} ipv4.method {{ignore}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_81", "nmcli_83", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_104", "nmcli_149", "nmcli_152", "nmcli_156", "nmcli_160", "nmcli_163", "nmcli_165", "nmcli_172", "nmcli_173", "nmcli_174", "nmcli_177", "nmcli_178", "nmcli_181", "nmcli_183", "nmcli_185", "nmcli_193", "nmcli_194", "nmcli_199", "nmcli_201", "nmcli_208", "nmcli_210", "nmcli_211", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "add": [104, 259], "ifname": [83, 172, 173, 174, 177, 178, 181, 183, 185, 194, 199, 201, 208, 210, 211], "type": [152, 163, 193], "ip6": [], "gw6": [], "ipv6.dns": [], "ipv4.method": [], "|main|": [3, 4, 5, 6]}, "question_id": "2656"} -{"nl": "create a static ipv4only connection", "cmd": "nmcli connection add ifname {{interface_name}} type {{ethernet}} ip4 {{10.0.0.7/8}} gw4 {{10.0.0.1}} ipv4.dns {{10.0.0.1}} ipv6.method {{ignore}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_81", "nmcli_83", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_104", "nmcli_149", "nmcli_152", "nmcli_156", "nmcli_160", "nmcli_163", "nmcli_165", "nmcli_172", "nmcli_173", "nmcli_174", "nmcli_177", "nmcli_178", "nmcli_181", "nmcli_183", "nmcli_185", "nmcli_193", "nmcli_194", "nmcli_199", "nmcli_201", "nmcli_208", "nmcli_210", "nmcli_211", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "add": [104, 259], "ifname": [83, 172, 173, 174, 177, 178, 181, 183, 185, 194, 199, 201, 208, 210, 211], "type": [152, 163, 193], "ip4": [], "gw4": [], "ipv4.dns": [], "ipv6.method": [], "|main|": [3, 4, 5, 6]}, "question_id": "2657"} -{"nl": "create a vpn connection using openvpn from a ovpn file", "cmd": "nmcli connection import type {{openvpn}} file {{path/to/vpn_config.ovpn}}", "tldr_cmd_name": "nmcli-connection", "cmd_name": "nmcli", "manual_exist": true, "oracle_man": ["nmcli_3", "nmcli_25", "nmcli_63", "nmcli_81", "nmcli_95", "nmcli_96", "nmcli_102", "nmcli_149", "nmcli_152", "nmcli_156", "nmcli_160", "nmcli_163", "nmcli_165", "nmcli_193", "nmcli_240", "nmcli_242", "nmcli_244", "nmcli_245", "nmcli_259", "nmcli_262", "nmcli_263", "nmcli_269"], "matching_info": {"connection": [25, 63, 81, 95, 96, 102, 149, 156, 160, 165, 240, 242, 244, 245, 259, 262, 263], "import": [163, 269], "type": [152, 163, 193], "file": [], "|main|": [3, 4, 5, 6]}, "question_id": "2658"} -{"nl": "display a list of missing language packages based on installed software and enabled locales", "cmd": "check-language-support", "tldr_cmd_name": "check-language-support", "cmd_name": "check-language-support", "manual_exist": true, "oracle_man": ["check-language-support_1"], "matching_info": {"|main|": [1]}, "question_id": "2659"} -{"nl": "list packages for a specific locale", "cmd": "check-language-support --language {{en}}", "tldr_cmd_name": "check-language-support", "cmd_name": "check-language-support", "manual_exist": true, "oracle_man": ["check-language-support_1", "check-language-support_4"], "matching_info": {"--language": [4], "|main|": [1]}, "question_id": "2660"} -{"nl": "display installed packages as well as missing ones", "cmd": "check-language-support --show-installed", "tldr_cmd_name": "check-language-support", "cmd_name": "check-language-support", "manual_exist": true, "oracle_man": ["check-language-support_1", "check-language-support_7"], "matching_info": {"--show-installed": [7], "|main|": [1]}, "question_id": "2661"} -{"nl": "power off the system", "cmd": "poweroff", "tldr_cmd_name": "poweroff", "cmd_name": "poweroff", "manual_exist": true, "oracle_man": ["poweroff_5"], "matching_info": {"|main|": [5]}, "question_id": "2662"} -{"nl": "halt the system (same as `halt`)", "cmd": "poweroff --halt", "tldr_cmd_name": "poweroff", "cmd_name": "poweroff", "manual_exist": true, "oracle_man": ["poweroff_5", "poweroff_8"], "matching_info": {"--halt": [8], "|main|": [5]}, "question_id": "2663"} -{"nl": "reboot the system (same as `reboot`)", "cmd": "poweroff --reboot", "tldr_cmd_name": "poweroff", "cmd_name": "poweroff", "manual_exist": true, "oracle_man": ["poweroff_5", "poweroff_10"], "matching_info": {"--reboot": [10], "|main|": [5]}, "question_id": "2664"} -{"nl": "shut down immediately without contacting the system manager", "cmd": "poweroff --force --force", "tldr_cmd_name": "poweroff", "cmd_name": "poweroff", "manual_exist": true, "oracle_man": ["poweroff_5", "poweroff_11"], "matching_info": {"--force": [11], "|main|": [5]}, "question_id": "2665"} -{"nl": "write the wtmp shutdown entry without shutting down the system", "cmd": "poweroff --wtmp-only", "tldr_cmd_name": "poweroff", "cmd_name": "poweroff", "manual_exist": true, "oracle_man": ["poweroff_5", "poweroff_12"], "matching_info": {"--wtmp-only": [12], "|main|": [5]}, "question_id": "2666"} -{"nl": "open a new window of the default browser", "cmd": "sensible-browser", "tldr_cmd_name": "sensible-browser", "cmd_name": "sensible-browser", "manual_exist": true, "oracle_man": ["sensible-browser_3"], "matching_info": {"|main|": [3]}, "question_id": "2667"} -{"nl": "open a url in the default browser", "cmd": "sensible-browser {{url}}", "tldr_cmd_name": "sensible-browser", "cmd_name": "sensible-browser", "manual_exist": true, "oracle_man": ["sensible-browser_3"], "matching_info": {"|main|": [3]}, "question_id": "2668"} -{"nl": "display signatures for specified device", "cmd": "sudo wipefs {{/dev/sdX}}", "tldr_cmd_name": "wipefs", "cmd_name": "wipefs", "manual_exist": true, "oracle_man": ["wipefs_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "2669"} -{"nl": "wipe all available signatures for specified device", "cmd": "sudo wipefs --all {{/dev/sdX}}", "tldr_cmd_name": "wipefs", "cmd_name": "wipefs", "manual_exist": true, "oracle_man": ["wipefs_5", "wipefs_11", "wipefs_27"], "matching_info": {"--all": [11, 27], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "2670"} -{"nl": "perform dry run", "cmd": "sudo wipefs --all --no-act {{/dev/sdX}}", "tldr_cmd_name": "wipefs", "cmd_name": "wipefs", "manual_exist": true, "oracle_man": ["wipefs_5", "wipefs_11", "wipefs_19", "wipefs_27"], "matching_info": {"--all": [11, 27], "--no-act": [19], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "2671"} -{"nl": "force wipe, even if the filesystem is mounted", "cmd": "sudo wipefs --all --force {{/dev/sdX}}", "tldr_cmd_name": "wipefs", "cmd_name": "wipefs", "manual_exist": true, "oracle_man": ["wipefs_5", "wipefs_10", "wipefs_11", "wipefs_13", "wipefs_27"], "matching_info": {"--all": [11, 27], "--force": [10, 13], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "2672"} -{"nl": "open a menu of available flashcard decks for selection", "cmd": "flash", "tldr_cmd_name": "flash", "cmd_name": "flash", "manual_exist": true, "oracle_man": ["flash_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "2673"} -{"nl": "display the program version", "cmd": "flash -v", "tldr_cmd_name": "flash", "cmd_name": "flash", "manual_exist": true, "oracle_man": ["flash_5", "flash_57"], "matching_info": {"-v": [57], "|main|": [5, 6, 7, 8]}, "question_id": "2674"} -{"nl": "display information about the flashcard system", "cmd": "flash -i", "tldr_cmd_name": "flash", "cmd_name": "flash", "manual_exist": true, "oracle_man": ["flash_3", "flash_4", "flash_5", "flash_10", "flash_23", "flash_42", "flash_43", "flash_44", "flash_45"], "matching_info": {"-i": [3, 4, 10, 23, 42, 43, 44, 45], "|main|": [5, 6, 7, 8]}, "question_id": "2675"} -{"nl": "display a list of available commands", "cmd": "flash -h", "tldr_cmd_name": "flash", "cmd_name": "flash", "manual_exist": true, "oracle_man": ["flash_5", "flash_56"], "matching_info": {"-h": [56], "|main|": [5, 6, 7, 8]}, "question_id": "2676"} -{"nl": "change the previewer from default `bat` to `cat`", "cmd": "flash -p {{cat}}", "tldr_cmd_name": "flash", "cmd_name": "flash", "manual_exist": true, "oracle_man": ["flash_5", "flash_10", "flash_21", "flash_36", "flash_47", "flash_50", "flash_51", "flash_52", "flash_53"], "matching_info": {"-p": [10, 21, 36, 47, 50, 51, 52, 53], "|main|": [5, 6, 7, 8]}, "question_id": "2677"} -{"nl": "connect to an ftp server", "cmd": "lftp {{ftp.example.com}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2686"} -{"nl": "download multiple files (glob expression)", "cmd": "mget {{path/to/*.png}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_103"], "matching_info": {"mget": [103], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2687"} -{"nl": "upload multiple files (glob expression)", "cmd": "mput {{path/to/*.zip}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_132"], "matching_info": {"mput": [132], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2688"} -{"nl": "delete multiple files on the remote server", "cmd": "mrm {{path/to/*.txt}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_135"], "matching_info": {"mrm": [135], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2689"} -{"nl": "rename a file on the remote server", "cmd": "mv {{original_filename}} {{new_filename}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_140"], "matching_info": {"mv": [140], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2690"} -{"nl": "download or update an entire directory", "cmd": "mirror {{path/to/remote_dir}} {{path/to/local_output_dir}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_106", "lftp_123", "lftp_395", "lftp_396", "lftp_397", "lftp_398", "lftp_399", "lftp_400", "lftp_401", "lftp_402", "lftp_403", "lftp_404", "lftp_405", "lftp_406", "lftp_407"], "matching_info": {"mirror": [106, 123, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2691"} -{"nl": "upload or update an entire directory", "cmd": "mirror -R {{path/to/local_dir}} {{path/to/remote_output_dir}}", "tldr_cmd_name": "lftp", "cmd_name": "lftp", "manual_exist": true, "oracle_man": ["lftp_4", "lftp_9", "lftp_39", "lftp_67", "lftp_106", "lftp_108", "lftp_112", "lftp_113", "lftp_116", "lftp_123", "lftp_395", "lftp_396", "lftp_397", "lftp_398", "lftp_399", "lftp_400", "lftp_401", "lftp_402", "lftp_403", "lftp_404", "lftp_405", "lftp_406", "lftp_407"], "matching_info": {"mirror": [106, 123, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407], "-R": [9, 39, 67, 108, 112, 113, 116], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488]}, "question_id": "2692"} -{"nl": "synchronize and update all packages", "cmd": "pacman --sync --refresh --sysupgrade", "tldr_cmd_name": "pacman", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66", "pacman_75", "pacman_78", "pacman_83"], "matching_info": {"--sync": [9, 66], "--refresh": [78, 83], "--sysupgrade": [75, 78], "|main|": [3, 4, 5]}, "question_id": "2699"} -{"nl": "install a new package", "cmd": "sudo pacman --sync {{package_name}}", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66"], "matching_info": {"--sync": [9, 66], "|main|": [3, 4, 5]}, "question_id": "9"} -{"nl": "remove a package and its dependencies", "cmd": "sudo pacman --remove --recursive {{package_name}}", "tldr_cmd_name": "pacman-remove", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_8", "pacman_44", "pacman_66"], "matching_info": {"--remove": [8], "--recursive": [44, 66], "|main|": [3, 4, 5]}, "question_id": "38"} -{"nl": "search the package database for a regular expression or keyword", "cmd": "pacman --sync --search \"{{search_pattern}}\"", "tldr_cmd_name": "pacman-sync", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_61", "pacman_66", "pacman_74"], "matching_info": {"--sync": [9, 66], "--search": [61, 74], "|main|": [3, 4, 5]}, "question_id": "12"} -{"nl": "list installed packages and versions", "cmd": "pacman --query", "tldr_cmd_name": "pacman-query", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7"], "matching_info": {"--query": [7], "|main|": [3, 4, 5]}, "question_id": "868"} -{"nl": "list only the explicitly installed packages and versions", "cmd": "pacman --query --explicit", "tldr_cmd_name": "pacman", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_51"], "matching_info": {"--query": [7], "--explicit": [51], "|main|": [3, 4, 5]}, "question_id": "2704"} -{"nl": "list orphan packages (installed as dependencies but not actually required by any package)", "cmd": "pacman --query --unrequired --deps --quiet", "tldr_cmd_name": "pacman", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_7", "pacman_50", "pacman_60", "pacman_62", "pacman_73", "pacman_82", "pacman_86"], "matching_info": {"--query": [7], "--unrequired": [62], "--deps": [50], "--quiet": [60, 73, 82, 86], "|main|": [3, 4, 5]}, "question_id": "2705"} -{"nl": "empty the entire pacman cache", "cmd": "pacman --sync --clean --clean", "tldr_cmd_name": "pacman", "cmd_name": "pacman", "manual_exist": true, "oracle_man": ["pacman_3", "pacman_9", "pacman_66", "pacman_68"], "matching_info": {"--sync": [9, 66], "--clean": [68], "|main|": [3, 4, 5]}, "question_id": "2706"} -{"nl": "get the hostname of the computer", "cmd": "hostnamectl", "tldr_cmd_name": "hostnamectl", "cmd_name": "hostnamectl", "manual_exist": true, "oracle_man": ["hostnamectl_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2707"} -{"nl": "set the hostname of the computer", "cmd": "sudo hostnamectl set-hostname \"{{hostname}}\"", "tldr_cmd_name": "hostnamectl", "cmd_name": "hostnamectl", "manual_exist": true, "oracle_man": ["hostnamectl_3"], "matching_info": {"set-hostname": [], "|main|": [3, 4, 5, 6]}, "question_id": "2708"} -{"nl": "set a pretty hostname for the computer", "cmd": "sudo hostnamectl set-hostname --static \"{{hostname.example.com}}\" && sudo hostnamectl set-hostname --pretty \"{{hostname}}\"", "tldr_cmd_name": "hostnamectl", "cmd_name": "hostnamectl", "manual_exist": true, "oracle_man": ["hostnamectl_3", "hostnamectl_9", "hostnamectl_17"], "matching_info": {"set-hostname": [], "--static": [9, 17], "&&": [], "--pretty": [9, 17], "|main|": [3, 4, 5, 6]}, "question_id": "2709"} -{"nl": "reset hostname to its default value", "cmd": "sudo hostnamectl set-hostname --pretty \"\"", "tldr_cmd_name": "hostnamectl", "cmd_name": "hostnamectl", "manual_exist": true, "oracle_man": ["hostnamectl_3", "hostnamectl_9", "hostnamectl_17"], "matching_info": {"set-hostname": [], "--pretty": [9, 17], "|main|": [3, 4, 5, 6]}, "question_id": "2710"} -{"nl": "update the list of available packages and slackbuilds", "cmd": "spi --update", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"--update": [], "|main|": [1]}, "question_id": "2716"} -{"nl": "install a package or slackbuild", "cmd": "spi --install {{package/slackbuild_name}}", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"--install": [], "|main|": [1]}, "question_id": "2717"} -{"nl": "upgrade all installed packages to the latest versions available", "cmd": "spi --upgrade", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"--upgrade": [], "|main|": [1]}, "question_id": "2718"} -{"nl": "locate packages or slackbuilds by package name or description", "cmd": "spi {{search_terms}}", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"|main|": [1]}, "question_id": "2719"} -{"nl": "display information about a package or slackbuild", "cmd": "spi --show {{package/slackbuild_name}}", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"--show": [], "|main|": [1]}, "question_id": "2720"} -{"nl": "purge the local package and slackbuild caches", "cmd": "spi --clean", "tldr_cmd_name": "spi", "cmd_name": "spi", "manual_exist": true, "oracle_man": ["spi_1"], "matching_info": {"--clean": [], "|main|": [1]}, "question_id": "2721"} -{"nl": "set up a vpn tunnel", "cmd": "wg-quick up {{interface_name}}", "tldr_cmd_name": "wg-quick", "cmd_name": "wg-quick", "manual_exist": true, "oracle_man": ["wg-quick_2", "wg-quick_3", "wg-quick_4", "wg-quick_37", "wg-quick_39"], "matching_info": {"up": [2, 4, 37, 39], "|main|": [3, 4, 5, 6]}, "question_id": "2722"} -{"nl": "delete a vpn tunnel", "cmd": "wg-quick down {{interface_name}}", "tldr_cmd_name": "wg-quick", "cmd_name": "wg-quick", "manual_exist": true, "oracle_man": ["wg-quick_2", "wg-quick_3"], "matching_info": {"down": [2], "|main|": [3, 4, 5, 6]}, "question_id": "2723"} -{"nl": "overwrite free space and inodes of a disk with 38 writes (slow but secure)", "cmd": "sfill {{/path/to/mounted_disk_directory}}", "tldr_cmd_name": "sfill", "cmd_name": "sfill", "manual_exist": true, "oracle_man": ["sfill_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2724"} -{"nl": "overwrite free space and inodes of a disk with 6 writes (fast but less secure) and show status", "cmd": "sfill -l -v {{/path/to/mounted_disk_directory}}", "tldr_cmd_name": "sfill", "cmd_name": "sfill", "manual_exist": true, "oracle_man": ["sfill_2", "sfill_3", "sfill_13", "sfill_14", "sfill_15"], "matching_info": {"-l": [2, 13, 14], "-v": [2, 15], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2725"} -{"nl": "overwrite free space and inodes of a disk with 1 write (very fast but insecure) and show status", "cmd": "sfill -ll -v {{/path/to/mounted_disk_directory}}", "tldr_cmd_name": "sfill", "cmd_name": "sfill", "manual_exist": true, "oracle_man": ["sfill_2", "sfill_3", "sfill_13", "sfill_14", "sfill_15"], "matching_info": {"-ll": [2, 13, 14], "-v": [2, 15], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2726"} -{"nl": "overwrite only free space of a disk", "cmd": "sfill -I {{/path/to/mounted_disk_directory}}", "tldr_cmd_name": "sfill", "cmd_name": "sfill", "manual_exist": true, "oracle_man": ["sfill_2", "sfill_3", "sfill_12"], "matching_info": {"-I": [2, 12], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2727"} -{"nl": "overwrite only free inodes of a disk", "cmd": "sfill -i {{/path/to/mounted_disk_directory}}", "tldr_cmd_name": "sfill", "cmd_name": "sfill", "manual_exist": true, "oracle_man": ["sfill_2", "sfill_3", "sfill_11"], "matching_info": {"-i": [2, 11], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2728"} -{"nl": "show filesystem usage (optionally run as root to show detailed information)", "cmd": "btrfs filesystem usage {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_79", "btrfs-filesystem_81", "btrfs-filesystem_115", "btrfs-filesystem_117", "btrfs-filesystem_119", "btrfs-filesystem_121", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "usage": [79, 81], "|main|": [3]}, "question_id": "2729"} -{"nl": "show usage by individual devices", "cmd": "sudo btrfs filesystem show {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_22", "btrfs-filesystem_23", "btrfs-filesystem_24", "btrfs-filesystem_25", "btrfs-filesystem_50", "btrfs-filesystem_51", "btrfs-filesystem_52", "btrfs-filesystem_53", "btrfs-filesystem_65", "btrfs-filesystem_74", "btrfs-filesystem_75", "btrfs-filesystem_76", "btrfs-filesystem_77", "btrfs-filesystem_81", "btrfs-filesystem_109", "btrfs-filesystem_110", "btrfs-filesystem_111", "btrfs-filesystem_112", "btrfs-filesystem_113", "btrfs-filesystem_115", "btrfs-filesystem_117", "btrfs-filesystem_119", "btrfs-filesystem_121", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "show": [22, 23, 24, 25, 50, 51, 52, 53, 65, 74, 75, 76, 77, 109, 110, 111, 112, 113], "|main|": [3]}, "question_id": "2730"} -{"nl": "defragment a single file on a btrfs filesystem (avoid while a deduplication agent is running)", "cmd": "sudo btrfs filesystem defragment -v {{path/to/file}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_27", "btrfs-filesystem_33", "btrfs-filesystem_40", "btrfs-filesystem_81", "btrfs-filesystem_115", "btrfs-filesystem_116", "btrfs-filesystem_117", "btrfs-filesystem_118", "btrfs-filesystem_119", "btrfs-filesystem_120", "btrfs-filesystem_121", "btrfs-filesystem_122", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "defragment": [27, 33, 116, 118, 120, 122], "-v": [40, 115, 117, 119, 121], "|main|": [3]}, "question_id": "2731"} -{"nl": "defragment a directory recursively (does not cross subvolume boundaries)", "cmd": "sudo btrfs filesystem defragment -v -r {{path/to/directory}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_17", "btrfs-filesystem_18", "btrfs-filesystem_27", "btrfs-filesystem_28", "btrfs-filesystem_29", "btrfs-filesystem_30", "btrfs-filesystem_33", "btrfs-filesystem_40", "btrfs-filesystem_46", "btrfs-filesystem_47", "btrfs-filesystem_70", "btrfs-filesystem_71", "btrfs-filesystem_81", "btrfs-filesystem_104", "btrfs-filesystem_105", "btrfs-filesystem_115", "btrfs-filesystem_116", "btrfs-filesystem_117", "btrfs-filesystem_118", "btrfs-filesystem_119", "btrfs-filesystem_120", "btrfs-filesystem_121", "btrfs-filesystem_122", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "defragment": [27, 33, 116, 118, 120, 122], "-v": [40, 115, 117, 119, 121], "-r": [17, 18, 28, 29, 30, 33, 46, 47, 70, 71, 104, 105, 115, 117, 119, 121], "|main|": [3]}, "question_id": "2732"} -{"nl": "force syncing unwritten data blocks to disk(s)", "cmd": "sudo btrfs filesystem sync {{path/to/btrfs_mount}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_78", "btrfs-filesystem_81", "btrfs-filesystem_115", "btrfs-filesystem_117", "btrfs-filesystem_119", "btrfs-filesystem_121", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "sync": [78], "|main|": [3]}, "question_id": "2733"} -{"nl": "summarize disk usage for the files in a directory recursively", "cmd": "sudo btrfs filesystem du --summarize {{path/to/directory}}", "tldr_cmd_name": "btrfs-filesystem", "cmd_name": "btrfs-filesystem", "manual_exist": true, "oracle_man": ["btrfs-filesystem_2", "btrfs-filesystem_3", "btrfs-filesystem_7", "btrfs-filesystem_9", "btrfs-filesystem_41", "btrfs-filesystem_45", "btrfs-filesystem_81", "btrfs-filesystem_115", "btrfs-filesystem_117", "btrfs-filesystem_119", "btrfs-filesystem_121", "btrfs-filesystem_123", "btrfs-filesystem_124", "btrfs-filesystem_126", "btrfs-filesystem_127", "btrfs-filesystem_130"], "matching_info": {"btrfs": [2, 3, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "filesystem": [2, 3, 7, 9, 81, 115, 117, 119, 121, 123, 124, 126, 127, 130], "du": [41], "--summarize": [45], "|main|": [3]}, "question_id": "2734"} -{"nl": "start the logical volume manager interactive shell", "cmd": "sudo lvm", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2"], "matching_info": {"|main|": [2, 3, 4]}, "question_id": "2742"} -{"nl": "list the logical volume manager commands", "cmd": "sudo lvm help", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2"], "matching_info": {"help": [], "|main|": [2, 3, 4]}, "question_id": "2743"} -{"nl": "initialize a drive or partition to be used as a physical volume", "cmd": "sudo lvm pvcreate {{/dev/sdXY}}", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2", "lvm_12"], "matching_info": {"pvcreate": [12], "|main|": [2, 3, 4]}, "question_id": "2744"} -{"nl": "display information about physical volumes", "cmd": "sudo lvm pvdisplay", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2"], "matching_info": {"pvdisplay": [], "|main|": [2, 3, 4]}, "question_id": "2745"} -{"nl": "create a volume group called vg1 from the physical volume on `/dev/sdxy`", "cmd": "sudo lvm vgcreate {{vg1}} {{/dev/sdXY}}", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2", "lvm_13"], "matching_info": {"vgcreate": [13], "|main|": [2, 3, 4]}, "question_id": "2746"} -{"nl": "display information about volume groups", "cmd": "sudo lvm vgdisplay", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2"], "matching_info": {"vgdisplay": [], "|main|": [2, 3, 4]}, "question_id": "2747"} -{"nl": "create a logical volume with size 10g from volume group vg1", "cmd": "sudo lvm lvcreate -L {{10G}} {{vg1}}", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2", "lvm_16", "lvm_17"], "matching_info": {"lvcreate": [16, 17], "-L": [16, 17], "|main|": [2, 3, 4]}, "question_id": "2748"} -{"nl": "display information about logical volumes", "cmd": "sudo lvm lvdisplay", "tldr_cmd_name": "lvm", "cmd_name": "lvm", "manual_exist": true, "oracle_man": ["lvm_2"], "matching_info": {"lvdisplay": [], "|main|": [2, 3, 4]}, "question_id": "2749"} -{"nl": "start nethogs as root (default device is eth0)", "cmd": "sudo nethogs", "tldr_cmd_name": "nethogs", "cmd_name": "nethogs", "manual_exist": true, "oracle_man": ["nethogs_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2750"} -{"nl": "monitor bandwidth on specific device", "cmd": "sudo nethogs {{device}}", "tldr_cmd_name": "nethogs", "cmd_name": "nethogs", "manual_exist": true, "oracle_man": ["nethogs_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2751"} -{"nl": "monitor bandwidth on multiple devices", "cmd": "sudo nethogs {{device1}} {{device2}}", "tldr_cmd_name": "nethogs", "cmd_name": "nethogs", "manual_exist": true, "oracle_man": ["nethogs_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2752"} -{"nl": "specify refresh rate", "cmd": "sudo nethogs -t {{seconds}}", "tldr_cmd_name": "nethogs", "cmd_name": "nethogs", "manual_exist": true, "oracle_man": ["nethogs_2", "nethogs_3", "nethogs_10"], "matching_info": {"-t": [2, 10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "2753"} -{"nl": "install a new package", "cmd": "guix package -i {{package_name}}", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_4", "guix-package_5", "guix-package_6", "guix-package_22", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "-i": [4, 5, 6, 22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2765"} -{"nl": "remove a package", "cmd": "guix package -r {{package_name}}", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_7", "guix-package_11", "guix-package_28", "guix-package_36", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "-r": [7, 11, 28, 36], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2766"} -{"nl": "search the package database for a regular expression", "cmd": "guix package -s \"{{search_pattern}}\"", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_12", "guix-package_15", "guix-package_21", "guix-package_24", "guix-package_30", "guix-package_31", "guix-package_34", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "-s": [12, 15, 21, 24, 30, 31, 34], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2767"} -{"nl": "list installed packages", "cmd": "guix package -I", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_22", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "-I": [22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2768"} -{"nl": "list generations", "cmd": "guix package -l", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_13", "guix-package_17", "guix-package_22", "guix-package_23", "guix-package_25", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "-l": [13, 17, 22, 23, 25], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2769"} -{"nl": "roll back to the previous generation", "cmd": "guix package --roll-back", "tldr_cmd_name": "guix-package", "cmd_name": "guix-package", "manual_exist": true, "oracle_man": ["guix-package_1", "guix-package_2", "guix-package_3", "guix-package_11", "guix-package_40"], "matching_info": {"guix": [1, 2], "package": [1, 2, 40], "--roll-back": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "2770"} -{"nl": "start a snake game", "cmd": "snake4", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2777"} -{"nl": "choose level", "cmd": "{{1|2|3|4|5}}", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2778"} -{"nl": "navigate the snake", "cmd": "{{Up|Down|Left|Right}} arrow key", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_4"], "matching_info": {"arrow": [], "key": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2779"} -{"nl": "pause game", "cmd": "Spacebar", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_4"], "matching_info": {"Spacebar": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2780"} -{"nl": "quit game", "cmd": "q", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_4"], "matching_info": {"q": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2781"} -{"nl": "show the high scores", "cmd": "snake4 --highscores", "tldr_cmd_name": "snake4", "cmd_name": "snake4", "manual_exist": true, "oracle_man": ["snake4_2", "snake4_4", "snake4_13"], "matching_info": {"--highscores": [2, 13], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "2782"} -{"nl": "discover lxi devices on available networks", "cmd": "lxi discover", "tldr_cmd_name": "lxi", "cmd_name": "lxi", "manual_exist": true, "oracle_man": ["lxi_3", "lxi_6", "lxi_33", "lxi_35"], "matching_info": {"discover": [6, 33, 35], "|main|": [3]}, "question_id": "2806"} -{"nl": "capture a screenshot, detecting a plugin automatically", "cmd": "lxi screenshot --address {{ip_address}}", "tldr_cmd_name": "lxi", "cmd_name": "lxi", "manual_exist": true, "oracle_man": ["lxi_3", "lxi_8", "lxi_13", "lxi_20", "lxi_25", "lxi_26", "lxi_37", "lxi_39", "lxi_40", "lxi_41", "lxi_43"], "matching_info": {"screenshot": [8, 25, 40, 41, 43], "--address": [13, 20, 26, 37, 39, 41, 43], "|main|": [3]}, "question_id": "2807"} -{"nl": "capture a screenshot using a specified plugin", "cmd": "lxi screenshot --address {{ip_address}} --plugin {{rigol-1000z}}", "tldr_cmd_name": "lxi", "cmd_name": "lxi", "manual_exist": true, "oracle_man": ["lxi_3", "lxi_8", "lxi_13", "lxi_20", "lxi_22", "lxi_25", "lxi_26", "lxi_37", "lxi_39", "lxi_40", "lxi_41", "lxi_43"], "matching_info": {"screenshot": [8, 25, 40, 41, 43], "--address": [13, 20, 26, 37, 39, 41, 43], "--plugin": [22, 41], "|main|": [3]}, "question_id": "2808"} -{"nl": "send an scpi command to an instrument", "cmd": "lxi scpi --address {{ip_address}} \"{{*IDN?}}\"", "tldr_cmd_name": "lxi", "cmd_name": "lxi", "manual_exist": true, "oracle_man": ["lxi_3", "lxi_7", "lxi_13", "lxi_20", "lxi_26", "lxi_37", "lxi_39", "lxi_41", "lxi_43"], "matching_info": {"scpi": [7, 37, 39], "--address": [13, 20, 26, 37, 39, 41, 43], "|main|": [3]}, "question_id": "2809"} -{"nl": "run a benchmark for request and response performance", "cmd": "lxi benchmark --address {{ip_address}}", "tldr_cmd_name": "lxi", "cmd_name": "lxi", "manual_exist": true, "oracle_man": ["lxi_3", "lxi_9", "lxi_13", "lxi_20", "lxi_26", "lxi_37", "lxi_39", "lxi_41", "lxi_43"], "matching_info": {"benchmark": [9], "--address": [13, 20, 26, 37, 39, 41, 43], "|main|": [3]}, "question_id": "2810"} -{"nl": "display smb shares and permissions on a host, prompting for user's password or ntlm hash", "cmd": "smbmap -u {{username}} --prompt -H {{ip}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "|main|": [3]}, "question_id": "2817"} -{"nl": "display smb shares and permissions on a host, specifying the domain and passing the password ntlm hash", "cmd": "smbmap -u {{username}} --prompt -d {{domain}} -H {{ip}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_9", "smbmap_19", "smbmap_24", "smbmap_25", "smbmap_26", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-d": [3, 9, 19, 24, 26, 29], "-H": [4, 29], "|main|": [3]}, "question_id": "2818"} -{"nl": "display smb shares and list a single level of directories and files", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} -r", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_16", "smbmap_17", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "-r": [16, 17], "|main|": [3]}, "question_id": "2819"} -{"nl": "display smb shares and recursively list a defined number of levels of directories and files", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} -R --depth {{3}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_15", "smbmap_17", "smbmap_19", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "-R": [15, 17], "--depth": [19], "|main|": [3]}, "question_id": "2820"} -{"nl": "display smb shares and recursively list directories and files, downloading the files matching a regular expression", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} -R -A {{pattern}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_15", "smbmap_17", "smbmap_18", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "-R": [15, 17], "-A": [17, 18], "|main|": [3]}, "question_id": "2821"} -{"nl": "display smb shares and recursively list directories and files, searching for file content matching a regular expression", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} -R -F {{pattern}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_15", "smbmap_17", "smbmap_21", "smbmap_22", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "-R": [15, 17], "-F": [21, 22], "|main|": [3]}, "question_id": "2822"} -{"nl": "execute a shell command on a remote system", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} -x {{command}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_12", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "-x": [12, 29], "|main|": [3]}, "question_id": "2823"} -{"nl": "upload a file to a remote system", "cmd": "smbmap -u {{username}} --prompt -H {{ip}} --upload {{source}} {{destination}}", "tldr_cmd_name": "smbmap", "cmd_name": "smbmap", "manual_exist": true, "oracle_man": ["smbmap_3", "smbmap_4", "smbmap_6", "smbmap_25", "smbmap_29"], "matching_info": {"-u": [6, 25, 29], "--prompt": [], "-H": [4, 29], "--upload": [25], "|main|": [3]}, "question_id": "2824"} -{"nl": "print how long the current user has been connected in hours", "cmd": "ac", "tldr_cmd_name": "ac", "cmd_name": "ac", "manual_exist": true, "oracle_man": ["ac_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2831"} -{"nl": "print how long users have been connected in hours", "cmd": "ac --individual-totals", "tldr_cmd_name": "ac", "cmd_name": "ac", "manual_exist": true, "oracle_man": ["ac_2", "ac_3"], "matching_info": {"--individual-totals": [2], "|main|": [3, 4, 5, 6]}, "question_id": "2832"} -{"nl": "print how long a particular user has been connected in hours", "cmd": "ac --individual-totals {{username}}", "tldr_cmd_name": "ac", "cmd_name": "ac", "manual_exist": true, "oracle_man": ["ac_2", "ac_3"], "matching_info": {"--individual-totals": [2], "|main|": [3, 4, 5, 6]}, "question_id": "2833"} -{"nl": "print how long a particular user has been connected in hours per day (with total)", "cmd": "ac --daily-totals --individual-totals {{username}}", "tldr_cmd_name": "ac", "cmd_name": "ac", "manual_exist": true, "oracle_man": ["ac_2", "ac_3"], "matching_info": {"--daily-totals": [2], "--individual-totals": [2], "|main|": [3, 4, 5, 6]}, "question_id": "2834"} -{"nl": "also display additional details", "cmd": "ac --compatibility", "tldr_cmd_name": "ac", "cmd_name": "ac", "manual_exist": true, "oracle_man": ["ac_2", "ac_3"], "matching_info": {"--compatibility": [2], "|main|": [3, 4, 5, 6]}, "question_id": "2835"} -{"nl": "wait for the user to make a selection and output its geometry to standard output", "cmd": "slop", "tldr_cmd_name": "slop", "cmd_name": "slop", "manual_exist": true, "oracle_man": ["slop_3"], "matching_info": {"|main|": [3]}, "question_id": "2836"} -{"nl": "double click, rather than click and drag, to draw a selection", "cmd": "slop -D", "tldr_cmd_name": "slop", "cmd_name": "slop", "manual_exist": true, "oracle_man": ["slop_3", "slop_15"], "matching_info": {"-D": [15], "|main|": [3]}, "question_id": "2837"} -{"nl": "highlight the selection rather than outlining it", "cmd": "slop -l", "tldr_cmd_name": "slop", "cmd_name": "slop", "manual_exist": true, "oracle_man": ["slop_3", "slop_14"], "matching_info": {"-l": [14], "|main|": [3]}, "question_id": "2838"} -{"nl": "specify the output format", "cmd": "slop -f {{format_string}}", "tldr_cmd_name": "slop", "cmd_name": "slop", "manual_exist": true, "oracle_man": ["slop_3", "slop_12", "slop_22"], "matching_info": {"-f": [12, 22], "|main|": [3]}, "question_id": "2839"} -{"nl": "specify the selection rectangle's color", "cmd": "slop -c {{red}},{{green}},{{blue}},{{alpha}}", "tldr_cmd_name": "slop", "cmd_name": "slop", "manual_exist": true, "oracle_man": ["slop_3", "slop_10", "slop_20"], "matching_info": {"-c": [10, 20], "|main|": [3]}, "question_id": "2840"} -{"nl": "disown the current job", "cmd": "disown", "tldr_cmd_name": "disown", "cmd_name": "disown", "manual_exist": true, "oracle_man": ["disown_1"], "matching_info": {"|main|": [1]}, "question_id": "2843"} -{"nl": "disown a specific job", "cmd": "disown %{{job_number}}", "tldr_cmd_name": "disown", "cmd_name": "disown", "manual_exist": true, "oracle_man": ["disown_1"], "matching_info": {"|main|": [1]}, "question_id": "2844"} -{"nl": "disown all jobs", "cmd": "disown -a", "tldr_cmd_name": "disown", "cmd_name": "disown", "manual_exist": true, "oracle_man": ["disown_1"], "matching_info": {"-a": [], "|main|": [1]}, "question_id": "2845"} -{"nl": "keep job (do not disown it), but mark it so that no future sighup is received on shell exit", "cmd": "disown -h %{{job_number}}", "tldr_cmd_name": "disown", "cmd_name": "disown", "manual_exist": true, "oracle_man": ["disown_1"], "matching_info": {"-h": [], "|main|": [1]}, "question_id": "2846"} -{"nl": "report stats for all quotas in use", "cmd": "sudo repquota -all", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_4", "repquota_6"], "matching_info": {"-all": [6], "|main|": [4, 5]}, "question_id": "2851"} -{"nl": "report quota stats for all users, even those who aren't using any of their quota", "cmd": "sudo repquota -v {{filesystem}}", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_2", "repquota_4", "repquota_7"], "matching_info": {"-v": [2, 7], "|main|": [4, 5]}, "question_id": "2852"} -{"nl": "report on quotas for users only", "cmd": "repquota --user {{filesystem}}", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_4", "repquota_18"], "matching_info": {"--user": [18], "|main|": [4, 5]}, "question_id": "2853"} -{"nl": "report on quotas for groups only", "cmd": "sudo repquota --group {{filesystem}}", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_4", "repquota_16"], "matching_info": {"--group": [16], "|main|": [4, 5]}, "question_id": "2854"} -{"nl": "report on used quota and limits in a humanreadable format", "cmd": "sudo repquota --human-readable {{filesystem}}", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_4", "repquota_12"], "matching_info": {"--human-readable": [12], "|main|": [4, 5]}, "question_id": "2855"} -{"nl": "report on all quotas for users and groups in a humanreadable format", "cmd": "sudo repquota -augs", "tldr_cmd_name": "repquota", "cmd_name": "repquota", "manual_exist": true, "oracle_man": ["repquota_4", "repquota_12", "repquota_19"], "matching_info": {"-augs": [12, 19], "|main|": [4, 5]}, "question_id": "2856"} -{"nl": "display the most recent login of all users", "cmd": "lastlog", "tldr_cmd_name": "lastlog", "cmd_name": "lastlog", "manual_exist": true, "oracle_man": ["lastlog_3"], "matching_info": {"|main|": [3]}, "question_id": "2857"} -{"nl": "display lastlog record of the specified user", "cmd": "lastlog -u {{username}}", "tldr_cmd_name": "lastlog", "cmd_name": "lastlog", "manual_exist": true, "oracle_man": ["lastlog_3", "lastlog_6", "lastlog_9", "lastlog_11"], "matching_info": {"-u": [6, 9, 11], "|main|": [3]}, "question_id": "2858"} -{"nl": "display records before 7 days ago", "cmd": "lastlog -b {{7}}", "tldr_cmd_name": "lastlog", "cmd_name": "lastlog", "manual_exist": true, "oracle_man": ["lastlog_3", "lastlog_5"], "matching_info": {"-b": [5], "|main|": [3]}, "question_id": "2859"} -{"nl": "display records more recent than 3 days", "cmd": "lastlog -t {{3}}", "tldr_cmd_name": "lastlog", "cmd_name": "lastlog", "manual_exist": true, "oracle_man": ["lastlog_3", "lastlog_10"], "matching_info": {"-t": [10], "|main|": [3]}, "question_id": "2860"} -{"nl": "execute a process in a given cgroup with given controller", "cmd": "cgexec -g {{controller}}:{{cgroup_name}} {{process_name}}", "tldr_cmd_name": "cgexec", "cmd_name": "cgexec", "manual_exist": true, "oracle_man": ["cgexec_2", "cgexec_3", "cgexec_4", "cgexec_10", "cgexec_11", "cgexec_12"], "matching_info": {"-g": [2, 4, 10, 11, 12], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "2861"} -{"nl": "increase a volume's size to 120 gb", "cmd": "lvextend --size {{120G}} {{logical_volume}}", "tldr_cmd_name": "lvextend", "cmd_name": "lvextend", "manual_exist": true, "oracle_man": ["lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49"], "matching_info": {"--size": [3, 7, 9, 32, 49], "|main|": [4, 5, 6, 7]}, "question_id": "2862"} -{"nl": "increase a volume's size by 40 gb as well as the underlying filesystem", "cmd": "lvextend --size +{{40G}} -r {{logical_volume}}", "tldr_cmd_name": "lvextend", "cmd_name": "lvextend", "manual_exist": true, "oracle_man": ["lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_12", "lvextend_19", "lvextend_22", "lvextend_32", "lvextend_47", "lvextend_48", "lvextend_49", "lvextend_66"], "matching_info": {"--size": [3, 7, 9, 32, 49], "-r": [3, 9, 12, 19, 22, 47, 48, 66], "|main|": [4, 5, 6, 7]}, "question_id": "2863"} -{"nl": "increase a volume's size to 100% of the free physical volume space", "cmd": "lvextend --size {{100}}%FREE {{logical_volume}}", "tldr_cmd_name": "lvextend", "cmd_name": "lvextend", "manual_exist": true, "oracle_man": ["lvextend_3", "lvextend_4", "lvextend_7", "lvextend_9", "lvextend_32", "lvextend_49"], "matching_info": {"--size": [3, 7, 9, 32, 49], "|main|": [4, 5, 6, 7]}, "question_id": "2864"} -{"nl": "get a running process' cpu affinity by pid", "cmd": "taskset --pid --cpu-list {{pid}}", "tldr_cmd_name": "taskset", "cmd_name": "taskset", "manual_exist": true, "oracle_man": ["taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14", "taskset_15"], "matching_info": {"--pid": [15], "--cpu-list": [5, 10, 11, 14], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2865"} -{"nl": "set a running process' cpu affinity by pid", "cmd": "taskset --pid --cpu-list {{cpu_id}} {{pid}}", "tldr_cmd_name": "taskset", "cmd_name": "taskset", "manual_exist": true, "oracle_man": ["taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14", "taskset_15"], "matching_info": {"--pid": [15], "--cpu-list": [5, 10, 11, 14], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2866"} -{"nl": "start a new process with affinity for a single cpu", "cmd": "taskset --cpu-list {{cpu_id}} {{command}}", "tldr_cmd_name": "taskset", "cmd_name": "taskset", "manual_exist": true, "oracle_man": ["taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14"], "matching_info": {"--cpu-list": [5, 10, 11, 14], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2867"} -{"nl": "start a new process with affinity for multiple nonsequential cpus", "cmd": "taskset --cpu-list {{cpu_id_1}} {{cpu_id_2}} {{cpu_id_3}}", "tldr_cmd_name": "taskset", "cmd_name": "taskset", "manual_exist": true, "oracle_man": ["taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14"], "matching_info": {"--cpu-list": [5, 10, 11, 14], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2868"} -{"nl": "start a new process with affinity for cpus 1 through 4", "cmd": "taskset --cpu-list {{cpu_id_1}},{{cpu_id_4}}", "tldr_cmd_name": "taskset", "cmd_name": "taskset", "manual_exist": true, "oracle_man": ["taskset_4", "taskset_5", "taskset_10", "taskset_11", "taskset_14"], "matching_info": {"--cpu-list": [5, 10, 11, 14], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2869"} -{"nl": "output a summary of the last 2 months, days, and alltime", "cmd": "vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}}", "tldr_cmd_name": "vnstati", "cmd_name": "vnstati", "manual_exist": true, "oracle_man": ["vnstati_2", "vnstati_3", "vnstati_18", "vnstati_26", "vnstati_31"], "matching_info": {"--summary": [2, 31], "--iface": [2, 18], "--output": [2, 26], "|main|": [3]}, "question_id": "2870"} -{"nl": "output the 10 most trafficintensive days of all time", "cmd": "vnstati --top10 --iface {{network_interface}} --output {{path/to/output.png}}", "tldr_cmd_name": "vnstati", "cmd_name": "vnstati", "manual_exist": true, "oracle_man": ["vnstati_2", "vnstati_3", "vnstati_18", "vnstati_26"], "matching_info": {"--top10": [], "--iface": [2, 18], "--output": [2, 26], "|main|": [3]}, "question_id": "2871"} -{"nl": "output monthly traffic statistics from the last 12 months", "cmd": "vnstati --months --iface {{network_interface}} --output {{path/to/output.png}}", "tldr_cmd_name": "vnstati", "cmd_name": "vnstati", "manual_exist": true, "oracle_man": ["vnstati_2", "vnstati_3", "vnstati_18", "vnstati_22", "vnstati_26"], "matching_info": {"--months": [2, 22], "--iface": [2, 18], "--output": [2, 26], "|main|": [3]}, "question_id": "2872"} -{"nl": "output hourly traffic statistics from the last 24 hours", "cmd": "vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}}", "tldr_cmd_name": "vnstati", "cmd_name": "vnstati", "manual_exist": true, "oracle_man": ["vnstati_2", "vnstati_3", "vnstati_15", "vnstati_16", "vnstati_18", "vnstati_26"], "matching_info": {"--hours": [2, 15, 16], "--iface": [2, 18], "--output": [2, 26], "|main|": [3]}, "question_id": "2873"} -{"nl": "display information about all physical volumes", "cmd": "sudo pvdisplay", "tldr_cmd_name": "pvdisplay", "cmd_name": "pvdisplay", "manual_exist": true, "oracle_man": ["pvdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2878"} -{"nl": "display information about the physical volume on drive `/dev/sdxy`", "cmd": "sudo pvdisplay {{/dev/sdXY}}", "tldr_cmd_name": "pvdisplay", "cmd_name": "pvdisplay", "manual_exist": true, "oracle_man": ["pvdisplay_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2879"} -{"nl": "enter the bluetoothctl shell", "cmd": "bluetoothctl", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2"], "matching_info": {"|main|": [2, 3]}, "question_id": "2880"} -{"nl": "list devices", "cmd": "bluetoothctl -- devices", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7"], "matching_info": {"--": [4, 5, 6, 7], "devices": [], "|main|": [2, 3]}, "question_id": "2881"} -{"nl": "pair a device", "cmd": "bluetoothctl -- pair {{mac_address}}", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7"], "matching_info": {"--": [4, 5, 6, 7], "pair": [], "|main|": [2, 3]}, "question_id": "2882"} -{"nl": "remove a device", "cmd": "bluetoothctl -- remove {{mac_address}}", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7"], "matching_info": {"--": [4, 5, 6, 7], "remove": [], "|main|": [2, 3]}, "question_id": "2883"} -{"nl": "connect a paired device", "cmd": "bluetoothctl -- connect {{mac_address}}", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7"], "matching_info": {"--": [4, 5, 6, 7], "connect": [], "|main|": [2, 3]}, "question_id": "2884"} -{"nl": "disconnect a paired device", "cmd": "bluetoothctl -- disconnect {{mac_address}}", "tldr_cmd_name": "bluetoothctl", "cmd_name": "bluetoothctl", "manual_exist": true, "oracle_man": ["bluetoothctl_2", "bluetoothctl_4", "bluetoothctl_5", "bluetoothctl_6", "bluetoothctl_7"], "matching_info": {"--": [4, 5, 6, 7], "disconnect": [], "|main|": [2, 3]}, "question_id": "2885"} -{"nl": "show information for job", "cmd": "scontrol show job {{job_id}}", "tldr_cmd_name": "scontrol", "cmd_name": "scontrol", "manual_exist": true, "oracle_man": ["scontrol_3", "scontrol_28", "scontrol_29", "scontrol_31", "scontrol_36", "scontrol_37", "scontrol_39", "scontrol_42", "scontrol_47", "scontrol_48", "scontrol_50", "scontrol_52", "scontrol_54", "scontrol_57", "scontrol_86", "scontrol_87", "scontrol_88", "scontrol_89", "scontrol_90", "scontrol_96", "scontrol_140", "scontrol_160", "scontrol_303", "scontrol_304", "scontrol_308"], "matching_info": {"show": [47, 48, 140, 303, 304, 308], "job": [28, 29, 31, 36, 37, 39, 42, 50, 52, 54, 57, 86, 87, 88, 89, 90, 96, 160, 303], "|main|": [3]}, "question_id": "2886"} -{"nl": "suspend a commaseparated list of running jobs", "cmd": "scontrol suspend {{job_id}}", "tldr_cmd_name": "scontrol", "cmd_name": "scontrol", "manual_exist": true, "oracle_man": ["scontrol_3", "scontrol_50"], "matching_info": {"suspend": [50], "|main|": [3]}, "question_id": "2887"} -{"nl": "resume a commaseparated list of suspended jobs", "cmd": "scontrol resume {{job_id}}", "tldr_cmd_name": "scontrol", "cmd_name": "scontrol", "manual_exist": true, "oracle_man": ["scontrol_3", "scontrol_42"], "matching_info": {"resume": [42], "|main|": [3]}, "question_id": "2888"} -{"nl": "hold a commaseparated list of queued jobs (use `release` command to permit the jobs to be scheduled)", "cmd": "scontrol hold {{job_id}}", "tldr_cmd_name": "scontrol", "cmd_name": "scontrol", "manual_exist": true, "oracle_man": ["scontrol_3", "scontrol_28"], "matching_info": {"hold": [28], "|main|": [3]}, "question_id": "2889"} -{"nl": "release a commaseparated list of suspended job", "cmd": "scontrol release {{job_id}}", "tldr_cmd_name": "scontrol", "cmd_name": "scontrol", "manual_exist": true, "oracle_man": ["scontrol_3", "scontrol_36"], "matching_info": {"release": [36], "|main|": [3]}, "question_id": "2890"} -{"nl": "notify the operating system kernel of partition table changes", "cmd": "sudo partprobe", "tldr_cmd_name": "partprobe", "cmd_name": "partprobe", "manual_exist": true, "oracle_man": ["partprobe_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2894"} -{"nl": "notify the kernel of partition table changes and show a summary of devices and their partitions", "cmd": "sudo partprobe --summary", "tldr_cmd_name": "partprobe", "cmd_name": "partprobe", "manual_exist": true, "oracle_man": ["partprobe_3", "partprobe_7"], "matching_info": {"--summary": [7], "|main|": [3, 4]}, "question_id": "2895"} -{"nl": "show a summary of devices and their partitions but don't notify the kernel", "cmd": "sudo partprobe --summary --dry-run", "tldr_cmd_name": "partprobe", "cmd_name": "partprobe", "manual_exist": true, "oracle_man": ["partprobe_3", "partprobe_6", "partprobe_7"], "matching_info": {"--summary": [7], "--dry-run": [6], "|main|": [3, 4]}, "question_id": "2896"} -{"nl": "list all process ids with given name", "cmd": "pidof {{bash}}", "tldr_cmd_name": "pidof", "cmd_name": "pidof", "manual_exist": true, "oracle_man": ["pidof_3"], "matching_info": {"|main|": [3]}, "question_id": "2899"} -{"nl": "list a single process id with given name", "cmd": "pidof -s {{bash}}", "tldr_cmd_name": "pidof", "cmd_name": "pidof", "manual_exist": true, "oracle_man": ["pidof_2", "pidof_3", "pidof_4"], "matching_info": {"-s": [2, 3, 4], "|main|": [3]}, "question_id": "2900"} -{"nl": "list process ids including scripts with given name", "cmd": "pidof -x {{script.py}}", "tldr_cmd_name": "pidof", "cmd_name": "pidof", "manual_exist": true, "oracle_man": ["pidof_2", "pidof_3", "pidof_7"], "matching_info": {"-x": [2, 7], "|main|": [3]}, "question_id": "2901"} -{"nl": "kill all processes with given name", "cmd": "kill \"$(pidof {{name}})\"", "tldr_cmd_name": "pidof", "cmd_name": "pidof", "manual_exist": true, "oracle_man": ["pidof_3"], "matching_info": {"kill": [], "$(pidof": [], "|main|": [3]}, "question_id": "2902"} -{"nl": "display the current settings for an interface", "cmd": "ethtool {{eth0}}", "tldr_cmd_name": "ethtool", "cmd_name": "ethtool", "manual_exist": true, "oracle_man": ["ethtool_54"], "matching_info": {"|main|": [54, 55]}, "question_id": "2903"} -{"nl": "display the driver information for an interface", "cmd": "ethtool --driver {{eth0}}", "tldr_cmd_name": "ethtool", "cmd_name": "ethtool", "manual_exist": true, "oracle_man": ["ethtool_15", "ethtool_54", "ethtool_76"], "matching_info": {"--driver": [15, 76], "|main|": [54, 55]}, "question_id": "2904"} -{"nl": "display the network usage statistics for an interface", "cmd": "ethtool --statistics {{eth0}}", "tldr_cmd_name": "ethtool", "cmd_name": "ethtool", "manual_exist": true, "oracle_man": ["ethtool_24", "ethtool_54", "ethtool_101"], "matching_info": {"--statistics": [24, 101], "|main|": [54, 55]}, "question_id": "2905"} -{"nl": "blink one or more leds on an interface for 10 seconds", "cmd": "ethtool --identify {{eth0}} {{10}}", "tldr_cmd_name": "ethtool", "cmd_name": "ethtool", "manual_exist": true, "oracle_man": ["ethtool_21", "ethtool_54", "ethtool_97"], "matching_info": {"--identify": [21, 97], "|main|": [54, 55]}, "question_id": "2906"} -{"nl": "set the link speed, duplex mode, and parameter autonegotiation for a given interface", "cmd": "ethtool -s {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}", "tldr_cmd_name": "ethtool", "cmd_name": "ethtool", "manual_exist": true, "oracle_man": ["ethtool_7", "ethtool_9", "ethtool_11", "ethtool_13", "ethtool_14", "ethtool_19", "ethtool_22", "ethtool_24", "ethtool_25", "ethtool_27", "ethtool_28", "ethtool_31", "ethtool_32", "ethtool_33", "ethtool_34", "ethtool_36", "ethtool_37", "ethtool_39", "ethtool_40", "ethtool_41", "ethtool_42", "ethtool_43", "ethtool_46", "ethtool_47", "ethtool_48", "ethtool_49", "ethtool_53", "ethtool_54", "ethtool_62", "ethtool_63", "ethtool_65", "ethtool_68", "ethtool_70", "ethtool_71", "ethtool_82", "ethtool_83", "ethtool_97", "ethtool_99", "ethtool_101", "ethtool_102", "ethtool_105", "ethtool_110", "ethtool_111", "ethtool_113", "ethtool_115", "ethtool_116", "ethtool_118", "ethtool_129", "ethtool_153", "ethtool_163", "ethtool_164", "ethtool_165", "ethtool_166", "ethtool_168", "ethtool_178", "ethtool_179", "ethtool_185", "ethtool_186", "ethtool_188", "ethtool_189", "ethtool_194", "ethtool_211", "ethtool_227", "ethtool_228", "ethtool_235", "ethtool_245"], "matching_info": {"-s": [7, 9, 11, 13, 14, 19, 22, 24, 25, 27, 28, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 43, 46, 47, 48, 49, 53, 62, 63, 68, 70, 71, 82, 83, 97, 99, 101, 102, 105, 110, 115, 116, 129, 153, 163, 164, 165, 166, 168, 178, 179, 185, 186, 188, 189, 194, 211, 227, 228, 235, 245], "speed": [111], "duplex": [113], "autoneg": [65, 118], "|main|": [54, 55]}, "question_id": "2907"} -{"nl": "list all installed packages", "cmd": "dpkg-query -l", "tldr_cmd_name": "dpkg-query", "cmd_name": "dpkg-query", "manual_exist": true, "oracle_man": ["dpkg-query_3", "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11"], "matching_info": {"-l": [4, 5, 6, 8, 11], "|main|": [3]}, "question_id": "2908"} -{"nl": "list installed packages matching a pattern", "cmd": "dpkg-query -l '{{pattern}}'", "tldr_cmd_name": "dpkg-query", "cmd_name": "dpkg-query", "manual_exist": true, "oracle_man": ["dpkg-query_3", "dpkg-query_4", "dpkg-query_5", "dpkg-query_6", "dpkg-query_8", "dpkg-query_11"], "matching_info": {"-l": [4, 5, 6, 8, 11], "|main|": [3]}, "question_id": "2909"} -{"nl": "list all files installed by a package", "cmd": "dpkg-query -L {{package_name}}", "tldr_cmd_name": "dpkg-query", "cmd_name": "dpkg-query", "manual_exist": true, "oracle_man": ["dpkg-query_3", "dpkg-query_8"], "matching_info": {"-L": [8], "|main|": [3]}, "question_id": "2910"} -{"nl": "show information about a package", "cmd": "dpkg-query -s {{package_name}}", "tldr_cmd_name": "dpkg-query", "cmd_name": "dpkg-query", "manual_exist": true, "oracle_man": ["dpkg-query_3", "dpkg-query_6", "dpkg-query_7", "dpkg-query_8", "dpkg-query_9", "dpkg-query_14"], "matching_info": {"-s": [6, 7, 8, 9, 14], "|main|": [3]}, "question_id": "2911"} -{"nl": "create an x cursor file using a config file", "cmd": "xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}", "tldr_cmd_name": "xcursorgen", "cmd_name": "xcursorgen", "manual_exist": true, "oracle_man": ["xcursorgen_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2921"} -{"nl": "create an x cursor file using a config file and specify the path to the image files", "cmd": "xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}", "tldr_cmd_name": "xcursorgen", "cmd_name": "xcursorgen", "manual_exist": true, "oracle_man": ["xcursorgen_2", "xcursorgen_3", "xcursorgen_9"], "matching_info": {"--prefix": [2, 9], "|main|": [3, 4, 5, 6]}, "question_id": "2922"} -{"nl": "create an x cursor file using a config file and write the output to stdout", "cmd": "xcursorgen {{path/to/config.cursor}}", "tldr_cmd_name": "xcursorgen", "cmd_name": "xcursorgen", "manual_exist": true, "oracle_man": ["xcursorgen_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "2923"} -{"nl": "generate status report with configuration and all active settings", "cmd": "sudo tlp-stat", "tldr_cmd_name": "tlp-stat", "cmd_name": "tlp-stat", "manual_exist": true, "oracle_man": ["tlp-stat_3"], "matching_info": {"|main|": [3]}, "question_id": "2924"} -{"nl": "show battery information", "cmd": "sudo tlp-stat -b", "tldr_cmd_name": "tlp-stat", "cmd_name": "tlp-stat", "manual_exist": true, "oracle_man": ["tlp-stat_3", "tlp-stat_4"], "matching_info": {"-b": [4], "|main|": [3]}, "question_id": "2925"} -{"nl": "show configuration", "cmd": "sudo tlp-stat -c", "tldr_cmd_name": "tlp-stat", "cmd_name": "tlp-stat", "manual_exist": true, "oracle_man": ["tlp-stat_3", "tlp-stat_5", "tlp-stat_6"], "matching_info": {"-c": [5, 6], "|main|": [3]}, "question_id": "2926"} -{"nl": "probe the chip, ensuring the wiring is correct", "cmd": "flashrom --programmer {{programmer}}", "tldr_cmd_name": "flashrom", "cmd_name": "flashrom", "manual_exist": true, "oracle_man": ["flashrom_3", "flashrom_6", "flashrom_54"], "matching_info": {"--programmer": [6, 54], "|main|": [3, 4]}, "question_id": "2932"} -{"nl": "read flash and save it to a file", "cmd": "flashrom -p {{programmer}} --read {{path/to/file}}", "tldr_cmd_name": "flashrom", "cmd_name": "flashrom", "manual_exist": true, "oracle_man": ["flashrom_2", "flashrom_3", "flashrom_6", "flashrom_7", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303"], "matching_info": {"-p": [2, 3, 6, 11, 31, 33, 38, 42, 54, 95, 99, 103, 106, 109, 113, 116, 124, 128, 130, 133, 137, 141, 143, 145, 151, 154, 156, 159, 162, 165, 169, 173, 176, 178, 180, 186, 189, 192, 196, 198, 200, 203, 206, 209, 212, 215, 218, 221, 223, 226, 229, 232, 238, 241, 244, 248, 251, 256, 258, 260, 265, 268, 270, 272, 275, 278, 282, 284, 287, 290, 293, 295, 298, 301, 303], "--read": [7], "|main|": [3, 4]}, "question_id": "2933"} -{"nl": "write a file to the flash", "cmd": "flashrom -p {{programmer}} --write {{path/to/file}}", "tldr_cmd_name": "flashrom", "cmd_name": "flashrom", "manual_exist": true, "oracle_man": ["flashrom_2", "flashrom_3", "flashrom_6", "flashrom_8", "flashrom_11", "flashrom_12", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303"], "matching_info": {"-p": [2, 3, 6, 11, 31, 33, 38, 42, 54, 95, 99, 103, 106, 109, 113, 116, 124, 128, 130, 133, 137, 141, 143, 145, 151, 154, 156, 159, 162, 165, 169, 173, 176, 178, 180, 186, 189, 192, 196, 198, 200, 203, 206, 209, 212, 215, 218, 221, 223, 226, 229, 232, 238, 241, 244, 248, 251, 256, 258, 260, 265, 268, 270, 272, 275, 278, 282, 284, 287, 290, 293, 295, 298, 301, 303], "--write": [8, 12], "|main|": [3, 4]}, "question_id": "2934"} -{"nl": "verify the flash against a file", "cmd": "flashrom -p {{programmer}} --verify {{path/to/file}}", "tldr_cmd_name": "flashrom", "cmd_name": "flashrom", "manual_exist": true, "oracle_man": ["flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_15", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303"], "matching_info": {"-p": [2, 3, 6, 11, 31, 33, 38, 42, 54, 95, 99, 103, 106, 109, 113, 116, 124, 128, 130, 133, 137, 141, 143, 145, 151, 154, 156, 159, 162, 165, 169, 173, 176, 178, 180, 186, 189, 192, 196, 198, 200, 203, 206, 209, 212, 215, 218, 221, 223, 226, 229, 232, 238, 241, 244, 248, 251, 256, 258, 260, 265, 268, 270, 272, 275, 278, 282, 284, 287, 290, 293, 295, 298, 301, 303], "--verify": [15], "|main|": [3, 4]}, "question_id": "2935"} -{"nl": "probe the chip using raspberry pi", "cmd": "flashrom -p {{linux_spi:dev=/dev/spidev0.0}}", "tldr_cmd_name": "flashrom", "cmd_name": "flashrom", "manual_exist": true, "oracle_man": ["flashrom_2", "flashrom_3", "flashrom_6", "flashrom_11", "flashrom_31", "flashrom_33", "flashrom_38", "flashrom_42", "flashrom_54", "flashrom_95", "flashrom_99", "flashrom_103", "flashrom_106", "flashrom_109", "flashrom_113", "flashrom_116", "flashrom_124", "flashrom_128", "flashrom_130", "flashrom_133", "flashrom_137", "flashrom_141", "flashrom_143", "flashrom_145", "flashrom_151", "flashrom_154", "flashrom_156", "flashrom_159", "flashrom_162", "flashrom_165", "flashrom_169", "flashrom_173", "flashrom_176", "flashrom_178", "flashrom_180", "flashrom_186", "flashrom_189", "flashrom_192", "flashrom_196", "flashrom_198", "flashrom_200", "flashrom_203", "flashrom_206", "flashrom_209", "flashrom_212", "flashrom_215", "flashrom_218", "flashrom_221", "flashrom_223", "flashrom_226", "flashrom_229", "flashrom_232", "flashrom_238", "flashrom_241", "flashrom_244", "flashrom_248", "flashrom_251", "flashrom_256", "flashrom_258", "flashrom_260", "flashrom_265", "flashrom_268", "flashrom_270", "flashrom_272", "flashrom_275", "flashrom_278", "flashrom_282", "flashrom_284", "flashrom_287", "flashrom_290", "flashrom_293", "flashrom_295", "flashrom_298", "flashrom_301", "flashrom_303"], "matching_info": {"-p": [2, 3, 6, 11, 31, 33, 38, 42, 54, 95, 99, 103, 106, 109, 113, 116, 124, 128, 130, 133, 137, 141, 143, 145, 151, 154, 156, 159, 162, 165, 169, 173, 176, 178, 180, 186, 189, 192, 196, 198, 200, 203, 206, 209, 212, 215, 218, 221, 223, 226, 229, 232, 238, 241, 244, 248, 251, 256, 258, 260, 265, 268, 270, 272, 275, 278, 282, 284, 287, 290, 293, 295, 298, 301, 303], "|main|": [3, 4]}, "question_id": "2936"} -{"nl": "initialize a serverless application", "cmd": "sam init", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"init": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2937"} -{"nl": "initialize a serverless application with a specific runtime", "cmd": "sam init --runtime {{python3.7}}", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"init": [], "--runtime": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2938"} -{"nl": "package a sam application", "cmd": "sam package", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"package": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2939"} -{"nl": "build your lambda function code", "cmd": "sam build", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"build": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2940"} -{"nl": "run your serverless application locally", "cmd": "sam local start-api", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"local": [], "start-api": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2941"} -{"nl": "deploy an aws sam application", "cmd": "sam deploy", "tldr_cmd_name": "sam", "cmd_name": "sam", "manual_exist": true, "oracle_man": ["sam_6"], "matching_info": {"deploy": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, "question_id": "2942"} -{"nl": "list snapshot configs", "cmd": "snapper list-configs", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_4", "snapper_46"], "matching_info": {"list-configs": [46], "|main|": [4, 5]}, "question_id": "2943"} -{"nl": "create snapper config", "cmd": "snapper -c {{config}} create-config {{path/to/directory}}", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134"], "matching_info": {"-c": [2, 6, 35, 38, 46, 47, 49, 53, 54, 55, 58, 63, 64, 76, 78, 84, 104, 114, 134], "create-config": [49], "|main|": [4, 5]}, "question_id": "2944"} -{"nl": "create a snapshot with a description", "cmd": "snapper -c {{config}} create -d \"{{snapshot_description}}\"", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_39", "snapper_41", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_61", "snapper_63", "snapper_64", "snapper_65", "snapper_71", "snapper_75", "snapper_76", "snapper_78", "snapper_83", "snapper_84", "snapper_104", "snapper_113", "snapper_114", "snapper_134"], "matching_info": {"-c": [2, 6, 35, 38, 46, 47, 49, 53, 54, 55, 58, 63, 64, 76, 78, 84, 104, 114, 134], "create": [71], "-d": [39, 41, 61, 65, 75, 83, 104, 113], "|main|": [4, 5]}, "question_id": "2945"} -{"nl": "list snapshots for a config", "cmd": "snapper -c {{config}} list", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_59", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_104", "snapper_114", "snapper_134"], "matching_info": {"-c": [2, 6, 35, 38, 46, 47, 49, 53, 54, 55, 58, 63, 64, 76, 78, 84, 104, 114, 134], "list": [59], "|main|": [4, 5]}, "question_id": "2946"} -{"nl": "delete a snapshot", "cmd": "snapper -c {{config}} delete {{snapshot_number}}", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_86", "snapper_104", "snapper_114", "snapper_134"], "matching_info": {"-c": [2, 6, 35, 38, 46, 47, 49, 53, 54, 55, 58, 63, 64, 76, 78, 84, 104, 114, 134], "delete": [86], "|main|": [4, 5]}, "question_id": "2947"} -{"nl": "delete a range of snapshots", "cmd": "snapper -c {{config}} delete {{snapshot_X}}-{{snapshot_Y}}", "tldr_cmd_name": "snapper", "cmd_name": "snapper", "manual_exist": true, "oracle_man": ["snapper_2", "snapper_4", "snapper_6", "snapper_35", "snapper_38", "snapper_46", "snapper_47", "snapper_49", "snapper_53", "snapper_54", "snapper_55", "snapper_58", "snapper_63", "snapper_64", "snapper_76", "snapper_78", "snapper_84", "snapper_86", "snapper_104", "snapper_114", "snapper_134"], "matching_info": {"-c": [2, 6, 35, 38, 46, 47, 49, 53, 54, 55, 58, 63, 64, 76, 78, 84, 104, 114, 134], "delete": [86], "|main|": [4, 5]}, "question_id": "2948"} -{"nl": "open a spaceseparated list of files in readonly mode", "cmd": "libreoffice --view {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "libreoffice", "cmd_name": "libreoffice", "manual_exist": true, "oracle_man": ["libreoffice_2", "libreoffice_3", "libreoffice_56"], "matching_info": {"--view": [2, 56], "|main|": [3, 4, 5, 6]}, "question_id": "2956"} -{"nl": "display the content of specific files", "cmd": "libreoffice --cat {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "libreoffice", "cmd_name": "libreoffice", "manual_exist": true, "oracle_man": ["libreoffice_3"], "matching_info": {"--cat": [], "|main|": [3, 4, 5, 6]}, "question_id": "2957"} -{"nl": "print files to a specific printer", "cmd": "libreoffice --pt {{printer_name}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "libreoffice", "cmd_name": "libreoffice", "manual_exist": true, "oracle_man": ["libreoffice_2", "libreoffice_3", "libreoffice_48"], "matching_info": {"--pt": [2, 48], "|main|": [3, 4, 5, 6]}, "question_id": "2958"} -{"nl": "convert all `.doc` files in current directory to pdf", "cmd": "libreoffice --convert-to {{pdf}} {{*.doc}}", "tldr_cmd_name": "libreoffice", "cmd_name": "libreoffice", "manual_exist": true, "oracle_man": ["libreoffice_2", "libreoffice_3", "libreoffice_10", "libreoffice_12", "libreoffice_14"], "matching_info": {"--convert-to": [2, 10, 12, 14], "|main|": [3, 4, 5, 6]}, "question_id": "2959"} -{"nl": "show battery information", "cmd": "acpi", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3"], "matching_info": {"|main|": [3]}, "question_id": "2967"} -{"nl": "show thermal information", "cmd": "acpi -t", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3", "acpi_6"], "matching_info": {"-t": [6], "|main|": [3]}, "question_id": "2968"} -{"nl": "show cooling device information", "cmd": "acpi -c", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3", "acpi_7"], "matching_info": {"-c": [7], "|main|": [3]}, "question_id": "2969"} -{"nl": "show thermal information in fahrenheit", "cmd": "acpi -tf", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3", "acpi_13"], "matching_info": {"-tf": [13], "|main|": [3]}, "question_id": "2970"} -{"nl": "show all information", "cmd": "acpi -V", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3", "acpi_8"], "matching_info": {"-V": [8], "|main|": [3]}, "question_id": "2971"} -{"nl": "extract information from `/proc` instead of `/sys`", "cmd": "acpi -p", "tldr_cmd_name": "acpi", "cmd_name": "acpi", "manual_exist": true, "oracle_man": ["acpi_3", "acpi_15"], "matching_info": {"-p": [15], "|main|": [3]}, "question_id": "2972"} -{"nl": "individual actions/programs on runmailcap can be invoked with action flag", "cmd": "run-mailcap --action=ACTION [--option[=value]]", "tldr_cmd_name": "run-mailcap", "cmd_name": "run-mailcap", "manual_exist": true, "oracle_man": ["run-mailcap_2", "run-mailcap_4"], "matching_info": {"--action=ACTION": [2], "[--option[=value]]": [], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2973"} -{"nl": "in simple language", "cmd": "run-mailcap --action=ACTION {{filename}}", "tldr_cmd_name": "run-mailcap", "cmd_name": "run-mailcap", "manual_exist": true, "oracle_man": ["run-mailcap_2", "run-mailcap_4"], "matching_info": {"--action=ACTION": [2], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2974"} -{"nl": "turn on extra information", "cmd": "run-mailcap --action=ACTION --debug {{filename}}", "tldr_cmd_name": "run-mailcap", "cmd_name": "run-mailcap", "manual_exist": true, "oracle_man": ["run-mailcap_2", "run-mailcap_4", "run-mailcap_9"], "matching_info": {"--action=ACTION": [2], "--debug": [9], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2975"} -{"nl": "ignore any \"copiousoutput\" directive and forward output to standard output", "cmd": "run-mailcap --action=ACTION --nopager {{filename}}", "tldr_cmd_name": "run-mailcap", "cmd_name": "run-mailcap", "manual_exist": true, "oracle_man": ["run-mailcap_2", "run-mailcap_4", "run-mailcap_10"], "matching_info": {"--action=ACTION": [2], "--nopager": [10], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2976"} -{"nl": "display the found command without actually executing it", "cmd": "run-mailcap --action=ACTION --norun {{filename}}", "tldr_cmd_name": "run-mailcap", "cmd_name": "run-mailcap", "manual_exist": true, "oracle_man": ["run-mailcap_2", "run-mailcap_4", "run-mailcap_11"], "matching_info": {"--action=ACTION": [2], "--norun": [11], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2977"} -{"nl": "create a `lost+found` directory in the current directory", "cmd": "mklost+found", "tldr_cmd_name": "mklost+found", "cmd_name": "mklost+found", "manual_exist": true, "oracle_man": ["mklost+found_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2978"} -{"nl": "decompress a file", "cmd": "lrunzip {{filename.lrz}}", "tldr_cmd_name": "lrunzip", "cmd_name": "lrunzip", "manual_exist": true, "oracle_man": ["lrunzip_3"], "matching_info": {"|main|": [3]}, "question_id": "2989"} -{"nl": "decompress a file using a specific number of processor threads", "cmd": "lrunzip -p {{8}} {{filename.lrz}}", "tldr_cmd_name": "lrunzip", "cmd_name": "lrunzip", "manual_exist": true, "oracle_man": ["lrunzip_3"], "matching_info": {"-p": [], "|main|": [3]}, "question_id": "2990"} -{"nl": "decompress a file and silently overwrite files if they exist", "cmd": "lrunzip -f {{filename.lrz}}", "tldr_cmd_name": "lrunzip", "cmd_name": "lrunzip", "manual_exist": true, "oracle_man": ["lrunzip_3"], "matching_info": {"-f": [], "|main|": [3]}, "question_id": "2991"} -{"nl": "keep broken or damaged files instead of deleting them when decompressing", "cmd": "lrunzip -K {{filename.lrz}}", "tldr_cmd_name": "lrunzip", "cmd_name": "lrunzip", "manual_exist": true, "oracle_man": ["lrunzip_3"], "matching_info": {"-K": [], "|main|": [3]}, "question_id": "2992"} -{"nl": "specify output file name and/or path", "cmd": "lrunzip -o {{outfilename}} {{filename.lrz}}", "tldr_cmd_name": "lrunzip", "cmd_name": "lrunzip", "manual_exist": true, "oracle_man": ["lrunzip_3"], "matching_info": {"-o": [], "|main|": [3]}, "question_id": "2993"} -{"nl": "update the list of available packages and versions (it's recommended to run this before other `apt` commands)", "cmd": "sudo apt update", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_5"], "matching_info": {"update": [5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2994"} -{"nl": "search for a given package", "cmd": "apt search {{package}}", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_15"], "matching_info": {"search": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2995"} -{"nl": "show information for a package", "cmd": "apt show {{package}}", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_16"], "matching_info": {"show": [16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2996"} -{"nl": "install a package, or update it to the latest available version", "cmd": "sudo apt install {{package}}", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_8"], "matching_info": {"install": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2997"} -{"nl": "remove a package (using `purge` instead also removes its configuration files)", "cmd": "sudo apt remove {{package}}", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_8"], "matching_info": {"remove": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2998"} -{"nl": "upgrade all installed packages to their newest available versions", "cmd": "sudo apt upgrade", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_6"], "matching_info": {"upgrade": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "2999"} -{"nl": "list all packages", "cmd": "apt list", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_17"], "matching_info": {"list": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "3000"} -{"nl": "list installed packages", "cmd": "apt list --installed", "tldr_cmd_name": "apt", "cmd_name": "apt", "manual_exist": true, "oracle_man": ["apt_3", "apt_17"], "matching_info": {"list": [17], "--installed": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "3001"} -{"nl": "display shared library dependencies of a binary", "cmd": "ldd {{path/to/binary}}", "tldr_cmd_name": "ldd", "cmd_name": "ldd", "manual_exist": true, "oracle_man": ["ldd_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3005"} -{"nl": "display unused direct dependencies", "cmd": "ldd -u {{path/to/binary}}", "tldr_cmd_name": "ldd", "cmd_name": "ldd", "manual_exist": true, "oracle_man": ["ldd_3", "ldd_12"], "matching_info": {"-u": [12], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3006"} -{"nl": "replay a typescript at the speed it was recorded", "cmd": "scriptreplay {{path/to/timing_file}} {{path/to/typescript}}", "tldr_cmd_name": "scriptreplay", "cmd_name": "scriptreplay", "manual_exist": true, "oracle_man": ["scriptreplay_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "3007"} -{"nl": "replay a typescript at double the original speed", "cmd": "scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 2", "tldr_cmd_name": "scriptreplay", "cmd_name": "scriptreplay", "manual_exist": true, "oracle_man": ["scriptreplay_3"], "matching_info": {"2": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3008"} -{"nl": "replay a typescript at half the original speed", "cmd": "scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 0.5", "tldr_cmd_name": "scriptreplay", "cmd_name": "scriptreplay", "manual_exist": true, "oracle_man": ["scriptreplay_3"], "matching_info": {"0.5": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3009"} -{"nl": "connect to a vpn with a username and password", "cmd": "openfortivpn --username={{username}} --password={{password}}", "tldr_cmd_name": "openfortivpn", "cmd_name": "openfortivpn", "manual_exist": true, "oracle_man": ["openfortivpn_3", "openfortivpn_7", "openfortivpn_8"], "matching_info": {"--username": [7], "--password": [8], "|main|": [3]}, "question_id": "3010"} -{"nl": "connect to a vpn using a specific configuration file (defaults to `/etc/openfortivpn/config`)", "cmd": "sudo openfortivpn --config={{path/to/config}}", "tldr_cmd_name": "openfortivpn", "cmd_name": "openfortivpn", "manual_exist": true, "oracle_man": ["openfortivpn_3", "openfortivpn_6"], "matching_info": {"--config": [6], "|main|": [3]}, "question_id": "3011"} -{"nl": "connect to a vpn by specifying the host and port", "cmd": "openfortivpn {{host}}:{{port}}", "tldr_cmd_name": "openfortivpn", "cmd_name": "openfortivpn", "manual_exist": true, "oracle_man": ["openfortivpn_3"], "matching_info": {"|main|": [3]}, "question_id": "3012"} -{"nl": "trust a given gateway by passing in its certificate's sha256 sum", "cmd": "openfortivpn --trusted-cert={{sha256_sum}}", "tldr_cmd_name": "openfortivpn", "cmd_name": "openfortivpn", "manual_exist": true, "oracle_man": ["openfortivpn_2", "openfortivpn_3", "openfortivpn_31"], "matching_info": {"--trusted-cert": [2, 31], "|main|": [3]}, "question_id": "3013"} -{"nl": "run a command with a file lock as soon as the lock is not required by others", "cmd": "flock {{path/to/lock.lock}} --command \"{{command}}\"", "tldr_cmd_name": "flock", "cmd_name": "flock", "manual_exist": true, "oracle_man": ["flock_5", "flock_8"], "matching_info": {"--command": [8], "|main|": [5, 6, 7]}, "question_id": "3014"} -{"nl": "run a command with a file lock, and exit if the lock doesn't exist", "cmd": "flock {{path/to/lock.lock}} --nonblock --command \"{{command}}\"", "tldr_cmd_name": "flock", "cmd_name": "flock", "manual_exist": true, "oracle_man": ["flock_5", "flock_8", "flock_12", "flock_16"], "matching_info": {"--nonblock": [12, 16], "--command": [8], "|main|": [5, 6, 7]}, "question_id": "3015"} -{"nl": "run a command with a file lock, and exit with a specific error code if the lock doesn't exist", "cmd": "flock {{path/to/lock.lock}} --nonblock --conflict-exit-code {{error_code}} -c \"{{command}}\"", "tldr_cmd_name": "flock", "cmd_name": "flock", "manual_exist": true, "oracle_man": ["flock_3", "flock_5", "flock_8", "flock_9", "flock_10", "flock_12", "flock_13", "flock_16", "flock_23", "flock_24"], "matching_info": {"--nonblock": [12, 16], "--conflict-exit-code": [9], "-c": [3, 8, 9, 10, 13, 23, 24], "|main|": [5, 6, 7]}, "question_id": "3016"} -{"nl": "a preferred way to trace the path to a host", "cmd": "tracepath -p {{33434}} {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_11"], "matching_info": {"-p": [2, 11], "|main|": [3, 4]}, "question_id": "3030"} -{"nl": "specify the initial destination port, useful with nonstandard firewall settings", "cmd": "tracepath -p {{destination_port}} {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_11"], "matching_info": {"-p": [2, 11], "|main|": [3, 4]}, "question_id": "3031"} -{"nl": "print both hostnames and numerical ip addresses", "cmd": "tracepath -b {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_8"], "matching_info": {"-b": [2, 8], "|main|": [3, 4]}, "question_id": "3032"} -{"nl": "specify a maximum ttl (number of hops)", "cmd": "tracepath -m {{max_hops}} {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_10"], "matching_info": {"-m": [2, 10], "|main|": [3, 4]}, "question_id": "3033"} -{"nl": "specify the initial packet length (defaults to 65535 for ipv4 and 128000 for ipv6)", "cmd": "tracepath -l {{packet_length}} {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_9"], "matching_info": {"-l": [2, 9], "|main|": [3, 4]}, "question_id": "3034"} -{"nl": "use only ipv6 addresses", "cmd": "tracepath -6 {{host}}", "tldr_cmd_name": "tracepath", "cmd_name": "tracepath", "manual_exist": true, "oracle_man": ["tracepath_2", "tracepath_3", "tracepath_4", "tracepath_6", "tracepath_13"], "matching_info": {"-6": [2, 4, 6, 13], "|main|": [3, 4]}, "question_id": "3035"} -{"nl": "assemble a file, writing the output to `a.out`", "cmd": "as {{file.s}}", "tldr_cmd_name": "as", "cmd_name": "as", "manual_exist": true, "oracle_man": ["as_1"], "matching_info": {"|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256]}, "question_id": "3036"} -{"nl": "assemble the output to a given file", "cmd": "as {{file.s}} -o {{out.o}}", "tldr_cmd_name": "as", "cmd_name": "as", "manual_exist": true, "oracle_man": ["as_1", "as_5", "as_26", "as_44", "as_47", "as_117", "as_129", "as_137", "as_149", "as_181", "as_187", "as_188", "as_189", "as_190", "as_191", "as_192", "as_197", "as_198", "as_199", "as_200", "as_201", "as_210", "as_211", "as_212", "as_213", "as_214", "as_215", "as_216", "as_217", "as_218", "as_219", "as_220", "as_221", "as_222", "as_223", "as_227", "as_260", "as_348", "as_349", "as_435", "as_436", "as_438", "as_443", "as_444", "as_499", "as_549", "as_608", "as_609", "as_610", "as_897", "as_977", "as_1049", "as_1050", "as_1127", "as_1129"], "matching_info": {"-o": [5, 26, 44, 47, 117, 129, 137, 149, 181, 187, 188, 189, 190, 191, 192, 197, 198, 199, 200, 201, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 227, 260, 348, 349, 435, 436, 438, 443, 444, 499, 549, 608, 609, 610, 897, 977, 1049, 1050, 1127, 1129], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256]}, "question_id": "3037"} -{"nl": "generate output faster by skipping whitespace and comment preprocessing. (should only be used for trusted compilers)", "cmd": "as -f {{file.s}}", "tldr_cmd_name": "as", "cmd_name": "as", "manual_exist": true, "oracle_man": ["as_1", "as_5", "as_6", "as_9", "as_27", "as_44", "as_55", "as_64", "as_67", "as_94", "as_115", "as_116", "as_137", "as_170", "as_171", "as_233", "as_236", "as_238", "as_248", "as_260", "as_496", "as_748", "as_756", "as_1019", "as_1039", "as_1040", "as_1041", "as_1185", "as_1233"], "matching_info": {"-f": [5, 6, 9, 27, 44, 55, 64, 67, 94, 115, 116, 137, 170, 171, 233, 236, 238, 248, 260, 496, 748, 756, 1019, 1039, 1040, 1041, 1185, 1233], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256]}, "question_id": "3038"} -{"nl": "include a given path to the list of directories to search for files specified in `.include` directives", "cmd": "as -I {{path/to/directory}} {{file.s}}", "tldr_cmd_name": "as", "cmd_name": "as", "manual_exist": true, "oracle_man": ["as_1", "as_5", "as_35", "as_172", "as_339", "as_527", "as_529"], "matching_info": {"-I": [5, 35, 172, 339, 527, 529], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256]}, "question_id": "3039"} -{"nl": "discard all sectors on a device, removing all data", "cmd": "blkdiscard /dev/{{device}}", "tldr_cmd_name": "blkdiscard", "cmd_name": "blkdiscard", "manual_exist": true, "oracle_man": ["blkdiscard_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "3044"} -{"nl": "securely discard all blocks on a device, removing all data", "cmd": "blkdiscard --secure /dev/{{device}}", "tldr_cmd_name": "blkdiscard", "cmd_name": "blkdiscard", "manual_exist": true, "oracle_man": ["blkdiscard_3", "blkdiscard_12"], "matching_info": {"--secure": [12], "|main|": [3, 4, 5, 6]}, "question_id": "3045"} -{"nl": "discard the first 100 mb of a device", "cmd": "blkdiscard --length {{100MB}} /dev/{{device}}", "tldr_cmd_name": "blkdiscard", "cmd_name": "blkdiscard", "manual_exist": true, "oracle_man": ["blkdiscard_3", "blkdiscard_10"], "matching_info": {"--length": [10], "|main|": [3, 4, 5, 6]}, "question_id": "3046"} -{"nl": "move a running process to your current terminal", "cmd": "reptyr {{pid}}", "tldr_cmd_name": "reptyr", "cmd_name": "reptyr", "manual_exist": true, "oracle_man": ["reptyr_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8]}, "question_id": "3047"} -{"nl": "execute all programs in the autostart folders", "cmd": "dex --autostart", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_5", "dex_8"], "matching_info": {"--autostart": [5, 8], "|main|": [3]}, "question_id": "3048"} -{"nl": "execute all programs in the specified folders", "cmd": "dex --autostart --search-paths {{path/to/directory1}}:{{path/to/directory2}}:{{path/to/directory3}}:", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_5", "dex_8", "dex_9"], "matching_info": {"--autostart": [5, 8], "--search-paths": [9], "|main|": [3]}, "question_id": "3049"} -{"nl": "preview the programs would be executed in a gnome specific autostart", "cmd": "dex --autostart --environment {{GNOME}}", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_5", "dex_8"], "matching_info": {"--autostart": [5, 8], "--environment": [8], "|main|": [3]}, "question_id": "3050"} -{"nl": "preview the programs would be executed in a regular autostart", "cmd": "dex --autostart --dry-run", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_5", "dex_7", "dex_8"], "matching_info": {"--autostart": [5, 8], "--dry-run": [7], "|main|": [3]}, "question_id": "3051"} -{"nl": "preview the value of the desktopentry property `name`", "cmd": "dex --property {{Name}} {{path/to/file.desktop}}", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3"], "matching_info": {"--property": [], "|main|": [3]}, "question_id": "3052"} -{"nl": "create a desktopentry for a program in the current directory", "cmd": "dex --create {{path/to/file.desktop}}", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_6"], "matching_info": {"--create": [6], "|main|": [3]}, "question_id": "3053"} -{"nl": "execute a single program (with `terminal=true` in the desktop file) in the given terminal", "cmd": "dex --term {{terminal}} {{path/to/file.desktop}}", "tldr_cmd_name": "dex", "cmd_name": "dex", "manual_exist": true, "oracle_man": ["dex_3", "dex_11", "dex_23"], "matching_info": {"--term": [11, 23], "|main|": [3]}, "question_id": "3054"} -{"nl": "build binary and source packages", "cmd": "rpmbuild -ba {{path/to/spec_file}}", "tldr_cmd_name": "rpmbuild", "cmd_name": "rpmbuild", "manual_exist": true, "oracle_man": ["rpmbuild_2", "rpmbuild_8", "rpmbuild_28"], "matching_info": {"-ba": [2, 28], "|main|": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "3055"} -{"nl": "build a binary package without source package", "cmd": "rpmbuild -bb {{path/to/spec_file}}", "tldr_cmd_name": "rpmbuild", "cmd_name": "rpmbuild", "manual_exist": true, "oracle_man": ["rpmbuild_2", "rpmbuild_8", "rpmbuild_29", "rpmbuild_47"], "matching_info": {"-bb": [2, 29, 47], "|main|": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "3056"} -{"nl": "specify additional variables when building a package", "cmd": "rpmbuild -bb {{path/to/spec_file}} --define \"{{variable1}} {{value1}}\" --define \"{{variable2}} {{value2}}\"", "tldr_cmd_name": "rpmbuild", "cmd_name": "rpmbuild", "manual_exist": true, "oracle_man": ["rpmbuild_2", "rpmbuild_8", "rpmbuild_21", "rpmbuild_29", "rpmbuild_47"], "matching_info": {"-bb": [2, 29, 47], "--define": [21], "|main|": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, "question_id": "3057"} -{"nl": "view documentation for the original command", "cmd": "tldr apport-bug", "tldr_cmd_name": "ubuntu-bug", "cmd_name": "ubuntu-bug", "manual_exist": true, "oracle_man": ["ubuntu-bug_0", "ubuntu-bug_1", "ubuntu-bug_2", "ubuntu-bug_3", "ubuntu-bug_5", "ubuntu-bug_8", "ubuntu-bug_12", "ubuntu-bug_15", "ubuntu-bug_17"], "matching_info": {"tldr": [], "apport-bug": [0, 1, 2, 3, 5, 8, 12, 15, 17], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3066"} -{"nl": "start an arithmetic quiz", "cmd": "arithmetic", "tldr_cmd_name": "arithmetic", "cmd_name": "arithmetic", "manual_exist": true, "oracle_man": ["arithmetic_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3067"} -{"nl": "specify one or more arithmetic [o]peration symbols to get problems on them", "cmd": "arithmetic -o {{+|-|x|/}}", "tldr_cmd_name": "arithmetic", "cmd_name": "arithmetic", "manual_exist": true, "oracle_man": ["arithmetic_2", "arithmetic_3", "arithmetic_5"], "matching_info": {"-o": [2, 3, 5], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3068"} -{"nl": "specify a range. addition and multiplication problems would feature numbers between 0 and range, inclusive. subtraction and division problems would have required result and number to be operated on, between 0 and range", "cmd": "arithmetic -r {{7}}", "tldr_cmd_name": "arithmetic", "cmd_name": "arithmetic", "manual_exist": true, "oracle_man": ["arithmetic_2", "arithmetic_3", "arithmetic_6"], "matching_info": {"-r": [2, 6], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3069"} -{"nl": "add a torrent file or magnet to be downloaded", "cmd": "rtorrent {{torrent_or_magnet}}", "tldr_cmd_name": "rtorrent", "cmd_name": "rtorrent", "manual_exist": true, "oracle_man": ["rtorrent_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3070"} -{"nl": "start the download", "cmd": "S", "tldr_cmd_name": "rtorrent", "cmd_name": "rtorrent", "manual_exist": true, "oracle_man": ["rtorrent_3", "rtorrent_9", "rtorrent_14"], "matching_info": {"Ctrl": [], "S": [9, 14], "|main|": [3, 4]}, "question_id": "3071"} -{"nl": "view details about downloading torrent", "cmd": "->", "tldr_cmd_name": "rtorrent", "cmd_name": "rtorrent", "manual_exist": true, "oracle_man": ["rtorrent_1", "rtorrent_2", "rtorrent_3", "rtorrent_12", "rtorrent_13", "rtorrent_22", "rtorrent_23", "rtorrent_24", "rtorrent_27", "rtorrent_33", "rtorrent_38", "rtorrent_39", "rtorrent_40", "rtorrent_41", "rtorrent_42", "rtorrent_43", "rtorrent_44", "rtorrent_45", "rtorrent_46", "rtorrent_50", "rtorrent_62", "rtorrent_70", "rtorrent_91", "rtorrent_98", "rtorrent_104", "rtorrent_107", "rtorrent_109", "rtorrent_112", "rtorrent_119", "rtorrent_120", "rtorrent_121", "rtorrent_122", "rtorrent_136", "rtorrent_145"], "matching_info": {"-": [1, 2, 12, 13, 22, 23, 24, 27, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 50, 62, 70, 91, 98, 104, 107, 109, 112, 119, 120, 121, 122, 136, 145], "|main|": [3, 4]}, "question_id": "3072"} -{"nl": "close rtorrent safely", "cmd": "Q", "tldr_cmd_name": "rtorrent", "cmd_name": "rtorrent", "manual_exist": true, "oracle_man": ["rtorrent_3"], "matching_info": {"Ctrl": [], "Q": [], "|main|": [3, 4]}, "question_id": "3073"} -{"nl": "download a binary package", "cmd": "dget {{package_name}}", "tldr_cmd_name": "dget", "cmd_name": "dget", "manual_exist": true, "oracle_man": ["dget_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3074"} -{"nl": "download and extract a package source from its `.dsc` file", "cmd": "dget {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}", "tldr_cmd_name": "dget", "cmd_name": "dget", "manual_exist": true, "oracle_man": ["dget_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3075"} -{"nl": "download a package source tarball from its `.dsc` file but don't extract it", "cmd": "dget -d {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}", "tldr_cmd_name": "dget", "cmd_name": "dget", "manual_exist": true, "oracle_man": ["dget_3", "dget_4", "dget_12", "dget_27"], "matching_info": {"-d": [4, 12, 27], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3076"} -{"nl": "start `ntpq` in interactive mode", "cmd": "ntpq --interactive", "tldr_cmd_name": "ntpq", "cmd_name": "ntpq", "manual_exist": true, "oracle_man": ["ntpq_3", "ntpq_47"], "matching_info": {"--interactive": [47], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "3077"} -{"nl": "print a list of ntp peers", "cmd": "ntpq --peers", "tldr_cmd_name": "ntpq", "cmd_name": "ntpq", "manual_exist": true, "oracle_man": ["ntpq_3", "ntpq_53"], "matching_info": {"--peers": [53], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "3078"} -{"nl": "print a list of ntp peers without resolving hostnames from ip addresses", "cmd": "ntpq --numeric --peers", "tldr_cmd_name": "ntpq", "cmd_name": "ntpq", "manual_exist": true, "oracle_man": ["ntpq_3", "ntpq_49", "ntpq_53"], "matching_info": {"--numeric": [49], "--peers": [53], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "3079"} -{"nl": "use `ntpq` in debugging mode", "cmd": "ntpq --debug-level", "tldr_cmd_name": "ntpq", "cmd_name": "ntpq", "manual_exist": true, "oracle_man": ["ntpq_3", "ntpq_45"], "matching_info": {"--debug-level": [45], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "3080"} -{"nl": "print ntp system variables values", "cmd": "ntpq --command={{rv}}", "tldr_cmd_name": "ntpq", "cmd_name": "ntpq", "manual_exist": true, "oracle_man": ["ntpq_3", "ntpq_43"], "matching_info": {"--command": [43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "3081"} -{"nl": "compile a pdf document", "cmd": "pdflatex {{source.tex}}", "tldr_cmd_name": "pdflatex", "cmd_name": "pdflatex", "manual_exist": true, "oracle_man": ["pdflatex_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3090"} -{"nl": "compile a pdf document specifying an output directory", "cmd": "pdflatex -output-directory={{path/to/directory}} {{source.tex}}", "tldr_cmd_name": "pdflatex", "cmd_name": "pdflatex", "manual_exist": true, "oracle_man": ["pdflatex_3", "pdflatex_31"], "matching_info": {"-output-directory": [31], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3091"} -{"nl": "compile a pdf document, exiting on each error", "cmd": "pdflatex -halt-on-error {{source.tex}}", "tldr_cmd_name": "pdflatex", "cmd_name": "pdflatex", "manual_exist": true, "oracle_man": ["pdflatex_3", "pdflatex_19"], "matching_info": {"-halt-on-error": [19], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3092"} -{"nl": "merge 2 pdfs into a single pdf", "cmd": "pdfunite {{path/to/fileA.pdf}} {{path/to/fileB.pdf}} {{path/to/merged_output.pdf}}", "tldr_cmd_name": "pdfunite", "cmd_name": "pdfunite", "manual_exist": true, "oracle_man": ["pdfunite_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3093"} -{"nl": "merge a directory of pdfs into a single pdf", "cmd": "pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}", "tldr_cmd_name": "pdfunite", "cmd_name": "pdfunite", "manual_exist": true, "oracle_man": ["pdfunite_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3094"} -{"nl": "initialise a new repository in the current directory", "cmd": "hg init", "tldr_cmd_name": "hg-init", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_77", "hg_78", "hg_3652"], "matching_info": {"init": [77, 78, 3652], "|main|": [3]}, "question_id": "3095"} -{"nl": "initialise a new repository in the specified directory", "cmd": "hg init {{path/to/directory}}", "tldr_cmd_name": "hg-init", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_77", "hg_78", "hg_3652"], "matching_info": {"init": [77, 78, 3652], "|main|": [3]}, "question_id": "3096"} -{"nl": "create a torrent with 2^21 kb as the piece size", "cmd": "mktorrent -a {{tracker_announce_url}} -l {{21}} -o {{path/to/example.torrent}} {{path/to/file_or_directory}}", "tldr_cmd_name": "mktorrent", "cmd_name": "mktorrent", "manual_exist": true, "oracle_man": ["mktorrent_3", "mktorrent_4", "mktorrent_8", "mktorrent_10"], "matching_info": {"-a": [4], "-l": [8], "-o": [10], "|main|": [3]}, "question_id": "3097"} -{"nl": "create a private torrent with a 2^21 kb piece size", "cmd": "mktorrent -p -a {{tracker_announce_url}} -l {{21}} -o {{path/to/example.torrent}} {{path/to/file_or_directory}}", "tldr_cmd_name": "mktorrent", "cmd_name": "mktorrent", "manual_exist": true, "oracle_man": ["mktorrent_3", "mktorrent_4", "mktorrent_8", "mktorrent_10", "mktorrent_11"], "matching_info": {"-p": [8, 11], "-a": [4], "-l": [8], "-o": [10], "|main|": [3]}, "question_id": "3098"} -{"nl": "create a torrent with a comment", "cmd": "mktorrent -c \"{{comment}}\" -a {{tracker_announce_url}} -l {{21}} -o {{path/to/example.torrent}} {{path/to/file_or_directory}}", "tldr_cmd_name": "mktorrent", "cmd_name": "mktorrent", "manual_exist": true, "oracle_man": ["mktorrent_3", "mktorrent_4", "mktorrent_5", "mktorrent_8", "mktorrent_10"], "matching_info": {"-c": [5], "-a": [4], "-l": [8], "-o": [10], "|main|": [3]}, "question_id": "3099"} -{"nl": "create a torrent with multiple trackers", "cmd": "mktorrent -a {{tracker_announce_url,tracker_announce_url_2}} -l {{21}} -o {{path/to/example.torrent}} {{path/to/file_or_directory}}", "tldr_cmd_name": "mktorrent", "cmd_name": "mktorrent", "manual_exist": true, "oracle_man": ["mktorrent_3", "mktorrent_4", "mktorrent_8", "mktorrent_10"], "matching_info": {"-a": [4], "-l": [8], "-o": [10], "|main|": [3]}, "question_id": "3100"} -{"nl": "create a torrent with web seed urls", "cmd": "mktorrent -a {{tracker_announce_url}} -w {{web_seed_url}} -l {{21}} -o {{path/to/example.torrent}} {{path/to/file_or_directory}}", "tldr_cmd_name": "mktorrent", "cmd_name": "mktorrent", "manual_exist": true, "oracle_man": ["mktorrent_3", "mktorrent_4", "mktorrent_8", "mktorrent_10", "mktorrent_15"], "matching_info": {"-a": [4], "-w": [15], "-l": [8], "-o": [10], "|main|": [3]}, "question_id": "3101"} -{"nl": "open a web page to start a bug report", "cmd": "go bug", "tldr_cmd_name": "go-bug", "cmd_name": "go", "manual_exist": true, "oracle_man": ["go_3"], "matching_info": {"bug": [], "|main|": [3]}, "question_id": "3122"} -{"nl": "rebase the current branch on top of another specified branch", "cmd": "git rebase {{new_base_branch}}", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_69", "git-rebase_80", "git-rebase_120", "git-rebase_122", "git-rebase_156", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3123"} -{"nl": "start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified", "cmd": "git rebase -i {{target_base_branch_or_commit_hash}}", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_40", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_50", "git-rebase_60", "git-rebase_69", "git-rebase_80", "git-rebase_101", "git-rebase_106", "git-rebase_107", "git-rebase_109", "git-rebase_111", "git-rebase_120", "git-rebase_122", "git-rebase_124", "git-rebase_128", "git-rebase_145", "git-rebase_156", "git-rebase_158", "git-rebase_159", "git-rebase_179", "git-rebase_183", "git-rebase_213", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_239", "git-rebase_245", "git-rebase_257", "git-rebase_260", "git-rebase_264", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307", "git-rebase_308"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "-i": [2, 40, 50, 60, 101, 106, 107, 109, 111, 120, 122, 124, 128, 145, 156, 158, 159, 179, 183, 213, 214, 225, 230, 235, 239, 257, 264, 299, 308], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3124"} -{"nl": "continue a rebase that was interrupted by a merge failure, after editing conflicting files", "cmd": "git rebase --continue", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_8", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_55", "git-rebase_69", "git-rebase_80", "git-rebase_120", "git-rebase_122", "git-rebase_156", "git-rebase_168", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "--continue": [2, 8, 44, 55, 168, 223, 233, 245], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3125"} -{"nl": "continue a rebase that was paused due to merge conflicts, by skipping the conflicted commit", "cmd": "git rebase --skip", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_8", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_69", "git-rebase_73", "git-rebase_80", "git-rebase_120", "git-rebase_122", "git-rebase_156", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "--skip": [2, 8, 73], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3126"} -{"nl": "abort a rebase in progress (e.g. if it is interrupted by a merge conflict)", "cmd": "git rebase --abort", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_8", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_56", "git-rebase_69", "git-rebase_80", "git-rebase_120", "git-rebase_122", "git-rebase_156", "git-rebase_167", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "--abort": [2, 8, 46, 56, 167], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3127"} -{"nl": "move part of the current branch onto a new base, providing the old base to start from", "cmd": "git rebase --onto {{new_base}} {{old_base}}", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_6", "git-rebase_12", "git-rebase_20", "git-rebase_26", "git-rebase_27", "git-rebase_30", "git-rebase_37", "git-rebase_40", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_47", "git-rebase_49", "git-rebase_69", "git-rebase_80", "git-rebase_120", "git-rebase_122", "git-rebase_126", "git-rebase_151", "git-rebase_153", "git-rebase_156", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_287", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "--onto": [2, 6, 20, 26, 27, 30, 37, 40, 47, 49, 126, 151, 153, 230, 269, 287], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3128"} -{"nl": "reapply the last 5 commits inplace, stopping to allow them to be reordered, omitted, combined or modified", "cmd": "git rebase -i {{HEAD~5}}", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_40", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_50", "git-rebase_60", "git-rebase_69", "git-rebase_80", "git-rebase_101", "git-rebase_106", "git-rebase_107", "git-rebase_109", "git-rebase_111", "git-rebase_120", "git-rebase_122", "git-rebase_124", "git-rebase_128", "git-rebase_145", "git-rebase_156", "git-rebase_158", "git-rebase_159", "git-rebase_179", "git-rebase_183", "git-rebase_213", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_239", "git-rebase_245", "git-rebase_257", "git-rebase_260", "git-rebase_264", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307", "git-rebase_308"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "-i": [2, 40, 50, 60, 101, 106, 107, 109, 111, 120, 122, 124, 128, 145, 156, 158, 159, 179, 183, 213, 214, 225, 230, 235, 239, 257, 264, 299, 308], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3129"} -{"nl": "autoresolve any conflicts by favoring the working branch version (`theirs` keyword has reversed meaning in this case)", "cmd": "git rebase -X theirs {{branch_name}}", "tldr_cmd_name": "git-rebase", "cmd_name": "git-rebase", "manual_exist": true, "oracle_man": ["git-rebase_2", "git-rebase_3", "git-rebase_12", "git-rebase_26", "git-rebase_30", "git-rebase_37", "git-rebase_42", "git-rebase_44", "git-rebase_46", "git-rebase_69", "git-rebase_80", "git-rebase_82", "git-rebase_120", "git-rebase_122", "git-rebase_156", "git-rebase_173", "git-rebase_178", "git-rebase_195", "git-rebase_214", "git-rebase_223", "git-rebase_225", "git-rebase_230", "git-rebase_233", "git-rebase_235", "git-rebase_245", "git-rebase_260", "git-rebase_269", "git-rebase_271", "git-rebase_276", "git-rebase_295", "git-rebase_296", "git-rebase_297", "git-rebase_298", "git-rebase_299", "git-rebase_300", "git-rebase_301", "git-rebase_306", "git-rebase_307"], "matching_info": {"git": [2, 12, 26, 30, 37, 42, 44, 46, 80, 120, 122, 156, 214, 223, 225, 230, 235, 260, 269], "rebase": [2, 12, 26, 30, 37, 44, 46, 69, 80, 120, 122, 156, 214, 223, 225, 230, 233, 235, 245, 260, 269, 271, 276, 295, 296, 297, 298, 299, 300, 301, 306, 307], "-X": [82, 173, 195], "theirs": [178], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, "question_id": "3130"} -{"nl": "generate a text report from a specific profiling file, on fibbo binary", "cmd": "pprof -top {{./fibbo}} {{./fibbo-profile.pb.gz}}", "tldr_cmd_name": "pprof", "cmd_name": "pprof", "manual_exist": true, "oracle_man": ["pprof_3", "pprof_15", "pprof_16"], "matching_info": {"-top": [3, 15, 16], "|main|": [3]}, "question_id": "3139"} -{"nl": "generate a graph and open it on a web browser", "cmd": "pprof -svg {{./fibbo}} {{./fibbo-profile.pb.gz}}", "tldr_cmd_name": "pprof", "cmd_name": "pprof", "manual_exist": true, "oracle_man": ["pprof_3", "pprof_11", "pprof_17", "pprof_24", "pprof_32", "pprof_33", "pprof_34", "pprof_36"], "matching_info": {"-svg": [11, 17, 24, 32, 33, 34, 36], "|main|": [3]}, "question_id": "3140"} -{"nl": "run pprof in interactive mode to be able to manually launch `pprof` on a file", "cmd": "pprof {{./fibbo}} {{./fibbo-profile.pb.gz}}", "tldr_cmd_name": "pprof", "cmd_name": "pprof", "manual_exist": true, "oracle_man": ["pprof_3"], "matching_info": {"|main|": [3]}, "question_id": "3141"} -{"nl": "run a web server that serves a web interface on top of `pprof`", "cmd": "pprof -http={{localhost:8080}} {{./fibbo}} {{./fibbo-profile.pb.gz}}", "tldr_cmd_name": "pprof", "cmd_name": "pprof", "manual_exist": true, "oracle_man": ["pprof_3", "pprof_15", "pprof_16"], "matching_info": {"-http": [3, 15, 16], "|main|": [3]}, "question_id": "3142"} -{"nl": "fetch a profile from an http server and generate a report", "cmd": "pprof {{http://localhost:8080/debug/pprof}}", "tldr_cmd_name": "pprof", "cmd_name": "pprof", "manual_exist": true, "oracle_man": ["pprof_3"], "matching_info": {"|main|": [3]}, "question_id": "3143"} -{"nl": "compress a png file", "cmd": "pngcrush {{in.png}} {{out.png}}", "tldr_cmd_name": "pngcrush", "cmd_name": "pngcrush", "manual_exist": true, "oracle_man": ["pngcrush_5"], "matching_info": {"|main|": [5, 6, 7, 8]}, "question_id": "3144"} -{"nl": "compress all pngs and output them to the specified directory", "cmd": "pngcrush -d {{path/to/output}} *.png", "tldr_cmd_name": "pngcrush", "cmd_name": "pngcrush", "manual_exist": true, "oracle_man": ["pngcrush_4", "pngcrush_5", "pngcrush_16", "pngcrush_17"], "matching_info": {"-d": [4, 16, 17], "*.png": [], "|main|": [5, 6, 7, 8]}, "question_id": "3145"} -{"nl": "compress png file with all 114 available algorithms and pick the best result", "cmd": "pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}", "tldr_cmd_name": "pngcrush", "cmd_name": "pngcrush", "manual_exist": true, "oracle_man": ["pngcrush_3", "pngcrush_5", "pngcrush_12", "pngcrush_13", "pngcrush_18", "pngcrush_19", "pngcrush_20", "pngcrush_27", "pngcrush_36"], "matching_info": {"-rem": [36], "allb": [], "-brute": [12, 13, 20, 27], "-reduce": [3, 18, 19], "|main|": [5, 6, 7, 8]}, "question_id": "3146"} -{"nl": "create a xar archive of all files in a given directory", "cmd": "xar -cf {{archive.xar}} {{path/to/directory}}", "tldr_cmd_name": "xar", "cmd_name": "xar", "manual_exist": true, "oracle_man": ["xar_3", "xar_25"], "matching_info": {"-cf": [25], "|main|": [3]}, "question_id": "3147"} -{"nl": "list the contents of a given xar archive", "cmd": "xar -tf {{archive.xar}}", "tldr_cmd_name": "xar", "cmd_name": "xar", "manual_exist": true, "oracle_man": ["xar_3", "xar_26"], "matching_info": {"-tf": [26], "|main|": [3]}, "question_id": "3148"} -{"nl": "extract the contents of a given xar archive to the current directory", "cmd": "xar -xf {{archive.xar}}", "tldr_cmd_name": "xar", "cmd_name": "xar", "manual_exist": true, "oracle_man": ["xar_3", "xar_27"], "matching_info": {"-xf": [27], "|main|": [3]}, "question_id": "3149"} -{"nl": "compile a .net project in release mode", "cmd": "dotnet publish --configuration Release {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_4", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_14", "dotnet-publish_40", "dotnet-publish_64", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--configuration": [2, 3, 4, 14, 40, 64], "Release": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3158"} -{"nl": "publish the .net core runtime with your application for the specified runtime", "cmd": "dotnet publish --self-contained true --runtime {{runtime_identifier}} {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_4", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_32", "dotnet-publish_34", "dotnet-publish_56", "dotnet-publish_58", "dotnet-publish_74", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--self-contained": [2, 3, 32, 56], "true": [], "--runtime": [2, 3, 4, 34, 58, 74, 88], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3159"} -{"nl": "package the application into a platformspecific singlefile executable", "cmd": "dotnet publish --runtime {{runtime_identifier}} -p:PublishSingleFile=true {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_4", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_34", "dotnet-publish_58", "dotnet-publish_74", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--runtime": [2, 3, 4, 34, 58, 74, 88], "-p:PublishSingleFile=true": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3160"} -{"nl": "trim unused libraries to reduce the deployment size of an application", "cmd": "dotnet publish --self-contained true --runtime {{runtime_identifier}} -p:PublishTrimmed=true {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_4", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_32", "dotnet-publish_34", "dotnet-publish_56", "dotnet-publish_58", "dotnet-publish_74", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--self-contained": [2, 3, 32, 56], "true": [], "--runtime": [2, 3, 4, 34, 58, 74, 88], "-p:PublishTrimmed=true": [], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3161"} -{"nl": "compile a .net project without restoring dependencies", "cmd": "dotnet publish --no-restore {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_25", "dotnet-publish_28", "dotnet-publish_52", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--no-restore": [2, 3, 25, 28, 52], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3162"} -{"nl": "specify the output directory", "cmd": "dotnet publish --output {{path/to/directory}} {{path/to/project_file}}", "tldr_cmd_name": "dotnet-publish", "cmd_name": "dotnet-publish", "manual_exist": true, "oracle_man": ["dotnet-publish_0", "dotnet-publish_1", "dotnet-publish_2", "dotnet-publish_3", "dotnet-publish_4", "dotnet-publish_6", "dotnet-publish_11", "dotnet-publish_30", "dotnet-publish_54", "dotnet-publish_72", "dotnet-publish_82", "dotnet-publish_84", "dotnet-publish_86", "dotnet-publish_88", "dotnet-publish_90"], "matching_info": {"dotnet": [0, 1, 6, 11, 82, 84, 86, 88, 90], "publish": [0, 1, 6, 11, 82, 84, 86, 88, 90], "--output": [2, 3, 4, 30, 54, 72], "|main|": [6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3163"} -{"nl": "name a hash", "cmd": "nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}", "tldr_cmd_name": "nth", "cmd_name": "nth", "manual_exist": true, "oracle_man": ["nth_2"], "matching_info": {"-t": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "3164"} -{"nl": "name hashes in a file", "cmd": "nth -f {{path/to/hashes}}", "tldr_cmd_name": "nth", "cmd_name": "nth", "manual_exist": true, "oracle_man": ["nth_2"], "matching_info": {"-f": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "3165"} -{"nl": "output in json format", "cmd": "nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g", "tldr_cmd_name": "nth", "cmd_name": "nth", "manual_exist": true, "oracle_man": ["nth_2"], "matching_info": {"-t": [], "-g": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "3166"} -{"nl": "decode hash in base64 before naming it", "cmd": "nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64", "tldr_cmd_name": "nth", "cmd_name": "nth", "manual_exist": true, "oracle_man": ["nth_2"], "matching_info": {"-t": [], "-b64": [], "|main|": [2, 3, 4, 5, 6, 7]}, "question_id": "3167"} -{"nl": "merge all commits not present on the target branch from the source branch to target branch, and delete the source branch", "cmd": "git graft {{source_branch}} {{target_branch}}", "tldr_cmd_name": "git-graft", "cmd_name": "git-graft", "manual_exist": true, "oracle_man": ["git-graft_3", "git-graft_6"], "matching_info": {"git": [6], "graft": [6], "|main|": [3]}, "question_id": "3179"} -{"nl": "play a video or audio file", "cmd": "mpv {{file}}", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3187"} -{"nl": "play a video or audio file from a url", "cmd": "mpv '{{https://www.youtube.com/watch?v=dQw4w9WgXcQ}}'", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3188"} -{"nl": "jump backward/forward 5 seconds", "cmd": "LEFT RIGHT", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3", "mpv_9", "mpv_11", "mpv_54", "mpv_125", "mpv_220", "mpv_318", "mpv_329", "mpv_332", "mpv_666", "mpv_1142", "mpv_1952", "mpv_1953", "mpv_1996", "mpv_2331", "mpv_2597", "mpv_2663", "mpv_2689", "mpv_3622", "mpv_3623", "mpv_3624", "mpv_3625", "mpv_4078"], "matching_info": {"LEFT": [9, 11, 54, 3622, 3624], "or": [125, 220, 318, 329, 332, 666, 1142, 1952, 1953, 1996, 2331, 2597, 2663, 2689, 4078], "RIGHT": [3623, 3625], "|main|": [3, 4]}, "question_id": "3189"} -{"nl": "jump backward/forward 1 minute", "cmd": "DOWN UP", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3", "mpv_10", "mpv_125", "mpv_220", "mpv_318", "mpv_329", "mpv_332", "mpv_666", "mpv_1142", "mpv_1952", "mpv_1953", "mpv_1996", "mpv_2331", "mpv_2597", "mpv_2663", "mpv_2689", "mpv_3553", "mpv_3635", "mpv_3636", "mpv_4078"], "matching_info": {"DOWN": [10, 3636], "or": [125, 220, 318, 329, 332, 666, 1142, 1952, 1953, 1996, 2331, 2597, 2663, 2689, 4078], "UP": [10, 3553, 3635], "|main|": [3, 4]}, "question_id": "3190"} -{"nl": "decrease or increase playback speed by 10%", "cmd": "[ ]", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3", "mpv_125", "mpv_220", "mpv_318", "mpv_329", "mpv_332", "mpv_666", "mpv_1142", "mpv_1952", "mpv_1953", "mpv_1996", "mpv_2331", "mpv_2597", "mpv_2663", "mpv_2689", "mpv_4078"], "matching_info": {"[": [], "or": [125, 220, 318, 329, 332, 666, 1142, 1952, 1953, 1996, 2331, 2597, 2663, 2689, 4078], "]": [], "|main|": [3, 4]}, "question_id": "3191"} -{"nl": "play a file at a specified speed (0.01 to 100, default 1)", "cmd": "mpv --speed {{speed}} {{file}}", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3", "mpv_242", "mpv_358", "mpv_2302", "mpv_2303"], "matching_info": {"--speed": [242, 358, 2302, 2303], "|main|": [3, 4]}, "question_id": "3192"} -{"nl": "play a file using a profile defined in the `mpv.conf` file", "cmd": "mpv --profile {{profile_name}} {{file}}", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3", "mpv_150", "mpv_151", "mpv_154", "mpv_232", "mpv_261", "mpv_290", "mpv_293", "mpv_489", "mpv_2103", "mpv_2143", "mpv_2173", "mpv_2182", "mpv_2230", "mpv_2257"], "matching_info": {"--profile": [150, 151, 154, 232, 261, 290, 293, 489, 2103, 2143, 2173, 2182, 2230, 2257], "|main|": [3, 4]}, "question_id": "3193"} -{"nl": "display the output of webcam or other video input device", "cmd": "mpv /dev/{{video0}}", "tldr_cmd_name": "mpv", "cmd_name": "mpv", "manual_exist": true, "oracle_man": ["mpv_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3194"} -{"nl": "capture traffic of all interfaces", "cmd": "ngrep -d any", "tldr_cmd_name": "ngrep", "cmd_name": "ngrep", "manual_exist": true, "oracle_man": ["ngrep_2", "ngrep_3", "ngrep_32", "ngrep_38", "ngrep_41"], "matching_info": {"-d": [2, 32, 38, 41], "any": [], "|main|": [3]}, "question_id": "3195"} -{"nl": "capture traffic of a specific interface", "cmd": "ngrep -d {{eth0}}", "tldr_cmd_name": "ngrep", "cmd_name": "ngrep", "manual_exist": true, "oracle_man": ["ngrep_2", "ngrep_3", "ngrep_32", "ngrep_38", "ngrep_41"], "matching_info": {"-d": [2, 32, 38, 41], "|main|": [3]}, "question_id": "3196"} -{"nl": "capture traffic crossing port 22 of interface eth0", "cmd": "ngrep -d {{eth0}} port {{22}}", "tldr_cmd_name": "ngrep", "cmd_name": "ngrep", "manual_exist": true, "oracle_man": ["ngrep_2", "ngrep_3", "ngrep_32", "ngrep_38", "ngrep_41", "ngrep_55", "ngrep_56", "ngrep_57"], "matching_info": {"-d": [2, 32, 38, 41], "port": [55, 56, 57], "|main|": [3]}, "question_id": "3197"} -{"nl": "capture traffic from or to a host", "cmd": "ngrep host {{www.example.com}}", "tldr_cmd_name": "ngrep", "cmd_name": "ngrep", "manual_exist": true, "oracle_man": ["ngrep_3", "ngrep_43", "ngrep_44", "ngrep_45", "ngrep_48", "ngrep_49"], "matching_info": {"host": [43, 44, 45, 48, 49], "|main|": [3]}, "question_id": "3198"} -{"nl": "filter keyword 'useragent' of interface eth0", "cmd": "ngrep -d {{eth0}} '{{User-Agent:}}'", "tldr_cmd_name": "ngrep", "cmd_name": "ngrep", "manual_exist": true, "oracle_man": ["ngrep_2", "ngrep_3", "ngrep_32", "ngrep_38", "ngrep_41"], "matching_info": {"-d": [2, 32, 38, 41], "|main|": [3]}, "question_id": "3199"} -{"nl": "run an optimization or analysis on a bitcode file", "cmd": "opt -{{passname}} {{path/to/file.bc}} -S -o {{file_opt.bc}}", "tldr_cmd_name": "opt", "cmd_name": "opt", "manual_exist": true, "oracle_man": ["opt_3", "opt_7", "opt_10", "opt_11", "opt_14"], "matching_info": {"-S": [11], "-o": [7, 10, 14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3200"} -{"nl": "output the control flow graph of a function to a `.dot` file", "cmd": "opt {{-dot-cfg}} -S {{path/to/file.bc}} -disable-output", "tldr_cmd_name": "opt", "cmd_name": "opt", "manual_exist": true, "oracle_man": ["opt_3", "opt_11", "opt_18"], "matching_info": {"-S": [11], "-disable-output": [18], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3201"} -{"nl": "optimize the program at level 2 and output the result to another file", "cmd": "opt -O2 {{path/to/file.bc}} -S -o {{path/to/output_file.bc}}", "tldr_cmd_name": "opt", "cmd_name": "opt", "manual_exist": true, "oracle_man": ["opt_3", "opt_7", "opt_10", "opt_11", "opt_14"], "matching_info": {"-O2": [], "-S": [11], "-o": [7, 10, 14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3202"} -{"nl": "display all input data using the specified data configuration", "cmd": "ffe --configuration={{path/to/config.ffe}} {{path/to/input}}", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_5"], "matching_info": {"--configuration": [5], "|main|": [3]}, "question_id": "3238"} -{"nl": "convert an input file to an output file in a new format", "cmd": "ffe --output={{path/to/output}} -c {{path/to/config.ffe}} {{path/to/input}}", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_5", "ffe_8", "ffe_12", "ffe_29", "ffe_30", "ffe_34", "ffe_95", "ffe_139", "ffe_140", "ffe_146"], "matching_info": {"--output": [8, 34], "-c": [5, 12, 29, 30, 95, 139, 140, 146], "|main|": [3]}, "question_id": "3239"} -{"nl": "select input structure and print format from definitions in `~/.fferc` config file", "cmd": "ffe --structure={{structure}} --print={{format}} {{path/to/input}}", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_6", "ffe_7", "ffe_33", "ffe_35"], "matching_info": {"--structure": [6, 33], "--print": [7, 35], "|main|": [3]}, "question_id": "3240"} -{"nl": "write only the selected fields", "cmd": "ffe --field-list=\"{{FirstName,LastName,Age}}\" -c {{path/to/config.ffe}} {{path/to/input}}", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_5", "ffe_9", "ffe_12", "ffe_29", "ffe_30", "ffe_95", "ffe_139", "ffe_140", "ffe_146", "ffe_152"], "matching_info": {"--field-list": [9, 152], "-c": [5, 12, 29, 30, 95, 139, 140, 146], "|main|": [3]}, "question_id": "3241"} -{"nl": "write only the records that match an expression", "cmd": "ffe -e \"{{LastName=Smith}}\" -c {{path/to/config.ffe}} {{path/to/input}}", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_5", "ffe_10", "ffe_12", "ffe_21", "ffe_29", "ffe_30", "ffe_95", "ffe_121", "ffe_139", "ffe_140", "ffe_146"], "matching_info": {"-e": [10, 21, 121, 139], "-c": [5, 12, 29, 30, 95, 139, 140, 146], "|main|": [3]}, "question_id": "3242"} -{"nl": "display help", "cmd": "ffe --help", "tldr_cmd_name": "ffe", "cmd_name": "ffe", "manual_exist": true, "oracle_man": ["ffe_3", "ffe_18"], "matching_info": {"--help": [18], "|main|": [3]}, "question_id": "3243"} -{"nl": "build a recursive fls list over a device, output paths will start with c", "cmd": "fls -r -m {{C:}} {{/dev/loop1p1}}", "tldr_cmd_name": "fls", "cmd_name": "fls", "manual_exist": true, "oracle_man": ["fls_2", "fls_3", "fls_12", "fls_14", "fls_15", "fls_26", "fls_28", "fls_32"], "matching_info": {"-r": [14, 26, 28], "-m": [2, 12, 15, 32], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3244"} -{"nl": "analyse a single partition, providing the sector offset at which the filesystem starts in the image", "cmd": "fls -r -m {{C:}} -o {{sector}} {{path/to/image_file}}", "tldr_cmd_name": "fls", "cmd_name": "fls", "manual_exist": true, "oracle_man": ["fls_2", "fls_3", "fls_12", "fls_14", "fls_15", "fls_17", "fls_26", "fls_28", "fls_32", "fls_34", "fls_36"], "matching_info": {"-r": [14, 26, 28], "-m": [2, 12, 15, 32], "-o": [2, 17, 34, 36], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3245"} -{"nl": "analyse a single partition, providing the timezone of the original system", "cmd": "fls -r -m {{C:}} -z {{timezone}} {{/dev/loop1p1}}", "tldr_cmd_name": "fls", "cmd_name": "fls", "manual_exist": true, "oracle_man": ["fls_2", "fls_3", "fls_12", "fls_14", "fls_15", "fls_22", "fls_26", "fls_28", "fls_32"], "matching_info": {"-r": [14, 26, 28], "-m": [2, 12, 15, 32], "-z": [2, 22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3246"} -{"nl": "produce a complete html document from a source code file", "cmd": "highlight --out-format={{html}} --style {{theme_name}} --syntax {{language}} {{path/to/source_code}}", "tldr_cmd_name": "highlight", "cmd_name": "highlight", "manual_exist": true, "oracle_man": ["highlight_3", "highlight_13", "highlight_14", "highlight_15", "highlight_25", "highlight_30", "highlight_31", "highlight_33", "highlight_44", "highlight_98", "highlight_100", "highlight_103"], "matching_info": {"--out-format": [30, 98, 100, 103], "--style": [25, 31, 33, 44], "--syntax": [13, 14, 15], "|main|": [3, 4]}, "question_id": "3255"} -{"nl": "produce an html fragment, suitable for inclusion in a larger document", "cmd": "highlight --out-format={{html}} --fragment --syntax {{language}} {{source_file}}", "tldr_cmd_name": "highlight", "cmd_name": "highlight", "manual_exist": true, "oracle_man": ["highlight_3", "highlight_13", "highlight_14", "highlight_15", "highlight_30", "highlight_34", "highlight_98", "highlight_100", "highlight_103"], "matching_info": {"--out-format": [30, 98, 100, 103], "--fragment": [34], "--syntax": [13, 14, 15], "|main|": [3, 4]}, "question_id": "3256"} -{"nl": "inline the css styling in every tag", "cmd": "highlight --out-format={{html}} --inline-css --syntax {{language}} {{source_file}}", "tldr_cmd_name": "highlight", "cmd_name": "highlight", "manual_exist": true, "oracle_man": ["highlight_3", "highlight_13", "highlight_14", "highlight_15", "highlight_30", "highlight_62", "highlight_98", "highlight_100", "highlight_103"], "matching_info": {"--out-format": [30, 98, 100, 103], "--inline-css": [62], "--syntax": [13, 14, 15], "|main|": [3, 4]}, "question_id": "3257"} -{"nl": "list all supported languages, themes, or plugins", "cmd": "highlight --list-scripts {{langs|themes|plugins}}", "tldr_cmd_name": "highlight", "cmd_name": "highlight", "manual_exist": true, "oracle_man": ["highlight_3", "highlight_19", "highlight_104"], "matching_info": {"--list-scripts": [19, 104], "|main|": [3, 4]}, "question_id": "3258"} -{"nl": "print a css stylesheet for a theme", "cmd": "highlight --out-format={{html}} --print-style --style {{theme_name}} --syntax {{language}}] --stdout", "tldr_cmd_name": "highlight", "cmd_name": "highlight", "manual_exist": true, "oracle_man": ["highlight_3", "highlight_13", "highlight_14", "highlight_15", "highlight_25", "highlight_27", "highlight_30", "highlight_31", "highlight_33", "highlight_44", "highlight_98", "highlight_100", "highlight_103"], "matching_info": {"--out-format": [30, 98, 100, 103], "--print-style": [25, 27], "--style": [25, 31, 33, 44], "--syntax": [13, 14, 15], "--stdout": [27], "|main|": [3, 4]}, "question_id": "3259"} -{"nl": "switch to an existing branch", "cmd": "git switch {{branch_name}}", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_2", "git-switch_3", "git-switch_13", "git-switch_15", "git-switch_18", "git-switch_33", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_42", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "|main|": [3, 4, 5, 6]}, "question_id": "3271"} -{"nl": "create a new branch and switch to it", "cmd": "git switch --create {{branch_name}}", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_2", "git-switch_3", "git-switch_12", "git-switch_13", "git-switch_14", "git-switch_15", "git-switch_18", "git-switch_33", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_42", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "--create": [12, 14], "|main|": [3, 4, 5, 6]}, "question_id": "3272"} -{"nl": "create a new branch based on an existing commit and switch to it", "cmd": "git switch --create {{branch_name}} {{commit}}", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_2", "git-switch_3", "git-switch_12", "git-switch_13", "git-switch_14", "git-switch_15", "git-switch_18", "git-switch_33", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_42", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "--create": [12, 14], "|main|": [3, 4, 5, 6]}, "question_id": "3273"} -{"nl": "switch to the previous branch", "cmd": "git switch -", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_0", "git-switch_1", "git-switch_2", "git-switch_3", "git-switch_4", "git-switch_5", "git-switch_8", "git-switch_9", "git-switch_10", "git-switch_12", "git-switch_13", "git-switch_14", "git-switch_15", "git-switch_16", "git-switch_17", "git-switch_18", "git-switch_19", "git-switch_20", "git-switch_22", "git-switch_23", "git-switch_24", "git-switch_26", "git-switch_27", "git-switch_28", "git-switch_29", "git-switch_30", "git-switch_31", "git-switch_32", "git-switch_33", "git-switch_34", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_41", "git-switch_42", "git-switch_43", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "-": [0, 1, 2, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 41, 42, 43, 45, 47, 49, 51, 53], "|main|": [3, 4, 5, 6]}, "question_id": "3274"} -{"nl": "switch to a branch and update all submodules to match", "cmd": "git switch --recurse-submodules {{branch_name}}", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_2", "git-switch_3", "git-switch_13", "git-switch_15", "git-switch_18", "git-switch_23", "git-switch_33", "git-switch_34", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_42", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "--recurse-submodules": [23, 34], "|main|": [3, 4, 5, 6]}, "question_id": "3275"} -{"nl": "switch to a branch and automatically merge the current branch and any uncommitted changes into it", "cmd": "git switch --merge {{branch_name}}", "tldr_cmd_name": "git-switch", "cmd_name": "git-switch", "manual_exist": true, "oracle_man": ["git-switch_2", "git-switch_3", "git-switch_5", "git-switch_13", "git-switch_15", "git-switch_18", "git-switch_24", "git-switch_26", "git-switch_33", "git-switch_36", "git-switch_38", "git-switch_40", "git-switch_42", "git-switch_44", "git-switch_45", "git-switch_47", "git-switch_49", "git-switch_51", "git-switch_53"], "matching_info": {"git": [2, 13, 15, 18, 33, 36, 38, 40, 42, 45, 47, 49, 51, 53], "switch": [2, 18, 33, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53], "--merge": [5, 24, 26], "|main|": [3, 4, 5, 6]}, "question_id": "3276"} -{"nl": "search for a pattern within a file", "cmd": "egrep \"{{search_pattern}}\" {{path/to/file}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3277"} -{"nl": "search for a pattern within multiple files", "cmd": "egrep \"{{search_pattern}}\" {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3278"} -{"nl": "search stdin for a pattern", "cmd": "cat {{path/to/file}} | egrep {{search_pattern}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3"], "matching_info": {"cat": [], "|main|": [3, 4, 5]}, "question_id": "3279"} -{"nl": "print file name and line number for each match", "cmd": "egrep --with-filename --line-number \"{{search_pattern}}\" {{path/to/file}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3", "egrep_29", "egrep_32"], "matching_info": {"--with-filename": [29], "--line-number": [32], "|main|": [3, 4, 5]}, "question_id": "3280"} -{"nl": "search for a pattern in all files recursively in a directory, ignoring binary files", "cmd": "egrep --recursive --binary-files={{without-match}} \"{{search_pattern}}\" {{path/to/directory}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3", "egrep_40", "egrep_41", "egrep_52", "egrep_54", "egrep_57"], "matching_info": {"--recursive": [54], "--binary-files": [40, 41, 52, 57], "|main|": [3, 4, 5]}, "question_id": "3281"} -{"nl": "search for lines that do not match a pattern", "cmd": "egrep --invert-match \"{{search_pattern}}\" {{path/to/file}}", "tldr_cmd_name": "egrep", "cmd_name": "egrep", "manual_exist": true, "oracle_man": ["egrep_3", "egrep_16", "egrep_20", "egrep_24"], "matching_info": {"--invert-match": [16, 20, 24], "|main|": [3, 4, 5]}, "question_id": "3282"} -{"nl": "render a commonmark markdown file to html", "cmd": "cmark --to html {{filename.md}}", "tldr_cmd_name": "cmark", "cmd_name": "cmark", "manual_exist": true, "oracle_man": ["cmark_3", "cmark_4"], "matching_info": {"--to": [4], "html": [], "|main|": [3]}, "question_id": "3306"} -{"nl": "convert data from standard input to latex", "cmd": "cmark --to latex", "tldr_cmd_name": "cmark", "cmd_name": "cmark", "manual_exist": true, "oracle_man": ["cmark_3", "cmark_4"], "matching_info": {"--to": [4], "latex": [], "|main|": [3]}, "question_id": "3307"} -{"nl": "convert straight quotes to smart quotes", "cmd": "cmark --smart --to html {{filename.md}}", "tldr_cmd_name": "cmark", "cmd_name": "cmark", "manual_exist": true, "oracle_man": ["cmark_3", "cmark_4", "cmark_10"], "matching_info": {"--smart": [10], "--to": [4], "html": [], "|main|": [3]}, "question_id": "3308"} -{"nl": "validate utf8 characters", "cmd": "cmark --validate-utf8 {{filename.md}}", "tldr_cmd_name": "cmark", "cmd_name": "cmark", "manual_exist": true, "oracle_man": ["cmark_3", "cmark_9"], "matching_info": {"--validate-utf8": [9], "|main|": [3]}, "question_id": "3309"} -{"nl": "build and view the default package documentation in the browser", "cmd": "cargo doc --open", "tldr_cmd_name": "cargo-doc", "cmd_name": "cargo-doc", "manual_exist": true, "oracle_man": ["cargo-doc_2", "cargo-doc_3", "cargo-doc_4", "cargo-doc_59"], "matching_info": {"cargo": [2, 59], "doc": [2, 59], "--open": [4], "|main|": [3]}, "question_id": "3310"} -{"nl": "build documentation without accessing the network", "cmd": "cargo doc --offline", "tldr_cmd_name": "cargo-doc", "cmd_name": "cargo-doc", "manual_exist": true, "oracle_man": ["cargo-doc_2", "cargo-doc_3", "cargo-doc_49", "cargo-doc_59"], "matching_info": {"cargo": [2, 59], "doc": [2, 59], "--offline": [49], "|main|": [3]}, "question_id": "3311"} -{"nl": "view a particular package's documentation", "cmd": "cargo doc --open --package {{package}}", "tldr_cmd_name": "cargo-doc", "cmd_name": "cargo-doc", "manual_exist": true, "oracle_man": ["cargo-doc_2", "cargo-doc_3", "cargo-doc_4", "cargo-doc_9", "cargo-doc_59"], "matching_info": {"cargo": [2, 59], "doc": [2, 59], "--open": [4], "--package": [9], "|main|": [3]}, "question_id": "3312"} -{"nl": "view a particular package's documentation offline", "cmd": "cargo doc --open --offline --package {{package}}", "tldr_cmd_name": "cargo-doc", "cmd_name": "cargo-doc", "manual_exist": true, "oracle_man": ["cargo-doc_2", "cargo-doc_3", "cargo-doc_4", "cargo-doc_9", "cargo-doc_49", "cargo-doc_59"], "matching_info": {"cargo": [2, 59], "doc": [2, 59], "--open": [4], "--offline": [49], "--package": [9], "|main|": [3]}, "question_id": "3313"} -{"nl": "call the first target specified in the makefile (usually named \"all\")", "cmd": "make", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3314"} -{"nl": "call a specific target", "cmd": "make {{target}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3315"} -{"nl": "call a specific target, executing 4 jobs at a time in parallel", "cmd": "make -j{{4}} {{target}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3316"} -{"nl": "use a specific makefile", "cmd": "make --file {{file}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3", "make_18"], "matching_info": {"--file": [18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3317"} -{"nl": "execute make from another directory", "cmd": "make --directory {{directory}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3", "make_13"], "matching_info": {"--directory": [13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3318"} -{"nl": "force making of a target, even if source files are unchanged", "cmd": "make --always-make {{target}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3", "make_12"], "matching_info": {"--always-make": [12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3319"} -{"nl": "override variables defined in the makefile by the environment", "cmd": "make --environment-overrides {{target}}", "tldr_cmd_name": "make", "cmd_name": "make", "manual_exist": true, "oracle_man": ["make_3", "make_16"], "matching_info": {"--environment-overrides": [16], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3320"} -{"nl": "make a simple get request", "cmd": "lwp-request -m GET {{http://example.com/some/path}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5"], "matching_info": {"-m": [2, 5], "GET": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3321"} -{"nl": "upload a file with a post request", "cmd": "lwp-request -m POST {{http://example.com/some/path}} < {{path/to/file}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5"], "matching_info": {"-m": [2, 5], "POST": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3322"} -{"nl": "make a request with a custom user agent", "cmd": "lwp-request -H 'User-Agent: {{user_agent}} -m {{METHOD}} {{http://example.com/some/path}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5", "lwp-request_13", "lwp-request_14"], "matching_info": {"-H": [13, 14], "User-Agent:": [], "-m": [2, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3323"} -{"nl": "make a request with http authentication", "cmd": "lwp-request -C {{username}}:{{password}} -m {{METHOD}} {{http://example.com/some/path}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5", "lwp-request_15"], "matching_info": {"-C": [2, 15], "-m": [2, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3324"} -{"nl": "make a request and print request headers", "cmd": "lwp-request -U -m {{METHOD}} {{http://example.com/some/path}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5", "lwp-request_18"], "matching_info": {"-U": [18], "-m": [2, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3325"} -{"nl": "make a request and print response headers and status chain", "cmd": "lwp-request -E -m {{METHOD}} {{http://example.com/some/path}}", "tldr_cmd_name": "lwp-request", "cmd_name": "lwp-request", "manual_exist": true, "oracle_man": ["lwp-request_2", "lwp-request_3", "lwp-request_5", "lwp-request_22"], "matching_info": {"-E": [22], "-m": [2, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, "question_id": "3326"} -{"nl": "list only local configuration entries (stored in `.git/config` in the current repository)", "cmd": "git config --list --local", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_6", "git-config_7", "git-config_11", "git-config_12", "git-config_30", "git-config_33", "git-config_42", "git-config_44", "git-config_55", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_924", "git-config_968", "git-config_1006", "git-config_1008", "git-config_1057"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--list": [2, 42, 55, 64], "--local": [6, 7, 30, 33, 1006, 1057], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3327"} -{"nl": "list only global configuration entries (stored in `~/.gitconfig`)", "cmd": "git config --list --global", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_6", "git-config_7", "git-config_11", "git-config_12", "git-config_24", "git-config_42", "git-config_44", "git-config_55", "git-config_61", "git-config_62", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--list": [2, 42, 55, 64], "--global": [6, 7, 24, 61, 62], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3328"} -{"nl": "list all configuration entries that have been defined either locally or globally", "cmd": "git config --list", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_11", "git-config_12", "git-config_42", "git-config_44", "git-config_55", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--list": [2, 42, 55, 64], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3329"} -{"nl": "get the value of a given configuration entry", "cmd": "git config alias.unstage", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_11", "git-config_12", "git-config_44", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "alias.unstage": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3330"} -{"nl": "set the global value of a given configuration entry", "cmd": "git config --global alias.unstage \"reset HEAD --\"", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_4", "git-config_5", "git-config_6", "git-config_7", "git-config_11", "git-config_12", "git-config_17", "git-config_18", "git-config_19", "git-config_20", "git-config_21", "git-config_22", "git-config_23", "git-config_24", "git-config_27", "git-config_30", "git-config_33", "git-config_34", "git-config_37", "git-config_38", "git-config_39", "git-config_40", "git-config_41", "git-config_42", "git-config_43", "git-config_44", "git-config_52", "git-config_53", "git-config_54", "git-config_55", "git-config_56", "git-config_57", "git-config_58", "git-config_59", "git-config_60", "git-config_61", "git-config_62", "git-config_63", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_96", "git-config_98", "git-config_117", "git-config_145", "git-config_152", "git-config_168", "git-config_172", "git-config_226", "git-config_231", "git-config_267", "git-config_287", "git-config_292", "git-config_296", "git-config_297", "git-config_298", "git-config_299", "git-config_300", "git-config_303", "git-config_306", "git-config_309", "git-config_311", "git-config_317", "git-config_320", "git-config_321", "git-config_325", "git-config_330", "git-config_331", "git-config_334", "git-config_338", "git-config_342", "git-config_343", "git-config_344", "git-config_351", "git-config_354", "git-config_355", "git-config_356", "git-config_357", "git-config_358", "git-config_369", "git-config_386", "git-config_392", "git-config_402", "git-config_403", "git-config_405", "git-config_406", "git-config_410", "git-config_412", "git-config_414", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_436", "git-config_476", "git-config_477", "git-config_478", "git-config_485", "git-config_496", "git-config_500", "git-config_501", "git-config_502", "git-config_505", "git-config_506", "git-config_507", "git-config_508", "git-config_510", "git-config_512", "git-config_518", "git-config_519", "git-config_522", "git-config_523", "git-config_524", "git-config_526", "git-config_544", "git-config_545", "git-config_546", "git-config_547", "git-config_548", "git-config_549", "git-config_550", "git-config_552", "git-config_553", "git-config_555", "git-config_556", "git-config_557", "git-config_559", "git-config_560", "git-config_563", "git-config_579", "git-config_580", "git-config_581", "git-config_583", "git-config_584", "git-config_585", "git-config_636", "git-config_637", "git-config_701", "git-config_714", "git-config_715", "git-config_716", "git-config_717", "git-config_718", "git-config_719", "git-config_720", "git-config_721", "git-config_722", "git-config_724", "git-config_725", "git-config_727", "git-config_730", "git-config_731", "git-config_734", "git-config_735", "git-config_736", "git-config_737", "git-config_738", "git-config_744", "git-config_745", "git-config_755", "git-config_757", "git-config_799", "git-config_800", "git-config_830", "git-config_835", "git-config_843", "git-config_844", "git-config_852", "git-config_853", "git-config_854", "git-config_860", "git-config_862", "git-config_878", "git-config_879", "git-config_880", "git-config_885", "git-config_887", "git-config_888", "git-config_892", "git-config_893", "git-config_894", "git-config_901", "git-config_902", "git-config_905", "git-config_906", "git-config_907", "git-config_911", "git-config_924", "git-config_934", "git-config_937", "git-config_938", "git-config_939", "git-config_941", "git-config_942", "git-config_948", "git-config_949", "git-config_953", "git-config_960", "git-config_961", "git-config_968", "git-config_976", "git-config_977", "git-config_978", "git-config_987", "git-config_988", "git-config_994", "git-config_995", "git-config_996", "git-config_997", "git-config_1000", "git-config_1004", "git-config_1005", "git-config_1006", "git-config_1008", "git-config_1038", "git-config_1043", "git-config_1049", "git-config_1057", "git-config_1063"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--global": [6, 7, 24, 61, 62], "alias.unstage": [], "reset": [953], "HEAD": [417, 419], "--": [2, 4, 5, 6, 7, 17, 18, 19, 20, 21, 22, 23, 24, 27, 30, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 77, 80, 84, 86, 88, 94, 96, 98, 145, 152, 168, 172, 226, 231, 267, 287, 292, 296, 297, 298, 299, 300, 303, 306, 309, 311, 317, 320, 321, 325, 330, 331, 334, 338, 342, 343, 344, 351, 354, 355, 356, 357, 358, 369, 386, 392, 402, 403, 405, 406, 410, 412, 414, 418, 420, 436, 476, 477, 478, 496, 500, 501, 502, 505, 506, 507, 508, 510, 512, 518, 519, 522, 523, 524, 526, 544, 545, 546, 547, 548, 549, 550, 552, 553, 555, 556, 557, 559, 560, 563, 579, 580, 581, 583, 584, 585, 636, 637, 701, 714, 715, 716, 717, 718, 719, 720, 721, 722, 724, 725, 727, 730, 731, 734, 735, 736, 737, 738, 744, 745, 755, 757, 799, 800, 830, 835, 843, 844, 860, 862, 878, 879, 880, 887, 888, 892, 893, 894, 901, 902, 905, 906, 907, 911, 924, 934, 937, 938, 939, 941, 942, 948, 949, 953, 960, 961, 976, 977, 978, 987, 988, 994, 995, 996, 997, 1000, 1004, 1005, 1006, 1038, 1043, 1049, 1057, 1063], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3331"} -{"nl": "revert a global configuration entry to its default value", "cmd": "git config --global --unset alias.unstage", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_6", "git-config_7", "git-config_11", "git-config_12", "git-config_24", "git-config_40", "git-config_41", "git-config_44", "git-config_61", "git-config_62", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--global": [6, 7, 24, 61, 62], "--unset": [2, 40, 41, 77], "alias.unstage": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3332"} -{"nl": "edit the git configuration for the current repository in the default editor", "cmd": "git config --edit", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_11", "git-config_12", "git-config_44", "git-config_61", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_320", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_894", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--edit": [2, 61, 320, 894], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3333"} -{"nl": "edit the global git configuration in the default editor", "cmd": "git config --global --edit", "tldr_cmd_name": "git-config", "cmd_name": "git-config", "manual_exist": true, "oracle_man": ["git-config_2", "git-config_3", "git-config_6", "git-config_7", "git-config_11", "git-config_12", "git-config_24", "git-config_44", "git-config_61", "git-config_62", "git-config_64", "git-config_65", "git-config_72", "git-config_74", "git-config_77", "git-config_80", "git-config_82", "git-config_84", "git-config_86", "git-config_88", "git-config_90", "git-config_92", "git-config_94", "git-config_98", "git-config_117", "git-config_152", "git-config_320", "git-config_416", "git-config_417", "git-config_418", "git-config_419", "git-config_420", "git-config_485", "git-config_852", "git-config_853", "git-config_854", "git-config_885", "git-config_894", "git-config_924", "git-config_968", "git-config_1008"], "matching_info": {"git": [2, 44, 65, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 117, 152, 416, 417, 418, 419, 420, 852, 853, 854, 885, 924], "config": [2, 11, 12, 64, 72, 74, 77, 80, 82, 84, 86, 88, 90, 92, 94, 98, 485, 885, 924, 968, 1008], "--global": [6, 7, 24, 61, 62], "--edit": [2, 61, 320, 894], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, "question_id": "3334"} -{"nl": "ping the specified url", "cmd": "httping -g {{url}}", "tldr_cmd_name": "httping", "cmd_name": "httping", "manual_exist": true, "oracle_man": ["httping_3", "httping_4", "httping_17", "httping_18", "httping_49", "httping_69", "httping_71", "httping_73", "httping_74"], "matching_info": {"-g": [3, 17, 18, 49, 69, 71, 73, 74], "|main|": [4]}, "question_id": "3344"} -{"nl": "ping the web server on `host` and `port`", "cmd": "httping -h {{host}} -p {{port}}", "tldr_cmd_name": "httping", "cmd_name": "httping", "manual_exist": true, "oracle_man": ["httping_3", "httping_4", "httping_18", "httping_25", "httping_26", "httping_28", "httping_48", "httping_50", "httping_53", "httping_55", "httping_57", "httping_58", "httping_59", "httping_72"], "matching_info": {"-h": [3, 18, 28, 50, 53, 72], "-p": [3, 25, 26, 28, 48, 55, 57, 58, 59, 72], "|main|": [4]}, "question_id": "3345"} -{"nl": "ping the web server on `host` using a tls connection", "cmd": "httping -l -g https://{{host}}", "tldr_cmd_name": "httping", "cmd_name": "httping", "manual_exist": true, "oracle_man": ["httping_3", "httping_4", "httping_17", "httping_18", "httping_23", "httping_49", "httping_61", "httping_65", "httping_69", "httping_71", "httping_73", "httping_74"], "matching_info": {"-l": [3, 23, 49, 61, 65, 69, 73], "-g": [3, 17, 18, 49, 69, 71, 73, 74], "|main|": [4]}, "question_id": "3346"} -{"nl": "ping the web server on `host` using http basic authentication", "cmd": "httping -g http://{{host}} -U {{username}} -P {{password}}", "tldr_cmd_name": "httping", "cmd_name": "httping", "manual_exist": true, "oracle_man": ["httping_3", "httping_4", "httping_17", "httping_18", "httping_37", "httping_49", "httping_69", "httping_71", "httping_73", "httping_74"], "matching_info": {"-g": [3, 17, 18, 49, 69, 71, 73, 74], "-U": [37, 74], "-P": [37, 74], "|main|": [4]}, "question_id": "3347"} -{"nl": "start the daemon", "cmd": "auditd", "tldr_cmd_name": "auditd", "cmd_name": "auditd", "manual_exist": true, "oracle_man": ["auditd_3"], "matching_info": {"|main|": [3]}, "question_id": "3365"} -{"nl": "start the daemon in debug mode", "cmd": "auditd -d", "tldr_cmd_name": "auditd", "cmd_name": "auditd", "manual_exist": true, "oracle_man": ["auditd_3"], "matching_info": {"-d": [], "|main|": [3]}, "question_id": "3366"} -{"nl": "start the daemon ondemand from launchd", "cmd": "auditd -l", "tldr_cmd_name": "auditd", "cmd_name": "auditd", "manual_exist": true, "oracle_man": ["auditd_2", "auditd_3", "auditd_5"], "matching_info": {"-l": [2, 5], "|main|": [3]}, "question_id": "3367"} -{"nl": "list all jvm processes", "cmd": "jps", "tldr_cmd_name": "jps", "cmd_name": "jps", "manual_exist": true, "oracle_man": ["jps_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "3376"} -{"nl": "list all jvm processes with only pid", "cmd": "jps -q", "tldr_cmd_name": "jps", "cmd_name": "jps", "manual_exist": true, "oracle_man": ["jps_5", "jps_12"], "matching_info": {"-q": [12], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "3377"} -{"nl": "display the arguments passed to the processes", "cmd": "jps -m", "tldr_cmd_name": "jps", "cmd_name": "jps", "manual_exist": true, "oracle_man": ["jps_5", "jps_13", "jps_39", "jps_40"], "matching_info": {"-m": [13, 39, 40], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "3378"} -{"nl": "display the full package name of all processes", "cmd": "jps -l", "tldr_cmd_name": "jps", "cmd_name": "jps", "manual_exist": true, "oracle_man": ["jps_3", "jps_5", "jps_14", "jps_34", "jps_35"], "matching_info": {"-l": [3, 14, 34, 35], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "3379"} -{"nl": "display the arguments passed to the jvm", "cmd": "jps -v", "tldr_cmd_name": "jps", "cmd_name": "jps", "manual_exist": true, "oracle_man": ["jps_5", "jps_15"], "matching_info": {"-v": [15], "|main|": [5, 6, 7, 8, 9, 10]}, "question_id": "3380"} -{"nl": "start mytop", "cmd": "mytop", "tldr_cmd_name": "mytop", "cmd_name": "mytop", "manual_exist": true, "oracle_man": ["mytop_17"], "matching_info": {"|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}, "question_id": "3381"} -{"nl": "connect with a specified username and password", "cmd": "mytop -u {{user}} -p {{password}}", "tldr_cmd_name": "mytop", "cmd_name": "mytop", "manual_exist": true, "oracle_man": ["mytop_12", "mytop_17", "mytop_35", "mytop_36", "mytop_38", "mytop_52"], "matching_info": {"-u": [35], "-p": [12, 36, 38, 52], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}, "question_id": "3382"} -{"nl": "connect with a specified username (the user will be prompted for a password)", "cmd": "mytop -u {{user}} --prompt", "tldr_cmd_name": "mytop", "cmd_name": "mytop", "manual_exist": true, "oracle_man": ["mytop_17", "mytop_35"], "matching_info": {"-u": [35], "--prompt": [], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}, "question_id": "3383"} -{"nl": "do not show any idle (sleeping) threads", "cmd": "mytop -u {{user}} -p {{password}} --noidle", "tldr_cmd_name": "mytop", "cmd_name": "mytop", "manual_exist": true, "oracle_man": ["mytop_12", "mytop_17", "mytop_35", "mytop_36", "mytop_38", "mytop_52"], "matching_info": {"-u": [35], "-p": [12, 36, 38, 52], "--noidle": [], "|main|": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}, "question_id": "3384"} -{"nl": "execute a typescript file without compiling (`node` + `tsc`)", "cmd": "ts-node {{path/to/file.ts}}", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3385"} -{"nl": "execute a typescript file without loading `tsconfig.json`", "cmd": "ts-node --skip-project {{path/to/file.ts}}", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3", "ts-node_22"], "matching_info": {"--skip-project": [22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3386"} -{"nl": "evaluate typescript code passed as a literal on the commandline", "cmd": "ts-node --eval '{{console.log(\"Hello World\")}}'", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3", "ts-node_4", "ts-node_5"], "matching_info": {"--eval": [4, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3387"} -{"nl": "execute a typescript file in script mode", "cmd": "ts-node --script-mode {{path/to/file.ts}}", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3", "ts-node_10"], "matching_info": {"--script-mode": [10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3388"} -{"nl": "transpile a typescript file to javascript without executing it", "cmd": "ts-node --transpile-only {{path/to/file.ts}}", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3", "ts-node_11"], "matching_info": {"--transpile-only": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3389"} -{"nl": "display tsnode help", "cmd": "ts-node --help", "tldr_cmd_name": "ts-node", "cmd_name": "ts-node", "manual_exist": true, "oracle_man": ["ts-node_3", "ts-node_8"], "matching_info": {"--help": [8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, "question_id": "3390"} -{"nl": "create a git repository in the current directory and commit all files", "cmd": "git setup", "tldr_cmd_name": "git-setup", "cmd_name": "git-setup", "manual_exist": true, "oracle_man": ["git-setup_3", "git-setup_6"], "matching_info": {"git": [6], "setup": [6], "|main|": [3]}, "question_id": "3397"} -{"nl": "create a git repository in a specific directory and commit all files", "cmd": "git setup {{path/to/directory}}", "tldr_cmd_name": "git-setup", "cmd_name": "git-setup", "manual_exist": true, "oracle_man": ["git-setup_3", "git-setup_6"], "matching_info": {"git": [6], "setup": [6], "|main|": [3]}, "question_id": "3398"} -{"nl": "create a directory in current directory or given path", "cmd": "mkdir {{directory}}", "tldr_cmd_name": "mkdir", "cmd_name": "mkdir", "manual_exist": true, "oracle_man": ["mkdir_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3399"} -{"nl": "create multiple directories in the current directory", "cmd": "mkdir {{directory_1 directory_2 ...}}", "tldr_cmd_name": "mkdir", "cmd_name": "mkdir", "manual_exist": true, "oracle_man": ["mkdir_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3400"} -{"nl": "create directories recursively (useful for creating nested dirs)", "cmd": "mkdir -p {{path/to/directory}}", "tldr_cmd_name": "mkdir", "cmd_name": "mkdir", "manual_exist": true, "oracle_man": ["mkdir_3", "mkdir_4", "mkdir_11", "mkdir_35"], "matching_info": {"-p": [3, 11, 35], "|main|": [4, 5, 6, 7]}, "question_id": "3401"} -{"nl": "insert a new entry with your editor", "cmd": "jrnl", "tldr_cmd_name": "jrnl", "cmd_name": "jrnl", "manual_exist": true, "oracle_man": ["jrnl_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "3402"} -{"nl": "quickly insert a new entry", "cmd": "jrnl {{today at 3am}}: {{title}}. {{content}}", "tldr_cmd_name": "jrnl", "cmd_name": "jrnl", "manual_exist": true, "oracle_man": ["jrnl_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "3403"} -{"nl": "view the last ten entries", "cmd": "jrnl -n {{10}}", "tldr_cmd_name": "jrnl", "cmd_name": "jrnl", "manual_exist": true, "oracle_man": ["jrnl_2", "jrnl_3", "jrnl_32", "jrnl_33"], "matching_info": {"-n": [3, 32, 33], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "3404"} -{"nl": "view everything that happened from the start of last year to the start of last march", "cmd": "jrnl -from \"{{last year}}\" -until {{march}}", "tldr_cmd_name": "jrnl", "cmd_name": "jrnl", "manual_exist": true, "oracle_man": ["jrnl_2", "jrnl_3", "jrnl_27", "jrnl_28"], "matching_info": {"-from": [3, 27], "-until": [28], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "3405"} -{"nl": "edit all entries tagged with \"texas\" and \"history\"", "cmd": "jrnl {{@texas}} -and {{@history}} --edit", "tldr_cmd_name": "jrnl", "cmd_name": "jrnl", "manual_exist": true, "oracle_man": ["jrnl_2", "jrnl_3", "jrnl_30", "jrnl_35"], "matching_info": {"-and": [3, 30], "--edit": [3, 35], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42]}, "question_id": "3406"} -{"nl": "log in to the openshift container platform server", "cmd": "oc login", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"login": [], "|main|": [3, 4]}, "question_id": "3407"} -{"nl": "create a new project", "cmd": "oc new-project {{project_name}}", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"new-project": [], "|main|": [3, 4]}, "question_id": "3408"} -{"nl": "switch to an existing project", "cmd": "oc project {{project_name}}", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"project": [], "|main|": [3, 4]}, "question_id": "3409"} -{"nl": "add a new application to a project", "cmd": "oc new-app {{repo_url}} --name {{application}}", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3", "oc_45"], "matching_info": {"new-app": [], "--name": [45], "|main|": [3, 4]}, "question_id": "3410"} -{"nl": "open a remote shell session to a container", "cmd": "oc rsh {{pod_name}}", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"rsh": [], "|main|": [3, 4]}, "question_id": "3411"} -{"nl": "list pods in a project", "cmd": "oc get pods", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"get": [], "pods": [], "|main|": [3, 4]}, "question_id": "3412"} -{"nl": "log out from the current session", "cmd": "oc logout", "tldr_cmd_name": "oc", "cmd_name": "oc", "manual_exist": true, "oracle_man": ["oc_3"], "matching_info": {"logout": [], "|main|": [3, 4]}, "question_id": "3413"} -{"nl": "create databases, load the schema, and initialize with seed data", "cmd": "rails db:setup", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:setup": [], "|main|": [1]}, "question_id": "3426"} -{"nl": "access the database console", "cmd": "rails db", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db": [], "|main|": [1]}, "question_id": "3427"} -{"nl": "create the databases defined in the current environment", "cmd": "rails db:create", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:create": [], "|main|": [1]}, "question_id": "3428"} -{"nl": "destroy the databases defined in the current environment", "cmd": "rails db:drop", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:drop": [], "|main|": [1]}, "question_id": "3429"} -{"nl": "run pending migrations", "cmd": "rails db:migrate", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:migrate": [], "|main|": [1]}, "question_id": "3430"} -{"nl": "view the status of each migration file", "cmd": "rails db:migrate:status", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:migrate:status": [], "|main|": [1]}, "question_id": "3431"} -{"nl": "rollback the last migration", "cmd": "rails db:rollback", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:rollback": [], "|main|": [1]}, "question_id": "3432"} -{"nl": "fill the current database with data defined in `db/seeds.rb`", "cmd": "rails db:seed", "tldr_cmd_name": "rails-db", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"db:seed": [], "|main|": [1]}, "question_id": "3433"} -{"nl": "merge the pull request associated with the current branch interactively", "cmd": "gh pr merge", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "|main|": [3, 4]}, "question_id": "3434"} -{"nl": "merge the specified pull request, interactively", "cmd": "gh pr merge {{pr_number}}", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "|main|": [3, 4]}, "question_id": "3435"} -{"nl": "merge the pull request, removing the branch on both the local and the remote", "cmd": "gh pr merge --delete-branch", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3", "gh-pr-merge_9"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "--delete-branch": [9], "|main|": [3, 4]}, "question_id": "3436"} -{"nl": "merge the current pull request with the specified merge strategy", "cmd": "gh pr merge --{{merge|squash|rebase}}", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "|main|": [3, 4]}, "question_id": "3437"} -{"nl": "squash the current pull request into one commit with the message body and merge", "cmd": "gh pr merge --squash --body=\"{{commit_message_body}}\"", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3", "gh-pr-merge_7", "gh-pr-merge_8", "gh-pr-merge_13"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "--squash": [13], "--body": [7, 8], "|main|": [3, 4]}, "question_id": "3438"} -{"nl": "display help", "cmd": "gh pr merge --help", "tldr_cmd_name": "gh-pr-merge", "cmd_name": "gh-pr-merge", "manual_exist": true, "oracle_man": ["gh-pr-merge_0", "gh-pr-merge_2", "gh-pr-merge_3", "gh-pr-merge_14"], "matching_info": {"gh": [0, 2], "pr": [2], "merge": [2], "--help": [14], "|main|": [3, 4]}, "question_id": "3439"} -{"nl": "format the standard input as multiple columns", "cmd": "ls | git column --mode={{column}}", "tldr_cmd_name": "git-column", "cmd_name": "git-column", "manual_exist": true, "oracle_man": ["git-column_2", "git-column_3", "git-column_5", "git-column_6", "git-column_12", "git-column_14", "git-column_16"], "matching_info": {"ls": [], "git": [2, 16], "column": [2], "--mode": [5, 6, 12, 14], "|main|": [3]}, "question_id": "3440"} -{"nl": "format the standard input as multiple columns with a maximum width of `100`", "cmd": "ls | git column --mode=column --width={{100}}", "tldr_cmd_name": "git-column", "cmd_name": "git-column", "manual_exist": true, "oracle_man": ["git-column_2", "git-column_3", "git-column_7", "git-column_12", "git-column_16"], "matching_info": {"ls": [], "git": [2, 16], "column": [2], "--mode=column": [12], "--width": [2, 7], "|main|": [3]}, "question_id": "3441"} -{"nl": "format the standard input as multiple columns with a maximum padding of `30`", "cmd": "ls | git column --mode=column --padding={{30}}", "tldr_cmd_name": "git-column", "cmd_name": "git-column", "manual_exist": true, "oracle_man": ["git-column_2", "git-column_3", "git-column_10", "git-column_12", "git-column_14", "git-column_16"], "matching_info": {"ls": [], "git": [2, 16], "column": [2], "--mode=column": [12], "--padding": [2, 10, 12, 14], "|main|": [3]}, "question_id": "3442"} -{"nl": "list all routes", "cmd": "rails routes", "tldr_cmd_name": "rails-routes", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"routes": [], "|main|": [1]}, "question_id": "3451"} -{"nl": "list all routes in an expanded format", "cmd": "rails routes --expanded", "tldr_cmd_name": "rails-routes", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"routes": [], "--expanded": [], "|main|": [1]}, "question_id": "3452"} -{"nl": "list routes partially matching url helper method name, http verb, or url path", "cmd": "rails routes -g {{posts_path|GET|/posts}}", "tldr_cmd_name": "rails-routes", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1"], "matching_info": {"routes": [], "-g": [], "|main|": [1]}, "question_id": "3453"} -{"nl": "list routes that map to a specified controller", "cmd": "rails routes -c {{posts|Posts|Blogs::PostsController}}", "tldr_cmd_name": "rails-routes", "cmd_name": "rails", "manual_exist": true, "oracle_man": ["rails_1", "rails_4"], "matching_info": {"routes": [], "-c": [4], "|main|": [1]}, "question_id": "3454"} -{"nl": "add a torrent file or magnet link to transmission and download to a specified directory", "cmd": "transmission-remote {{hostname}} -a {{torrent|url}} -w {{/path/to/download_directory}}", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_5", "transmission-remote_7", "transmission-remote_8", "transmission-remote_9", "transmission-remote_10", "transmission-remote_11", "transmission-remote_12", "transmission-remote_13", "transmission-remote_14", "transmission-remote_15", "transmission-remote_44", "transmission-remote_45", "transmission-remote_58", "transmission-remote_65", "transmission-remote_71", "transmission-remote_82", "transmission-remote_93", "transmission-remote_94", "transmission-remote_96", "transmission-remote_98", "transmission-remote_99"], "matching_info": {"-a": [2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 44, 45, 58, 65, 71, 82, 93, 94, 96, 98, 99], "-w": [2, 82], "|main|": [3, 4]}, "question_id": "3455"} -{"nl": "change the default download directory", "cmd": "transmission-remote {{hostname}} -w {{/path/to/download_directory}}", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_82"], "matching_info": {"-w": [2, 82], "|main|": [3, 4]}, "question_id": "3456"} -{"nl": "list all torrents", "cmd": "transmission-remote {{hostname}} --list", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_3", "transmission-remote_40"], "matching_info": {"--list": [40], "|main|": [3, 4]}, "question_id": "3457"} -{"nl": "start torrent 1 and 2, stop torrent 3", "cmd": "transmission-remote {{hostname}} -t \"{{1,2}}\" --start -t {{3}} --stop", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_13", "transmission-remote_14", "transmission-remote_16", "transmission-remote_17", "transmission-remote_25", "transmission-remote_30", "transmission-remote_31", "transmission-remote_37", "transmission-remote_65", "transmission-remote_66", "transmission-remote_67", "transmission-remote_68", "transmission-remote_69", "transmission-remote_71", "transmission-remote_72", "transmission-remote_73", "transmission-remote_91", "transmission-remote_94", "transmission-remote_97", "transmission-remote_100", "transmission-remote_101", "transmission-remote_102", "transmission-remote_103", "transmission-remote_104"], "matching_info": {"-t": [2, 13, 14, 16, 17, 25, 30, 31, 37, 65, 66, 71, 72, 73, 91, 94, 97, 100, 101, 102, 103, 104], "--start": [67, 69, 97], "--stop": [68], "|main|": [3, 4]}, "question_id": "3458"} -{"nl": "remove torrent 1 and 2, and also delete local data for torrent 2", "cmd": "transmission-remote {{hostname}} -t {{1}} --remove -t {{2}} --remove-and-delete", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_13", "transmission-remote_14", "transmission-remote_16", "transmission-remote_17", "transmission-remote_25", "transmission-remote_30", "transmission-remote_31", "transmission-remote_37", "transmission-remote_57", "transmission-remote_58", "transmission-remote_65", "transmission-remote_66", "transmission-remote_71", "transmission-remote_72", "transmission-remote_73", "transmission-remote_91", "transmission-remote_94", "transmission-remote_97", "transmission-remote_100", "transmission-remote_101", "transmission-remote_102", "transmission-remote_103", "transmission-remote_104"], "matching_info": {"-t": [2, 13, 14, 16, 17, 25, 30, 31, 37, 65, 66, 71, 72, 73, 91, 94, 97, 100, 101, 102, 103, 104], "--remove": [57, 58], "--remove-and-delete": [58], "|main|": [3, 4]}, "question_id": "3459"} -{"nl": "stop all torrents", "cmd": "transmission-remote {{hostname}} -t {{all}} --stop", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_13", "transmission-remote_14", "transmission-remote_16", "transmission-remote_17", "transmission-remote_25", "transmission-remote_30", "transmission-remote_31", "transmission-remote_37", "transmission-remote_65", "transmission-remote_66", "transmission-remote_68", "transmission-remote_71", "transmission-remote_72", "transmission-remote_73", "transmission-remote_91", "transmission-remote_94", "transmission-remote_97", "transmission-remote_100", "transmission-remote_101", "transmission-remote_102", "transmission-remote_103", "transmission-remote_104"], "matching_info": {"-t": [2, 13, 14, 16, 17, 25, 30, 31, 37, 65, 66, 71, 72, 73, 91, 94, 97, 100, 101, 102, 103, 104], "--stop": [68], "|main|": [3, 4]}, "question_id": "3460"} -{"nl": "move torrents 110 and 1520 to a new directory (which will be created if it does not exist)", "cmd": "transmission-remote {{hostname}} -t \"{{1-10,15-20}}\" --move {{/path/to/new_directory}}", "tldr_cmd_name": "transmission-remote", "cmd_name": "transmission-remote", "manual_exist": true, "oracle_man": ["transmission-remote_2", "transmission-remote_3", "transmission-remote_13", "transmission-remote_14", "transmission-remote_16", "transmission-remote_17", "transmission-remote_25", "transmission-remote_30", "transmission-remote_31", "transmission-remote_37", "transmission-remote_60", "transmission-remote_65", "transmission-remote_66", "transmission-remote_71", "transmission-remote_72", "transmission-remote_73", "transmission-remote_91", "transmission-remote_94", "transmission-remote_97", "transmission-remote_100", "transmission-remote_101", "transmission-remote_102", "transmission-remote_103", "transmission-remote_104"], "matching_info": {"-t": [2, 13, 14, 16, 17, 25, 30, 31, 37, 65, 66, 71, 72, 73, 91, 94, 97, 100, 101, 102, 103, 104], "--move": [60], "|main|": [3, 4]}, "question_id": "3461"} -{"nl": "view a csv file", "cmd": "csvlook {{data.csv}}", "tldr_cmd_name": "csvlook", "cmd_name": "csvlook", "manual_exist": true, "oracle_man": ["csvlook_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9]}, "question_id": "3475"} -{"nl": "print the contents of *file1* reversed to the standard output", "cmd": "tac {{file1}}", "tldr_cmd_name": "tac", "cmd_name": "tac", "manual_exist": true, "oracle_man": ["tac_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3476"} -{"nl": "print the contents of the standard input reversed to the standard output", "cmd": "{{command}} | tac", "tldr_cmd_name": "tac", "cmd_name": "tac", "manual_exist": true, "oracle_man": ["tac_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3477"} -{"nl": "concatenate several files reversed into the target file", "cmd": "tac {{file1}} {{file2}} > {{target_file}}", "tldr_cmd_name": "tac", "cmd_name": "tac", "manual_exist": true, "oracle_man": ["tac_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "3478"} -{"nl": "create a new django project", "cmd": "django-admin startproject {{project_name}}", "tldr_cmd_name": "django-admin", "cmd_name": "django-admin", "manual_exist": true, "oracle_man": ["django-admin_1", "django-admin_368", "django-admin_374"], "matching_info": {"startproject": [368, 374], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, "question_id": "3484"} -{"nl": "create a new app for the current project", "cmd": "django-admin startapp {{app_name}}", "tldr_cmd_name": "django-admin", "cmd_name": "django-admin", "manual_exist": true, "oracle_man": ["django-admin_1", "django-admin_342", "django-admin_347", "django-admin_351", "django-admin_354"], "matching_info": {"startapp": [342, 347, 351, 354], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, "question_id": "3485"} -{"nl": "check the current version of django", "cmd": "django-admin --version", "tldr_cmd_name": "django-admin", "cmd_name": "django-admin", "manual_exist": true, "oracle_man": ["django-admin_1"], "matching_info": {"--version": [], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, "question_id": "3486"} -{"nl": "display more information for the given command", "cmd": "django-admin help {{command}}", "tldr_cmd_name": "django-admin", "cmd_name": "django-admin", "manual_exist": true, "oracle_man": ["django-admin_1", "django-admin_12", "django-admin_13", "django-admin_14", "django-admin_15"], "matching_info": {"help": [12, 13, 14, 15], "|main|": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, "question_id": "3487"} -{"nl": "autoformat a file or entire directory", "cmd": "black {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3488"} -{"nl": "format the code passed in as a string", "cmd": "black -c {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2", "black_10", "black_18"], "matching_info": {"-c": [10, 18], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3489"} -{"nl": "output a diff for each file on stdout", "cmd": "black --diff {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2", "black_11"], "matching_info": {"--diff": [11], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3490"} -{"nl": "return the status without writing the files back", "cmd": "black --check {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2", "black_10"], "matching_info": {"--check": [10], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3491"} -{"nl": "autoformat a file or directory emitting exclusively error messages to stderr", "cmd": "black --quiet {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2", "black_15"], "matching_info": {"--quiet": [15], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3492"} -{"nl": "autoformat a file or directory without replacing single quotes with double quotes (adoption helper, avoid using this for new projects)", "cmd": "black --skip-string-normalization {{path/to/file_or_directory}}", "tldr_cmd_name": "black", "cmd_name": "black", "manual_exist": true, "oracle_man": ["black_2", "black_9"], "matching_info": {"--skip-string-normalization": [9], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "3493"} -{"nl": "create local alias for director", "cmd": "bosh alias-env {{environment_name}} -e {{ip_address|url}} --ca-cert {{ca_certificate}}", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"alias-env": [], "-e": [], "--ca-cert": [], "|main|": [3]}, "question_id": "3503"} -{"nl": "list environments", "cmd": "bosh environments", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"environments": [], "|main|": [3]}, "question_id": "3504"} -{"nl": "log in to the director", "cmd": "bosh login -e {{environment}}", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"login": [], "-e": [], "|main|": [3]}, "question_id": "3505"} -{"nl": "list deployments", "cmd": "bosh -e {{environment}} deployments", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"-e": [], "deployments": [], "|main|": [3]}, "question_id": "3506"} -{"nl": "list environment virtual machines", "cmd": "bosh -e {{environment}} vms -d {{deployment}}", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3", "bosh_51", "bosh_52", "bosh_54"], "matching_info": {"-e": [], "vms": [], "-d": [51, 52, 54], "|main|": [3]}, "question_id": "3507"} -{"nl": "ssh into virtual machine", "cmd": "bosh -e {{environment}} ssh {{virtual_machine}} -d {{deployment}}", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3", "bosh_51", "bosh_52", "bosh_54"], "matching_info": {"-e": [], "ssh": [], "-d": [51, 52, 54], "|main|": [3]}, "question_id": "3508"} -{"nl": "upload stemcell", "cmd": "bosh -e {{environment}} upload-stemcell {{stemcell_file|url}}", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"-e": [], "upload-stemcell": [], "|main|": [3]}, "question_id": "3509"} -{"nl": "show current cloud config", "cmd": "bosh -e {{environment}} cloud-config", "tldr_cmd_name": "bosh", "cmd_name": "bosh", "manual_exist": true, "oracle_man": ["bosh_3"], "matching_info": {"-e": [], "cloud-config": [], "|main|": [3]}, "question_id": "3510"} -{"nl": "test a server (run every check) on port 443", "cmd": "testssl {{example.com}}", "tldr_cmd_name": "testssl", "cmd_name": "testssl", "manual_exist": true, "oracle_man": ["testssl_6"], "matching_info": {"|main|": [6, 7, 8]}, "question_id": "3516"} -{"nl": "test a different port", "cmd": "testssl {{example.com:465}}", "tldr_cmd_name": "testssl", "cmd_name": "testssl", "manual_exist": true, "oracle_man": ["testssl_6"], "matching_info": {"|main|": [6, 7, 8]}, "question_id": "3517"} -{"nl": "only check available protocols", "cmd": "testssl --protocols {{example.com}}", "tldr_cmd_name": "testssl", "cmd_name": "testssl", "manual_exist": true, "oracle_man": ["testssl_6", "testssl_67"], "matching_info": {"--protocols": [67], "|main|": [6, 7, 8]}, "question_id": "3518"} -{"nl": "only check vulnerabilities", "cmd": "testssl --vulnerable {{example.com}}", "tldr_cmd_name": "testssl", "cmd_name": "testssl", "manual_exist": true, "oracle_man": ["testssl_6", "testssl_104"], "matching_info": {"--vulnerable": [104], "|main|": [6, 7, 8]}, "question_id": "3519"} -{"nl": "only check http security headers", "cmd": "testssl --headers {{example.com}}", "tldr_cmd_name": "testssl", "cmd_name": "testssl", "manual_exist": true, "oracle_man": ["testssl_6", "testssl_89"], "matching_info": {"--headers": [89], "|main|": [6, 7, 8]}, "question_id": "3520"} -{"nl": "number nonblank lines in a file", "cmd": "nl {{file}}", "tldr_cmd_name": "nl", "cmd_name": "nl", "manual_exist": true, "oracle_man": ["nl_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3521"} -{"nl": "read from standard output", "cmd": "cat {{file}} | nl {{options}} -", "tldr_cmd_name": "nl", "cmd_name": "nl", "manual_exist": true, "oracle_man": ["nl_3", "nl_4", "nl_10", "nl_12", "nl_16", "nl_17", "nl_18", "nl_19", "nl_20", "nl_21", "nl_22", "nl_23", "nl_24", "nl_25", "nl_27", "nl_28", "nl_32", "nl_33", "nl_34", "nl_41", "nl_43", "nl_45", "nl_54", "nl_56"], "matching_info": {"cat": [], "-": [3, 10, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 32, 33, 34, 41, 43, 45, 54, 56], "|main|": [4, 5, 6, 7]}, "question_id": "3522"} -{"nl": "number only the lines with printable text", "cmd": "nl -t {{file}}", "tldr_cmd_name": "nl", "cmd_name": "nl", "manual_exist": true, "oracle_man": ["nl_4"], "matching_info": {"-t": [], "|main|": [4, 5, 6, 7]}, "question_id": "3523"} -{"nl": "number all lines including blank lines", "cmd": "nl -b a {{file}}", "tldr_cmd_name": "nl", "cmd_name": "nl", "manual_exist": true, "oracle_man": ["nl_3", "nl_4", "nl_10", "nl_11", "nl_20", "nl_31", "nl_34"], "matching_info": {"-b": [3, 10, 20, 34], "a": [11, 31], "|main|": [4, 5, 6, 7]}, "question_id": "3524"} -{"nl": "number only the body lines that match a basic regular expression (bre) pattern", "cmd": "nl -b p'FooBar[0-9]' {{file}}", "tldr_cmd_name": "nl", "cmd_name": "nl", "manual_exist": true, "oracle_man": ["nl_3", "nl_4", "nl_10", "nl_20", "nl_34"], "matching_info": {"-b": [3, 10, 20, 34], "pFooBar[0-9]": [], "|main|": [4, 5, 6, 7]}, "question_id": "3525"} -{"nl": "run without arguments to use the interactive interface", "cmd": "fkill", "tldr_cmd_name": "fkill", "cmd_name": "fkill", "manual_exist": true, "oracle_man": ["fkill_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3526"} -{"nl": "kill the process by pid, name or port", "cmd": "fkill {{pid|name|:port}}", "tldr_cmd_name": "fkill", "cmd_name": "fkill", "manual_exist": true, "oracle_man": ["fkill_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3527"} -{"nl": "display currently logged username", "cmd": "whoami", "tldr_cmd_name": "whoami", "cmd_name": "whoami", "manual_exist": true, "oracle_man": ["whoami_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3533"} -{"nl": "display the username after a change in the user id", "cmd": "sudo whoami", "tldr_cmd_name": "whoami", "cmd_name": "whoami", "manual_exist": true, "oracle_man": ["whoami_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3534"} -{"nl": "bundle a javascript application and print to stdout", "cmd": "esbuild --bundle {{path/to/file.js}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_57", "esbuild_58", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "|main|": [3, 4]}, "question_id": "3563"} -{"nl": "bundle a jsx application from stdin", "cmd": "esbuild --bundle --outfile={{path/to/out.js}} < {{path/to/file.jsx}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_12", "esbuild_57", "esbuild_58", "esbuild_59", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--outfile": [12, 58, 59], "|main|": [3, 4]}, "question_id": "3564"} -{"nl": "bundle and minify a jsx application with source maps in `production` mode", "cmd": "esbuild --bundle --define:{{process.env.NODE_ENV=\\\"production\\\"}} --minify --sourcemap {{path/to/file.js}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_10", "esbuild_15", "esbuild_39", "esbuild_40", "esbuild_41", "esbuild_51", "esbuild_52", "esbuild_57", "esbuild_58", "esbuild_60", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--minify": [10, 39, 40, 41, 57, 60], "--sourcemap": [15, 51, 52, 57], "|main|": [3, 4]}, "question_id": "3565"} -{"nl": "bundle a jsx application for a commaseparated list of browsers", "cmd": "esbuild --bundle --minify --sourcemap --target={{chrome58,firefox57,safari11,edge16}} {{path/to/file.jsx}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_10", "esbuild_15", "esbuild_17", "esbuild_39", "esbuild_40", "esbuild_41", "esbuild_51", "esbuild_52", "esbuild_57", "esbuild_58", "esbuild_60", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--minify": [10, 39, 40, 41, 57, 60], "--sourcemap": [15, 51, 52, 57], "--target": [17], "|main|": [3, 4]}, "question_id": "3566"} -{"nl": "bundle a javascript application for a specific node version", "cmd": "esbuild --bundle --platform={{node}} --target={{node12}} {{path/to/file.js}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_13", "esbuild_17", "esbuild_57", "esbuild_58", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--platform": [13], "--target": [17], "|main|": [3, 4]}, "question_id": "3567"} -{"nl": "bundle a javascript application enabling jsx syntax in `.js` files", "cmd": "esbuild --bundle app.js --loader:{{.js=jsx}} {{path/to/file.js}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_57", "esbuild_58", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "app.js": [], "|main|": [3, 4]}, "question_id": "3568"} -{"nl": "bundle and serve a javascript application on an http server", "cmd": "esbuild --bundle --serve={{port}} --outfile={{index.js}} {{path/to/file.js}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_12", "esbuild_14", "esbuild_48", "esbuild_57", "esbuild_58", "esbuild_59", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--serve": [14, 48, 62], "--outfile": [12, 58, 59], "|main|": [3, 4]}, "question_id": "3569"} -{"nl": "bundle a list of files to an output directory", "cmd": "esbuild --bundle --outdir={{path/to/output_directory}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "esbuild", "cmd_name": "esbuild", "manual_exist": true, "oracle_man": ["esbuild_3", "esbuild_5", "esbuild_11", "esbuild_57", "esbuild_58", "esbuild_61", "esbuild_62"], "matching_info": {"--bundle": [5, 57, 58, 61, 62], "--outdir": [11, 57, 62], "|main|": [3, 4]}, "question_id": "3570"} -{"nl": "create a new ansible role", "cmd": "molecule init role --role-name {{role_name}}", "tldr_cmd_name": "molecule", "cmd_name": "molecule", "manual_exist": true, "oracle_man": ["molecule_3"], "matching_info": {"init": [], "role": [], "--role-name": [], "|main|": [3]}, "question_id": "3585"} -{"nl": "run tests", "cmd": "molecule test", "tldr_cmd_name": "molecule", "cmd_name": "molecule", "manual_exist": true, "oracle_man": ["molecule_3"], "matching_info": {"test": [], "|main|": [3]}, "question_id": "3586"} -{"nl": "start the instance", "cmd": "molecule create", "tldr_cmd_name": "molecule", "cmd_name": "molecule", "manual_exist": true, "oracle_man": ["molecule_3"], "matching_info": {"create": [], "|main|": [3]}, "question_id": "3587"} -{"nl": "configure the instance", "cmd": "molecule converge", "tldr_cmd_name": "molecule", "cmd_name": "molecule", "manual_exist": true, "oracle_man": ["molecule_3"], "matching_info": {"converge": [], "|main|": [3]}, "question_id": "3588"} -{"nl": "log in into the instance", "cmd": "molecule login", "tldr_cmd_name": "molecule", "cmd_name": "molecule", "manual_exist": true, "oracle_man": ["molecule_3"], "matching_info": {"login": [], "|main|": [3]}, "question_id": "3589"} -{"nl": "display certificate information", "cmd": "openssl x509 -in {{filename.crt}} -noout -text", "tldr_cmd_name": "openssl-x509", "cmd_name": "openssl-x509", "manual_exist": true, "oracle_man": ["openssl-x509_1", "openssl-x509_2", "openssl-x509_3", "openssl-x509_6", "openssl-x509_7", "openssl-x509_8", "openssl-x509_16", "openssl-x509_18", "openssl-x509_19", "openssl-x509_119", "openssl-x509_121", "openssl-x509_123", "openssl-x509_125", "openssl-x509_127", "openssl-x509_129", "openssl-x509_131", "openssl-x509_133", "openssl-x509_135", "openssl-x509_137", "openssl-x509_139", "openssl-x509_141", "openssl-x509_143"], "matching_info": {"openssl": [2, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "x509": [1, 2, 3, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-in": [2, 6, 7, 8, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-noout": [2, 19, 119, 121, 123, 125, 127, 129, 131, 133], "-text": [2, 16, 18, 119], "|main|": [3, 4]}, "question_id": "3596"} -{"nl": "display a certificate's expiration date", "cmd": "openssl x509 -enddate -noout -in {{filename.pem}}", "tldr_cmd_name": "openssl-x509", "cmd_name": "openssl-x509", "manual_exist": true, "oracle_man": ["openssl-x509_1", "openssl-x509_2", "openssl-x509_3", "openssl-x509_6", "openssl-x509_7", "openssl-x509_8", "openssl-x509_19", "openssl-x509_35", "openssl-x509_119", "openssl-x509_121", "openssl-x509_123", "openssl-x509_125", "openssl-x509_127", "openssl-x509_129", "openssl-x509_131", "openssl-x509_133", "openssl-x509_135", "openssl-x509_137", "openssl-x509_139", "openssl-x509_141", "openssl-x509_143"], "matching_info": {"openssl": [2, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "x509": [1, 2, 3, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-enddate": [2, 35], "-noout": [2, 19, 119, 121, 123, 125, 127, 129, 131, 133], "-in": [2, 6, 7, 8, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "|main|": [3, 4]}, "question_id": "3597"} -{"nl": "convert a certificate between binary der encoding and textual pem encoding", "cmd": "openssl x509 -inform {{der}} -outform {{pem}} -in {{original_certificate_file}} -out {{converted_certificate_file}}", "tldr_cmd_name": "openssl-x509", "cmd_name": "openssl-x509", "manual_exist": true, "oracle_man": ["openssl-x509_1", "openssl-x509_2", "openssl-x509_3", "openssl-x509_6", "openssl-x509_7", "openssl-x509_8", "openssl-x509_9", "openssl-x509_119", "openssl-x509_121", "openssl-x509_123", "openssl-x509_125", "openssl-x509_127", "openssl-x509_129", "openssl-x509_131", "openssl-x509_133", "openssl-x509_135", "openssl-x509_137", "openssl-x509_139", "openssl-x509_141", "openssl-x509_143"], "matching_info": {"openssl": [2, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "x509": [1, 2, 3, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-inform": [2, 6, 7, 135], "-outform": [2, 7, 135], "-in": [2, 6, 7, 8, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-out": [2, 7, 9, 135, 137, 139, 143], "|main|": [3, 4]}, "question_id": "3598"} -{"nl": "store a certificate's public key in a file", "cmd": "openssl x509 -in {{certificate_file}} -noout -pubkey -out {{output_file}}", "tldr_cmd_name": "openssl-x509", "cmd_name": "openssl-x509", "manual_exist": true, "oracle_man": ["openssl-x509_1", "openssl-x509_2", "openssl-x509_3", "openssl-x509_6", "openssl-x509_7", "openssl-x509_8", "openssl-x509_9", "openssl-x509_19", "openssl-x509_20", "openssl-x509_119", "openssl-x509_121", "openssl-x509_123", "openssl-x509_125", "openssl-x509_127", "openssl-x509_129", "openssl-x509_131", "openssl-x509_133", "openssl-x509_135", "openssl-x509_137", "openssl-x509_139", "openssl-x509_141", "openssl-x509_143"], "matching_info": {"openssl": [2, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "x509": [1, 2, 3, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-in": [2, 6, 7, 8, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143], "-noout": [2, 19, 119, 121, 123, 125, 127, 129, 131, 133], "-pubkey": [2, 20], "-out": [2, 7, 9, 135, 137, 139, 143], "|main|": [3, 4]}, "question_id": "3599"} -{"nl": "print current time, uptime, number of loggedin users and other information", "cmd": "uptime", "tldr_cmd_name": "uptime", "cmd_name": "uptime", "manual_exist": true, "oracle_man": ["uptime_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3601"} -{"nl": "show only the amount of time the system has been booted for", "cmd": "uptime --pretty", "tldr_cmd_name": "uptime", "cmd_name": "uptime", "manual_exist": true, "oracle_man": ["uptime_3", "uptime_6"], "matching_info": {"--pretty": [6], "|main|": [3, 4, 5]}, "question_id": "3602"} -{"nl": "print the date and time the system booted up at", "cmd": "uptime --since", "tldr_cmd_name": "uptime", "cmd_name": "uptime", "manual_exist": true, "oracle_man": ["uptime_3", "uptime_8"], "matching_info": {"--since": [8], "|main|": [3, 4, 5]}, "question_id": "3603"} -{"nl": "show version information", "cmd": "uptime --version", "tldr_cmd_name": "uptime", "cmd_name": "uptime", "manual_exist": true, "oracle_man": ["uptime_3", "uptime_9"], "matching_info": {"--version": [9], "|main|": [3, 4, 5]}, "question_id": "3604"} -{"nl": "download a url to a file", "cmd": "axel {{url}}", "tldr_cmd_name": "axel", "cmd_name": "axel", "manual_exist": true, "oracle_man": ["axel_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3605"} -{"nl": "download and specify filename", "cmd": "axel {{url}} -o {{filename}}", "tldr_cmd_name": "axel", "cmd_name": "axel", "manual_exist": true, "oracle_man": ["axel_3", "axel_12"], "matching_info": {"-o": [12], "|main|": [3, 4, 5]}, "question_id": "3606"} -{"nl": "download with multiple connections", "cmd": "axel -n {{connections_num}} {{url}}", "tldr_cmd_name": "axel", "cmd_name": "axel", "manual_exist": true, "oracle_man": ["axel_3", "axel_10", "axel_16", "axel_18", "axel_29"], "matching_info": {"-n": [10, 16, 18, 29], "|main|": [3, 4, 5]}, "question_id": "3607"} -{"nl": "search for mirrors", "cmd": "axel -S {{mirrors_num}} {{url}}", "tldr_cmd_name": "axel", "cmd_name": "axel", "manual_exist": true, "oracle_man": ["axel_3", "axel_13", "axel_34"], "matching_info": {"-S": [13, 34], "|main|": [3, 4, 5]}, "question_id": "3608"} -{"nl": "limit download speed (bytes per second)", "cmd": "axel -s {{speed}} {{url}}", "tldr_cmd_name": "axel", "cmd_name": "axel", "manual_exist": true, "oracle_man": ["axel_3", "axel_9", "axel_13"], "matching_info": {"-s": [9, 13], "|main|": [3, 4, 5]}, "question_id": "3609"} -{"nl": "convert multiple images to a single pdf, each image being on its own page", "cmd": "img2pdf {{path/to/image1.jpg}} {{path/to/image2.jpg}} --output {{path/to/file.pdf}}", "tldr_cmd_name": "img2pdf", "cmd_name": "img2pdf", "manual_exist": true, "oracle_man": ["img2pdf_2", "img2pdf_5", "img2pdf_11", "img2pdf_83", "img2pdf_85", "img2pdf_87", "img2pdf_89", "img2pdf_91"], "matching_info": {"--output": [5, 11, 83, 85, 87, 89, 91], "|main|": [2, 3, 4, 5]}, "question_id": "3613"} -{"nl": "convert only the first frame of a multiframe image to pdf", "cmd": "img2pdf {{path/to/file.gif}} --first-frame-only --output {{path/to/file.pdf}}", "tldr_cmd_name": "img2pdf", "cmd_name": "img2pdf", "manual_exist": true, "oracle_man": ["img2pdf_2", "img2pdf_3", "img2pdf_5", "img2pdf_11", "img2pdf_15", "img2pdf_83", "img2pdf_85", "img2pdf_87", "img2pdf_89", "img2pdf_91"], "matching_info": {"--first-frame-only": [3, 15], "--output": [5, 11, 83, 85, 87, 89, 91], "|main|": [2, 3, 4, 5]}, "question_id": "3614"} -{"nl": "auto orient the image, use a page size of a4 in landscape mode, and set a border of 2cm horizontally and 5.1cm vertically", "cmd": "img2pdf {{path/to/file.jpg}} --auto-orient --pagesize {{A4^T}} --border {{2cm}}:{{5.1cm}} --output {{path/to/file.pdf}}", "tldr_cmd_name": "img2pdf", "cmd_name": "img2pdf", "manual_exist": true, "oracle_man": ["img2pdf_2", "img2pdf_5", "img2pdf_11", "img2pdf_18", "img2pdf_21", "img2pdf_22", "img2pdf_24", "img2pdf_25", "img2pdf_26", "img2pdf_50", "img2pdf_83", "img2pdf_85", "img2pdf_87", "img2pdf_89", "img2pdf_91"], "matching_info": {"--auto-orient": [26, 89], "--pagesize": [18, 21, 22, 24, 25, 26, 50, 85, 89], "--border": [18, 21, 24, 26, 85], "--output": [5, 11, 83, 85, 87, 89, 91], "|main|": [2, 3, 4, 5]}, "question_id": "3615"} -{"nl": "shrink only larger images to a 10cm by 15cm rectangle inside a 30x20cm page", "cmd": "img2pdf {{path/to/file.tiff}} --pagesize {{30cm}}x{{20cm}} --imgsize {{10cm}}x{{15cm}} --fit {{shrink}} --output {{path/to/file.pdf}}", "tldr_cmd_name": "img2pdf", "cmd_name": "img2pdf", "manual_exist": true, "oracle_man": ["img2pdf_2", "img2pdf_5", "img2pdf_11", "img2pdf_18", "img2pdf_21", "img2pdf_22", "img2pdf_23", "img2pdf_24", "img2pdf_25", "img2pdf_26", "img2pdf_50", "img2pdf_61", "img2pdf_83", "img2pdf_85", "img2pdf_87", "img2pdf_89", "img2pdf_91"], "matching_info": {"--pagesize": [18, 21, 22, 24, 25, 26, 50, 85, 89], "--imgsize": [18, 21, 23, 24, 25, 50, 87], "--fit": [18, 21, 25, 61, 87], "--output": [5, 11, 83, 85, 87, 89, 91], "|main|": [2, 3, 4, 5]}, "question_id": "3616"} -{"nl": "convert an image to pdf, and specify metadata for the resulting file", "cmd": "img2pdf {{path/to/file.png}} --title {{title}} --author {{author}} --creationdate {{1970-01-31}} --keywords {{keyword1 keyword2}} --subject {{subject}} --output {{path/to/file.pdf}}", "tldr_cmd_name": "img2pdf", "cmd_name": "img2pdf", "manual_exist": true, "oracle_man": ["img2pdf_2", "img2pdf_3", "img2pdf_5", "img2pdf_11", "img2pdf_13", "img2pdf_28", "img2pdf_29", "img2pdf_32", "img2pdf_34", "img2pdf_35", "img2pdf_75", "img2pdf_83", "img2pdf_85", "img2pdf_87", "img2pdf_89", "img2pdf_91"], "matching_info": {"--title": [3, 28], "--author": [3, 29, 75], "--creationdate": [3, 13, 32], "--keywords": [3, 35], "--subject": [3, 34], "--output": [5, 11, 83, 85, 87, 89, 91], "|main|": [2, 3, 4, 5]}, "question_id": "3617"} -{"nl": "return an exit code of 1", "cmd": "false", "tldr_cmd_name": "false", "cmd_name": "false", "manual_exist": true, "oracle_man": ["false_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "3618"} -{"nl": "encode a file", "cmd": "base32 {{filename}}", "tldr_cmd_name": "base32", "cmd_name": "base32", "manual_exist": true, "oracle_man": ["base32_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3619"} -{"nl": "decode a file", "cmd": "base32 --decode {{filename}}", "tldr_cmd_name": "base32", "cmd_name": "base32", "manual_exist": true, "oracle_man": ["base32_3", "base32_6"], "matching_info": {"--decode": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3620"} -{"nl": "encode from stdin", "cmd": "{{somecommand}} | base32", "tldr_cmd_name": "base32", "cmd_name": "base32", "manual_exist": true, "oracle_man": ["base32_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3621"} -{"nl": "decode from stdin", "cmd": "{{somecommand}} | base32 --decode", "tldr_cmd_name": "base32", "cmd_name": "base32", "manual_exist": true, "oracle_man": ["base32_3", "base32_6"], "matching_info": {"--decode": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3622"} -{"nl": "search for a keyword using a regular expression", "cmd": "apropos {{regular_expression}}", "tldr_cmd_name": "apropos", "cmd_name": "apropos", "manual_exist": true, "oracle_man": ["apropos_1"], "matching_info": {"|main|": [1]}, "question_id": "3624"} -{"nl": "search without restricting the output to the terminal width", "cmd": "apropos -l {{regular_expression}}", "tldr_cmd_name": "apropos", "cmd_name": "apropos", "manual_exist": true, "oracle_man": ["apropos_1", "apropos_189", "apropos_341", "apropos_342", "apropos_386", "apropos_388", "apropos_417", "apropos_420", "apropos_432", "apropos_441"], "matching_info": {"-l": [189, 341, 342, 386, 388, 417, 420, 432, 441], "|main|": [1]}, "question_id": "3625"} -{"nl": "search for pages that contain all the expressions given", "cmd": "apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}", "tldr_cmd_name": "apropos", "cmd_name": "apropos", "manual_exist": true, "oracle_man": ["apropos_1", "apropos_91", "apropos_92"], "matching_info": {"-a": [91, 92], "|main|": [1]}, "question_id": "3626"} -{"nl": "launch copyq to store clipboard history", "cmd": "copyq", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3"], "matching_info": {"|main|": [3]}, "question_id": "3638"} -{"nl": "show current clipboard content", "cmd": "copyq clipboard", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3", "copyq_11", "copyq_13", "copyq_44"], "matching_info": {"clipboard": [11, 13, 44], "|main|": [3]}, "question_id": "3639"} -{"nl": "insert raw text into the clipboard history", "cmd": "copyq add -- {{text1}} {{text2}} {{text3}}", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3", "copyq_20", "copyq_40", "copyq_41"], "matching_info": {"add": [20], "--": [40, 41], "|main|": [3]}, "question_id": "3640"} -{"nl": "insert text containing escape sequences ('\\n', '\\t') into the clipboard history", "cmd": "copyq add {{firstline\\nsecondline}}", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3", "copyq_20"], "matching_info": {"add": [20], "|main|": [3]}, "question_id": "3641"} -{"nl": "print the content of the first 3 items in the clipboard history", "cmd": "copyq read 0 1 2", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_0", "copyq_3", "copyq_17", "copyq_22", "copyq_25", "copyq_26", "copyq_27", "copyq_28"], "matching_info": {"read": [25], "0": [17, 22, 26, 27, 28], "1": [0], "2": [], "|main|": [3]}, "question_id": "3642"} -{"nl": "copy a file's contents into the clipboard", "cmd": "copyq copy < {{file.txt}}", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3", "copyq_14", "copyq_15"], "matching_info": {"copy": [14, 15], "|main|": [3]}, "question_id": "3643"} -{"nl": "copy a jpeg image into the clipboard", "cmd": "copyq copy image/jpeg < {{image.jpg}}", "tldr_cmd_name": "copyq", "cmd_name": "copyq", "manual_exist": true, "oracle_man": ["copyq_3", "copyq_14", "copyq_15"], "matching_info": {"copy": [14, 15], "image/jpeg": [], "|main|": [3]}, "question_id": "3644"} -{"nl": "crack password hashes", "cmd": "john {{path/to/hashes.txt}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"|main|": [3]}, "question_id": "3645"} -{"nl": "show passwords cracked", "cmd": "john --show {{path/to/hashes.txt}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--show": [], "|main|": [3]}, "question_id": "3646"} -{"nl": "display users' cracked passwords by user identifier from multiple files", "cmd": "john --show --users={{user_ids}} {{path/to/hashes*}} {{path/to/other/hashes*}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--show": [], "--users": [], "|main|": [3]}, "question_id": "3647"} -{"nl": "crack password hashes, using a custom wordlist", "cmd": "john --wordlist={{path/to/wordlist.txt}} {{path/to/hashes.txt}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--wordlist": [], "|main|": [3]}, "question_id": "3648"} -{"nl": "list available hash formats", "cmd": "john --list=formats", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--list=formats": [], "|main|": [3]}, "question_id": "3649"} -{"nl": "crack password hashes, using a specific hash format", "cmd": "john --format={{md5crypt}} {{path/to/hashes.txt}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--format": [], "|main|": [3]}, "question_id": "3650"} -{"nl": "crack password hashes, enabling word mangling rules", "cmd": "john --rules {{path/to/hashes.txt}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--rules": [], "|main|": [3]}, "question_id": "3651"} -{"nl": "restore an interrupted cracking session from a state file, e.g. `mycrack.rec`", "cmd": "john --restore={{path/to/mycrack.rec}}", "tldr_cmd_name": "john", "cmd_name": "john", "manual_exist": true, "oracle_man": ["john_3"], "matching_info": {"--restore": [], "|main|": [3]}, "question_id": "3652"} -{"nl": "go to a directory that contains \"foo\" in the name", "cmd": "z {{foo}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "3653"} -{"nl": "go to a directory that contains \"foo\" and then \"bar\"", "cmd": "z {{foo}} {{bar}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "3654"} -{"nl": "go to the highestranked directory matching \"foo\"", "cmd": "z -r {{foo}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4", "z_10", "z_15"], "matching_info": {"-r": [10, 15], "|main|": [4, 5, 6]}, "question_id": "3655"} -{"nl": "go to the most recently accessed directory matching \"foo\"", "cmd": "z -t {{foo}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4", "z_11", "z_16"], "matching_info": {"-t": [11, 16], "|main|": [4, 5, 6]}, "question_id": "3656"} -{"nl": "list all directories in `z`'s database matching \"foo\"", "cmd": "z -l {{foo}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4", "z_9", "z_17"], "matching_info": {"-l": [9, 17], "|main|": [4, 5, 6]}, "question_id": "3657"} -{"nl": "remove the current directory from `z`'s database", "cmd": "z -x .", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_4", "z_12"], "matching_info": {"-x": [12], ".": [], "|main|": [4, 5, 6]}, "question_id": "3658"} -{"nl": "restrict matches to subdirectories of the current directory", "cmd": "z -c {{foo}}", "tldr_cmd_name": "z", "cmd_name": "z", "manual_exist": true, "oracle_man": ["z_2", "z_4", "z_6"], "matching_info": {"-c": [2, 6], "|main|": [4, 5, 6]}, "question_id": "3659"} -{"nl": "register a repository", "cmd": "mr register", "tldr_cmd_name": "mr", "cmd_name": "mr", "manual_exist": true, "oracle_man": ["mr_15", "mr_20", "mr_50"], "matching_info": {"register": [15, 50], "|main|": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "3660"} -{"nl": "update repositories in 5 concurrent jobs", "cmd": "mr -j{{5}} update", "tldr_cmd_name": "mr", "cmd_name": "mr", "manual_exist": true, "oracle_man": ["mr_3", "mr_20", "mr_25"], "matching_info": {"update": [3, 25], "|main|": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "3661"} -{"nl": "print the status of all repositories", "cmd": "mr status", "tldr_cmd_name": "mr", "cmd_name": "mr", "manual_exist": true, "oracle_man": ["mr_4", "mr_20", "mr_27"], "matching_info": {"status": [4, 27], "|main|": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "3662"} -{"nl": "checkout all repositories to the latest version", "cmd": "mr checkout", "tldr_cmd_name": "mr", "cmd_name": "mr", "manual_exist": true, "oracle_man": ["mr_2", "mr_20", "mr_24", "mr_93", "mr_108", "mr_109", "mr_111"], "matching_info": {"checkout": [2, 24, 93, 108, 109, 111], "|main|": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, "question_id": "3663"} -{"nl": "check the last commit message", "cmd": "gitlint", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3664"} -{"nl": "the range of commits to lint", "cmd": "gitlint --commits {{single_refspec_argument}}", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3", "gitlint_8"], "matching_info": {"--commits": [8], "|main|": [3, 4]}, "question_id": "3665"} -{"nl": "path to a directory or python module with extra userdefined rules", "cmd": "gitlint --extra-path {{path/to/directory}}", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3", "gitlint_9"], "matching_info": {"--extra-path": [9], "|main|": [3, 4]}, "question_id": "3666"} -{"nl": "start a specific ci job", "cmd": "gitlint --target {{path/to/target_directory}}", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3", "gitlint_5"], "matching_info": {"--target": [5], "|main|": [3, 4]}, "question_id": "3667"} -{"nl": "path to a file containing a commitmsg", "cmd": "gitlint --msg-filename {{path/to/filename}}", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3", "gitlint_12"], "matching_info": {"--msg-filename": [12], "|main|": [3, 4]}, "question_id": "3668"} -{"nl": "read staged commit metainfo from the local repository", "cmd": "gitlint --staged", "tldr_cmd_name": "gitlint", "cmd_name": "gitlint", "manual_exist": true, "oracle_man": ["gitlint_3", "gitlint_14"], "matching_info": {"--staged": [14], "|main|": [3, 4]}, "question_id": "3669"} -{"nl": "run `sleep 10` and terminate it, if it runs for more than 3 seconds", "cmd": "timeout {{3s}} {{sleep 10}}", "tldr_cmd_name": "timeout", "cmd_name": "timeout", "manual_exist": true, "oracle_man": ["timeout_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}, "question_id": "3677"} -{"nl": "specify the signal to be sent to the command after the time limit expires. (by default, term is sent)", "cmd": "timeout --signal {{INT}} {{5s}} {{sleep 10}}", "tldr_cmd_name": "timeout", "cmd_name": "timeout", "manual_exist": true, "oracle_man": ["timeout_3", "timeout_14"], "matching_info": {"--signal": [14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}, "question_id": "3678"} -{"nl": "print shared object mappings for a java process (output like pmap)", "cmd": "jmap {{java_pid}}", "tldr_cmd_name": "jmap", "cmd_name": "jmap", "manual_exist": true, "oracle_man": ["jmap_9"], "matching_info": {"|main|": [9, 10, 11, 12]}, "question_id": "3679"} -{"nl": "print heap summary information", "cmd": "jmap -heap {{filename.jar}} {{java_pid}}", "tldr_cmd_name": "jmap", "cmd_name": "jmap", "manual_exist": true, "oracle_man": ["jmap_9", "jmap_10", "jmap_16"], "matching_info": {"-heap": [10, 16], "|main|": [9, 10, 11, 12]}, "question_id": "3680"} -{"nl": "print histogram of heap usage by type", "cmd": "jmap -histo {{java_pid}}", "tldr_cmd_name": "jmap", "cmd_name": "jmap", "manual_exist": true, "oracle_man": ["jmap_9", "jmap_17", "jmap_19"], "matching_info": {"-histo": [17, 19], "|main|": [9, 10, 11, 12]}, "question_id": "3681"} -{"nl": "dump contents of the heap into a binary file for analysis with jhat", "cmd": "jmap -dump:format=b,file={{filename}} {{java_pid}}", "tldr_cmd_name": "jmap", "cmd_name": "jmap", "manual_exist": true, "oracle_man": ["jmap_9"], "matching_info": {"-dump:format=b,file": [], "|main|": [9, 10, 11, 12]}, "question_id": "3682"} -{"nl": "lookup the ip(s) associated with a hostname (a records)", "cmd": "drill {{example.com}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3683"} -{"nl": "lookup the mail server(s) associated with a given domain name (mx record)", "cmd": "drill mx {{example.com}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3", "drill_10"], "matching_info": {"mx": [10], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3684"} -{"nl": "get all types of records for a given domain name", "cmd": "drill any {{example.com}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3"], "matching_info": {"any": [], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3685"} -{"nl": "specify an alternate dns server to query", "cmd": "drill {{example.com}} @{{8.8.8.8}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3686"} -{"nl": "perform a reverse dns lookup on an ip address (ptr record)", "cmd": "drill -x {{8.8.8.8}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3", "drill_44"], "matching_info": {"-x": [44], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3687"} -{"nl": "perform dnssec trace from root servers down to a domain name", "cmd": "drill -TD {{example.com}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3", "drill_12", "drill_35"], "matching_info": {"-TD": [12, 35], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3688"} -{"nl": "show dnskey record(s) for a domain name", "cmd": "drill -s dnskey {{example.com}}", "tldr_cmd_name": "drill", "cmd_name": "drill", "manual_exist": true, "oracle_man": ["drill_3", "drill_13", "drill_41"], "matching_info": {"-s": [13, 41], "dnskey": [13], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "3689"} -{"nl": "start khal on interactive mode", "cmd": "ikhal", "tldr_cmd_name": "khal", "cmd_name": "khal", "manual_exist": true, "oracle_man": ["khal_1"], "matching_info": {"ikhal": [], "|main|": [1, 2]}, "question_id": "3690"} -{"nl": "print all events scheduled in personal calendar for the next seven days", "cmd": "khal list -a {{personal}} {{today}} {{7d}}", "tldr_cmd_name": "khal", "cmd_name": "khal", "manual_exist": true, "oracle_man": ["khal_1", "khal_11", "khal_38", "khal_48", "khal_56", "khal_57", "khal_61", "khal_63", "khal_67", "khal_92", "khal_93", "khal_113", "khal_121", "khal_195", "khal_198", "khal_201", "khal_204", "khal_207", "khal_210", "khal_213", "khal_216", "khal_219", "khal_222", "khal_225", "khal_228", "khal_231", "khal_234", "khal_237", "khal_240", "khal_243", "khal_272"], "matching_info": {"list": [48, 56, 57, 195, 198, 201, 204, 207, 210, 213, 216, 219, 222, 225, 228, 231, 234, 237, 240, 243], "-a": [11, 38, 57, 61, 63, 67, 92, 93, 113, 121, 272], "|main|": [1, 2]}, "question_id": "3691"} -{"nl": "print all events scheduled not in personal calendar for tomorrow at 1000", "cmd": "khal at -d {{personal}} {{tomorrow}} {{10:00}}", "tldr_cmd_name": "khal", "cmd_name": "khal", "manual_exist": true, "oracle_man": ["khal_1", "khal_12", "khal_21", "khal_22", "khal_26", "khal_27", "khal_44", "khal_49", "khal_53", "khal_57", "khal_60", "khal_61", "khal_63", "khal_93", "khal_99", "khal_104", "khal_297", "khal_332", "khal_335"], "matching_info": {"at": [60, 61], "-d": [12, 21, 22, 26, 27, 44, 49, 53, 57, 61, 63, 93, 99, 104, 297, 332, 335], "|main|": [1, 2]}, "question_id": "3692"} -{"nl": "print a calendar with a list of events for the next three months", "cmd": "khal calendar", "tldr_cmd_name": "khal", "cmd_name": "khal", "manual_exist": true, "oracle_man": ["khal_1", "khal_32", "khal_62", "khal_63", "khal_70", "khal_157", "khal_159", "khal_331"], "matching_info": {"calendar": [32, 62, 63, 70, 157, 159, 331], "|main|": [1, 2]}, "question_id": "3693"} -{"nl": "add new event to personal calendar", "cmd": "khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} \"{{Dentist appointment}}\"", "tldr_cmd_name": "khal", "cmd_name": "khal", "manual_exist": true, "oracle_man": ["khal_1", "khal_11", "khal_38", "khal_57", "khal_61", "khal_63", "khal_67", "khal_76", "khal_91", "khal_92", "khal_93", "khal_94", "khal_113", "khal_115", "khal_116", "khal_117", "khal_118", "khal_119", "khal_120", "khal_121", "khal_122", "khal_171", "khal_218", "khal_272"], "matching_info": {"new": [76, 91, 92, 94, 115, 116, 117, 118, 119, 120, 121, 122, 171, 218], "-a": [11, 38, 57, 61, 63, 67, 92, 93, 113, 121, 272], "|main|": [1, 2]}, "question_id": "3694"} -{"nl": "start daemon in the background", "cmd": "sshd", "tldr_cmd_name": "sshd", "cmd_name": "sshd", "manual_exist": true, "oracle_man": ["sshd_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3695"} -{"nl": "run sshd in the foreground", "cmd": "sshd -D", "tldr_cmd_name": "sshd", "cmd_name": "sshd", "manual_exist": true, "oracle_man": ["sshd_3", "sshd_11"], "matching_info": {"-D": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3696"} -{"nl": "run with verbose output (for debugging)", "cmd": "sshd -D -d", "tldr_cmd_name": "sshd", "cmd_name": "sshd", "manual_exist": true, "oracle_man": ["sshd_3", "sshd_11", "sshd_12", "sshd_47"], "matching_info": {"-D": [11], "-d": [12, 47], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3697"} -{"nl": "run on a specific port", "cmd": "sshd -p {{port}}", "tldr_cmd_name": "sshd", "cmd_name": "sshd", "manual_exist": true, "oracle_man": ["sshd_2", "sshd_3", "sshd_20", "sshd_55", "sshd_65", "sshd_66"], "matching_info": {"-p": [2, 20, 55, 65, 66], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, "question_id": "3698"} -{"nl": "match a variable against string literals to decide which command to run", "cmd": "case {{$tocount}} in {{words}}) {{wc -w README}}; ;; {{lines}}) {{wc -l README}}; ;; esac", "tldr_cmd_name": "case", "cmd_name": "case", "manual_exist": true, "oracle_man": ["case_3"], "matching_info": {"in": [], ";;": [], "esac": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3706"} -{"nl": "combine patterns with |, use * as a fallback pattern", "cmd": "case {{$tocount}} in {{[wW]|words}}) {{wc -w README}}; ;; {{[lL]|lines}}) {{wc -l README}}; ;; *) {{echo \"what?\"}}; ;; esac", "tldr_cmd_name": "case", "cmd_name": "case", "manual_exist": true, "oracle_man": ["case_3"], "matching_info": {"in": [], ";;": [], "*)": [], "esac": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3707"} -{"nl": "open a new file in nano", "cmd": "nano", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3708"} -{"nl": "open a specific file", "cmd": "nano {{path/to/file}}", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3709"} -{"nl": "open a specific file, positioning the cursor at the specified line and column", "cmd": "nano +{{line}},{{column}} {{path/to/file}}", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4"], "matching_info": {"|main|": [4, 5, 6, 7]}, "question_id": "3710"} -{"nl": "open a specific file and enable soft wrapping", "cmd": "nano --softwrap {{path/to/file}}", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4", "nano_33"], "matching_info": {"--softwrap": [33], "|main|": [4, 5, 6, 7]}, "question_id": "3711"} -{"nl": "open a specific file and indent new lines to the previous lines' indentation", "cmd": "nano --autoindent {{path/to/file}}", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4", "nano_49"], "matching_info": {"--autoindent": [49], "|main|": [4, 5, 6, 7]}, "question_id": "3712"} -{"nl": "open nano and create a backup file (`file~`) when saving edits", "cmd": "nano --backup {{path/to/file}}", "tldr_cmd_name": "nano", "cmd_name": "nano", "manual_exist": true, "oracle_man": ["nano_4", "nano_16", "nano_17"], "matching_info": {"--backup": [16, 17], "|main|": [4, 5, 6, 7]}, "question_id": "3713"} -{"nl": "telnet to the default port of a host", "cmd": "telnet {{host}}", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3723"} -{"nl": "telnet to a specific port of a host", "cmd": "telnet {{ip_address}} {{port}}", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3724"} -{"nl": "exit a telnet session", "cmd": "quit", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3"], "matching_info": {"quit": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3725"} -{"nl": "emit the default escape character combination for terminating the session", "cmd": "Ctrl + ]", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3"], "matching_info": {"Ctrl": [], "+": [], "]": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3726"} -{"nl": "start telnet with \"x\" as the session termination character", "cmd": "telnet -e {{x}} {{ip_address}} {{port}}", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3", "telnet_12", "telnet_13"], "matching_info": {"-e": [12, 13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3727"} -{"nl": "telnet to star wars animation", "cmd": "telnet {{towel.blinkenlights.nl}}", "tldr_cmd_name": "telnet", "cmd_name": "telnet", "manual_exist": true, "oracle_man": ["telnet_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, "question_id": "3728"} -{"nl": "remove an alias", "cmd": "unalias {{alias_name}}", "tldr_cmd_name": "unalias", "cmd_name": "unalias", "manual_exist": true, "oracle_man": ["unalias_5"], "matching_info": {"|main|": [5]}, "question_id": "3754"} -{"nl": "remove all aliases", "cmd": "unalias -a", "tldr_cmd_name": "unalias", "cmd_name": "unalias", "manual_exist": true, "oracle_man": ["unalias_4", "unalias_5", "unalias_8"], "matching_info": {"-a": [4, 8], "|main|": [5]}, "question_id": "3755"} -{"nl": "set a reminder at a given time", "cmd": "leave {{time_to_leave}}", "tldr_cmd_name": "leave", "cmd_name": "leave", "manual_exist": true, "oracle_man": ["leave_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3756"} -{"nl": "set a reminder to leave at noon", "cmd": "leave {{1200}}", "tldr_cmd_name": "leave", "cmd_name": "leave", "manual_exist": true, "oracle_man": ["leave_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3757"} -{"nl": "set a reminder in a specific amount of time", "cmd": "leave +{{amount_of_time}}", "tldr_cmd_name": "leave", "cmd_name": "leave", "manual_exist": true, "oracle_man": ["leave_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3758"} -{"nl": "set a reminder to leave in 4 hours and 4 minutes", "cmd": "leave +{{0404}}", "tldr_cmd_name": "leave", "cmd_name": "leave", "manual_exist": true, "oracle_man": ["leave_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3759"} -{"nl": "connect to a database", "cmd": "mysql {{database_name}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3763"} -{"nl": "connect to a database, user will be prompted for a password", "cmd": "mysql -u {{user}} --password {{database_name}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_9", "mysql_111", "mysql_130", "mysql_145", "mysql_146", "mysql_178", "mysql_179", "mysql_188", "mysql_259", "mysql_331", "mysql_373", "mysql_398", "mysql_399", "mysql_400", "mysql_408", "mysql_409", "mysql_411", "mysql_412", "mysql_413", "mysql_414"], "matching_info": {"-u": [9, 111, 145, 146, 178, 179, 188, 259, 331, 373, 398, 399, 400, 408, 409, 411, 412, 413, 414], "--password": [9, 130], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3764"} -{"nl": "connect to a database on another host", "cmd": "mysql -h {{database_host}} {{database_name}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_18", "mysql_25", "mysql_26", "mysql_27", "mysql_29", "mysql_31", "mysql_38", "mysql_81", "mysql_89", "mysql_90", "mysql_91", "mysql_92", "mysql_196", "mysql_284", "mysql_315", "mysql_317", "mysql_384", "mysql_385"], "matching_info": {"-h": [18, 25, 26, 27, 29, 31, 38, 81, 89, 90, 91, 92, 196, 284, 315, 317, 384, 385], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3765"} -{"nl": "connect to a database through a unix socket", "cmd": "mysql --socket {{path/to/socket.sock}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_160"], "matching_info": {"--socket": [160], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3766"} -{"nl": "execute sql statements in a script file (batch file)", "cmd": "mysql -e \"source {{filename.sql}}\" {{database_name}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_52", "mysql_65", "mysql_83", "mysql_84", "mysql_188", "mysql_255", "mysql_265", "mysql_304", "mysql_361", "mysql_384"], "matching_info": {"-e": [52, 65, 83, 84, 188, 265, 304, 384], "source": [255, 361], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3767"} -{"nl": "restore a database from a backup created with `mysqldump` (user will be prompted for a password)", "cmd": "mysql --user {{user}} --password {{database_name}} < {{path/to/backup.sql}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_9", "mysql_130", "mysql_179", "mysql_331"], "matching_info": {"--user": [9, 179, 331], "--password": [9, 130], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3768"} -{"nl": "restore all databases from a backup (user will be prompted for a password)", "cmd": "mysql --user {{user}} --password < {{path/to/backup.sql}}", "tldr_cmd_name": "mysql", "cmd_name": "mysql", "manual_exist": true, "oracle_man": ["mysql_3", "mysql_9", "mysql_130", "mysql_179", "mysql_331"], "matching_info": {"--user": [9, 179, 331], "--password": [9, 130], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "3769"} -{"nl": "return the default config, and create it if it's the first time the program runs", "cmd": "neofetch", "tldr_cmd_name": "neofetch", "cmd_name": "neofetch", "manual_exist": true, "oracle_man": ["neofetch_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3773"} -{"nl": "trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory", "cmd": "neofetch --{{enable|disable}} {{infoname}}", "tldr_cmd_name": "neofetch", "cmd_name": "neofetch", "manual_exist": true, "oracle_man": ["neofetch_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3774"} -{"nl": "hide/show os architecture", "cmd": "neofetch --os_arch {{on|off}}", "tldr_cmd_name": "neofetch", "cmd_name": "neofetch", "manual_exist": true, "oracle_man": ["neofetch_3", "neofetch_17"], "matching_info": {"--os_arch": [17], "|main|": [3, 4]}, "question_id": "3775"} -{"nl": "enable/disable cpu brand in output", "cmd": "neofetch --cpu_brand {{on|off}}", "tldr_cmd_name": "neofetch", "cmd_name": "neofetch", "manual_exist": true, "oracle_man": ["neofetch_3", "neofetch_22"], "matching_info": {"--cpu_brand": [22], "|main|": [3, 4]}, "question_id": "3776"} -{"nl": "create a local branch", "cmd": "git create-branch {{branch_name}}", "tldr_cmd_name": "git-create-branch", "cmd_name": "git-create-branch", "manual_exist": true, "oracle_man": ["git-create-branch_3", "git-create-branch_8", "git-create-branch_9", "git-create-branch_10"], "matching_info": {"git": [8, 9, 10], "create-branch": [8, 9, 10], "|main|": [3]}, "question_id": "3782"} -{"nl": "create a branch locally and on origin", "cmd": "git create-branch --remote {{branch_name}}", "tldr_cmd_name": "git-create-branch", "cmd_name": "git-create-branch", "manual_exist": true, "oracle_man": ["git-create-branch_2", "git-create-branch_3", "git-create-branch_4", "git-create-branch_8", "git-create-branch_9", "git-create-branch_10"], "matching_info": {"git": [8, 9, 10], "create-branch": [8, 9, 10], "--remote": [2, 4], "|main|": [3]}, "question_id": "3783"} -{"nl": "create a branch locally and on upstream (through forks)", "cmd": "git create-branch --remote upstream {{branch_name}}", "tldr_cmd_name": "git-create-branch", "cmd_name": "git-create-branch", "manual_exist": true, "oracle_man": ["git-create-branch_2", "git-create-branch_3", "git-create-branch_4", "git-create-branch_8", "git-create-branch_9", "git-create-branch_10"], "matching_info": {"git": [8, 9, 10], "create-branch": [8, 9, 10], "--remote": [2, 4], "upstream": [], "|main|": [3]}, "question_id": "3784"} -{"nl": "start a repl (interactive shell)", "cmd": "scala", "tldr_cmd_name": "scala", "cmd_name": "scala", "manual_exist": true, "oracle_man": ["scala_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "3785"} -{"nl": "start the interpreter with a dependency in the classpath", "cmd": "scala -classpath {{filename.jar}} {{command}}", "tldr_cmd_name": "scala", "cmd_name": "scala", "manual_exist": true, "oracle_man": ["scala_13", "scala_18", "scala_26", "scala_30", "scala_31", "scala_32"], "matching_info": {"-classpath": [18, 26, 30, 31, 32], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "3786"} -{"nl": "execute a scala script", "cmd": "scala {{script.scala}}", "tldr_cmd_name": "scala", "cmd_name": "scala", "manual_exist": true, "oracle_man": ["scala_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "3787"} -{"nl": "execute a `.jar` program", "cmd": "scala {{filename.jar}}", "tldr_cmd_name": "scala", "cmd_name": "scala", "manual_exist": true, "oracle_man": ["scala_13"], "matching_info": {"|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "3788"} -{"nl": "execute a single scala command in the commandline", "cmd": "scala -e {{command}}", "tldr_cmd_name": "scala", "cmd_name": "scala", "manual_exist": true, "oracle_man": ["scala_6", "scala_13", "scala_25", "scala_32"], "matching_info": {"-e": [6, 25, 32], "|main|": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "3789"} -{"nl": "perform a basic nikto scan against a target host", "cmd": "perl nikto.pl -h {{192.168.0.1}}", "tldr_cmd_name": "nikto", "cmd_name": "nikto", "manual_exist": true, "oracle_man": ["nikto_3", "nikto_9", "nikto_37"], "matching_info": {"perl": [], "nikto.pl": [], "-h": [9, 37], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3796"} -{"nl": "specify the port number when performing a basic scan", "cmd": "perl nikto.pl -h {{192.168.0.1}} -p {{443}}", "tldr_cmd_name": "nikto", "cmd_name": "nikto", "manual_exist": true, "oracle_man": ["nikto_3", "nikto_9", "nikto_37", "nikto_40", "nikto_58", "nikto_60"], "matching_info": {"perl": [], "nikto.pl": [], "-h": [9, 37], "-p": [40, 58, 60], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3797"} -{"nl": "scan ports and protocols with full url syntax", "cmd": "perl nikto.pl -h {{https://192.168.0.1:443/}}", "tldr_cmd_name": "nikto", "cmd_name": "nikto", "manual_exist": true, "oracle_man": ["nikto_3", "nikto_9", "nikto_37"], "matching_info": {"perl": [], "nikto.pl": [], "-h": [9, 37], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3798"} -{"nl": "scan multiple ports in the same scanning session", "cmd": "perl nikto.pl -h {{192.168.0.1}} -p {{80,88,443}}", "tldr_cmd_name": "nikto", "cmd_name": "nikto", "manual_exist": true, "oracle_man": ["nikto_3", "nikto_9", "nikto_37", "nikto_40", "nikto_58", "nikto_60"], "matching_info": {"perl": [], "nikto.pl": [], "-h": [9, 37], "-p": [40, 58, 60], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3799"} -{"nl": "update to the latest plugins and databases", "cmd": "perl nikto.pl -update", "tldr_cmd_name": "nikto", "cmd_name": "nikto", "manual_exist": true, "oracle_man": ["nikto_3", "nikto_83"], "matching_info": {"perl": [], "nikto.pl": [], "-update": [83], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3800"} -{"nl": "run a speed test", "cmd": "speedtest", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3801"} -{"nl": "run a speed test and specify the unit of the output", "cmd": "speedtest --unit={{auto-decimal-bits|auto-decimal-bytes|auto-binary-bits|auto-binary-bytes}}", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--unit": [], "|main|": [3, 4]}, "question_id": "3802"} -{"nl": "run a speed test and specify the output format", "cmd": "speedtest --format={{human-readable|csv|tsv|json|jsonl|json-pretty}}", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--format": [], "|main|": [3, 4]}, "question_id": "3803"} -{"nl": "run a speed test and specify the number of decimal points to use (0 to 8, defaults to 2)", "cmd": "speedtest --precision={{precision}}", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--precision": [], "|main|": [3, 4]}, "question_id": "3804"} -{"nl": "run a speed test and print its progress (only available for output format `humanreadable` and `json`)", "cmd": "speedtest --progress={{yes|no}}", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--progress": [], "|main|": [3, 4]}, "question_id": "3805"} -{"nl": "list all `speedtest.net` servers, sorted by distance", "cmd": "speedtest --servers", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--servers": [], "|main|": [3, 4]}, "question_id": "3806"} -{"nl": "run a speed test to a specific `speedtest.net` server", "cmd": "speedtest --server-id={{server_id}}", "tldr_cmd_name": "speedtest", "cmd_name": "speedtest", "manual_exist": true, "oracle_man": ["speedtest_3"], "matching_info": {"--server-id": [], "|main|": [3, 4]}, "question_id": "3807"} -{"nl": "page through a compressed archive with `less`", "cmd": "zless {{file.txt.gz}}", "tldr_cmd_name": "zless", "cmd_name": "zless", "manual_exist": true, "oracle_man": ["zless_3"], "matching_info": {"|main|": [3]}, "question_id": "3809"} -{"nl": "count all the lines of code in a directory", "cmd": "cloc {{path/to/directory}}", "tldr_cmd_name": "cloc", "cmd_name": "cloc", "manual_exist": true, "oracle_man": ["cloc_3"], "matching_info": {"|main|": [3]}, "question_id": "3810"} -{"nl": "count all the lines of code in a directory, displaying a progress bar during the counting process", "cmd": "cloc --progress=1 {{path/to/directory}}", "tldr_cmd_name": "cloc", "cmd_name": "cloc", "manual_exist": true, "oracle_man": ["cloc_3"], "matching_info": {"--progress=1": [], "|main|": [3]}, "question_id": "3811"} -{"nl": "compare 2 directory structures and count the differences between them", "cmd": "cloc --diff {{path/to/directory/one}} {{path/to/directory/two}}", "tldr_cmd_name": "cloc", "cmd_name": "cloc", "manual_exist": true, "oracle_man": ["cloc_3", "cloc_12", "cloc_18", "cloc_19", "cloc_20", "cloc_21", "cloc_28", "cloc_29", "cloc_31", "cloc_32", "cloc_55", "cloc_58", "cloc_84", "cloc_111", "cloc_123", "cloc_124", "cloc_125", "cloc_127"], "matching_info": {"--diff": [12, 18, 19, 20, 21, 28, 29, 31, 32, 55, 58, 84, 111, 123, 124, 125, 127], "|main|": [3]}, "question_id": "3812"} -{"nl": "ignore files that are ignored by vcs, such as files specified in `.gitignore`", "cmd": "cloc --vcs git {{path/to/directory}}", "tldr_cmd_name": "cloc", "cmd_name": "cloc", "manual_exist": true, "oracle_man": ["cloc_3", "cloc_13", "cloc_28"], "matching_info": {"--vcs": [13, 28], "git": [], "|main|": [3]}, "question_id": "3813"} -{"nl": "count all the lines of code in a directory, displaying the results for each file instead of each language", "cmd": "cloc --by-file {{path/to/directory}}", "tldr_cmd_name": "cloc", "cmd_name": "cloc", "manual_exist": true, "oracle_man": ["cloc_3", "cloc_16", "cloc_17", "cloc_111"], "matching_info": {"--by-file": [16, 17, 111], "|main|": [3]}, "question_id": "3814"} -{"nl": "show the current user's scheduled jobs", "cmd": "atq", "tldr_cmd_name": "atq", "cmd_name": "atq", "manual_exist": true, "oracle_man": ["atq_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3815"} -{"nl": "show jobs from queue named 'a' (queues have singlecharacter names)", "cmd": "atq -q {{a}}", "tldr_cmd_name": "atq", "cmd_name": "atq", "manual_exist": true, "oracle_man": ["atq_2", "atq_3", "atq_17"], "matching_info": {"-q": [2, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3816"} -{"nl": "show jobs of all users (run as superuser)", "cmd": "sudo atq", "tldr_cmd_name": "atq", "cmd_name": "atq", "manual_exist": true, "oracle_man": ["atq_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3817"} -{"nl": "start a rolling restart of a resource", "cmd": "kubectl rollout restart {{resource_type}}/{{resource_name}}", "tldr_cmd_name": "kubectl-rollout", "cmd_name": "kubectl-rollout", "manual_exist": true, "oracle_man": ["kubectl-rollout_2", "kubectl-rollout_3", "kubectl-rollout_4", "kubectl-rollout_82"], "matching_info": {"kubectl": [2, 3], "rollout": [2, 3, 4, 82], "restart": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "3818"} -{"nl": "watch the rolling update status of a resource", "cmd": "kubectl rollout status {{resource_type}}/{{resource_name}}", "tldr_cmd_name": "kubectl-rollout", "cmd_name": "kubectl-rollout", "manual_exist": true, "oracle_man": ["kubectl-rollout_2", "kubectl-rollout_3", "kubectl-rollout_4", "kubectl-rollout_82"], "matching_info": {"kubectl": [2, 3], "rollout": [2, 3, 4, 82], "status": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "3819"} -{"nl": "roll back a resource to the previous revision", "cmd": "kubectl rollout undo {{resource_type}}/{{resource_name}}", "tldr_cmd_name": "kubectl-rollout", "cmd_name": "kubectl-rollout", "manual_exist": true, "oracle_man": ["kubectl-rollout_2", "kubectl-rollout_3", "kubectl-rollout_4", "kubectl-rollout_82"], "matching_info": {"kubectl": [2, 3], "rollout": [2, 3, 4, 82], "undo": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "3820"} -{"nl": "view the rollout history of a resource", "cmd": "kubectl rollout history {{resource_type}}/{{resource_name}}", "tldr_cmd_name": "kubectl-rollout", "cmd_name": "kubectl-rollout", "manual_exist": true, "oracle_man": ["kubectl-rollout_2", "kubectl-rollout_3", "kubectl-rollout_4", "kubectl-rollout_82"], "matching_info": {"kubectl": [2, 3], "rollout": [2, 3, 4, 82], "history": [], "|main|": [4, 5, 6, 7, 8]}, "question_id": "3821"} -{"nl": "initialize new module in current directory", "cmd": "go mod init {{moduleName}}", "tldr_cmd_name": "go-mod", "cmd_name": "go-mod", "manual_exist": true, "oracle_man": ["go-mod_2", "go-mod_3", "go-mod_6", "go-mod_8", "go-mod_13"], "matching_info": {"go": [2, 6, 13], "mod": [2, 3], "init": [8], "|main|": [3, 4]}, "question_id": "3822"} -{"nl": "download modules to local cache", "cmd": "go mod download", "tldr_cmd_name": "go-mod", "cmd_name": "go-mod", "manual_exist": true, "oracle_man": ["go-mod_2", "go-mod_3", "go-mod_5", "go-mod_6", "go-mod_13"], "matching_info": {"go": [2, 6, 13], "mod": [2, 3], "download": [5], "|main|": [3, 4]}, "question_id": "3823"} -{"nl": "add missing and remove unused modules", "cmd": "go mod tidy", "tldr_cmd_name": "go-mod", "cmd_name": "go-mod", "manual_exist": true, "oracle_man": ["go-mod_2", "go-mod_3", "go-mod_6", "go-mod_9", "go-mod_13"], "matching_info": {"go": [2, 6, 13], "mod": [2, 3], "tidy": [9], "|main|": [3, 4]}, "question_id": "3824"} -{"nl": "verify dependencies have expected content", "cmd": "go mod verify", "tldr_cmd_name": "go-mod", "cmd_name": "go-mod", "manual_exist": true, "oracle_man": ["go-mod_2", "go-mod_3", "go-mod_6", "go-mod_11", "go-mod_13"], "matching_info": {"go": [2, 6, 13], "mod": [2, 3], "verify": [11], "|main|": [3, 4]}, "question_id": "3825"} -{"nl": "copy sources of all dependencies into the vendor directory", "cmd": "go mod vendor", "tldr_cmd_name": "go-mod", "cmd_name": "go-mod", "manual_exist": true, "oracle_man": ["go-mod_2", "go-mod_3", "go-mod_6", "go-mod_10", "go-mod_13"], "matching_info": {"go": [2, 6, 13], "mod": [2, 3], "vendor": [10], "|main|": [3, 4]}, "question_id": "3826"} -{"nl": "convert an a2 poster into 4 a4 pages", "cmd": "pdfposter --poster-size a2 {{input_file.pdf}} {{output_file.pdf}}", "tldr_cmd_name": "pdfposter", "cmd_name": "pdfposter", "manual_exist": true, "oracle_man": ["pdfposter_3", "pdfposter_10", "pdfposter_18"], "matching_info": {"--poster-size": [10, 18], "a2": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3833"} -{"nl": "scale an a4 poster to a3 and then generate 2 a4 pages", "cmd": "pdfposter --scale 2 {{input_file.pdf}} {{output_file.pdf}}", "tldr_cmd_name": "pdfposter", "cmd_name": "pdfposter", "manual_exist": true, "oracle_man": ["pdfposter_3", "pdfposter_43"], "matching_info": {"--scale": [], "2": [43], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3834"} -{"nl": "rebuild with `make` if any file changes", "cmd": "reflex make", "tldr_cmd_name": "reflex", "cmd_name": "reflex", "manual_exist": true, "oracle_man": ["reflex_3", "reflex_20"], "matching_info": {"make": [20], "|main|": [3]}, "question_id": "3835"} -{"nl": "compile and run go application if any `.go` file changes", "cmd": "reflex --regex='{{\\.go$}}' {{go run .}}", "tldr_cmd_name": "reflex", "cmd_name": "reflex", "manual_exist": true, "oracle_man": ["reflex_3", "reflex_12"], "matching_info": {"--regex": [12], "|main|": [3]}, "question_id": "3836"} -{"nl": "ignore a directory when watching for changes", "cmd": "reflex --inverse-regex='{{^dir/}}' {{command}}", "tldr_cmd_name": "reflex", "cmd_name": "reflex", "manual_exist": true, "oracle_man": ["reflex_3", "reflex_9"], "matching_info": {"--inverse-regex": [9], "|main|": [3]}, "question_id": "3837"} -{"nl": "run command when reflex starts and restarts on file changes", "cmd": "reflex --start-service=true {{command}}", "tldr_cmd_name": "reflex", "cmd_name": "reflex", "manual_exist": true, "oracle_man": ["reflex_3"], "matching_info": {"--start-service=true": [], "|main|": [3]}, "question_id": "3838"} -{"nl": "substitute the filename that changed in", "cmd": "reflex -- echo {}", "tldr_cmd_name": "reflex", "cmd_name": "reflex", "manual_exist": true, "oracle_man": ["reflex_3", "reflex_4", "reflex_5", "reflex_6", "reflex_7", "reflex_8", "reflex_9", "reflex_10", "reflex_11", "reflex_12", "reflex_13", "reflex_14", "reflex_15", "reflex_16", "reflex_17", "reflex_23"], "matching_info": {"--": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 23], "echo": [], "{}": [], "|main|": [3]}, "question_id": "3839"} -{"nl": "reset all tracked files and delete all untracked files", "cmd": "git clear-soft", "tldr_cmd_name": "git-clear-soft", "cmd_name": "git-clear-soft", "manual_exist": true, "oracle_man": ["git-clear-soft_3", "git-clear-soft_5"], "matching_info": {"git": [5], "clear-soft": [5], "|main|": [3]}, "question_id": "3851"} -{"nl": "start the mixxx gui in fullscreen", "cmd": "mixxx --fullScreen", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_32"], "matching_info": {"--fullScreen": [32], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3852"} -{"nl": "start in safe developer mode to debug a crash", "cmd": "mixxx --developer --safeMode", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_30"], "matching_info": {"--developer": [30], "--safeMode": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3853"} -{"nl": "debug a malfunction", "cmd": "mixxx --debugAssertBreak --developer --loglevel trace", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_30"], "matching_info": {"--debugAssertBreak": [], "--developer": [30], "--loglevel": [], "trace": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3854"} -{"nl": "start mixxx using the specified settings file", "cmd": "mixxx --resourcePath {{mixxx/res/controllers}} --settingsPath {{path/to/settings-file}}", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_26", "mixxx_28"], "matching_info": {"--resourcePath": [26], "--settingsPath": [28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3855"} -{"nl": "debug a custom controller mapping", "cmd": "mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_26", "mixxx_29"], "matching_info": {"--controllerDebug": [29], "--resourcePath": [26], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3856"} -{"nl": "show commandline help", "cmd": "mixxx --help", "tldr_cmd_name": "mixxx", "cmd_name": "mixxx", "manual_exist": true, "oracle_man": ["mixxx_3", "mixxx_33"], "matching_info": {"--help": [33], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, "question_id": "3857"} -{"nl": "run a meteor project from its root directory in development mode", "cmd": "meteor", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3858"} -{"nl": "create a project under the given directory", "cmd": "meteor create {{path/to/directory}}", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2"], "matching_info": {"create": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3859"} -{"nl": "display the list of packages the project is currently using", "cmd": "meteor list", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2"], "matching_info": {"list": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3860"} -{"nl": "add a package to the project", "cmd": "meteor add {{package_name}}", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2", "meteor_55"], "matching_info": {"add": [55], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3861"} -{"nl": "remove a package from the project", "cmd": "meteor remove {{package_name}}", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2"], "matching_info": {"remove": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3862"} -{"nl": "create a production build of the project as a tarball under the given directory", "cmd": "meteor build {{path/to/directory}}", "tldr_cmd_name": "meteor", "cmd_name": "meteor", "manual_exist": true, "oracle_man": ["meteor_2"], "matching_info": {"build": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}, "question_id": "3863"} -{"nl": "highlight a source file with python lexer and output to terminal", "cmd": "chroma --lexer=\"{{python}}\" {{source_file}}", "tldr_cmd_name": "chroma", "cmd_name": "chroma", "manual_exist": true, "oracle_man": ["chroma_3"], "matching_info": {"--lexer": [], "|main|": [3]}, "question_id": "3864"} -{"nl": "highlight a source file with the go lexer and output to an html file", "cmd": "chroma --lexer=\"{{go}}\" --formatter=\"{{html}}\" {{source_file}} > {{html_file}}", "tldr_cmd_name": "chroma", "cmd_name": "chroma", "manual_exist": true, "oracle_man": ["chroma_3"], "matching_info": {"--lexer": [], "--formatter": [], "|main|": [3]}, "question_id": "3865"} -{"nl": "highlight a source file with the c++ lexer and output to an svg, using the monokai style", "cmd": "chroma --lexer=\"{{c++}}\" --formatter=\"{{svg}}\" --syle=\"{{monokai}}\" {{source_file}} > {{svg_file}}", "tldr_cmd_name": "chroma", "cmd_name": "chroma", "manual_exist": true, "oracle_man": ["chroma_3"], "matching_info": {"--lexer": [], "--formatter": [], "--syle": [], "|main|": [3]}, "question_id": "3866"} -{"nl": "reset all tracked files and delete all untracked files even if they are included in the `.gitignore`", "cmd": "git clear", "tldr_cmd_name": "git-clear", "cmd_name": "git-clear", "manual_exist": true, "oracle_man": ["git-clear_3", "git-clear_5"], "matching_info": {"git": [5], "clear": [5], "|main|": [3]}, "question_id": "3867"} -{"nl": "compile a project", "cmd": "mvn compile", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"compile": [], "|main|": [2]}, "question_id": "3891"} -{"nl": "compile and package the compiled code in its distributable format, such as a `jar`", "cmd": "mvn package", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"package": [], "|main|": [2]}, "question_id": "3892"} -{"nl": "compile and package, skipping unit tests", "cmd": "mvn package -DskipTests", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2", "mvn_6", "mvn_17", "mvn_28", "mvn_29", "mvn_31"], "matching_info": {"package": [], "-DskipTests": [6, 17, 28, 29, 31], "|main|": [2]}, "question_id": "3893"} -{"nl": "install the built package in local maven repository. (this will invoke the compile and package commands too)", "cmd": "mvn install", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"install": [], "|main|": [2]}, "question_id": "3894"} -{"nl": "delete build artifacts from the target directory", "cmd": "mvn clean", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"clean": [], "|main|": [2]}, "question_id": "3895"} -{"nl": "do a clean and then invoke the package phase", "cmd": "mvn clean package", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"clean": [], "package": [], "|main|": [2]}, "question_id": "3896"} -{"nl": "clean and then package the code with a given build profile", "cmd": "mvn clean -P{{profile}} package", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2"], "matching_info": {"clean": [], "package": [], "|main|": [2]}, "question_id": "3897"} -{"nl": "run a class with a main method", "cmd": "mvn exec:java -Dexec.mainClass=\"{{com.example.Main}}\" -Dexec.args=\"{{arg1 arg2}}\"", "tldr_cmd_name": "mvn", "cmd_name": "mvn", "manual_exist": true, "oracle_man": ["mvn_2", "mvn_6", "mvn_17", "mvn_28", "mvn_29", "mvn_31"], "matching_info": {"exec:java": [], "-Dexec.mainClass": [6, 17, 28, 29, 31], "-Dexec.args": [6, 17, 28, 29, 31], "|main|": [2]}, "question_id": "3898"} -{"nl": "display available fonts", "cmd": "showfigfonts", "tldr_cmd_name": "showfigfonts", "cmd_name": "showfigfonts", "manual_exist": true, "oracle_man": ["showfigfonts_3"], "matching_info": {"|main|": [3]}, "question_id": "3903"} -{"nl": "display available fonts using a specific text", "cmd": "showfigfonts {{input_text}}", "tldr_cmd_name": "showfigfonts", "cmd_name": "showfigfonts", "manual_exist": true, "oracle_man": ["showfigfonts_3"], "matching_info": {"|main|": [3]}, "question_id": "3904"} -{"nl": "run sqlmap against a single target url", "cmd": "python sqlmap.py -u \"{{http://www.target.com/vuln.php?id=1}}\"", "tldr_cmd_name": "sqlmap", "cmd_name": "sqlmap", "manual_exist": true, "oracle_man": ["sqlmap_1", "sqlmap_2", "sqlmap_10", "sqlmap_26", "sqlmap_48", "sqlmap_52", "sqlmap_54", "sqlmap_95", "sqlmap_96", "sqlmap_97", "sqlmap_106", "sqlmap_110", "sqlmap_143", "sqlmap_191"], "matching_info": {"python": [2], "sqlmap.py": [], "-u": [10, 26, 48, 52, 54, 95, 96, 97, 106, 110, 143, 191], "|main|": [1]}, "question_id": "3912"} -{"nl": "send data in a post request (`data` implies post request)", "cmd": "python sqlmap.py -u \"{{http://www.target.com/vuln.php}}\" --data=\"{{id=1}}\"", "tldr_cmd_name": "sqlmap", "cmd_name": "sqlmap", "manual_exist": true, "oracle_man": ["sqlmap_1", "sqlmap_2", "sqlmap_10", "sqlmap_20", "sqlmap_26", "sqlmap_48", "sqlmap_52", "sqlmap_54", "sqlmap_95", "sqlmap_96", "sqlmap_97", "sqlmap_106", "sqlmap_110", "sqlmap_143", "sqlmap_191"], "matching_info": {"python": [2], "sqlmap.py": [], "-u": [10, 26, 48, 52, 54, 95, 96, 97, 106, 110, 143, 191], "--data": [20], "|main|": [1]}, "question_id": "3913"} -{"nl": "change the parameter delimiter (& is the default)", "cmd": "python sqlmap.py -u \"{{http://www.target.com/vuln.php}}\" --data=\"{{query=foobar;id=1}}\" --param-del=\"{{;}}\"", "tldr_cmd_name": "sqlmap", "cmd_name": "sqlmap", "manual_exist": true, "oracle_man": ["sqlmap_1", "sqlmap_2", "sqlmap_10", "sqlmap_20", "sqlmap_21", "sqlmap_26", "sqlmap_48", "sqlmap_52", "sqlmap_54", "sqlmap_95", "sqlmap_96", "sqlmap_97", "sqlmap_106", "sqlmap_110", "sqlmap_143", "sqlmap_191"], "matching_info": {"python": [2], "sqlmap.py": [], "-u": [10, 26, 48, 52, 54, 95, 96, 97, 106, 110, 143, 191], "--data": [20], "--param-del": [21], "|main|": [1]}, "question_id": "3914"} -{"nl": "select a random `useragent` from `./txt/useragents.txt` and use it", "cmd": "python sqlmap.py -u \"{{http://www.target.com/vuln.php}}\" --random-agent", "tldr_cmd_name": "sqlmap", "cmd_name": "sqlmap", "manual_exist": true, "oracle_man": ["sqlmap_1", "sqlmap_2", "sqlmap_10", "sqlmap_26", "sqlmap_27", "sqlmap_48", "sqlmap_52", "sqlmap_54", "sqlmap_95", "sqlmap_96", "sqlmap_97", "sqlmap_106", "sqlmap_110", "sqlmap_143", "sqlmap_191"], "matching_info": {"python": [2], "sqlmap.py": [], "-u": [10, 26, 48, 52, 54, 95, 96, 97, 106, 110, 143, 191], "--random-agent": [27], "|main|": [1]}, "question_id": "3915"} -{"nl": "provide user credentials for http protocol authentication", "cmd": "python sqlmap.py -u \"{{http://www.target.com/vuln.php}}\" --auth-type {{Basic}} --auth-cred \"{{testuser:testpass}}\"", "tldr_cmd_name": "sqlmap", "cmd_name": "sqlmap", "manual_exist": true, "oracle_man": ["sqlmap_1", "sqlmap_2", "sqlmap_10", "sqlmap_26", "sqlmap_32", "sqlmap_33", "sqlmap_48", "sqlmap_52", "sqlmap_54", "sqlmap_95", "sqlmap_96", "sqlmap_97", "sqlmap_106", "sqlmap_110", "sqlmap_143", "sqlmap_191"], "matching_info": {"python": [2], "sqlmap.py": [], "-u": [10, 26, 48, 52, 54, 95, 96, 97, 106, 110, 143, 191], "--auth-type": [32], "--auth-cred": [33], "|main|": [1]}, "question_id": "3916"} -{"nl": "encode a wav file to flac (this will create a flac file in the same location as the wav file)", "cmd": "flac {{path/to/file.wav}}", "tldr_cmd_name": "flac", "cmd_name": "flac", "manual_exist": true, "oracle_man": ["flac_4"], "matching_info": {"|main|": [4]}, "question_id": "3917"} -{"nl": "encode a wav file to flac, specifying the output file", "cmd": "flac -o {{path/to/output.flac}} {{path/to/file.wav}}", "tldr_cmd_name": "flac", "cmd_name": "flac", "manual_exist": true, "oracle_man": ["flac_4", "flac_18", "flac_19", "flac_25", "flac_27", "flac_109", "flac_112", "flac_118", "flac_120", "flac_121", "flac_122", "flac_133"], "matching_info": {"-o": [18, 19, 25, 27, 109, 112, 118, 120, 121, 122, 133], "|main|": [4]}, "question_id": "3918"} -{"nl": "decode a flac file to wav, specifying the output file", "cmd": "flac -d -o {{path/to/output.wav}} {{path/to/file.flac}}", "tldr_cmd_name": "flac", "cmd_name": "flac", "manual_exist": true, "oracle_man": ["flac_3", "flac_4", "flac_9", "flac_10", "flac_11", "flac_18", "flac_19", "flac_20", "flac_25", "flac_27", "flac_31", "flac_109", "flac_112", "flac_118", "flac_120", "flac_121", "flac_122", "flac_125", "flac_126", "flac_133"], "matching_info": {"-d": [3, 9, 10, 11, 20, 31, 120, 121, 122, 125, 126], "-o": [18, 19, 25, 27, 109, 112, 118, 120, 121, 122, 133], "|main|": [4]}, "question_id": "3919"} -{"nl": "test a flac file for the correct encoding", "cmd": "flac -t {{path/to/file.flac}}", "tldr_cmd_name": "flac", "cmd_name": "flac", "manual_exist": true, "oracle_man": ["flac_3", "flac_4", "flac_10", "flac_14", "flac_28", "flac_31", "flac_84", "flac_85", "flac_125", "flac_138"], "matching_info": {"-t": [3, 10, 14, 28, 31, 84, 85, 125, 138], "|main|": [4]}, "question_id": "3920"} -{"nl": "render a `png` image with a filename based on the input filename and output format (uppercase o)", "cmd": "neato -T {{png}} -O {{path/to/input.gv}}", "tldr_cmd_name": "neato", "cmd_name": "neato", "manual_exist": true, "oracle_man": ["neato_3", "neato_12", "neato_13", "neato_14", "neato_45", "neato_109", "neato_112"], "matching_info": {"-T": [12, 13, 14, 45, 109, 112], "-O": [112], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3921"} -{"nl": "render a `svg` image with the specified output filename (lowercase o)", "cmd": "neato -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}}", "tldr_cmd_name": "neato", "cmd_name": "neato", "manual_exist": true, "oracle_man": ["neato_3", "neato_12", "neato_13", "neato_14", "neato_45", "neato_109", "neato_112", "neato_120"], "matching_info": {"-T": [12, 13, 14, 45, 109, 112], "-o": [120], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3922"} -{"nl": "render the output in `ps`, `pdf`, `svg`, `fig`, `png`, `gif`, `jpg`, `json`, or `dot` format", "cmd": "neato -T {{format}} -O {{path/to/input.gv}}", "tldr_cmd_name": "neato", "cmd_name": "neato", "manual_exist": true, "oracle_man": ["neato_3", "neato_12", "neato_13", "neato_14", "neato_45", "neato_109", "neato_112"], "matching_info": {"-T": [12, 13, 14, 45, 109, 112], "-O": [112], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3923"} -{"nl": "render a `gif` image using stdin and stdout", "cmd": "echo \"{{graph {this -- that} }}\" | neato -T {{gif}} > {{path/to/image.gif}}", "tldr_cmd_name": "neato", "cmd_name": "neato", "manual_exist": true, "oracle_man": ["neato_3", "neato_12", "neato_13", "neato_14", "neato_45", "neato_109", "neato_112"], "matching_info": {"echo": [], "-T": [12, 13, 14, 45, 109, 112], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3924"} -{"nl": "display help", "cmd": "neato -?", "tldr_cmd_name": "neato", "cmd_name": "neato", "manual_exist": true, "oracle_man": ["neato_3", "neato_129"], "matching_info": {"-?": [129], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3925"} -{"nl": "interactively create a pull request", "cmd": "gh pr create", "tldr_cmd_name": "gh-pr-create", "cmd_name": "gh-pr-create", "manual_exist": true, "oracle_man": ["gh-pr-create_0", "gh-pr-create_2", "gh-pr-create_3", "gh-pr-create_25"], "matching_info": {"gh": [0, 2, 25], "pr": [2, 25], "create": [2, 25], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3929"} -{"nl": "create a pull request, determining the title and description from the commit messages of the current branch", "cmd": "gh pr create --fill", "tldr_cmd_name": "gh-pr-create", "cmd_name": "gh-pr-create", "manual_exist": true, "oracle_man": ["gh-pr-create_0", "gh-pr-create_2", "gh-pr-create_3", "gh-pr-create_5", "gh-pr-create_13", "gh-pr-create_25"], "matching_info": {"gh": [0, 2, 25], "pr": [2, 25], "create": [2, 25], "--fill": [5, 13], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3930"} -{"nl": "create a draft pull request", "cmd": "gh pr create --draft", "tldr_cmd_name": "gh-pr-create", "cmd_name": "gh-pr-create", "manual_exist": true, "oracle_man": ["gh-pr-create_0", "gh-pr-create_2", "gh-pr-create_3", "gh-pr-create_12", "gh-pr-create_25"], "matching_info": {"gh": [0, 2, 25], "pr": [2, 25], "create": [2, 25], "--draft": [12], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3931"} -{"nl": "create a pull request specifying the base branch, title, and description", "cmd": "gh pr create --base {{base_branch}} --title \"{{title}}\" --body \"{{body}}\"", "tldr_cmd_name": "gh-pr-create", "cmd_name": "gh-pr-create", "manual_exist": true, "oracle_man": ["gh-pr-create_0", "gh-pr-create_2", "gh-pr-create_3", "gh-pr-create_5", "gh-pr-create_9", "gh-pr-create_10", "gh-pr-create_11", "gh-pr-create_21", "gh-pr-create_25"], "matching_info": {"gh": [0, 2, 25], "pr": [2, 25], "create": [2, 25], "--base": [9, 25], "--title": [5, 21, 25], "--body": [5, 10, 11, 25], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3932"} -{"nl": "start opening a pull request in the browser", "cmd": "gh pr create --web", "tldr_cmd_name": "gh-pr-create", "cmd_name": "gh-pr-create", "manual_exist": true, "oracle_man": ["gh-pr-create_0", "gh-pr-create_2", "gh-pr-create_3", "gh-pr-create_22", "gh-pr-create_25"], "matching_info": {"gh": [0, 2, 25], "pr": [2, 25], "create": [2, 25], "--web": [22], "|main|": [3, 4, 5, 6, 7]}, "question_id": "3933"} -{"nl": "initialize a new local repository", "cmd": "git init", "tldr_cmd_name": "git-init", "cmd_name": "git-init", "manual_exist": true, "oracle_man": ["git-init_2", "git-init_3", "git-init_6", "git-init_12", "git-init_27"], "matching_info": {"git": [2, 6, 12], "init": [2, 6, 27], "|main|": [3, 4, 5, 6]}, "question_id": "3934"} -{"nl": "initialize a repository with the specified name for the initial branch", "cmd": "git init --initial-branch={{branch_name}}", "tldr_cmd_name": "git-init", "cmd_name": "git-init", "manual_exist": true, "oracle_man": ["git-init_2", "git-init_3", "git-init_6", "git-init_12", "git-init_14", "git-init_27"], "matching_info": {"git": [2, 6, 12], "init": [2, 6, 27], "--initial-branch": [2, 3, 14], "|main|": [3, 4, 5, 6]}, "question_id": "3935"} -{"nl": "initialize a repository using sha256 for object hashes (requires git version 2.29+)", "cmd": "git init --object-format={{sha256}}", "tldr_cmd_name": "git-init", "cmd_name": "git-init", "manual_exist": true, "oracle_man": ["git-init_2", "git-init_3", "git-init_6", "git-init_9", "git-init_10", "git-init_12", "git-init_27"], "matching_info": {"git": [2, 6, 12], "init": [2, 6, 27], "--object-format": [2, 9, 10], "|main|": [3, 4, 5, 6]}, "question_id": "3936"} -{"nl": "initialize a barebones repository, suitable for use as a remote over ssh", "cmd": "git init --bare", "tldr_cmd_name": "git-init", "cmd_name": "git-init", "manual_exist": true, "oracle_man": ["git-init_2", "git-init_3", "git-init_6", "git-init_8", "git-init_12", "git-init_27"], "matching_info": {"git": [2, 6, 12], "init": [2, 6, 27], "--bare": [2, 8], "|main|": [3, 4, 5, 6]}, "question_id": "3937"} -{"nl": "start a new game", "cmd": "openttd -g", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_11"], "matching_info": {"-g": [2, 11], "|main|": [1]}, "question_id": "3940"} -{"nl": "load save game at start", "cmd": "openttd -g {{path/to/file}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_11"], "matching_info": {"-g": [2, 11], "|main|": [1]}, "question_id": "3941"} -{"nl": "start with the specified window resolution", "cmd": "openttd -r {{1920x1080}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_22"], "matching_info": {"-r": [2, 22], "|main|": [1]}, "question_id": "3942"} -{"nl": "start with a custom configuration file", "cmd": "openttd -c {{path/to/file}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_4"], "matching_info": {"-c": [2, 4], "|main|": [1]}, "question_id": "3943"} -{"nl": "start with selected video, sound, and music drivers", "cmd": "openttd -v {{video_driver}} -s {{sound_driver}} -m {{music_driver}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_16", "openttd_23", "openttd_26"], "matching_info": {"-v": [2, 26], "-s": [2, 23], "-m": [2, 16], "|main|": [1]}, "question_id": "3944"} -{"nl": "start a dedicated server, forked in the background", "cmd": "openttd -f -D {{host}}:{{port}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_7", "openttd_8", "openttd_10", "openttd_15"], "matching_info": {"-f": [10], "-D": [2, 7, 8, 10, 15], "|main|": [1]}, "question_id": "3945"} -{"nl": "join a server with a password", "cmd": "openttd -n {{host}}:{{port}}#{{player_name}} -p {{password}}", "tldr_cmd_name": "openttd", "cmd_name": "openttd", "manual_exist": true, "oracle_man": ["openttd_1", "openttd_2", "openttd_18", "openttd_19", "openttd_20"], "matching_info": {"-n": [2, 18, 19, 20], "-p": [2, 19], "|main|": [1]}, "question_id": "3946"} -{"nl": "replace any commit with a different one, leaving other commits unchanged", "cmd": "git replace {{object}} {{replacement}}", "tldr_cmd_name": "git-replace", "cmd_name": "git-replace", "manual_exist": true, "oracle_man": ["git-replace_2", "git-replace_3", "git-replace_11", "git-replace_13"], "matching_info": {"git": [2, 11, 13], "replace": [2, 3], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3954"} -{"nl": "delete existing replace refs for the given objects", "cmd": "git replace --delete {{object}}", "tldr_cmd_name": "git-replace", "cmd_name": "git-replace", "manual_exist": true, "oracle_man": ["git-replace_2", "git-replace_3", "git-replace_11", "git-replace_13", "git-replace_17"], "matching_info": {"git": [2, 11, 13], "replace": [2, 3], "--delete": [17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3955"} -{"nl": "edit an object\u2019s content interactively", "cmd": "git replace --edit {{object}}", "tldr_cmd_name": "git-replace", "cmd_name": "git-replace", "manual_exist": true, "oracle_man": ["git-replace_2", "git-replace_3", "git-replace_11", "git-replace_13", "git-replace_18", "git-replace_28"], "matching_info": {"git": [2, 11, 13], "replace": [2, 3], "--edit": [2, 18, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "3956"} -{"nl": "start the gui", "cmd": "lmms", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "3957"} -{"nl": "start the gui and load external config", "cmd": "lmms --config {{path/to/config.xml}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_11"], "matching_info": {"--config": [11], "|main|": [3, 4]}, "question_id": "3958"} -{"nl": "start the gui and import midi or hydrogen file", "cmd": "lmms --import {{path/to/midi/or/hydrogen/file}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_15"], "matching_info": {"--import": [15], "|main|": [3, 4]}, "question_id": "3959"} -{"nl": "start the gui with a specified window size", "cmd": "lmms --geometry {{x_size}}x{{y_size}}+{{x_offset}}+{{y_offset}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_14"], "matching_info": {"--geometry": [14], "|main|": [3, 4]}, "question_id": "3960"} -{"nl": "dump a `.mmpz` file", "cmd": "lmms dump {{path/to/mmpz/file.mmpz}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_6"], "matching_info": {"dump": [6], "|main|": [3, 4]}, "question_id": "3961"} -{"nl": "render a project file", "cmd": "lmms render {{path/to/mmpz_or_mmp/file}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_7"], "matching_info": {"render": [7], "|main|": [3, 4]}, "question_id": "3962"} -{"nl": "render the individual tracks of a project file", "cmd": "lmms rendertracks {{path/to/mmpz_or_mmp/file}} {{path/to/dump/directory}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_8"], "matching_info": {"rendertracks": [8], "|main|": [3, 4]}, "question_id": "3963"} -{"nl": "render with custom samplerate, format, and as a loop", "cmd": "lmms render --samplerate {{88200}} --format {{ogg}} --loop --output {{path/to/output/file.ogg}}", "tldr_cmd_name": "lmms", "cmd_name": "lmms", "manual_exist": true, "oracle_man": ["lmms_3", "lmms_7", "lmms_18", "lmms_21", "lmms_23", "lmms_25"], "matching_info": {"render": [7], "--samplerate": [25], "--format": [18], "--loop": [21], "--output": [23], "|main|": [3, 4]}, "question_id": "3964"} -{"nl": "create a new secret from stdin", "cmd": "{{command}} | docker secret create {{secret_name}} -", "tldr_cmd_name": "docker-secret", "cmd_name": "docker-secret", "manual_exist": true, "oracle_man": ["docker-secret_1", "docker-secret_2", "docker-secret_3", "docker-secret_4"], "matching_info": {"docker": [2], "secret": [2], "create": [], "-": [1, 4], "|main|": [3]}, "question_id": "3965"} -{"nl": "create a new secret from a file", "cmd": "docker secret create {{secret_name}} {{path/to/file}}", "tldr_cmd_name": "docker-secret", "cmd_name": "docker-secret", "manual_exist": true, "oracle_man": ["docker-secret_2", "docker-secret_3"], "matching_info": {"docker": [2], "secret": [2], "create": [], "|main|": [3]}, "question_id": "3966"} -{"nl": "list all secrets", "cmd": "docker secret ls", "tldr_cmd_name": "docker-secret", "cmd_name": "docker-secret", "manual_exist": true, "oracle_man": ["docker-secret_2", "docker-secret_3"], "matching_info": {"docker": [2], "secret": [2], "ls": [], "|main|": [3]}, "question_id": "3967"} -{"nl": "display detailed information on one or multiple secrets in a human friendly format", "cmd": "docker secret inspect --pretty {{secret_name1 secret_name2 ...}}", "tldr_cmd_name": "docker-secret", "cmd_name": "docker-secret", "manual_exist": true, "oracle_man": ["docker-secret_2", "docker-secret_3"], "matching_info": {"docker": [2], "secret": [2], "inspect": [], "--pretty": [], "|main|": [3]}, "question_id": "3968"} -{"nl": "remove one or more secrets", "cmd": "docker secret rm {{secret_name1 secret_name2 ...}}", "tldr_cmd_name": "docker-secret", "cmd_name": "docker-secret", "manual_exist": true, "oracle_man": ["docker-secret_2", "docker-secret_3"], "matching_info": {"docker": [2], "secret": [2], "rm": [], "|main|": [3]}, "question_id": "3969"} -{"nl": "list all installed packages", "cmd": "nix-env -q", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_5", "nix-env_13", "nix-env_18", "nix-env_19", "nix-env_34", "nix-env_97", "nix-env_101", "nix-env_104", "nix-env_128", "nix-env_130", "nix-env_132", "nix-env_134", "nix-env_136", "nix-env_138", "nix-env_140", "nix-env_142"], "matching_info": {"-q": [5, 13, 18, 19, 34, 97, 101, 104, 128, 130, 132, 134, 136, 138, 140, 142], "|main|": [1]}, "question_id": "3985"} -{"nl": "query installed packages", "cmd": "nix-env -q {{search_term}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_5", "nix-env_13", "nix-env_18", "nix-env_19", "nix-env_34", "nix-env_97", "nix-env_101", "nix-env_104", "nix-env_128", "nix-env_130", "nix-env_132", "nix-env_134", "nix-env_136", "nix-env_138", "nix-env_140", "nix-env_142"], "matching_info": {"-q": [5, 13, 18, 19, 34, 97, 101, 104, 128, 130, 132, 134, 136, 138, 140, 142], "|main|": [1]}, "question_id": "3986"} -{"nl": "query available packages", "cmd": "nix-env -qa {{search_term}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_34", "nix-env_130", "nix-env_132", "nix-env_134", "nix-env_138", "nix-env_140", "nix-env_142"], "matching_info": {"-qa": [34, 130, 132, 134, 138, 140, 142], "|main|": [1]}, "question_id": "3987"} -{"nl": "install package", "cmd": "nix-env -iA nixpkgs.{{pkg_name}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_62", "nix-env_64"], "matching_info": {"-iA": [62, 64], "|main|": [1]}, "question_id": "3988"} -{"nl": "install a package from a url", "cmd": "nix-env -i {{pkg_name}} --file {{example.com}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_2", "nix-env_5", "nix-env_13", "nix-env_16", "nix-env_19", "nix-env_28", "nix-env_30", "nix-env_33", "nix-env_41", "nix-env_44", "nix-env_47", "nix-env_49", "nix-env_51", "nix-env_53", "nix-env_55", "nix-env_57", "nix-env_59", "nix-env_62", "nix-env_64", "nix-env_65", "nix-env_67", "nix-env_72", "nix-env_98", "nix-env_100", "nix-env_104", "nix-env_105", "nix-env_108", "nix-env_114", "nix-env_115"], "matching_info": {"-i": [5, 13, 16, 19, 28, 30, 33, 41, 44, 47, 49, 51, 53, 55, 57, 59, 62, 64, 65, 67, 72, 98, 100, 104, 105, 108, 114, 115], "--file": [2, 13, 19], "|main|": [1]}, "question_id": "3989"} -{"nl": "uninstall package", "cmd": "nix-env -e {{pkg_name}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_0", "nix-env_1", "nix-env_2", "nix-env_3", "nix-env_4", "nix-env_5", "nix-env_16", "nix-env_28", "nix-env_33", "nix-env_34", "nix-env_36", "nix-env_42", "nix-env_44", "nix-env_47", "nix-env_49", "nix-env_51", "nix-env_53", "nix-env_55", "nix-env_57", "nix-env_59", "nix-env_62", "nix-env_64", "nix-env_65", "nix-env_70", "nix-env_73", "nix-env_74", "nix-env_75", "nix-env_76", "nix-env_81", "nix-env_83", "nix-env_84", "nix-env_87", "nix-env_88", "nix-env_89", "nix-env_92", "nix-env_94", "nix-env_95", "nix-env_97", "nix-env_98", "nix-env_99", "nix-env_100", "nix-env_101", "nix-env_103", "nix-env_104", "nix-env_115", "nix-env_128", "nix-env_130", "nix-env_132", "nix-env_134", "nix-env_136", "nix-env_138", "nix-env_140", "nix-env_142", "nix-env_143", "nix-env_145", "nix-env_146", "nix-env_148", "nix-env_149", "nix-env_151", "nix-env_152", "nix-env_153", "nix-env_154", "nix-env_155", "nix-env_158", "nix-env_159", "nix-env_161", "nix-env_162"], "matching_info": {"-e": [0, 1, 2, 3, 4, 5, 16, 28, 33, 34, 36, 42, 44, 47, 49, 51, 53, 55, 57, 59, 62, 64, 65, 70, 73, 74, 75, 76, 81, 83, 84, 87, 88, 89, 92, 94, 95, 97, 98, 99, 100, 101, 103, 104, 115, 128, 130, 132, 134, 136, 138, 140, 142, 143, 145, 146, 148, 149, 151, 152, 153, 154, 155, 158, 159, 161, 162], "|main|": [1]}, "question_id": "3990"} -{"nl": "upgrade one package", "cmd": "nix-env -u {{pkg_name}}", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_13", "nix-env_16", "nix-env_19", "nix-env_65", "nix-env_73", "nix-env_74", "nix-env_75", "nix-env_76", "nix-env_81", "nix-env_83", "nix-env_95", "nix-env_98"], "matching_info": {"-u": [13, 16, 19, 65, 73, 74, 75, 76, 81, 83, 95, 98], "|main|": [1]}, "question_id": "3991"} -{"nl": "upgrade all packages", "cmd": "nix-env -u", "tldr_cmd_name": "nix-env", "cmd_name": "nix-env", "manual_exist": true, "oracle_man": ["nix-env_1", "nix-env_13", "nix-env_16", "nix-env_19", "nix-env_65", "nix-env_73", "nix-env_74", "nix-env_75", "nix-env_76", "nix-env_81", "nix-env_83", "nix-env_95", "nix-env_98"], "matching_info": {"-u": [13, 16, 19, 65, 73, 74, 75, 76, 81, 83, 95, 98], "|main|": [1]}, "question_id": "3992"} -{"nl": "delay in seconds", "cmd": "sleep {{seconds}}", "tldr_cmd_name": "sleep", "cmd_name": "sleep", "manual_exist": true, "oracle_man": ["sleep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3993"} -{"nl": "delay in minutes", "cmd": "sleep {{minutes}}m", "tldr_cmd_name": "sleep", "cmd_name": "sleep", "manual_exist": true, "oracle_man": ["sleep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3994"} -{"nl": "delay in hours", "cmd": "sleep {{hours}}h", "tldr_cmd_name": "sleep", "cmd_name": "sleep", "manual_exist": true, "oracle_man": ["sleep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "3995"} -{"nl": "traceroute to a host and continuously ping all intermediary hops", "cmd": "mtr {{host}}", "tldr_cmd_name": "mtr", "cmd_name": "mtr", "manual_exist": true, "oracle_man": ["mtr_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "4002"} -{"nl": "disable ip address and host name mapping", "cmd": "mtr -n {{host}}", "tldr_cmd_name": "mtr", "cmd_name": "mtr", "manual_exist": true, "oracle_man": ["mtr_2", "mtr_3", "mtr_25"], "matching_info": {"-n": [2, 25], "|main|": [3, 4, 5]}, "question_id": "4003"} -{"nl": "generate output after pinging each hop 10 times", "cmd": "mtr -w {{host}}", "tldr_cmd_name": "mtr", "cmd_name": "mtr", "manual_exist": true, "oracle_man": ["mtr_2", "mtr_3", "mtr_13", "mtr_26"], "matching_info": {"-w": [2, 13, 26], "|main|": [3, 4, 5]}, "question_id": "4004"} -{"nl": "force ip ipv4 or ipv6", "cmd": "mtr -4 {{host}}", "tldr_cmd_name": "mtr", "cmd_name": "mtr", "manual_exist": true, "oracle_man": ["mtr_2", "mtr_3", "mtr_8"], "matching_info": {"-4": [2, 8], "|main|": [3, 4, 5]}, "question_id": "4005"} -{"nl": "wait for a given time (in seconds) before sending another packet to the same hop", "cmd": "mtr -i {{seconds}} {{host}}", "tldr_cmd_name": "mtr", "cmd_name": "mtr", "manual_exist": true, "oracle_man": ["mtr_2", "mtr_3", "mtr_26", "mtr_29", "mtr_32", "mtr_34", "mtr_42"], "matching_info": {"-i": [2, 26, 29, 32, 34, 42], "|main|": [3, 4, 5]}, "question_id": "4006"} -{"nl": "initialise an .rspec config and a spec helper file", "cmd": "rspec --init", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3", "rspec_15", "rspec_16"], "matching_info": {"--init": [15, 16], "|main|": [3, 4]}, "question_id": "4012"} -{"nl": "run all tests", "cmd": "rspec", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4013"} -{"nl": "run a specific directory of tests", "cmd": "rspec {{path/to/directory}}", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4014"} -{"nl": "run a specific test file", "cmd": "rspec {{path/to/file}}", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4015"} -{"nl": "run multiple test files", "cmd": "rspec {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4016"} -{"nl": "run a specific test in a file (e.g. the test starts on line 83)", "cmd": "rspec {{path/to/file}}:{{83}}", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4017"} -{"nl": "run specs with a specific seed", "cmd": "rspec --seed {{seed_number}}", "tldr_cmd_name": "rspec", "cmd_name": "rspec", "manual_exist": true, "oracle_man": ["rspec_3", "rspec_9"], "matching_info": {"--seed": [9], "|main|": [3, 4]}, "question_id": "4018"} -{"nl": "list the name, uuid, state, persistence type, autostart status, capacity, space allocated, and space available for the storage pool specified by name or uuid (determine using `virsh poollist`)", "cmd": "virsh pool-info --pool {{name|uuid}}", "tldr_cmd_name": "virsh-pool-info", "cmd_name": "virsh", "manual_exist": true, "oracle_man": ["virsh_4", "virsh_1336", "virsh_1337", "virsh_1375", "virsh_1397", "virsh_1401", "virsh_1405", "virsh_1408", "virsh_1411", "virsh_1414", "virsh_1421", "virsh_1424", "virsh_1429", "virsh_1432", "virsh_1447", "virsh_1450", "virsh_1452", "virsh_1455", "virsh_1459", "virsh_1461", "virsh_1469", "virsh_1472", "virsh_1478", "virsh_1481", "virsh_1483", "virsh_1487"], "matching_info": {"pool-info": [1336, 1337], "--pool": [1375, 1397, 1401, 1405, 1408, 1411, 1414, 1421, 1424, 1429, 1432, 1447, 1450, 1452, 1455, 1459, 1461, 1469, 1472, 1478, 1481, 1483, 1487], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4028"} -{"nl": "execute commands from standard input in 5 minutes (press `ctrl + d` when done)", "cmd": "at now + 5 minutes", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_8", "at_29", "at_48", "at_90"], "matching_info": {"now": [29, 48, 90], "+": [], "5": [], "minutes": [], "|main|": [8, 9, 10, 11, 12]}, "question_id": "4029"} -{"nl": "execute a command from standard input at 1000 am today", "cmd": "echo \"{{./make_db_backup.sh}}\" | at 1000", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_8"], "matching_info": {"echo": [], "1000": [], "|main|": [8, 9, 10, 11, 12]}, "question_id": "4030"} -{"nl": "execute commands from a given file next tuesday", "cmd": "at -f {{path/to/file}} 9:30 PM Tue", "tldr_cmd_name": "at", "cmd_name": "at", "manual_exist": true, "oracle_man": ["at_3", "at_4", "at_8", "at_15", "at_53"], "matching_info": {"-f": [3, 4, 15, 53], "9:30": [], "PM": [], "Tue": [], "|main|": [8, 9, 10, 11, 12]}, "question_id": "4031"} -{"nl": "run checks over the code in the current directory", "cmd": "cargo clippy", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_3"], "matching_info": {"clippy": [], "|main|": [3]}, "question_id": "4032"} -{"nl": "require that `cargo.lock` is up to date", "cmd": "cargo clippy --locked", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_3", "cargo_45"], "matching_info": {"clippy": [], "--locked": [45], "|main|": [3]}, "question_id": "4033"} -{"nl": "run checks on all packages in the workspace", "cmd": "cargo clippy --workspace", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_3"], "matching_info": {"clippy": [], "--workspace": [], "|main|": [3]}, "question_id": "4034"} -{"nl": "run checks for a package", "cmd": "cargo clippy --package {{package}}", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_3"], "matching_info": {"clippy": [], "--package": [], "|main|": [3]}, "question_id": "4035"} -{"nl": "treat warnings as errors", "cmd": "cargo clippy -- --deny warnings", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_2", "cargo_3", "cargo_35", "cargo_36", "cargo_37", "cargo_38", "cargo_39", "cargo_40", "cargo_45", "cargo_47", "cargo_51", "cargo_58", "cargo_60"], "matching_info": {"clippy": [], "--": [2, 35, 36, 37, 38, 39, 40, 45, 47, 51, 58, 60], "--deny": [], "warnings": [], "|main|": [3]}, "question_id": "4036"} -{"nl": "run checks and ignore warnings", "cmd": "cargo clippy -- --allow warnings", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_2", "cargo_3", "cargo_35", "cargo_36", "cargo_37", "cargo_38", "cargo_39", "cargo_40", "cargo_45", "cargo_47", "cargo_51", "cargo_58", "cargo_60"], "matching_info": {"clippy": [], "--": [2, 35, 36, 37, 38, 39, 40, 45, 47, 51, 58, 60], "--allow": [], "warnings": [], "|main|": [3]}, "question_id": "4037"} -{"nl": "apply clippy suggestions automatically", "cmd": "cargo clippy --fix", "tldr_cmd_name": "cargo-clippy", "cmd_name": "cargo", "manual_exist": true, "oracle_man": ["cargo_3"], "matching_info": {"clippy": [], "--fix": [], "|main|": [3]}, "question_id": "4038"} -{"nl": "display the system's architecture", "cmd": "arch", "tldr_cmd_name": "arch", "cmd_name": "arch", "manual_exist": true, "oracle_man": ["arch_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "4039"} -{"nl": "launch the vim tutor using the given language (en, fr, de, ...)", "cmd": "vimtutor {{language}}", "tldr_cmd_name": "vimtutor", "cmd_name": "vimtutor", "manual_exist": true, "oracle_man": ["vimtutor_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "4048"} -{"nl": "exit the tutor", "cmd": " :q ", "tldr_cmd_name": "vimtutor", "cmd_name": "vimtutor", "manual_exist": true, "oracle_man": ["vimtutor_3"], "matching_info": {"Esc": [], ":q": [], "Enter": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "4049"} -{"nl": "list currently running docker machines", "cmd": "docker-machine ls", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"ls": [], "|main|": [-1]}, "question_id": "4050"} -{"nl": "create a new docker machine with specific name", "cmd": "docker-machine create {{name}}", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"create": [], "|main|": [-1]}, "question_id": "4051"} -{"nl": "get the status of a machine", "cmd": "docker-machine status {{name}}", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"status": [], "|main|": [-1]}, "question_id": "4052"} -{"nl": "start a machine", "cmd": "docker-machine start {{name}}", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"start": [], "|main|": [-1]}, "question_id": "4053"} -{"nl": "stop a machine", "cmd": "docker-machine stop {{name}}", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"stop": [], "|main|": [-1]}, "question_id": "4054"} -{"nl": "inspect information about a machine", "cmd": "docker-machine inspect {{name}}", "tldr_cmd_name": "docker-machine", "cmd_name": "docker-machine", "manual_exist": true, "oracle_man": ["docker-machine_-1"], "matching_info": {"inspect": [], "|main|": [-1]}, "question_id": "4055"} -{"nl": "perform a command with different arguments", "cmd": "for argument in 1 2 3; do {{command $argument}}; done", "tldr_cmd_name": "for", "cmd_name": "for", "manual_exist": true, "oracle_man": ["for_0", "for_3"], "matching_info": {"argument": [], "in": [], "1": [0], "2": [], "3;": [], "do": [], "done": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "4056"} -{"nl": "perform a command in every directory", "cmd": "for d in *; do (cd $d; {{command}}); done", "tldr_cmd_name": "for", "cmd_name": "for", "manual_exist": true, "oracle_man": ["for_3"], "matching_info": {"d": [], "in": [], "*;": [], "do": [], "(cd": [], "$d;": [], "done": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "4057"} -{"nl": "start fzf on all files in the specified directory", "cmd": "find {{path/to/directory}} -type f | fzf", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3", "fzf_4", "fzf_5", "fzf_82", "fzf_107", "fzf_110", "fzf_111", "fzf_120", "fzf_129", "fzf_135", "fzf_138", "fzf_139", "fzf_141", "fzf_155"], "matching_info": {"find": [], "-type": [4, 5, 82, 107, 110, 111, 120, 129, 135, 138, 139, 141, 155], "f": [], "|main|": [3]}, "question_id": "4058"} -{"nl": "start fzf for running processes", "cmd": "ps aux | fzf", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3"], "matching_info": {"ps": [], "aux": [], "|main|": [3]}, "question_id": "4059"} -{"nl": "select multiple files with `shift + tab` and write to a file", "cmd": "find {{path/to/directory}} -type f | fzf --multi > {{filename}}", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3", "fzf_4", "fzf_5", "fzf_21", "fzf_76", "fzf_80", "fzf_82", "fzf_107", "fzf_110", "fzf_111", "fzf_116", "fzf_120", "fzf_129", "fzf_135", "fzf_138", "fzf_139", "fzf_141", "fzf_143", "fzf_155"], "matching_info": {"find": [], "-type": [4, 5, 82, 107, 110, 111, 120, 129, 135, 138, 139, 141, 155], "f": [], "--multi": [21, 76, 80, 116, 143], "|main|": [3]}, "question_id": "4060"} -{"nl": "start fzf with a specified query", "cmd": "fzf --query \"{{query}}\"", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3", "fzf_105", "fzf_106", "fzf_107", "fzf_156"], "matching_info": {"--query": [105, 106, 107, 156], "|main|": [3]}, "question_id": "4061"} -{"nl": "start fzf on entries that start with core and end with either go, rb, or py", "cmd": "fzf --query \"^core go$ | rb$ | py$\"", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3", "fzf_105", "fzf_106", "fzf_107", "fzf_156"], "matching_info": {"--query": [105, 106, 107, 156], "^core": [], "go$": [], "rb$": [], "py$": [], "|main|": [3]}, "question_id": "4062"} -{"nl": "start fzf on entries that not match pyc and match exactly travis", "cmd": "fzf --query \"!pyc 'travis\"", "tldr_cmd_name": "fzf", "cmd_name": "fzf", "manual_exist": true, "oracle_man": ["fzf_3", "fzf_105", "fzf_106", "fzf_107", "fzf_156"], "matching_info": {"--query": [105, 106, 107, 156], "!pyc": [], "travis": [], "|main|": [3]}, "question_id": "4063"} -{"nl": "view smart health summary", "cmd": "sudo smartctl --health {{/dev/sdX}}", "tldr_cmd_name": "smartctl", "cmd_name": "smartctl", "manual_exist": true, "oracle_man": ["smartctl_3", "smartctl_128"], "matching_info": {"--health": [128], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "4086"} -{"nl": "view device information", "cmd": "sudo smartctl --info {{/dev/sdX}}", "tldr_cmd_name": "smartctl", "cmd_name": "smartctl", "manual_exist": true, "oracle_man": ["smartctl_3", "smartctl_15"], "matching_info": {"--info": [15], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "4087"} -{"nl": "begin a short selftest", "cmd": "sudo smartctl --test short {{/dev/sdX}}", "tldr_cmd_name": "smartctl", "cmd_name": "smartctl", "manual_exist": true, "oracle_man": ["smartctl_3", "smartctl_252", "smartctl_260", "smartctl_261", "smartctl_303"], "matching_info": {"--test": [252], "short": [260, 261, 303], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "4088"} -{"nl": "view current/last selftest status and other smart capabilities", "cmd": "sudo smartctl --capabilities {{/dev/sdX}}", "tldr_cmd_name": "smartctl", "cmd_name": "smartctl", "manual_exist": true, "oracle_man": ["smartctl_3", "smartctl_134"], "matching_info": {"--capabilities": [134], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "4089"} -{"nl": "view smart selftest log (if supported)", "cmd": "sudo smartctl --log selftest {{/dev/sdX}}", "tldr_cmd_name": "smartctl", "cmd_name": "smartctl", "manual_exist": true, "oracle_man": ["smartctl_3", "smartctl_156", "smartctl_167", "smartctl_168", "smartctl_169", "smartctl_171"], "matching_info": {"--log": [156], "selftest": [167, 168, 169, 171], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "4090"} -{"nl": "add an article to the rss feed", "cmd": "sup {{path/to/file.html}}", "tldr_cmd_name": "sup", "cmd_name": "sup", "manual_exist": true, "oracle_man": ["sup_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, "question_id": "4091"} -{"nl": "discover directories and files that match in the wordlist", "cmd": "gobuster dir --url {{https://example.com/}} --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"dir": [], "--url": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4092"} -{"nl": "discover subdomains", "cmd": "gobuster dns --domain {{example.com}} --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"dns": [], "--domain": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4093"} -{"nl": "discover amazon s3 buckets", "cmd": "gobuster s3 --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"s3": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4094"} -{"nl": "discover other virtual hosts on the server", "cmd": "gobuster vhost --url {{https://example.com/}} --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"vhost": [], "--url": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4095"} -{"nl": "fuzz the value of a parameter", "cmd": "gobuster fuzz --url {{https://example.com/?parameter=FUZZ}} --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"fuzz": [], "--url": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4096"} -{"nl": "fuzz the name of a parameter", "cmd": "gobuster fuzz --url {{https://example.com/?FUZZ=value}} --wordlist {{path/to/file}}", "tldr_cmd_name": "gobuster", "cmd_name": "gobuster", "manual_exist": true, "oracle_man": ["gobuster_2"], "matching_info": {"fuzz": [], "--url": [], "--wordlist": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}, "question_id": "4097"} -{"nl": "create a tar archive from the contents of the current head and print it to standard output", "cmd": "git archive --verbose HEAD", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_7", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--verbose": [7], "HEAD": [], "|main|": [3, 4]}, "question_id": "4098"} -{"nl": "create a zip archive from the current head and print it to standard output", "cmd": "git archive --verbose --format=zip HEAD", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_7", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--verbose": [7], "--format=zip": [31], "HEAD": [], "|main|": [3, 4]}, "question_id": "4099"} -{"nl": "same as above, but write the zip archive to file", "cmd": "git archive --verbose --output={{path/to/file.zip}} HEAD", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_7", "git-archive_9", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--verbose": [7], "--output": [2, 9], "HEAD": [], "|main|": [3, 4]}, "question_id": "4100"} -{"nl": "create a tar archive from the contents of the latest commit on a specific branch", "cmd": "git archive --output={{path/to/file.tar}} {{branch_name}}", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_9", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--output": [2, 9], "|main|": [3, 4]}, "question_id": "4101"} -{"nl": "create a tar archive from the contents of a specific directory", "cmd": "git archive --output={{path/to/file.tar}} HEAD:{{path/to/directory}}", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_9", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--output": [2, 9], "|main|": [3, 4]}, "question_id": "4102"} -{"nl": "prepend a path to each file to archive it inside a specific directory", "cmd": "git archive --output={{path/to/file.tar}} --prefix={{path/to/prepend}}/ HEAD", "tldr_cmd_name": "git-archive", "cmd_name": "git-archive", "manual_exist": true, "oracle_man": ["git-archive_2", "git-archive_3", "git-archive_4", "git-archive_8", "git-archive_9", "git-archive_10", "git-archive_26", "git-archive_27", "git-archive_28", "git-archive_29", "git-archive_30", "git-archive_31", "git-archive_32", "git-archive_33"], "matching_info": {"git": [2, 4, 26, 27, 28, 29, 30, 31, 32, 33], "archive": [2, 3, 4, 26, 27, 28, 29, 30, 31, 32], "--output": [2, 9], "--prefix": [2, 8, 10, 26, 27, 28, 29, 30, 31], "HEAD": [], "|main|": [3, 4]}, "question_id": "4103"} -{"nl": "browse for both ssh and vnc servers", "cmd": "bshell", "tldr_cmd_name": "bshell", "cmd_name": "bshell", "manual_exist": true, "oracle_man": ["bshell_5"], "matching_info": {"|main|": [5, 6]}, "question_id": "4104"} -{"nl": "browse for ssh servers only", "cmd": "bshell --ssh", "tldr_cmd_name": "bshell", "cmd_name": "bshell", "manual_exist": true, "oracle_man": ["bshell_5", "bshell_7"], "matching_info": {"--ssh": [7], "|main|": [5, 6]}, "question_id": "4105"} -{"nl": "browse for vnc servers only", "cmd": "bshell --vnc", "tldr_cmd_name": "bshell", "cmd_name": "bshell", "manual_exist": true, "oracle_man": ["bshell_5", "bshell_8"], "matching_info": {"--vnc": [8], "|main|": [5, 6]}, "question_id": "4106"} -{"nl": "browse for both ssh and vnc servers in a specified domain", "cmd": "bshell --domain={{domain}}", "tldr_cmd_name": "bshell", "cmd_name": "bshell", "manual_exist": true, "oracle_man": ["bshell_5", "bshell_10"], "matching_info": {"--domain": [10], "|main|": [5, 6]}, "question_id": "4107"} -{"nl": "calculate the md5 checksum for a file", "cmd": "md5sum {{path/to/file}}", "tldr_cmd_name": "md5sum", "cmd_name": "md5sum", "manual_exist": true, "oracle_man": ["md5sum_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "4108"} -{"nl": "calculate md5 checksums for multiple files", "cmd": "md5sum {{path/to/file1}} {{path/to/filen2}}", "tldr_cmd_name": "md5sum", "cmd_name": "md5sum", "manual_exist": true, "oracle_man": ["md5sum_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "4109"} -{"nl": "read a file of md5sums and verify all files have matching checksums", "cmd": "md5sum -c {{path/to/file.md5}}", "tldr_cmd_name": "md5sum", "cmd_name": "md5sum", "manual_exist": true, "oracle_man": ["md5sum_3", "md5sum_6"], "matching_info": {"-c": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "4110"} -{"nl": "calculate a md5 checksum from the standard input", "cmd": "echo \"{{text}}\" | md5sum", "tldr_cmd_name": "md5sum", "cmd_name": "md5sum", "manual_exist": true, "oracle_man": ["md5sum_3"], "matching_info": {"echo": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "4111"} -{"nl": "launch dillo", "cmd": "dillo", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "4112"} -{"nl": "launch dillo with a specific window size and screen location", "cmd": "dillo --geometry {{width}}x{{height}}+{{x_position}}+{{y_position}}", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3"], "matching_info": {"--geometry": [], "|main|": [3, 4, 5, 6]}, "question_id": "4113"} -{"nl": "launch dillo and open a specific url", "cmd": "dillo {{duckduckgo.com}}", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "4114"} -{"nl": "launch dillo and open a file or directory", "cmd": "dillo {{path/to/file_or_directory}}", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "4115"} -{"nl": "launch dillo in fullscreen mode", "cmd": "dillo --fullwindow", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3", "dillo_7"], "matching_info": {"--fullwindow": [7], "|main|": [3, 4, 5, 6]}, "question_id": "4116"} -{"nl": "display version", "cmd": "dillo --version", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3", "dillo_11"], "matching_info": {"--version": [11], "|main|": [3, 4, 5, 6]}, "question_id": "4117"} -{"nl": "display help", "cmd": "dillo --help", "tldr_cmd_name": "dillo", "cmd_name": "dillo", "manual_exist": true, "oracle_man": ["dillo_3", "dillo_9"], "matching_info": {"--help": [9], "|main|": [3, 4, 5, 6]}, "question_id": "4118"} -{"nl": "convert an image from jpg to png", "cmd": "convert {{image.jpg}} {{image.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4119"} -{"nl": "scale an image 50% its original size", "cmd": "convert {{image.png}} -resize 50% {{image2.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5", "convert_6"], "matching_info": {"-resize": [6], "50%": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4120"} -{"nl": "scale an image keeping the original aspect ratio to a maximum dimension of 640x480", "cmd": "convert {{image.png}} -resize 640x480 {{image2.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5", "convert_6"], "matching_info": {"-resize": [6], "640x480": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4121"} -{"nl": "horizontally append images", "cmd": "convert {{image1.png}} {{image2.png}} {{image3.png}} +append {{image123.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5"], "matching_info": {"+append": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4122"} -{"nl": "vertically append images", "cmd": "convert {{image1.png}} {{image2.png}} {{image3.png}} -append {{image123.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5", "convert_8"], "matching_info": {"-append": [8], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4123"} -{"nl": "create a gif from a series of images with 100ms delay between them", "cmd": "convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{10}} {{animation.gif}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5"], "matching_info": {"-delay": [5], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4124"} -{"nl": "create an image with nothing but a solid background", "cmd": "convert -size {{800x600}} \"xc:{{#ff0000}}\" {{image.png}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5", "convert_11"], "matching_info": {"-size": [5, 11], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4125"} -{"nl": "create a favicon from several images of different sizes", "cmd": "convert {{image1.png}} {{image2.png}} {{image3.png}} {{image.ico}}", "tldr_cmd_name": "convert", "cmd_name": "convert", "manual_exist": true, "oracle_man": ["convert_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4126"} -{"nl": "run a script", "cmd": "Rscript {{path/to/file.R}}", "tldr_cmd_name": "rscript", "cmd_name": "Rscript", "manual_exist": true, "oracle_man": ["Rscript_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "4127"} -{"nl": "run a script in vanilla mode (i.e. a blank session that doesn't save the workspace at the end)", "cmd": "Rscript --vanilla {{path/to/file.R}}", "tldr_cmd_name": "rscript", "cmd_name": "Rscript", "manual_exist": true, "oracle_man": ["Rscript_3", "Rscript_18"], "matching_info": {"--vanilla": [18], "|main|": [3, 4, 5, 6]}, "question_id": "4128"} -{"nl": "execute one or more r expressions", "cmd": "Rscript -e {{expression1}} -e {{expression2}}", "tldr_cmd_name": "rscript", "cmd_name": "Rscript", "manual_exist": true, "oracle_man": ["Rscript_2", "Rscript_3", "Rscript_12", "Rscript_14", "Rscript_18"], "matching_info": {"-e": [2, 3, 12, 14, 18], "|main|": [3, 4, 5, 6]}, "question_id": "4129"} -{"nl": "display r version", "cmd": "Rscript --version", "tldr_cmd_name": "rscript", "cmd_name": "Rscript", "manual_exist": true, "oracle_man": ["Rscript_3", "Rscript_9"], "matching_info": {"--version": [9], "|main|": [3, 4, 5, 6]}, "question_id": "4130"} -{"nl": "find available packages", "cmd": "pip3 search {{package_name}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_13"], "matching_info": {"search": [13], "|main|": [4, 5]}, "question_id": "4141"} -{"nl": "install a package", "cmd": "pip3 install {{package_name}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_8", "pip3_26"], "matching_info": {"install": [8, 26], "|main|": [4, 5]}, "question_id": "4142"} -{"nl": "install a specific version of a package", "cmd": "pip3 install {{package_name}}=={{package_version}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_8", "pip3_26"], "matching_info": {"install": [8, 26], "|main|": [4, 5]}, "question_id": "4143"} -{"nl": "upgrade a package", "cmd": "pip3 install --upgrade {{package_name}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_8", "pip3_26", "pip3_38"], "matching_info": {"install": [8, 26], "--upgrade": [38], "|main|": [4, 5]}, "question_id": "4144"} -{"nl": "uninstall a package", "cmd": "pip3 uninstall {{package_name}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_9"], "matching_info": {"uninstall": [9], "|main|": [4, 5]}, "question_id": "4145"} -{"nl": "save the list of installed packages to a file", "cmd": "pip3 freeze > {{requirements.txt}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_10"], "matching_info": {"freeze": [10], "|main|": [4, 5]}, "question_id": "4146"} -{"nl": "install packages from a file", "cmd": "pip3 install --requirement {{requirements.txt}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_8", "pip3_26", "pip3_32", "pip3_64"], "matching_info": {"install": [8, 26], "--requirement": [32, 64], "|main|": [4, 5]}, "question_id": "4147"} -{"nl": "show installed package info", "cmd": "pip3 show {{package_name}}", "tldr_cmd_name": "pip3", "cmd_name": "pip3", "manual_exist": true, "oracle_man": ["pip3_4", "pip3_12"], "matching_info": {"show": [12], "|main|": [4, 5]}, "question_id": "4148"} -{"nl": "show the system stats dashboard", "cmd": "gtop", "tldr_cmd_name": "gtop", "cmd_name": "gtop", "manual_exist": true, "oracle_man": ["gtop_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4152"} -{"nl": "sort by cpu usage", "cmd": "c", "tldr_cmd_name": "gtop", "cmd_name": "gtop", "manual_exist": true, "oracle_man": ["gtop_3"], "matching_info": {"c": [], "|main|": [3, 4]}, "question_id": "4153"} -{"nl": "sort by memory usage", "cmd": "m", "tldr_cmd_name": "gtop", "cmd_name": "gtop", "manual_exist": true, "oracle_man": ["gtop_3"], "matching_info": {"m": [], "|main|": [3, 4]}, "question_id": "4154"} -{"nl": "append file content to the source file", "cmd": "cat {{path/to/file}} | sponge -a {{path/to/file}}", "tldr_cmd_name": "sponge", "cmd_name": "sponge", "manual_exist": true, "oracle_man": ["sponge_2", "sponge_3", "sponge_6", "sponge_8"], "matching_info": {"cat": [], "-a": [2, 6, 8], "|main|": [3, 4, 5, 6, 7]}, "question_id": "4155"} -{"nl": "remove all lines starting with # in a file", "cmd": "grep -v '^{{#}}' {{path/to/file}} | sponge {{path/to/file}}", "tldr_cmd_name": "sponge", "cmd_name": "sponge", "manual_exist": true, "oracle_man": ["sponge_2", "sponge_3"], "matching_info": {"grep": [2], "-v": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "4156"} -{"nl": "render all frames of an animation in the background, without loading the ui (output is saved to `/tmp`)", "cmd": "blender -b {{filename}}.blend -a", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_3", "blender_7", "blender_8", "blender_19", "blender_25", "blender_27", "blender_28", "blender_32", "blender_35", "blender_36", "blender_43", "blender_46", "blender_47", "blender_63", "blender_75", "blender_80", "blender_83", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "-a": [8, 19, 25, 35, 36, 43, 75, 80, 83], "|main|": [3, 4, 5]}, "question_id": "4157"} -{"nl": "render an animation using a specific image naming pattern, in a path relative (`//`) to the .blend file", "cmd": "blender -b {{filename}}.blend -o //{{render/frame_###.png}} -a", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_3", "blender_7", "blender_8", "blender_15", "blender_19", "blender_25", "blender_27", "blender_28", "blender_32", "blender_35", "blender_36", "blender_43", "blender_46", "blender_47", "blender_63", "blender_75", "blender_78", "blender_80", "blender_82", "blender_83", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "-o": [15, 19, 43, 78, 82, 99], "-a": [8, 19, 25, 35, 36, 43, 75, 80, 83], "|main|": [3, 4, 5]}, "question_id": "4158"} -{"nl": "render the 10th frame of an animation as a single image, saved to an existing directory (absolute path)", "cmd": "blender -b {{filename}}.blend -o {{/path/to/output_directory}} -f {{10}}", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_1", "blender_3", "blender_7", "blender_10", "blender_12", "blender_13", "blender_14", "blender_15", "blender_19", "blender_22", "blender_25", "blender_27", "blender_28", "blender_29", "blender_32", "blender_34", "blender_43", "blender_46", "blender_47", "blender_49", "blender_54", "blender_63", "blender_71", "blender_77", "blender_78", "blender_82", "blender_84", "blender_93", "blender_94", "blender_97", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "-o": [15, 19, 43, 78, 82, 99], "-f": [1, 3, 10, 12, 13, 14, 15, 22, 27, 29, 34, 49, 54, 71, 77, 84, 93, 94, 97, 99], "|main|": [3, 4, 5]}, "question_id": "4159"} -{"nl": "render the second last frame in an animation as a jpeg image, saved to an existing directory (relative path)", "cmd": "blender -b {{filename}}.blend -o //{{output_directory}} -F {{JPEG}} -f {{-2}}", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_1", "blender_3", "blender_7", "blender_10", "blender_12", "blender_13", "blender_14", "blender_15", "blender_19", "blender_22", "blender_25", "blender_27", "blender_28", "blender_29", "blender_32", "blender_34", "blender_43", "blender_46", "blender_47", "blender_49", "blender_54", "blender_63", "blender_71", "blender_77", "blender_78", "blender_82", "blender_84", "blender_93", "blender_94", "blender_97", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "-o": [15, 19, 43, 78, 82, 99], "-F": [19, 22], "-f": [1, 3, 10, 12, 13, 14, 15, 22, 27, 29, 34, 49, 54, 71, 77, 84, 93, 94, 97, 99], "|main|": [3, 4, 5]}, "question_id": "4160"} -{"nl": "render the animation of a specific scene, starting at frame 10 and ending at frame 500", "cmd": "blender -b {{filename}}.blend -S {{scene_name}} -s {{10}} -e {{500}} -a", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_3", "blender_7", "blender_8", "blender_9", "blender_12", "blender_13", "blender_19", "blender_20", "blender_24", "blender_25", "blender_27", "blender_28", "blender_32", "blender_35", "blender_36", "blender_39", "blender_41", "blender_42", "blender_43", "blender_44", "blender_46", "blender_47", "blender_48", "blender_53", "blender_62", "blender_63", "blender_75", "blender_78", "blender_80", "blender_83", "blender_84", "blender_85", "blender_86", "blender_87", "blender_88", "blender_90", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "-S": [9], "-s": [9, 12, 27, 32, 36, 42, 44, 46, 47, 48, 84, 85, 86, 87, 88, 90], "-e": [13, 20, 24, 27, 35, 39, 41, 42, 53, 62, 78, 85, 86, 87, 88], "-a": [8, 19, 25, 35, 36, 43, 75, 80, 83], "|main|": [3, 4, 5]}, "question_id": "4161"} -{"nl": "render an animation at a specific resolution, by passing a python expression", "cmd": "blender -b {{filename}}.blend --python-expr '{{import bpy; bpy.data.scenes[0].render.resolution_percentage = 25}}' -a", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_3", "blender_7", "blender_8", "blender_19", "blender_25", "blender_27", "blender_28", "blender_32", "blender_35", "blender_36", "blender_39", "blender_43", "blender_46", "blender_47", "blender_63", "blender_75", "blender_80", "blender_83", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "--python-expr": [39], "-a": [8, 19, 25, 35, 36, 43, 75, 80, 83], "|main|": [3, 4, 5]}, "question_id": "4162"} -{"nl": "start an interactive blender session in the terminal with a python console (do `import bpy` after starting)", "cmd": "blender -b --python-console", "tldr_cmd_name": "blender", "cmd_name": "blender", "manual_exist": true, "oracle_man": ["blender_3", "blender_7", "blender_19", "blender_25", "blender_27", "blender_28", "blender_32", "blender_40", "blender_46", "blender_47", "blender_63", "blender_98", "blender_99"], "matching_info": {"-b": [7, 19, 25, 27, 28, 32, 46, 47, 63, 98, 99], "--python-console": [40], "|main|": [3, 4, 5]}, "question_id": "4163"} -{"nl": "create an empty temporary file and return the absolute path to it", "cmd": "mktemp", "tldr_cmd_name": "mktemp", "cmd_name": "mktemp", "manual_exist": true, "oracle_man": ["mktemp_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4164"} -{"nl": "create a temporary directory and return the absolute path to it", "cmd": "mktemp -d", "tldr_cmd_name": "mktemp", "cmd_name": "mktemp", "manual_exist": true, "oracle_man": ["mktemp_3", "mktemp_4", "mktemp_5"], "matching_info": {"-d": [4, 5], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4165"} -{"nl": "create a temporary file with a specified suffix", "cmd": "mktemp --suffix \"{{.txt}}\"", "tldr_cmd_name": "mktemp", "cmd_name": "mktemp", "manual_exist": true, "oracle_man": ["mktemp_3", "mktemp_7"], "matching_info": {"--suffix": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4166"} -{"nl": "pull from the \"default\" source path", "cmd": "hg pull", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_136", "hg_188", "hg_189", "hg_201", "hg_1390", "hg_2462", "hg_2978", "hg_3218", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3645", "hg_3960", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "|main|": [3]}, "question_id": "4186"} -{"nl": "pull from a specified source repository", "cmd": "hg pull {{path/to/source_repository}}", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_136", "hg_188", "hg_189", "hg_201", "hg_1390", "hg_2462", "hg_2978", "hg_3218", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3645", "hg_3960", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "|main|": [3]}, "question_id": "4187"} -{"nl": "update the local repository to the head of the remote", "cmd": "hg pull --update", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_34", "hg_35", "hg_67", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_136", "hg_188", "hg_189", "hg_195", "hg_199", "hg_201", "hg_1364", "hg_1390", "hg_2462", "hg_2978", "hg_3218", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3645", "hg_3831", "hg_3936", "hg_3960", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "--update": [34, 67, 195, 199, 1364, 3559, 3831, 3936], "|main|": [3]}, "question_id": "4188"} -{"nl": "pull changes even when the remote repository is unrelated", "cmd": "hg pull --force", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_113", "hg_136", "hg_153", "hg_188", "hg_189", "hg_200", "hg_201", "hg_215", "hg_226", "hg_291", "hg_352", "hg_391", "hg_409", "hg_438", "hg_450", "hg_455", "hg_479", "hg_487", "hg_493", "hg_496", "hg_501", "hg_603", "hg_991", "hg_995", "hg_999", "hg_1017", "hg_1248", "hg_1346", "hg_1390", "hg_1393", "hg_1399", "hg_2134", "hg_2462", "hg_2978", "hg_3218", "hg_3229", "hg_3316", "hg_3395", "hg_3447", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3634", "hg_3636", "hg_3645", "hg_3667", "hg_3687", "hg_3756", "hg_3780", "hg_3786", "hg_3795", "hg_3799", "hg_3839", "hg_3902", "hg_3911", "hg_3934", "hg_3960", "hg_4042", "hg_4218", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "--force": [113, 153, 200, 215, 226, 291, 352, 391, 409, 438, 450, 455, 479, 487, 493, 496, 501, 603, 991, 995, 999, 1017, 1248, 1346, 1393, 1399, 2134, 3229, 3316, 3395, 3447, 3634, 3636, 3667, 3687, 3756, 3780, 3786, 3795, 3799, 3839, 3902, 3911, 3934, 4042, 4218], "|main|": [3]}, "question_id": "4189"} -{"nl": "specify a specific revision changeset to pull up to", "cmd": "hg pull --rev {{revision}}", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_68", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_116", "hg_136", "hg_154", "hg_188", "hg_189", "hg_201", "hg_202", "hg_216", "hg_227", "hg_330", "hg_383", "hg_410", "hg_439", "hg_457", "hg_472", "hg_488", "hg_503", "hg_535", "hg_586", "hg_631", "hg_641", "hg_656", "hg_659", "hg_680", "hg_733", "hg_759", "hg_774", "hg_818", "hg_841", "hg_847", "hg_921", "hg_955", "hg_1053", "hg_1061", "hg_1123", "hg_1146", "hg_1200", "hg_1205", "hg_1233", "hg_1249", "hg_1304", "hg_1372", "hg_1390", "hg_2462", "hg_2807", "hg_2906", "hg_2912", "hg_2917", "hg_2935", "hg_2978", "hg_3008", "hg_3119", "hg_3173", "hg_3213", "hg_3218", "hg_3227", "hg_3272", "hg_3340", "hg_3448", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3591", "hg_3645", "hg_3740", "hg_3886", "hg_3903", "hg_3912", "hg_3960", "hg_4041", "hg_4104", "hg_4106", "hg_4128", "hg_4141", "hg_4144", "hg_4145", "hg_4178", "hg_4264", "hg_4272", "hg_4346", "hg_4445", "hg_4448", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "--rev": [35, 68, 116, 154, 202, 216, 227, 330, 383, 410, 439, 457, 472, 488, 503, 535, 586, 631, 641, 656, 659, 680, 733, 759, 774, 818, 841, 847, 921, 955, 1053, 1061, 1123, 1146, 1200, 1205, 1233, 1249, 1304, 1372, 2807, 2906, 2912, 2917, 2935, 3008, 3119, 3173, 3213, 3227, 3272, 3340, 3448, 3591, 3740, 3886, 3903, 3912, 4041, 4104, 4106, 4128, 4141, 4144, 4145, 4178, 4264, 4272, 4346, 4445, 4448], "|main|": [3]}, "question_id": "4190"} -{"nl": "specify a specific branch to pull", "cmd": "hg pull --branch {{branch}}", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_69", "hg_70", "hg_90", "hg_95", "hg_97", "hg_99", "hg_118", "hg_136", "hg_157", "hg_188", "hg_189", "hg_201", "hg_204", "hg_230", "hg_762", "hg_824", "hg_1250", "hg_1390", "hg_2462", "hg_2978", "hg_3030", "hg_3031", "hg_3032", "hg_3124", "hg_3125", "hg_3218", "hg_3345", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3645", "hg_3960", "hg_4475", "hg_4478", "hg_4485", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "--branch": [35, 69, 118, 157, 204, 230, 762, 824, 1250, 3030, 3031, 3032, 3124, 3125, 3345, 4475, 4478, 4485, 4486], "|main|": [3]}, "question_id": "4191"} -{"nl": "specify a specific bookmark to pull", "cmd": "hg pull --bookmark {{bookmark}}", "tldr_cmd_name": "hg-pull", "cmd_name": "hg", "manual_exist": true, "oracle_man": ["hg_3", "hg_35", "hg_70", "hg_90", "hg_91", "hg_95", "hg_97", "hg_99", "hg_117", "hg_136", "hg_137", "hg_156", "hg_188", "hg_189", "hg_201", "hg_203", "hg_217", "hg_228", "hg_764", "hg_825", "hg_1285", "hg_1301", "hg_1390", "hg_2462", "hg_2978", "hg_3218", "hg_3559", "hg_3581", "hg_3586", "hg_3588", "hg_3645", "hg_3960", "hg_4020", "hg_4039", "hg_4403", "hg_4486"], "matching_info": {"pull": [35, 70, 90, 95, 97, 99, 136, 188, 189, 201, 1390, 2462, 2978, 3218, 3559, 3581, 3586, 3588, 3645, 3960, 4486], "--bookmark": [91, 117, 137, 156, 203, 217, 228, 764, 825, 1285, 1301, 4020, 4039, 4403], "|main|": [3]}, "question_id": "4192"} -{"nl": "list all branches (local and remote; the current branch is highlighted by `*`)", "cmd": "git branch --all", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_28", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "--all": [2, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4195"} -{"nl": "list which branches include a specific git commit in their history", "cmd": "git branch --all --contains {{commit_hash}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_6", "git-branch_28", "git-branch_42", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "--all": [2, 28], "--contains": [2, 6, 42], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4196"} -{"nl": "show the name of the current branch", "cmd": "git branch --show-current", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_30", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "--show-current": [2, 30], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4197"} -{"nl": "create new branch based on the current commit", "cmd": "git branch {{branch_name}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4198"} -{"nl": "create new branch based on a specific commit", "cmd": "git branch {{branch_name}} {{commit_hash}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4199"} -{"nl": "rename a branch (must not have it checked out to do this)", "cmd": "git branch -m {{old_branch_name}} {{new_branch_name}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_6", "git-branch_10", "git-branch_11", "git-branch_17", "git-branch_18", "git-branch_19", "git-branch_44", "git-branch_45", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "-m": [2, 6, 10, 11, 17, 18, 19, 44, 45], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4200"} -{"nl": "delete a local branch (must not have it checked out to do this)", "cmd": "git branch -d {{branch_name}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_12", "git-branch_13", "git-branch_14", "git-branch_15", "git-branch_17", "git-branch_27", "git-branch_41", "git-branch_53", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "branch": [2, 53, 61], "-d": [2, 12, 13, 14, 15, 17, 27, 41, 58], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4201"} -{"nl": "delete a remote branch", "cmd": "git push {{remote_name}} --delete {{remote_branch_name}}", "tldr_cmd_name": "git-branch", "cmd_name": "git-branch", "manual_exist": true, "oracle_man": ["git-branch_2", "git-branch_3", "git-branch_14", "git-branch_15", "git-branch_17", "git-branch_55", "git-branch_58", "git-branch_61"], "matching_info": {"git": [2, 55, 58, 61], "push": [], "--delete": [14, 15, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "4202"} -{"nl": "start a repl (interactive shell)", "cmd": "irb", "tldr_cmd_name": "ruby", "cmd_name": "ruby", "manual_exist": true, "oracle_man": ["ruby_3"], "matching_info": {"irb": [], "|main|": [3, 4]}, "question_id": "4203"} -{"nl": "execute a ruby script", "cmd": "ruby {{script.rb}}", "tldr_cmd_name": "ruby", "cmd_name": "ruby", "manual_exist": true, "oracle_man": ["ruby_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4204"} -{"nl": "execute a single ruby command in the commandline", "cmd": "ruby -e {{command}}", "tldr_cmd_name": "ruby", "cmd_name": "ruby", "manual_exist": true, "oracle_man": ["ruby_2", "ruby_3", "ruby_30", "ruby_32", "ruby_52", "ruby_54", "ruby_55", "ruby_56", "ruby_60", "ruby_69", "ruby_70", "ruby_71", "ruby_85"], "matching_info": {"-e": [2, 30, 32, 52, 54, 55, 56, 60, 69, 70, 71, 85], "|main|": [3, 4]}, "question_id": "4205"} -{"nl": "check for syntax errors on a given ruby script", "cmd": "ruby -c {{script.rb}}", "tldr_cmd_name": "ruby", "cmd_name": "ruby", "manual_exist": true, "oracle_man": ["ruby_2", "ruby_3", "ruby_26", "ruby_50", "ruby_77"], "matching_info": {"-c": [2, 26, 50, 77], "|main|": [3, 4]}, "question_id": "4206"} -{"nl": "show the version of ruby you are using", "cmd": "ruby -v", "tldr_cmd_name": "ruby", "cmd_name": "ruby", "manual_exist": true, "oracle_man": ["ruby_2", "ruby_3", "ruby_27", "ruby_64", "ruby_74", "ruby_85"], "matching_info": {"-v": [2, 27, 64, 74, 85], "|main|": [3, 4]}, "question_id": "4207"} -{"nl": "log in to a bitwarden user account", "cmd": "bw login", "tldr_cmd_name": "bw", "cmd_name": "bw", "manual_exist": true, "oracle_man": ["bw_3"], "matching_info": {"login": [], "|main|": [3, 4, 5]}, "question_id": "4208"} -{"nl": "log out of a bitwarden user account", "cmd": "bw logout", "tldr_cmd_name": "bw", "cmd_name": "bw", "manual_exist": true, "oracle_man": ["bw_3"], "matching_info": {"logout": [], "|main|": [3, 4, 5]}, "question_id": "4209"} -{"nl": "search and display items from bitwarden vault", "cmd": "bw list items --search {{github}}", "tldr_cmd_name": "bw", "cmd_name": "bw", "manual_exist": true, "oracle_man": ["bw_3", "bw_17"], "matching_info": {"list": [], "items": [17], "--search": [], "|main|": [3, 4, 5]}, "question_id": "4210"} -{"nl": "display a particular item from bitwarden vault", "cmd": "bw get item {{github}}", "tldr_cmd_name": "bw", "cmd_name": "bw", "manual_exist": true, "oracle_man": ["bw_3"], "matching_info": {"get": [], "item": [], "|main|": [3, 4, 5]}, "question_id": "4211"} -{"nl": "create a folder in bitwarden vault", "cmd": "{{echo -n '{\"name\":\"My Folder1\"}' | base64}} | bw create folder", "tldr_cmd_name": "bw", "cmd_name": "bw", "manual_exist": true, "oracle_man": ["bw_3"], "matching_info": {"create": [], "folder": [], "|main|": [3, 4, 5]}, "question_id": "4212"} -{"nl": "perform a highstate on this minion", "cmd": "salt-call state.highstate", "tldr_cmd_name": "salt-call", "cmd_name": "salt-call", "manual_exist": true, "oracle_man": ["salt-call_3"], "matching_info": {"state.highstate": [], "|main|": [3, 4, 5]}, "question_id": "4227"} -{"nl": "perform a highstate dryrun, compute all changes but don't actually perform them", "cmd": "salt-call state.highstate test=true", "tldr_cmd_name": "salt-call", "cmd_name": "salt-call", "manual_exist": true, "oracle_man": ["salt-call_3"], "matching_info": {"state.highstate": [], "test=true": [], "|main|": [3, 4, 5]}, "question_id": "4228"} -{"nl": "perform a highstate with verbose debugging output", "cmd": "salt-call -l debug state.highstate", "tldr_cmd_name": "salt-call", "cmd_name": "salt-call", "manual_exist": true, "oracle_man": ["salt-call_3", "salt-call_4", "salt-call_16", "salt-call_25", "salt-call_26", "salt-call_27"], "matching_info": {"-l": [4, 16, 25, 26, 27], "debug": [], "state.highstate": [], "|main|": [3, 4, 5]}, "question_id": "4229"} -{"nl": "list this minion's grains", "cmd": "salt-call grains.items", "tldr_cmd_name": "salt-call", "cmd_name": "salt-call", "manual_exist": true, "oracle_man": ["salt-call_3"], "matching_info": {"grains.items": [], "|main|": [3, 4, 5]}, "question_id": "4230"} -{"nl": "abort a git rebase, merge, or cherrypick", "cmd": "git abort", "tldr_cmd_name": "git-abort", "cmd_name": "git", "manual_exist": true, "oracle_man": ["git_3"], "matching_info": {"abort": [], "|main|": [3, 4, 5, 6]}, "question_id": "4231"} -{"nl": "recursively archive all files in the current directory into a .jar file", "cmd": "jar cf {{file.jar}} *", "tldr_cmd_name": "jar", "cmd_name": "jar", "manual_exist": true, "oracle_man": ["jar_16", "jar_18", "jar_53"], "matching_info": {"cf": [18, 53], "*": [], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4232"} -{"nl": "unzip .jar/.war file to the current directory", "cmd": "jar -xvf {{file.jar}}", "tldr_cmd_name": "jar", "cmd_name": "jar", "manual_exist": true, "oracle_man": ["jar_10", "jar_16", "jar_23", "jar_24", "jar_31", "jar_40"], "matching_info": {"-xvf": [10, 23, 24, 31, 40], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4233"} -{"nl": "list a .jar/.war file content", "cmd": "jar tf {{path/to/file.jar}}", "tldr_cmd_name": "jar", "cmd_name": "jar", "manual_exist": true, "oracle_man": ["jar_16"], "matching_info": {"tf": [], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4234"} -{"nl": "list a .jar/.war file content with verbose output", "cmd": "jar tvf {{path/to/file.jar}}", "tldr_cmd_name": "jar", "cmd_name": "jar", "manual_exist": true, "oracle_man": ["jar_16"], "matching_info": {"tvf": [], "|main|": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4235"} -{"nl": "delete the configuration for the storage pool specified name or uuid (determine using `virsh poollist`)", "cmd": "virsh pool-undefine --pool {{name|uuid}}", "tldr_cmd_name": "virsh-pool-undefine", "cmd_name": "virsh", "manual_exist": true, "oracle_man": ["virsh_4", "virsh_1357", "virsh_1358", "virsh_1375", "virsh_1397", "virsh_1401", "virsh_1405", "virsh_1408", "virsh_1411", "virsh_1414", "virsh_1421", "virsh_1424", "virsh_1429", "virsh_1432", "virsh_1447", "virsh_1450", "virsh_1452", "virsh_1455", "virsh_1459", "virsh_1461", "virsh_1469", "virsh_1472", "virsh_1478", "virsh_1481", "virsh_1483", "virsh_1487"], "matching_info": {"pool-undefine": [1357, 1358], "--pool": [1375, 1397, 1401, 1405, 1408, 1411, 1414, 1421, 1424, 1429, 1432, 1447, 1450, 1452, 1455, 1459, 1461, 1469, 1472, 1478, 1481, 1483, 1487], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, "question_id": "4241"} -{"nl": "generate font cache files", "cmd": "fc-cache", "tldr_cmd_name": "fc-cache", "cmd_name": "fc-cache", "manual_exist": true, "oracle_man": ["fc-cache_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "4261"} -{"nl": "force a rebuild of all font cache files, without checking if cache is uptodate", "cmd": "fc-cache -f", "tldr_cmd_name": "fc-cache", "cmd_name": "fc-cache", "manual_exist": true, "oracle_man": ["fc-cache_2", "fc-cache_3", "fc-cache_7", "fc-cache_8", "fc-cache_9"], "matching_info": {"-f": [2, 7, 8, 9], "|main|": [3, 4, 5]}, "question_id": "4262"} -{"nl": "erase font cache files, then generate new font cache files", "cmd": "fc-cache -r", "tldr_cmd_name": "fc-cache", "cmd_name": "fc-cache", "manual_exist": true, "oracle_man": ["fc-cache_2", "fc-cache_3", "fc-cache_9"], "matching_info": {"-r": [2, 9], "|main|": [3, 4, 5]}, "question_id": "4263"} -{"nl": "print statistics about a bitcode file", "cmd": "llvm-bcanalyzer {{path/to/file.bc}}", "tldr_cmd_name": "llvm-bcanalyzer", "cmd_name": "llvm-bcanalyzer", "manual_exist": true, "oracle_man": ["llvm-bcanalyzer_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4264"} -{"nl": "print an sgml representation and statistics about a bitcode file", "cmd": "llvm-bcanalyzer -dump {{path/to/file.bc}}", "tldr_cmd_name": "llvm-bcanalyzer", "cmd_name": "llvm-bcanalyzer", "manual_exist": true, "oracle_man": ["llvm-bcanalyzer_3", "llvm-bcanalyzer_6"], "matching_info": {"-dump": [6], "|main|": [3, 4]}, "question_id": "4265"} -{"nl": "read a bitcode file from `stdin` and analyze it", "cmd": "cat {{path/to/file.bc}} | llvm-bcanalyzer", "tldr_cmd_name": "llvm-bcanalyzer", "cmd_name": "llvm-bcanalyzer", "manual_exist": true, "oracle_man": ["llvm-bcanalyzer_3"], "matching_info": {"cat": [], "|main|": [3, 4]}, "question_id": "4266"} -{"nl": "run python web app", "cmd": "gunicorn {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_18"], "matching_info": {"|main|": [18, 19]}, "question_id": "4293"} -{"nl": "listen on port 8080 on localhost", "cmd": "gunicorn --bind {{localhost}}:{{8080}} {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_4", "gunicorn_18"], "matching_info": {"--bind": [4], "|main|": [18, 19]}, "question_id": "4294"} -{"nl": "turn on live reload", "cmd": "gunicorn --reload {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_18"], "matching_info": {"--reload": [], "|main|": [18, 19]}, "question_id": "4295"} -{"nl": "use 4 worker processes for handling requests", "cmd": "gunicorn --workers {{4}} {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_5", "gunicorn_18"], "matching_info": {"--workers": [5], "|main|": [18, 19]}, "question_id": "4296"} -{"nl": "use 4 worker threads for handling requests", "cmd": "gunicorn --threads {{4}} {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_18"], "matching_info": {"--threads": [], "|main|": [18, 19]}, "question_id": "4297"} -{"nl": "run app over https", "cmd": "gunicorn --certfile {{cert.pem}} --keyfile {{key.pem}} {{import.path:app_object}}", "tldr_cmd_name": "gunicorn", "cmd_name": "gunicorn", "manual_exist": true, "oracle_man": ["gunicorn_18"], "matching_info": {"--certfile": [], "--keyfile": [], "|main|": [18, 19]}, "question_id": "4298"} -{"nl": "create a new project", "cmd": "gitlab create_project {{project_name}}", "tldr_cmd_name": "gitlab", "cmd_name": "gitlab", "manual_exist": true, "oracle_man": ["gitlab_3"], "matching_info": {"create_project": [], "|main|": [3, 4, 5, 6]}, "question_id": "4305"} -{"nl": "get info about a specific commit", "cmd": "gitlab commit {{project_name}} {{commit_hash}}", "tldr_cmd_name": "gitlab", "cmd_name": "gitlab", "manual_exist": true, "oracle_man": ["gitlab_3"], "matching_info": {"commit": [], "|main|": [3, 4, 5, 6]}, "question_id": "4306"} -{"nl": "get info about jobs in a ci pipeline", "cmd": "gitlab pipeline_jobs {{project_name}} {{pipeline_id}}", "tldr_cmd_name": "gitlab", "cmd_name": "gitlab", "manual_exist": true, "oracle_man": ["gitlab_3"], "matching_info": {"pipeline_jobs": [], "|main|": [3, 4, 5, 6]}, "question_id": "4307"} -{"nl": "start a specific ci job", "cmd": "gitlab job_play {{project_name}} {{job_id}}", "tldr_cmd_name": "gitlab", "cmd_name": "gitlab", "manual_exist": true, "oracle_man": ["gitlab_3"], "matching_info": {"job_play": [], "|main|": [3, 4, 5, 6]}, "question_id": "4308"} -{"nl": "display default information about a font", "cmd": "fc-pattern --default '{{DejaVu Serif}}'", "tldr_cmd_name": "fc-pattern", "cmd_name": "fc-pattern", "manual_exist": true, "oracle_man": ["fc-pattern_2", "fc-pattern_3", "fc-pattern_7"], "matching_info": {"--default": [2, 3, 7], "|main|": [3, 4]}, "question_id": "4309"} -{"nl": "display config information about a font", "cmd": "fc-pattern --config '{{DejaVu Serif}}'", "tldr_cmd_name": "fc-pattern", "cmd_name": "fc-pattern", "manual_exist": true, "oracle_man": ["fc-pattern_2", "fc-pattern_3", "fc-pattern_6"], "matching_info": {"--config": [2, 3, 6], "|main|": [3, 4]}, "question_id": "4310"} -{"nl": "list local docker images", "cmd": "docker image ls", "tldr_cmd_name": "docker-image", "cmd_name": "docker-image", "manual_exist": true, "oracle_man": ["docker-image_2", "docker-image_3"], "matching_info": {"docker": [2], "image": [2], "ls": [], "|main|": [3]}, "question_id": "4317"} -{"nl": "delete unused local docker images", "cmd": "docker image prune", "tldr_cmd_name": "docker-image", "cmd_name": "docker-image", "manual_exist": true, "oracle_man": ["docker-image_2", "docker-image_3"], "matching_info": {"docker": [2], "image": [2], "prune": [], "|main|": [3]}, "question_id": "4318"} -{"nl": "delete all unused images (not just those without a tag)", "cmd": "docker image prune --all", "tldr_cmd_name": "docker-image", "cmd_name": "docker-image", "manual_exist": true, "oracle_man": ["docker-image_2", "docker-image_3"], "matching_info": {"docker": [2], "image": [2], "prune": [], "--all": [], "|main|": [3]}, "question_id": "4319"} -{"nl": "show the history of a local docker image", "cmd": "docker image history {{image}}", "tldr_cmd_name": "docker-image", "cmd_name": "docker-image", "manual_exist": true, "oracle_man": ["docker-image_2", "docker-image_3"], "matching_info": {"docker": [2], "image": [2], "history": [], "|main|": [3]}, "question_id": "4320"} -{"nl": "open vs code", "cmd": "code", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {"|main|": [1]}, "question_id": "4321"} -{"nl": "open the current directory in vs code", "cmd": "code .", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {".": [], "|main|": [1]}, "question_id": "4322"} -{"nl": "open a file or directory in vs code", "cmd": "code {{path/to/file_or_directory}}", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {"|main|": [1]}, "question_id": "4323"} -{"nl": "open a file or directory in the currently open vs code window", "cmd": "code --reuse-window {{path/to/file_or_directory}}", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {"--reuse-window": [], "|main|": [1]}, "question_id": "4324"} -{"nl": "compare two files in vs code", "cmd": "code -d {{file1}} {{file2}}", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {"-d": [], "|main|": [1]}, "question_id": "4325"} -{"nl": "open vs code with superuser (sudo) permissions", "cmd": "sudo code {{path/to/file_or_directory}} --user-data-dir", "tldr_cmd_name": "code", "cmd_name": "code", "manual_exist": true, "oracle_man": ["code_1"], "matching_info": {"--user-data-dir": [], "|main|": [1]}, "question_id": "4326"} -{"nl": "list supported file formats", "cmd": "mat2 --list", "tldr_cmd_name": "mat2", "cmd_name": "mat2", "manual_exist": true, "oracle_man": ["mat2_3", "mat2_8"], "matching_info": {"--list": [8], "|main|": [3, 4]}, "question_id": "4330"} -{"nl": "remove metadata from a file", "cmd": "mat2 {{path/to/file}}", "tldr_cmd_name": "mat2", "cmd_name": "mat2", "manual_exist": true, "oracle_man": ["mat2_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4331"} -{"nl": "remove metadata from a file and print detailed output to the console", "cmd": "mat2 --verbose {{path/to/file}}", "tldr_cmd_name": "mat2", "cmd_name": "mat2", "manual_exist": true, "oracle_man": ["mat2_3", "mat2_10"], "matching_info": {"--verbose": [10], "|main|": [3, 4]}, "question_id": "4332"} -{"nl": "show metadata in a file without removing it", "cmd": "mat2 --show {{path/to/file}}", "tldr_cmd_name": "mat2", "cmd_name": "mat2", "manual_exist": true, "oracle_man": ["mat2_3", "mat2_12", "mat2_18"], "matching_info": {"--show": [12, 18], "|main|": [3, 4]}, "question_id": "4333"} -{"nl": "partially remove metadata from a file", "cmd": "mat2 --lightweight {{path/to/file}}", "tldr_cmd_name": "mat2", "cmd_name": "mat2", "manual_exist": true, "oracle_man": ["mat2_3", "mat2_13"], "matching_info": {"--lightweight": [13], "|main|": [3, 4]}, "question_id": "4334"} -{"nl": "generate scaffolding for a new project based on a template", "cmd": "lein new {{template_name}} {{project_name}}", "tldr_cmd_name": "lein", "cmd_name": "lein", "manual_exist": true, "oracle_man": ["lein_3", "lein_7"], "matching_info": {"new": [7], "|main|": [3, 4]}, "question_id": "4335"} -{"nl": "start a repl session either with the project or standalone", "cmd": "lein repl", "tldr_cmd_name": "lein", "cmd_name": "lein", "manual_exist": true, "oracle_man": ["lein_3", "lein_9"], "matching_info": {"repl": [9], "|main|": [3, 4]}, "question_id": "4336"} -{"nl": "run the project's `main` function with optional args", "cmd": "lein run {{args}}", "tldr_cmd_name": "lein", "cmd_name": "lein", "manual_exist": true, "oracle_man": ["lein_3", "lein_26"], "matching_info": {"run": [26], "|main|": [3, 4]}, "question_id": "4337"} -{"nl": "run the project's tests", "cmd": "lein test", "tldr_cmd_name": "lein", "cmd_name": "lein", "manual_exist": true, "oracle_man": ["lein_3", "lein_8"], "matching_info": {"test": [8], "|main|": [3, 4]}, "question_id": "4338"} -{"nl": "package up the project files and all its dependencies into a jar file", "cmd": "lein uberjar", "tldr_cmd_name": "lein", "cmd_name": "lein", "manual_exist": true, "oracle_man": ["lein_3", "lein_10"], "matching_info": {"uberjar": [10], "|main|": [3, 4]}, "question_id": "4339"} -{"nl": "add files to a changelist, creating the changelist if it does not exist", "cmd": "svn changelist {{changelist_name}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "svn-changelist", "cmd_name": "svn", "manual_exist": true, "oracle_man": ["svn_1"], "matching_info": {"changelist": [], "|main|": [1]}, "question_id": "4344"} -{"nl": "remove files from a changelist", "cmd": "svn changelist --remove {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "svn-changelist", "cmd_name": "svn", "manual_exist": true, "oracle_man": ["svn_1"], "matching_info": {"changelist": [], "--remove": [], "|main|": [1]}, "question_id": "4345"} -{"nl": "remove the whole changelist at once", "cmd": "svn changelist --remove --recursive --changelist {{changelist_name}} .", "tldr_cmd_name": "svn-changelist", "cmd_name": "svn", "manual_exist": true, "oracle_man": ["svn_1"], "matching_info": {"changelist": [], "--remove": [], "--recursive": [], "--changelist": [], ".": [], "|main|": [1]}, "question_id": "4346"} -{"nl": "add the contents of a spaceseparated list of directories to a changelist", "cmd": "svn changelist --recursive {{changelist_name}} {{path/to/directory1}} {{path/to/directory2}}", "tldr_cmd_name": "svn-changelist", "cmd_name": "svn", "manual_exist": true, "oracle_man": ["svn_1"], "matching_info": {"changelist": [], "--recursive": [], "|main|": [1]}, "question_id": "4347"} -{"nl": "commit a changelist", "cmd": "svn commit --changelist {{changelist_name}}", "tldr_cmd_name": "svn-changelist", "cmd_name": "svn", "manual_exist": true, "oracle_man": ["svn_1"], "matching_info": {"commit": [], "--changelist": [], "|main|": [1]}, "question_id": "4348"} -{"nl": "calculate the parent directory of a given path", "cmd": "dirname {{path/to/file_or_direct