{"nl": "delete a shared memory segment by id", "cmd": "ipcrm --shmem-id {{shmem_id}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_12"], "matching_info": {"--shmem-id": [12], "|main|": [4, 5, 6, 7, 8]}, "question_id": "21"} {"nl": "delete a shared memory segment by key", "cmd": "ipcrm --shmem-key {{shmem_key}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_11"], "matching_info": {"--shmem-key": [11], "|main|": [4, 5, 6, 7, 8]}, "question_id": "22"} {"nl": "delete an ipc queue by id", "cmd": "ipcrm --queue-id {{ipc_queue_id}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_14"], "matching_info": {"--queue-id": [14], "|main|": [4, 5, 6, 7, 8]}, "question_id": "23"} {"nl": "delete an ipc queue by key", "cmd": "ipcrm --queue-key {{ipc_queue_key}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_13"], "matching_info": {"--queue-key": [13], "|main|": [4, 5, 6, 7, 8]}, "question_id": "24"} {"nl": "delete a semaphore by id", "cmd": "ipcrm --semaphore-id {{semaphore_id}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_16"], "matching_info": {"--semaphore-id": [16], "|main|": [4, 5, 6, 7, 8]}, "question_id": "25"} {"nl": "delete a semaphore by key", "cmd": "ipcrm --semaphore-key {{semaphore_key}}", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_15"], "matching_info": {"--semaphore-key": [15], "|main|": [4, 5, 6, 7, 8]}, "question_id": "26"} {"nl": "delete all ipc resources", "cmd": "ipcrm --all", "tldr_cmd_name": "ipcrm", "cmd_name": "ipcrm", "manual_exist": true, "oracle_man": ["ipcrm_4", "ipcrm_9"], "matching_info": {"--all": [9], "|main|": [4, 5, 6, 7, 8]}, "question_id": "27"} {"nl": "retrieve the xwindows window id of the running firefox window(s)", "cmd": "xdotool search --onlyvisible --name {{firefox}}", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_18", "xdotool_72", "xdotool_75", "xdotool_81", "xdotool_82", "xdotool_88", "xdotool_90", "xdotool_93", "xdotool_96", "xdotool_108", "xdotool_154", "xdotool_202", "xdotool_223", "xdotool_229", "xdotool_234"], "matching_info": {"search": [72, 90, 93, 96, 223, 229, 234], "--onlyvisible": [82, 96, 108, 202], "--name": [18, 75, 81, 88, 90, 93, 154], "|main|": [4, 5]}, "question_id": "67"} {"nl": "click the right mouse button", "cmd": "xdotool click {{3}}", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_47"], "matching_info": {"click": [47], "|main|": [4, 5]}, "question_id": "68"} {"nl": "get the id of the currently active window", "cmd": "xdotool getactivewindow", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_133", "xdotool_166", "xdotool_231"], "matching_info": {"getactivewindow": [133, 166, 231], "|main|": [4, 5]}, "question_id": "69"} {"nl": "focus on the window with id of 12345", "cmd": "xdotool windowfocus --sync {{12345}}", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_39", "xdotool_44", "xdotool_71", "xdotool_95", "xdotool_96", "xdotool_127", "xdotool_136", "xdotool_138", "xdotool_140", "xdotool_142", "xdotool_144", "xdotool_151", "xdotool_165", "xdotool_186", "xdotool_188", "xdotool_189"], "matching_info": {"windowfocus": [138], "--sync": [39, 44, 71, 95, 96, 127, 136, 140, 142, 144, 151, 165, 186, 188, 189], "|main|": [4, 5]}, "question_id": "70"} {"nl": "type a message, with a 500ms delay for each letter", "cmd": "xdotool type --delay {{500}} \"Hello world\"", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_10", "xdotool_21", "xdotool_23", "xdotool_25", "xdotool_27", "xdotool_51", "xdotool_63", "xdotool_64", "xdotool_70", "xdotool_71", "xdotool_187"], "matching_info": {"type": [21, 27], "--delay": [10, 23, 25, 51, 63, 64, 70, 71, 187], "Hello": [], "world": [], "|main|": [4, 5]}, "question_id": "71"} {"nl": "press the enter key", "cmd": "xdotool key {{KP_Enter}}", "tldr_cmd_name": "xdotool", "cmd_name": "xdotool", "manual_exist": true, "oracle_man": ["xdotool_4", "xdotool_6", "xdotool_215"], "matching_info": {"key": [6, 215], "|main|": [4, 5]}, "question_id": "72"} {"nl": "display all information about the elf file", "cmd": "readelf -all {{path/to/binary}}", "tldr_cmd_name": "readelf", "cmd_name": "readelf", "manual_exist": true, "oracle_man": ["readelf_2", "readelf_3", "readelf_7"], "matching_info": {"-all": [2, 7], "|main|": [3, 4, 5]}, "question_id": "86"} {"nl": "display all the headers present in the elf file", "cmd": "readelf --headers {{path/to/binary}}", "tldr_cmd_name": "readelf", "cmd_name": "readelf", "manual_exist": true, "oracle_man": ["readelf_2", "readelf_3", "readelf_21"], "matching_info": {"--headers": [2, 21], "|main|": [3, 4, 5]}, "question_id": "87"} {"nl": "display the entries in symbol table section of the elf file, if it has one", "cmd": "readelf --symbols {{path/to/binary}}", "tldr_cmd_name": "readelf", "cmd_name": "readelf", "manual_exist": true, "oracle_man": ["readelf_2", "readelf_3", "readelf_7", "readelf_14"], "matching_info": {"--symbols": [2, 7, 14], "|main|": [3, 4, 5]}, "question_id": "88"} {"nl": "display the information contained in the elf header at the start of the file", "cmd": "readelf --file-header {{path/to/binary}}", "tldr_cmd_name": "readelf", "cmd_name": "readelf", "manual_exist": true, "oracle_man": ["readelf_2", "readelf_3", "readelf_7", "readelf_9"], "matching_info": {"--file-header": [2, 7, 9], "|main|": [3, 4, 5]}, "question_id": "89"} {"nl": "generate a random uuid", "cmd": "uuidd --random", "tldr_cmd_name": "uuidd", "cmd_name": "uuidd", "manual_exist": true, "oracle_man": ["uuidd_3", "uuidd_11"], "matching_info": {"--random": [11], "|main|": [3]}, "question_id": "100"} {"nl": "generate a bulk number of random uuids", "cmd": "uuidd --random --uuids {{number_of_uuids}}", "tldr_cmd_name": "uuidd", "cmd_name": "uuidd", "manual_exist": true, "oracle_man": ["uuidd_3", "uuidd_7", "uuidd_11"], "matching_info": {"--random": [11], "--uuids": [7], "|main|": [3]}, "question_id": "101"} {"nl": "generate a timebased uuid, based on the current time and mac address of the system", "cmd": "uuidd --time", "tldr_cmd_name": "uuidd", "cmd_name": "uuidd", "manual_exist": true, "oracle_man": ["uuidd_3", "uuidd_14", "uuidd_15"], "matching_info": {"--time": [14, 15], "|main|": [3]}, "question_id": "102"} {"nl": "edit action can be used to view any file on default mailcap explorer", "cmd": "edit {{filename}}", "tldr_cmd_name": "edit", "cmd_name": "edit", "manual_exist": true, "oracle_man": ["edit_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]}, "question_id": "104"} {"nl": "with `runmailcap`", "cmd": "run-mailcap --action=edit {{filename}}", "tldr_cmd_name": "edit", "cmd_name": "edit", "manual_exist": true, "oracle_man": ["edit_4"], "matching_info": {"run-mailcap": [], "--action=edit": [], "|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]}, "question_id": "105"} {"nl": "display the search path used to find man pages", "cmd": "manpath", "tldr_cmd_name": "manpath", "cmd_name": "manpath", "manual_exist": true, "oracle_man": ["manpath_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "113"} {"nl": "show the entire global manpath", "cmd": "manpath --global", "tldr_cmd_name": "manpath", "cmd_name": "manpath", "manual_exist": true, "oracle_man": ["manpath_3", "manpath_8"], "matching_info": {"--global": [8], "|main|": [3, 4]}, "question_id": "114"} {"nl": "install a service", "cmd": "update-rc.d {{mysql}} defaults", "tldr_cmd_name": "update-rc", "cmd_name": "update-rc.d", "manual_exist": true, "oracle_man": ["update-rc.d_6"], "matching_info": {"defaults": [], "|main|": [6, 7]}, "question_id": "193"} {"nl": "enable a service", "cmd": "update-rc.d {{mysql}} enable", "tldr_cmd_name": "update-rc", "cmd_name": "update-rc.d", "manual_exist": true, "oracle_man": ["update-rc.d_6"], "matching_info": {"enable": [], "|main|": [6, 7]}, "question_id": "194"} {"nl": "disable a service", "cmd": "update-rc.d {{mysql}} disable", "tldr_cmd_name": "update-rc", "cmd_name": "update-rc.d", "manual_exist": true, "oracle_man": ["update-rc.d_6"], "matching_info": {"disable": [], "|main|": [6, 7]}, "question_id": "195"} {"nl": "forcibly remove a service", "cmd": "update-rc.d -f {{mysql}} remove", "tldr_cmd_name": "update-rc", "cmd_name": "update-rc.d", "manual_exist": true, "oracle_man": ["update-rc.d_2", "update-rc.d_6", "update-rc.d_20"], "matching_info": {"-f": [2, 20], "remove": [], "|main|": [6, 7]}, "question_id": "196"} {"nl": "submit a batch job", "cmd": "sbatch {{path/to/job.sh}}", "tldr_cmd_name": "sbatch", "cmd_name": "sbatch", "manual_exist": true, "oracle_man": ["sbatch_4"], "matching_info": {"|main|": [4, 5, 6, 7, 8]}, "question_id": "197"} {"nl": "submit a batch job with a custom name", "cmd": "sbatch --job-name={{myjob}} {{path/to/job.sh}}", "tldr_cmd_name": "sbatch", "cmd_name": "sbatch", "manual_exist": true, "oracle_man": ["sbatch_4", "sbatch_127", "sbatch_306"], "matching_info": {"--job-name": [127, 306], "|main|": [4, 5, 6, 7, 8]}, "question_id": "198"} {"nl": "submit a batch job with a time limit of 30 minutes", "cmd": "sbatch --time={{00:30:00}} {{path/to/job.sh}}", "tldr_cmd_name": "sbatch", "cmd_name": "sbatch", "manual_exist": true, "oracle_man": ["sbatch_4", "sbatch_244", "sbatch_249", "sbatch_326", "sbatch_396"], "matching_info": {"--time": [244, 249, 326, 396], "|main|": [4, 5, 6, 7, 8]}, "question_id": "199"} {"nl": "submit a job and request multiple nodes", "cmd": "sbatch --nodes={{3}} {{path/to/job.sh}}", "tldr_cmd_name": "sbatch", "cmd_name": "sbatch", "manual_exist": true, "oracle_man": ["sbatch_4", "sbatch_33", "sbatch_112", "sbatch_171", "sbatch_204"], "matching_info": {"--nodes": [33, 112, 171, 204], "|main|": [4, 5, 6, 7, 8]}, "question_id": "200"} {"nl": "create a new linux group", "cmd": "groupadd {{group_name}}", "tldr_cmd_name": "groupadd", "cmd_name": "groupadd", "manual_exist": true, "oracle_man": ["groupadd_1"], "matching_info": {"|main|": [1]}, "question_id": "236"} {"nl": "create new group with a specific groupid", "cmd": "groupadd {{group_name}} -g {{group_id}}", "tldr_cmd_name": "groupadd", "cmd_name": "groupadd", "manual_exist": true, "oracle_man": ["groupadd_1", "groupadd_2", "groupadd_4"], "matching_info": {"-g": [2, 4], "|main|": [1]}, "question_id": "237"} {"nl": "list all containers (running and stopped)", "cmd": "ctr containers list", "tldr_cmd_name": "ctr", "cmd_name": "ctr", "manual_exist": true, "oracle_man": ["ctr_3", "ctr_14", "ctr_18", "ctr_44", "ctr_81", "ctr_105", "ctr_131", "ctr_140", "ctr_193", "ctr_222", "ctr_229"], "matching_info": {"containers": [18], "list": [14, 44, 81, 105, 131, 140, 193, 222, 229], "|main|": [3]}, "question_id": "253"} {"nl": "list all images", "cmd": "ctr images list", "tldr_cmd_name": "ctr", "cmd_name": "ctr", "manual_exist": true, "oracle_man": ["ctr_3", "ctr_14", "ctr_44", "ctr_81", "ctr_90", "ctr_93", "ctr_97", "ctr_105", "ctr_131", "ctr_140", "ctr_193", "ctr_222", "ctr_229"], "matching_info": {"images": [90, 93, 97], "list": [14, 44, 81, 105, 131, 140, 193, 222, 229], "|main|": [3]}, "question_id": "254"} {"nl": "pull an image", "cmd": "ctr images pull {{image}}", "tldr_cmd_name": "ctr", "cmd_name": "ctr", "manual_exist": true, "oracle_man": ["ctr_3", "ctr_64", "ctr_90", "ctr_93", "ctr_97", "ctr_107", "ctr_109"], "matching_info": {"images": [90, 93, 97], "pull": [64, 107, 109], "|main|": [3]}, "question_id": "255"} {"nl": "tag an image", "cmd": "ctr images tag {{souce_image}}:{{source_tag}} {{target_image}}:{{target_tag}}", "tldr_cmd_name": "ctr", "cmd_name": "ctr", "manual_exist": true, "oracle_man": ["ctr_3", "ctr_90", "ctr_93", "ctr_97", "ctr_126"], "matching_info": {"images": [90, 93, 97], "tag": [126], "|main|": [3]}, "question_id": "256"} {"nl": "log in as a user", "cmd": "login {{user}}", "tldr_cmd_name": "login", "cmd_name": "login", "manual_exist": true, "oracle_man": ["login_1"], "matching_info": {"|main|": [1]}, "question_id": "257"} {"nl": "log in as user without authentication if user is preauthenticated", "cmd": "login -f {{user}}", "tldr_cmd_name": "login", "cmd_name": "login", "manual_exist": true, "oracle_man": ["login_1", "login_2", "login_13", "login_16"], "matching_info": {"-f": [2, 13, 16], "|main|": [1]}, "question_id": "258"} {"nl": "log in as user and preserve environment", "cmd": "login -p {{user}}", "tldr_cmd_name": "login", "cmd_name": "login", "manual_exist": true, "oracle_man": ["login_1", "login_2", "login_12", "login_22"], "matching_info": {"-p": [2, 12, 22], "|main|": [1]}, "question_id": "259"} {"nl": "log in as a user on a remote host", "cmd": "login -h {{host}} {{user}}", "tldr_cmd_name": "login", "cmd_name": "login", "manual_exist": true, "oracle_man": ["login_1", "login_2", "login_14", "login_16"], "matching_info": {"-h": [2, 14, 16], "|main|": [1]}, "question_id": "260"} {"nl": "print a summary of cpu, memory, hard drive and kernel information", "cmd": "inxi", "tldr_cmd_name": "inxi", "cmd_name": "inxi", "manual_exist": true, "oracle_man": ["inxi_6"], "matching_info": {"|main|": [6, 7]}, "question_id": "319"} {"nl": "print a full description of cpu, memory, disk, network and process information", "cmd": "inxi -Fz", "tldr_cmd_name": "inxi", "cmd_name": "inxi", "manual_exist": true, "oracle_man": ["inxi_6", "inxi_24"], "matching_info": {"-Fz": [24], "|main|": [6, 7]}, "question_id": "320"} {"nl": "print information about the distribution's repository", "cmd": "inxi -r", "tldr_cmd_name": "inxi", "cmd_name": "inxi", "manual_exist": true, "oracle_man": ["inxi_5", "inxi_6", "inxi_46", "inxi_61", "inxi_67"], "matching_info": {"-r": [5, 46, 61, 67], "|main|": [6, 7]}, "question_id": "321"} {"nl": "return the current vmware software version (exit status determines whether the system is a vm or not)", "cmd": "vmware-checkvm", "tldr_cmd_name": "vmware-checkvm", "cmd_name": "vmware-checkvm", "manual_exist": true, "oracle_man": ["vmware-checkvm_3"], "matching_info": {"|main|": [3]}, "question_id": "339"} {"nl": "return the vmware hardware version", "cmd": "vmware-checkvm -h", "tldr_cmd_name": "vmware-checkvm", "cmd_name": "vmware-checkvm", "manual_exist": true, "oracle_man": ["vmware-checkvm_3"], "matching_info": {"-h": [], "|main|": [3]}, "question_id": "340"} {"nl": "enable a virtual host", "cmd": "sudo a2ensite {{virtual_host}}", "tldr_cmd_name": "a2ensite", "cmd_name": "a2ensite", "manual_exist": true, "oracle_man": ["a2ensite_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "411"} {"nl": "don't show informative messages", "cmd": "sudo a2ensite --quiet {{virtual_host}}", "tldr_cmd_name": "a2ensite", "cmd_name": "a2ensite", "manual_exist": true, "oracle_man": ["a2ensite_2", "a2ensite_3", "a2ensite_4", "a2ensite_7"], "matching_info": {"--quiet": [2, 3, 7], "|main|": [4, 5, 6]}, "question_id": "412"} {"nl": "submit a basic interactive job", "cmd": "srun --pty /bin/bash", "tldr_cmd_name": "srun", "cmd_name": "srun", "manual_exist": true, "oracle_man": ["srun_4", "srun_302"], "matching_info": {"--pty": [302], "/bin/bash": [], "|main|": [4, 5]}, "question_id": "431"} {"nl": "submit an interactive job with different attributes", "cmd": "srun --ntasks-per-node={{num_cores}} --mem-per-cpu={{memory_MB}} --pty /bin/bash", "tldr_cmd_name": "srun", "cmd_name": "srun", "manual_exist": true, "oracle_man": ["srun_4", "srun_198", "srun_204", "srun_205", "srun_206", "srun_266", "srun_268", "srun_269", "srun_302", "srun_423", "srun_432", "srun_557"], "matching_info": {"--ntasks-per-node": [266, 268, 269, 432], "--mem-per-cpu": [198, 204, 205, 206, 423, 557], "--pty": [302], "/bin/bash": [], "|main|": [4, 5]}, "question_id": "432"} {"nl": "connect to a worker node with a job running", "cmd": "srun --jobid={{job_id}} --pty /bin/bash", "tldr_cmd_name": "srun", "cmd_name": "srun", "manual_exist": true, "oracle_man": ["srun_4", "srun_165", "srun_302", "srun_416"], "matching_info": {"--jobid": [165, 416], "--pty": [302], "/bin/bash": [], "|main|": [4, 5]}, "question_id": "433"} {"nl": "display the current time as reported by the hardware clock", "cmd": "hwclock", "tldr_cmd_name": "hwclock", "cmd_name": "hwclock", "manual_exist": true, "oracle_man": ["hwclock_1"], "matching_info": {"|main|": [1]}, "question_id": "456"} {"nl": "write the current software clock time to the hardware clock (sometimes used during system setup)", "cmd": "hwclock --systohc", "tldr_cmd_name": "hwclock", "cmd_name": "hwclock", "manual_exist": true, "oracle_man": ["hwclock_1", "hwclock_2", "hwclock_11"], "matching_info": {"--systohc": [2, 11], "|main|": [1]}, "question_id": "457"} {"nl": "write the current hardware clock time to the software clock", "cmd": "hwclock --hctosys", "tldr_cmd_name": "hwclock", "cmd_name": "hwclock", "manual_exist": true, "oracle_man": ["hwclock_1", "hwclock_2", "hwclock_10", "hwclock_33"], "matching_info": {"--hctosys": [2, 10, 33], "|main|": [1]}, "question_id": "458"} {"nl": "connect to a share (user will be prompted for password; `exit` to quit the session)", "cmd": "smbclient {{//server/share}}", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "513"} {"nl": "connect with a different username", "cmd": "smbclient {{//server/share}} --user {{username}}", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_2", "smbclient_3", "smbclient_95", "smbclient_222"], "matching_info": {"--user": [2, 95, 222], "|main|": [3, 4]}, "question_id": "514"} {"nl": "connect with a different workgroup", "cmd": "smbclient {{//server/share}} --workgroup {{domain}} --user {{username}}", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_2", "smbclient_3", "smbclient_91", "smbclient_95", "smbclient_222"], "matching_info": {"--workgroup": [2, 91], "--user": [2, 95, 222], "|main|": [3, 4]}, "question_id": "515"} {"nl": "connect with a username and password", "cmd": "smbclient {{//server/share}} --user {{username%password}}", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_2", "smbclient_3", "smbclient_95", "smbclient_222"], "matching_info": {"--user": [2, 95, 222], "|main|": [3, 4]}, "question_id": "516"} {"nl": "download a file from the server", "cmd": "smbclient {{//server/share}} --directory {{path/to/directory}} --command \"get {{file.txt}}\"", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_2", "smbclient_3", "smbclient_62", "smbclient_63", "smbclient_150"], "matching_info": {"--directory": [2, 62], "--command": [2, 63], "get": [150], "|main|": [3, 4]}, "question_id": "517"} {"nl": "upload a file to the server", "cmd": "smbclient {{//server/share}} --directory {{path/to/directory}} --command \"put {{file.txt}}\"", "tldr_cmd_name": "smbclient", "cmd_name": "smbclient", "manual_exist": true, "oracle_man": ["smbclient_2", "smbclient_3", "smbclient_62", "smbclient_63", "smbclient_189"], "matching_info": {"--directory": [2, 62], "--command": [2, 63], "put": [189], "|main|": [3, 4]}, "question_id": "518"} {"nl": "launch xeyes on the local machine's default display", "cmd": "xeyes", "tldr_cmd_name": "xeyes", "cmd_name": "xeyes", "manual_exist": true, "oracle_man": ["xeyes_3"], "matching_info": {"|main|": [3]}, "question_id": "536"} {"nl": "launch xeyes on a remote machine's display 0, screen 0", "cmd": "xeyes -display {{remote_host}}:{{0}}.{{0}}", "tldr_cmd_name": "xeyes", "cmd_name": "xeyes", "manual_exist": true, "oracle_man": ["xeyes_3", "xeyes_10"], "matching_info": {"-display": [10], "|main|": [3]}, "question_id": "537"} {"nl": "delete a file (send to trash)", "cmd": "trash {{path/to/file}}", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"|main|": [3]}, "question_id": "603"} {"nl": "list files in trash", "cmd": "trash-list", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"trash-list": [], "|main|": [3]}, "question_id": "604"} {"nl": "restore file from trash", "cmd": "trash-restore", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"trash-restore": [], "|main|": [3]}, "question_id": "605"} {"nl": "empty trash", "cmd": "trash-empty", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"trash-empty": [], "|main|": [3]}, "question_id": "606"} {"nl": "empty trash, keeping files trashed less than {{10}} days ago", "cmd": "trash-empty {{10}}", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"trash-empty": [], "|main|": [3]}, "question_id": "607"} {"nl": "remove all files named 'foo' from the trash", "cmd": "trash-rm foo", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3", "trash_10"], "matching_info": {"trash-rm": [], "foo": [10], "|main|": [3]}, "question_id": "608"} {"nl": "remove all files with a given original location", "cmd": "trash-rm {{/absolute/path/to/file_or_directory}}", "tldr_cmd_name": "trash", "cmd_name": "trash", "manual_exist": true, "oracle_man": ["trash_3"], "matching_info": {"trash-rm": [], "|main|": [3]}, "question_id": "609"} {"nl": "capture a screenshot and save it to the current directory with the current date as the filename", "cmd": "scrot", "tldr_cmd_name": "scrot", "cmd_name": "scrot", "manual_exist": true, "oracle_man": ["scrot_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "620"} {"nl": "capture a screenshot and save it as `capture.png`", "cmd": "scrot {{capture.png}}", "tldr_cmd_name": "scrot", "cmd_name": "scrot", "manual_exist": true, "oracle_man": ["scrot_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "621"} {"nl": "capture a screenshot interactively", "cmd": "scrot --select", "tldr_cmd_name": "scrot", "cmd_name": "scrot", "manual_exist": true, "oracle_man": ["scrot_3", "scrot_29", "scrot_48"], "matching_info": {"--select": [29, 48], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "622"} {"nl": "capture a screenshot from the currently focused window", "cmd": "scrot --focused", "tldr_cmd_name": "scrot", "cmd_name": "scrot", "manual_exist": true, "oracle_man": ["scrot_3", "scrot_31"], "matching_info": {"--focused": [31], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "623"} {"nl": "display a countdown of 10 seconds before taking a screenshot", "cmd": "scrot --count --delay {{10}}", "tldr_cmd_name": "scrot", "cmd_name": "scrot", "manual_exist": true, "oracle_man": ["scrot_3", "scrot_13", "scrot_15"], "matching_info": {"--count": [13], "--delay": [15], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "624"} {"nl": "show a brief list of devices", "cmd": "lspci", "tldr_cmd_name": "lspci", "cmd_name": "lspci", "manual_exist": true, "oracle_man": ["lspci_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "648"} {"nl": "display additional info", "cmd": "lspci -v", "tldr_cmd_name": "lspci", "cmd_name": "lspci", "manual_exist": true, "oracle_man": ["lspci_3", "lspci_5", "lspci_11", "lspci_12", "lspci_13", "lspci_14", "lspci_32", "lspci_40", "lspci_46", "lspci_62"], "matching_info": {"-v": [5, 11, 12, 13, 14, 32, 40, 46, 62], "|main|": [3, 4, 5, 6, 7]}, "question_id": "649"} {"nl": "display drivers and modules handling each device", "cmd": "lspci -k", "tldr_cmd_name": "lspci", "cmd_name": "lspci", "manual_exist": true, "oracle_man": ["lspci_3", "lspci_14"], "matching_info": {"-k": [14], "|main|": [3, 4, 5, 6, 7]}, "question_id": "650"} {"nl": "show a specific device", "cmd": "lspci -s {{00:18.3}}", "tldr_cmd_name": "lspci", "cmd_name": "lspci", "manual_exist": true, "oracle_man": ["lspci_3", "lspci_27", "lspci_38", "lspci_46"], "matching_info": {"-s": [27, 38, 46], "|main|": [3, 4, 5, 6, 7]}, "question_id": "651"} {"nl": "dump info in a readable form", "cmd": "lspci -vm", "tldr_cmd_name": "lspci", "cmd_name": "lspci", "manual_exist": true, "oracle_man": ["lspci_3", "lspci_40", "lspci_46", "lspci_62"], "matching_info": {"-vm": [40, 46, 62], "|main|": [3, 4, 5, 6, 7]}, "question_id": "652"} {"nl": "resolve a hostname to an ip address", "cmd": "resolveip {{example.org}}", "tldr_cmd_name": "resolveip", "cmd_name": "resolveip", "manual_exist": true, "oracle_man": ["resolveip_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "722"} {"nl": "resolve an ip address to a hostname", "cmd": "resolveip {{1.1.1.1}}", "tldr_cmd_name": "resolveip", "cmd_name": "resolveip", "manual_exist": true, "oracle_man": ["resolveip_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "723"} {"nl": "silent mode. produces less output", "cmd": "resolveip --silent {{example.org}}", "tldr_cmd_name": "resolveip", "cmd_name": "resolveip", "manual_exist": true, "oracle_man": ["resolveip_3", "resolveip_9"], "matching_info": {"--silent": [9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "724"} {"nl": "reserve a file taking up 700 mib of disk space", "cmd": "fallocate --length {{700M}} {{path/to/file}}", "tldr_cmd_name": "fallocate", "cmd_name": "fallocate", "manual_exist": true, "oracle_man": ["fallocate_5", "fallocate_12", "fallocate_16"], "matching_info": {"--length": [12, 16], "|main|": [5, 6]}, "question_id": "797"} {"nl": "shrink an already allocated file by 200 mib", "cmd": "fallocate --collapse-range --length {{200M}} {{path/to/file}}", "tldr_cmd_name": "fallocate", "cmd_name": "fallocate", "manual_exist": true, "oracle_man": ["fallocate_5", "fallocate_8", "fallocate_9", "fallocate_12", "fallocate_16"], "matching_info": {"--collapse-range": [8, 9], "--length": [12, 16], "|main|": [5, 6]}, "question_id": "798"} {"nl": "shrink 20 mb of space after 100 mib in a file", "cmd": "fallocate --collapse-range --offset {{100M}} --length {{20M}} {{path/to/file}}", "tldr_cmd_name": "fallocate", "cmd_name": "fallocate", "manual_exist": true, "oracle_man": ["fallocate_5", "fallocate_8", "fallocate_9", "fallocate_12", "fallocate_16", "fallocate_18"], "matching_info": {"--collapse-range": [8, 9], "--offset": [12, 18], "--length": [12, 16], "|main|": [5, 6]}, "question_id": "799"} {"nl": "make a file or directory immutable to changes and deletion, even by superuser", "cmd": "chattr +i {{path/to/file_or_directory}}", "tldr_cmd_name": "chattr", "cmd_name": "chattr", "manual_exist": true, "oracle_man": ["chattr_3"], "matching_info": {"+i": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "809"} {"nl": "make a file or directory mutable", "cmd": "chattr -i {{path/to/file_or_directory}}", "tldr_cmd_name": "chattr", "cmd_name": "chattr", "manual_exist": true, "oracle_man": ["chattr_3", "chattr_6", "chattr_22"], "matching_info": {"-i": [6, 22], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "810"} {"nl": "recursively make an entire directory and contents immutable", "cmd": "chattr -R +i {{path/to/directory}}", "tldr_cmd_name": "chattr", "cmd_name": "chattr", "manual_exist": true, "oracle_man": ["chattr_2", "chattr_3", "chattr_9"], "matching_info": {"-R": [2, 9], "+i": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "811"} {"nl": "check filesystem, reporting any damaged blocks", "cmd": "e2fsck {{/dev/sdXN}}", "tldr_cmd_name": "e2fsck", "cmd_name": "e2fsck", "manual_exist": true, "oracle_man": ["e2fsck_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "876"} {"nl": "check filesystem and automatically repair any damaged blocks", "cmd": "e2fsck -p {{/dev/sdXN}}", "tldr_cmd_name": "e2fsck", "cmd_name": "e2fsck", "manual_exist": true, "oracle_man": ["e2fsck_2", "e2fsck_3", "e2fsck_6", "e2fsck_7", "e2fsck_40", "e2fsck_41", "e2fsck_46"], "matching_info": {"-p": [2, 6, 7, 40, 41, 46], "|main|": [3, 4, 5, 6]}, "question_id": "877"} {"nl": "check filesystem in read only mode", "cmd": "e2fsck -c {{/dev/sdXN}}", "tldr_cmd_name": "e2fsck", "cmd_name": "e2fsck", "manual_exist": true, "oracle_man": ["e2fsck_3", "e2fsck_5", "e2fsck_12", "e2fsck_37", "e2fsck_38"], "matching_info": {"-c": [5, 12, 37, 38], "|main|": [3, 4, 5, 6]}, "question_id": "878"} {"nl": "launch virtmanager", "cmd": "virt-manager", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3"], "matching_info": {"|main|": [3]}, "question_id": "912"} {"nl": "connect to a hypervisor", "cmd": "virt-manager --connect {{hypervisor_uri}}", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_8", "virt-manager_11"], "matching_info": {"--connect": [8, 11], "|main|": [3]}, "question_id": "913"} {"nl": "don't fork virtmanager process into background on startup", "cmd": "virt-manager --no-fork", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_9", "virt-manager_10"], "matching_info": {"--no-fork": [9, 10], "|main|": [3]}, "question_id": "914"} {"nl": "print debug output", "cmd": "virt-manager --debug", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_9"], "matching_info": {"--debug": [9], "|main|": [3]}, "question_id": "915"} {"nl": "open the \"new vm\" wizard", "cmd": "virt-manager --show-domain-creator", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_12"], "matching_info": {"--show-domain-creator": [12], "|main|": [3]}, "question_id": "916"} {"nl": "show domain details window", "cmd": "virt-manager --show-domain-editor {{name|id|uuid}}", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_13"], "matching_info": {"--show-domain-editor": [13], "|main|": [3]}, "question_id": "917"} {"nl": "show domain performance window", "cmd": "virt-manager --show-domain-performance {{name|id|uuid}}", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_14"], "matching_info": {"--show-domain-performance": [14], "|main|": [3]}, "question_id": "918"} {"nl": "show connection details window", "cmd": "virt-manager --show-host-summary", "tldr_cmd_name": "virt-manager", "cmd_name": "virt-manager", "manual_exist": true, "oracle_man": ["virt-manager_3", "virt-manager_16"], "matching_info": {"--show-host-summary": [16], "|main|": [3]}, "question_id": "919"} {"nl": "display the routing table", "cmd": "ip route {{show|list}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_151", "ip-route_154", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "|main|": [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]}, "question_id": "950"} {"nl": "add a default route using gateway forwarding", "cmd": "sudo ip route add default via {{gateway_ip}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_56", "ip-route_77", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_133", "ip-route_147", "ip-route_151", "ip-route_154", "ip-route_156", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "add": [7, 45, 172, 173, 177], "default": [133, 156], "via": [56, 77, 147], "|main|": [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]}, "question_id": "951"} {"nl": "add a default route using `eth0`", "cmd": "sudo ip route add default dev {{eth0}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_55", "ip-route_78", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_133", "ip-route_146", "ip-route_151", "ip-route_154", "ip-route_156", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "add": [7, 45, 172, 173, 177], "default": [133, 156], "dev": [55, 78, 146], "|main|": [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]}, "question_id": "952"} {"nl": "add a static route", "cmd": "sudo ip route add {{destination_ip}} via {{gateway_ip}} dev {{eth0}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_55", "ip-route_56", "ip-route_77", "ip-route_78", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_146", "ip-route_147", "ip-route_151", "ip-route_154", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "add": [7, 45, 172, 173, 177], "via": [56, 77, 147], "dev": [55, 78, 146], "|main|": [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]}, "question_id": "953"} {"nl": "delete a static route", "cmd": "sudo ip route del {{destination_ip}} dev {{eth0}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_55", "ip-route_78", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_146", "ip-route_151", "ip-route_154", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "del": [], "dev": [55, 78, 146], "|main|": [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]}, "question_id": "954"} {"nl": "change or replace a static route", "cmd": "sudo ip route {{change|replace}} {{destination_ip}} via {{gateway_ip}} dev {{eth0}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_55", "ip-route_56", "ip-route_77", "ip-route_78", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_146", "ip-route_147", "ip-route_151", "ip-route_154", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "via": [56, 77, 147], "dev": [55, 78, 146], "|main|": [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]}, "question_id": "955"} {"nl": "show which route will be used by the kernel to reach an ip address", "cmd": "ip route get {{destination_ip}}", "tldr_cmd_name": "ip-route", "cmd_name": "ip-route", "manual_exist": true, "oracle_man": ["ip-route_2", "ip-route_3", "ip-route_4", "ip-route_5", "ip-route_6", "ip-route_7", "ip-route_24", "ip-route_30", "ip-route_45", "ip-route_46", "ip-route_47", "ip-route_98", "ip-route_106", "ip-route_130", "ip-route_132", "ip-route_151", "ip-route_154", "ip-route_164", "ip-route_169", "ip-route_170", "ip-route_171", "ip-route_172", "ip-route_173", "ip-route_174", "ip-route_175", "ip-route_176", "ip-route_177"], "matching_info": {"ip": [2, 3, 4, 5, 6, 7, 24, 30, 45, 46, 47, 98, 106, 130, 132, 151, 154, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177], "route": [2, 3, 4, 5, 6, 7, 30, 45, 46, 47, 130, 132, 151, 154, 169, 170, 172, 173, 174, 175, 176, 177], "get": [6, 154], "|main|": [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]}, "question_id": "956"} {"nl": "display the list of all the interfaces", "cmd": "bmon -a", "tldr_cmd_name": "bmon", "cmd_name": "bmon", "manual_exist": true, "oracle_man": ["bmon_2", "bmon_3", "bmon_11"], "matching_info": {"-a": [2, 11], "|main|": [3]}, "question_id": "1002"} {"nl": "display data transfer rates in bits per second", "cmd": "bmon -b", "tldr_cmd_name": "bmon", "cmd_name": "bmon", "manual_exist": true, "oracle_man": ["bmon_3", "bmon_14"], "matching_info": {"-b": [14], "|main|": [3]}, "question_id": "1003"} {"nl": "set policy to define which network interface(s) is/are displayed", "cmd": "bmon -p {{interface_1,interface_2,interface_3}}", "tldr_cmd_name": "bmon", "cmd_name": "bmon", "manual_exist": true, "oracle_man": ["bmon_3", "bmon_10", "bmon_44", "bmon_46"], "matching_info": {"-p": [10, 44, 46], "|main|": [3]}, "question_id": "1004"} {"nl": "set interval (in seconds) in which rate per counter is calculated", "cmd": "bmon -R {{2.0}}", "tldr_cmd_name": "bmon", "cmd_name": "bmon", "manual_exist": true, "oracle_man": ["bmon_3", "bmon_13"], "matching_info": {"-R": [13], "|main|": [3]}, "question_id": "1005"} {"nl": "switch to a specified branch, stashing and restoring unstaged changes", "cmd": "git switch {{target_branch}}", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_6", "legit_17"], "matching_info": {"git": [17], "switch": [6], "|main|": [1, 2]}, "question_id": "1158"} {"nl": "synchronize current branch, automatically merging or rebasing, and stashing and unstashing", "cmd": "git sync", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_7", "legit_17", "legit_28"], "matching_info": {"git": [17], "sync": [7, 28], "|main|": [1, 2]}, "question_id": "1159"} {"nl": "publish a specified branch to the remote server", "cmd": "git publish {{branch_name}}", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_8", "legit_17", "legit_30"], "matching_info": {"git": [17], "publish": [8, 30], "|main|": [1, 2]}, "question_id": "1160"} {"nl": "remove a branch from the remote server", "cmd": "git unpublish {{branch_name}}", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_9", "legit_17"], "matching_info": {"git": [17], "unpublish": [9], "|main|": [1, 2]}, "question_id": "1161"} {"nl": "list all branches and their publication status", "cmd": "git branches {{glob_pattern}}", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_11", "legit_17"], "matching_info": {"git": [17], "branches": [11], "|main|": [1, 2]}, "question_id": "1162"} {"nl": "remove the last commit from the history", "cmd": "git undo {{--hard}}", "tldr_cmd_name": "legit", "cmd_name": "legit", "manual_exist": true, "oracle_man": ["legit_1", "legit_10", "legit_17"], "matching_info": {"git": [17], "undo": [10], "|main|": [1, 2]}, "question_id": "1163"} {"nl": "start the interactive mode, in this mode you can enter the commands directly, with autocompletion", "cmd": "iwctl", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3"], "matching_info": {"|main|": [3]}, "question_id": "1214"} {"nl": "call general help", "cmd": "iwctl --help", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3", "iwctl_8", "iwctl_14"], "matching_info": {"--help": [8, 14], "|main|": [3]}, "question_id": "1215"} {"nl": "display your wifi stations", "cmd": "iwctl station list", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3", "iwctl_12", "iwctl_16"], "matching_info": {"station": [], "list": [12, 16], "|main|": [3]}, "question_id": "1216"} {"nl": "start looking for networks with a station", "cmd": "iwctl station {{station}} scan", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3"], "matching_info": {"station": [], "scan": [], "|main|": [3]}, "question_id": "1217"} {"nl": "display the networks found by a station", "cmd": "iwctl station {{station}} get-networks", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3"], "matching_info": {"station": [], "get-networks": [], "|main|": [3]}, "question_id": "1218"} {"nl": "connect to a network with a station, if credentials are needed they will be asked", "cmd": "iwctl station {{station}} connect {{network_name}}", "tldr_cmd_name": "iwctl", "cmd_name": "iwctl", "manual_exist": true, "oracle_man": ["iwctl_3", "iwctl_11", "iwctl_15"], "matching_info": {"station": [], "connect": [11, 15], "|main|": [3]}, "question_id": "1219"} {"nl": "create a new user with a default home directory and prompt the user to set a password", "cmd": "adduser {{username}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_8"], "matching_info": {"|main|": [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": "1291"} {"nl": "create a new user without a home directory", "cmd": "adduser --no-create-home {{username}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_2", "adduser_8", "adduser_42"], "matching_info": {"--no-create-home": [2, 42], "|main|": [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": "1292"} {"nl": "create a new user with a home directory at the specified path", "cmd": "adduser --home {{path/to/home}} {{username}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_2", "adduser_3", "adduser_8", "adduser_13", "adduser_39"], "matching_info": {"--home": [2, 3, 13, 39], "|main|": [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": "1293"} {"nl": "create a new user with the specified shell set as the login shell", "cmd": "adduser --shell {{path/to/shell}} {{username}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_2", "adduser_3", "adduser_8", "adduser_13", "adduser_23", "adduser_40"], "matching_info": {"--shell": [2, 3, 13, 23, 40], "|main|": [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": "1294"} {"nl": "create a new user belonging to the specified group", "cmd": "adduser --ingroup {{group}} {{username}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_2", "adduser_3", "adduser_8", "adduser_12", "adduser_22", "adduser_41"], "matching_info": {"--ingroup": [2, 3, 12, 22, 41], "|main|": [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": "1295"} {"nl": "add an existing user to the specified group", "cmd": "adduser {{username}} {{group}}", "tldr_cmd_name": "adduser", "cmd_name": "adduser", "manual_exist": true, "oracle_man": ["adduser_8"], "matching_info": {"|main|": [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": "1296"} {"nl": "get max, min, mean and median of a single column of numbers", "cmd": "seq 3 | datamash max 1 min 1 mean 1 median 1", "tldr_cmd_name": "datamash", "cmd_name": "datamash", "manual_exist": true, "oracle_man": ["datamash_0", "datamash_3", "datamash_49", "datamash_50", "datamash_62", "datamash_63", "datamash_64", "datamash_66", "datamash_75", "datamash_76", "datamash_83", "datamash_86", "datamash_87", "datamash_95", "datamash_107", "datamash_108", "datamash_109", "datamash_112", "datamash_121", "datamash_122", "datamash_123", "datamash_124", "datamash_125", "datamash_133"], "matching_info": {"seq": [83, 107, 108, 109, 112, 121, 122, 123, 124, 125, 133], "3": [], "max": [50], "1": [0, 86, 87], "min": [49], "mean": [62, 63, 64, 95], "median": [66, 75, 76], "|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": "1381"} {"nl": "get the mean of a single column of float numbers (floats must use \",\" and not \".\")", "cmd": "echo -e '1.0\\n2.5\\n3.1\\n4.3\\n5.6\\n5.7' | tr '.' ',' | datamash mean 1", "tldr_cmd_name": "datamash", "cmd_name": "datamash", "manual_exist": true, "oracle_man": ["datamash_0", "datamash_3", "datamash_62", "datamash_63", "datamash_64", "datamash_86", "datamash_87", "datamash_95", "datamash_133", "datamash_141", "datamash_143", "datamash_144", "datamash_145", "datamash_146", "datamash_147"], "matching_info": {"echo": [133, 141, 143, 144, 145, 146, 147], "-e": [], "1.0\\n2.5\\n3.1\\n4.3\\n5.6\\n5.7": [], "tr": [], ".": [], ",": [], "mean": [62, 63, 64, 95], "1": [0, 86, 87], "|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": "1382"} {"nl": "get the mean of a single column of numbers with a given decimal precision", "cmd": "echo -e '1\\n2\\n3\\n4\\n5\\n5' | datamash -R {{number_of_decimals_wanted}} mean 1", "tldr_cmd_name": "datamash", "cmd_name": "datamash", "manual_exist": true, "oracle_man": ["datamash_0", "datamash_3", "datamash_25", "datamash_62", "datamash_63", "datamash_64", "datamash_86", "datamash_87", "datamash_95", "datamash_133", "datamash_141", "datamash_143", "datamash_144", "datamash_145", "datamash_146", "datamash_147"], "matching_info": {"echo": [133, 141, 143, 144, 145, 146, 147], "-e": [], "1\\n2\\n3\\n4\\n5\\n5": [], "-R": [25], "mean": [62, 63, 64, 95], "1": [0, 86, 87], "|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": "1383"} {"nl": "get the mean of a single column of numbers ignoring \"na\" and \"nan\" (literal) strings", "cmd": "echo -e '1\\n2\\nNa\\n3\\nNaN' | datamash --narm mean 1", "tldr_cmd_name": "datamash", "cmd_name": "datamash", "manual_exist": true, "oracle_man": ["datamash_0", "datamash_3", "datamash_24", "datamash_62", "datamash_63", "datamash_64", "datamash_86", "datamash_87", "datamash_95", "datamash_133", "datamash_141", "datamash_143", "datamash_144", "datamash_145", "datamash_146", "datamash_147"], "matching_info": {"echo": [133, 141, 143, 144, 145, 146, 147], "-e": [], "1\\n2\\nNa\\n3\\nNaN": [], "--narm": [24], "mean": [62, 63, 64, 95], "1": [0, 86, 87], "|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": "1384"} {"nl": "start a graphical setup at the default wine location", "cmd": "winetricks", "tldr_cmd_name": "winetricks", "cmd_name": "winetricks", "manual_exist": true, "oracle_man": ["winetricks_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1427"} {"nl": "specify a custom wine directory to run winetricks in", "cmd": "WINEPREFIX={{path/to/wine_directory}} winetricks", "tldr_cmd_name": "winetricks", "cmd_name": "winetricks", "manual_exist": true, "oracle_man": ["winetricks_3", "winetricks_38"], "matching_info": {"WINEPREFIX": [38], "|main|": [3, 4, 5, 6]}, "question_id": "1428"} {"nl": "install a windows dll or component to the default wine directory", "cmd": "winetricks {{package}}", "tldr_cmd_name": "winetricks", "cmd_name": "winetricks", "manual_exist": true, "oracle_man": ["winetricks_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1429"} {"nl": "display information about volume groups", "cmd": "vgs", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3"], "matching_info": {"|main|": [3]}, "question_id": "1530"} {"nl": "display all volume groups", "cmd": "vgs -a", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_4", "vgs_6", "vgs_7"], "matching_info": {"-a": [4, 6, 7], "|main|": [3]}, "question_id": "1531"} {"nl": "change default display to show more details", "cmd": "vgs -v", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_5", "vgs_30", "vgs_42", "vgs_43"], "matching_info": {"-v": [5, 30, 42, 43], "|main|": [3]}, "question_id": "1532"} {"nl": "display only specific fields", "cmd": "vgs -o {{field_name_1}},{{field_name_2}}", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_4", "vgs_18", "vgs_28", "vgs_31", "vgs_34"], "matching_info": {"-o": [4, 18, 28, 31, 34], "|main|": [3]}, "question_id": "1533"} {"nl": "append field to default display", "cmd": "vgs -o +{{field_name}}", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_4", "vgs_18", "vgs_28", "vgs_31", "vgs_34"], "matching_info": {"-o": [4, 18, 28, 31, 34], "|main|": [3]}, "question_id": "1534"} {"nl": "suppress heading line", "cmd": "vgs --noheadings", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_4", "vgs_23", "vgs_24"], "matching_info": {"--noheadings": [4, 23, 24], "|main|": [3]}, "question_id": "1535"} {"nl": "use separator to separate fields", "cmd": "vgs --separator =", "tldr_cmd_name": "vgs", "cmd_name": "vgs", "manual_exist": true, "oracle_man": ["vgs_3", "vgs_4", "vgs_6", "vgs_35"], "matching_info": {"--separator": [4, 6, 35], "=": [], "|main|": [3]}, "question_id": "1536"} {"nl": "turn up the master volume by 10%", "cmd": "amixer -D pulse sset Master {{10%+}}", "tldr_cmd_name": "amixer", "cmd_name": "amixer", "manual_exist": true, "oracle_man": ["amixer_3", "amixer_9", "amixer_21", "amixer_25"], "matching_info": {"-D": [21], "pulse": [], "sset": [9, 25], "Master": [], "|main|": [3, 4]}, "question_id": "1582"} {"nl": "turn down the master volume by 10%", "cmd": "amixer -D pulse sset Master {{10%-}}", "tldr_cmd_name": "amixer", "cmd_name": "amixer", "manual_exist": true, "oracle_man": ["amixer_3", "amixer_9", "amixer_21", "amixer_25"], "matching_info": {"-D": [21], "pulse": [], "sset": [9, 25], "Master": [], "|main|": [3, 4]}, "question_id": "1583"} {"nl": "display 100 decimal digits of archimedes' constant pi", "cmd": "pi", "tldr_cmd_name": "pi", "cmd_name": "pi", "manual_exist": true, "oracle_man": ["pi_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1597"} {"nl": "display a specified number of decimal digits of archimedes' constant pi", "cmd": "pi {{number}}", "tldr_cmd_name": "pi", "cmd_name": "pi", "manual_exist": true, "oracle_man": ["pi_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "1598"} {"nl": "display help", "cmd": "pi --help", "tldr_cmd_name": "pi", "cmd_name": "pi", "manual_exist": true, "oracle_man": ["pi_3", "pi_4"], "matching_info": {"--help": [4], "|main|": [3, 4, 5, 6]}, "question_id": "1599"} {"nl": "display version", "cmd": "pi --version", "tldr_cmd_name": "pi", "cmd_name": "pi", "manual_exist": true, "oracle_man": ["pi_3", "pi_5"], "matching_info": {"--version": [5], "|main|": [3, 4, 5, 6]}, "question_id": "1600"} {"nl": "display recommended readings", "cmd": "pi --bibliography", "tldr_cmd_name": "pi", "cmd_name": "pi", "manual_exist": true, "oracle_man": ["pi_3", "pi_6"], "matching_info": {"--bibliography": [6], "|main|": [3, 4, 5, 6]}, "question_id": "1601"} {"nl": "roll a single 20 sided dice", "cmd": "rolldice d{{20}}", "tldr_cmd_name": "rolldice", "cmd_name": "rolldice", "manual_exist": true, "oracle_man": ["rolldice_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1608"} {"nl": "roll two six sided dice and drop the lowest roll", "cmd": "rolldice {{2}}d{{6}}s{{1}}", "tldr_cmd_name": "rolldice", "cmd_name": "rolldice", "manual_exist": true, "oracle_man": ["rolldice_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1609"} {"nl": "roll two 20 sided dice and add a modifier value", "cmd": "rolldice {{2}}d{{20}}{{+5}}", "tldr_cmd_name": "rolldice", "cmd_name": "rolldice", "manual_exist": true, "oracle_man": ["rolldice_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1610"} {"nl": "roll a 20 sided dice two times", "cmd": "rolldice {{2}}xd{{20}}", "tldr_cmd_name": "rolldice", "cmd_name": "rolldice", "manual_exist": true, "oracle_man": ["rolldice_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1611"} {"nl": "display optical drives available to `wodim`", "cmd": "wodim --devices", "tldr_cmd_name": "wodim", "cmd_name": "wodim", "manual_exist": true, "oracle_man": ["wodim_4", "wodim_6", "wodim_129", "wodim_130"], "matching_info": {"--devices": [6, 129, 130], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1673"} {"nl": "record (\"burn\") an audioonly disc", "cmd": "wodim dev=/dev/{{optical_drive}} -audio {{track*.cdaudio}}", "tldr_cmd_name": "wodim", "cmd_name": "wodim", "manual_exist": true, "oracle_man": ["wodim_4", "wodim_136", "wodim_150", "wodim_151", "wodim_153", "wodim_158", "wodim_201", "wodim_203", "wodim_205", "wodim_219"], "matching_info": {"-audio": [136, 150, 151, 153, 158, 201, 203, 205, 219], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1674"} {"nl": "burn a file to a disc, ejecting the disc once done (some recorders require this)", "cmd": "wodim -eject dev=/dev/{{optical_drive}} -data {{file.iso}}", "tldr_cmd_name": "wodim", "cmd_name": "wodim", "manual_exist": true, "oracle_man": ["wodim_4", "wodim_38", "wodim_50", "wodim_153", "wodim_156", "wodim_157", "wodim_158"], "matching_info": {"-eject": [50], "-data": [38, 153, 156, 157, 158], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1675"} {"nl": "burn a file to the disc in an optical drive, potentially writing to multiple discs in succession", "cmd": "wodim -tao dev=/dev/{{optical_drive}} -data {{file.iso}}", "tldr_cmd_name": "wodim", "cmd_name": "wodim", "manual_exist": true, "oracle_man": ["wodim_4", "wodim_33", "wodim_38", "wodim_153", "wodim_156", "wodim_157", "wodim_158"], "matching_info": {"-tao": [33], "-data": [38, 153, 156, 157, 158], "|main|": [4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "1676"} {"nl": "toggle guake visibility", "cmd": "F12", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"F12": [], "|main|": [3]}, "question_id": "1717"} {"nl": "toggle fullscreen mode", "cmd": "F11", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"F11": [], "|main|": [3]}, "question_id": "1718"} {"nl": "open a new tab", "cmd": "Ctrl+Shift+T", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"Ctrl+Shift+T": [], "|main|": [3]}, "question_id": "1719"} {"nl": "close the terminal", "cmd": "Super+X", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"Super+X": [], "|main|": [3]}, "question_id": "1720"} {"nl": "go to the previous tab", "cmd": "Ctrl+PageUp", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"Ctrl+PageUp": [], "|main|": [3]}, "question_id": "1721"} {"nl": "search the selected text in the browser", "cmd": "Shift+Ctrl+L", "tldr_cmd_name": "guake", "cmd_name": "guake", "manual_exist": true, "oracle_man": ["guake_3"], "matching_info": {"Shift+Ctrl+L": [], "|main|": [3]}, "question_id": "1722"} {"nl": "grep a pattern in a compressed file (casesensitive)", "cmd": "zgrep {{pattern}} {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1795"} {"nl": "grep a pattern in a compressed file (caseinsensitive)", "cmd": "zgrep -i {{pattern}} {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"-i": [], "|main|": [3, 4]}, "question_id": "1796"} {"nl": "output count of lines containing matched pattern in a compressed file", "cmd": "zgrep -c {{pattern}} {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"-c": [], "|main|": [3, 4]}, "question_id": "1797"} {"nl": "display the lines which don\u2019t have the pattern present (invert the search function)", "cmd": "zgrep -v {{pattern}} {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"-v": [], "|main|": [3, 4]}, "question_id": "1798"} {"nl": "grep a compressed file for multiple patterns", "cmd": "zgrep -e \"{{pattern_1}}\" -e \"{{pattern_2}}\" {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_2", "zgrep_3"], "matching_info": {"-e": [2], "|main|": [3, 4]}, "question_id": "1799"} {"nl": "use extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`)", "cmd": "zgrep -E {{regular_expression}} {{path/to/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"-E": [], "|main|": [3, 4]}, "question_id": "1800"} {"nl": "print 3 lines of [c]ontext around, [b]efore, or [a]fter each match", "cmd": "zgrep -{{C|B|A}} {{3}} {{pattern}} {{path/to/compressed/file}}", "tldr_cmd_name": "zgrep", "cmd_name": "zgrep", "manual_exist": true, "oracle_man": ["zgrep_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "1801"} {"nl": "list interfaces with detailed info", "cmd": "ip address", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_4"], "matching_info": {"address": [4], "|main|": [1]}, "question_id": "1820"} {"nl": "list interfaces with brief network layer info", "cmd": "ip -brief address", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_4", "ip_33"], "matching_info": {"-brief": [33], "address": [4], "|main|": [1]}, "question_id": "1821"} {"nl": "list interfaces with brief link layer info", "cmd": "ip -brief link", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_4", "ip_33", "ip_40", "ip_63", "ip_64"], "matching_info": {"-brief": [33], "link": [4, 40, 63, 64], "|main|": [1]}, "question_id": "1822"} {"nl": "display the routing table", "cmd": "ip route", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_49", "ip_65"], "matching_info": {"route": [49, 65], "|main|": [1]}, "question_id": "1823"} {"nl": "show neighbors (arp table)", "cmd": "ip neighbour", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_46"], "matching_info": {"neighbour": [46], "|main|": [1]}, "question_id": "1824"} {"nl": "make an interface up/down", "cmd": "ip link set {{interface}} up/down", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_4", "ip_40", "ip_63", "ip_64"], "matching_info": {"link": [4, 40, 63, 64], "set": [63, 64], "up/down": [], "|main|": [1]}, "question_id": "1825"} {"nl": "add/delete an ip address to an interface", "cmd": "ip addr add/del {{ip}}/{{mask}} dev {{interface}}", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_61"], "matching_info": {"addr": [61], "add/del": [], "dev": [], "|main|": [1]}, "question_id": "1826"} {"nl": "add a default route", "cmd": "ip route add default via {{ip}} dev {{interface}}", "tldr_cmd_name": "ip", "cmd_name": "ip", "manual_exist": true, "oracle_man": ["ip_1", "ip_49", "ip_65"], "matching_info": {"route": [49, 65], "add": [], "default": [], "via": [], "dev": [], "|main|": [1]}, "question_id": "1827"} {"nl": "list vulnerable installed packages on the current host", "cmd": "debsecan", "tldr_cmd_name": "debsecan", "cmd_name": "debsecan", "manual_exist": true, "oracle_man": ["debsecan_3"], "matching_info": {"|main|": [3]}, "question_id": "1830"} {"nl": "list vulnerable installed packages of a specific suite", "cmd": "debsecan --suite {{release_code_name}}", "tldr_cmd_name": "debsecan", "cmd_name": "debsecan", "manual_exist": true, "oracle_man": ["debsecan_3", "debsecan_4", "debsecan_12", "debsecan_25", "debsecan_44", "debsecan_46", "debsecan_49", "debsecan_51", "debsecan_53"], "matching_info": {"--suite": [4, 12, 25, 44, 46, 49, 51, 53], "|main|": [3]}, "question_id": "1831"} {"nl": "list only fixed vulnerabilities", "cmd": "debsecan --suite {{release_code_name}} --only-fixed", "tldr_cmd_name": "debsecan", "cmd_name": "debsecan", "manual_exist": true, "oracle_man": ["debsecan_3", "debsecan_4", "debsecan_12", "debsecan_25", "debsecan_44", "debsecan_46", "debsecan_49", "debsecan_51", "debsecan_53"], "matching_info": {"--suite": [4, 12, 25, 44, 46, 49, 51, 53], "--only-fixed": [12, 49, 51], "|main|": [3]}, "question_id": "1832"} {"nl": "list only fixed vulnerabilities of unstable (\"sid\") and mail to root", "cmd": "debsecan --suite {{sid}} --only-fixed --format {{report}} --mailto {{root}} --update-history", "tldr_cmd_name": "debsecan", "cmd_name": "debsecan", "manual_exist": true, "oracle_man": ["debsecan_3", "debsecan_4", "debsecan_9", "debsecan_11", "debsecan_12", "debsecan_14", "debsecan_16", "debsecan_25", "debsecan_36", "debsecan_44", "debsecan_46", "debsecan_49", "debsecan_51", "debsecan_53"], "matching_info": {"--suite": [4, 12, 25, 44, 46, 49, 51, 53], "--only-fixed": [12, 49, 51], "--format": [9, 11, 14, 16, 36, 49, 51, 53], "--mailto": [11, 53], "--update-history": [11, 16, 53], "|main|": [3]}, "question_id": "1833"} {"nl": "upgrade vulnerable installed packages", "cmd": "sudo apt upgrade $(debsecan --only-fixed --format {{packages}})", "tldr_cmd_name": "debsecan", "cmd_name": "debsecan", "manual_exist": true, "oracle_man": ["debsecan_3", "debsecan_9", "debsecan_11", "debsecan_12", "debsecan_14", "debsecan_16", "debsecan_36", "debsecan_49", "debsecan_51", "debsecan_53"], "matching_info": {"apt": [], "upgrade": [], "$(debsecan": [], "--only-fixed": [12, 49, 51], "--format": [9, 11, 14, 16, 36, 49, 51, 53], "|main|": [3]}, "question_id": "1834"} {"nl": "scan for available networks", "cmd": "wpa_cli scan", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"scan": [], "|main|": [1]}, "question_id": "1838"} {"nl": "show scan results", "cmd": "wpa_cli scan_results", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"scan_results": [], "|main|": [1]}, "question_id": "1839"} {"nl": "add a network", "cmd": "wpa_cli add_network {{number}}", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"add_network": [], "|main|": [1]}, "question_id": "1840"} {"nl": "set a network's ssid", "cmd": "wpa_cli set_network {{number}} ssid \"{{SSID}}\"", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"set_network": [], "ssid": [], "|main|": [1]}, "question_id": "1841"} {"nl": "enable network", "cmd": "wpa_cli enable_network {{number}}", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"enable_network": [], "|main|": [1]}, "question_id": "1842"} {"nl": "save config", "cmd": "wpa_cli save_config", "tldr_cmd_name": "wpa_cli", "cmd_name": "wpa_cli", "manual_exist": true, "oracle_man": ["wpa_cli_1"], "matching_info": {"save_config": [], "|main|": [1]}, "question_id": "1843"} {"nl": "get current setting", "cmd": "ctrlaltdel", "tldr_cmd_name": "ctrlaltdel", "cmd_name": "ctrlaltdel", "manual_exist": true, "oracle_man": ["ctrlaltdel_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "1930"} {"nl": "set ctrl+alt+del to reboot immediately, without any preparation", "cmd": "sudo ctrlaltdel hard", "tldr_cmd_name": "ctrlaltdel", "cmd_name": "ctrlaltdel", "manual_exist": true, "oracle_man": ["ctrlaltdel_2", "ctrlaltdel_3", "ctrlaltdel_4"], "matching_info": {"hard": [2, 4], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1931"} {"nl": "set ctrl+alt+del to reboot \"normally\", giving processes a chance to exit first (send sigint to pid1)", "cmd": "sudo ctrlaltdel soft", "tldr_cmd_name": "ctrlaltdel", "cmd_name": "ctrlaltdel", "manual_exist": true, "oracle_man": ["ctrlaltdel_2", "ctrlaltdel_3", "ctrlaltdel_5"], "matching_info": {"soft": [2, 5], "|main|": [3, 4, 5, 6, 7]}, "question_id": "1932"} {"nl": "show all messages from this [b]oot", "cmd": "journalctl -b", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_7", "journalctl_31", "journalctl_50", "journalctl_54", "journalctl_55", "journalctl_56", "journalctl_89", "journalctl_90", "journalctl_91", "journalctl_92", "journalctl_124"], "matching_info": {"-b": [7, 31, 50, 54, 55, 56, 89, 90, 91, 92, 124], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2022"} {"nl": "show all messages from last [b]oot", "cmd": "journalctl -b -1", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_7", "journalctl_31", "journalctl_50", "journalctl_52", "journalctl_54", "journalctl_55", "journalctl_56", "journalctl_74", "journalctl_89", "journalctl_90", "journalctl_91", "journalctl_92", "journalctl_124"], "matching_info": {"-b": [7, 31, 50, 54, 55, 56, 89, 90, 91, 92, 124], "-1": [52, 74, 124], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2023"} {"nl": "show all messages with priority level 3 (errors) from this [b]oot", "cmd": "journalctl -b --priority={{3}}", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_7", "journalctl_31", "journalctl_50", "journalctl_54", "journalctl_55", "journalctl_56", "journalctl_63", "journalctl_89", "journalctl_90", "journalctl_91", "journalctl_92", "journalctl_124"], "matching_info": {"-b": [7, 31, 50, 54, 55, 56, 89, 90, 91, 92, 124], "--priority": [63], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2024"} {"nl": "[f]ollow new messages (like `tail f` for traditional syslog)", "cmd": "journalctl -f", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_5", "journalctl_9", "journalctl_14", "journalctl_15", "journalctl_17", "journalctl_19", "journalctl_24", "journalctl_40", "journalctl_41", "journalctl_42", "journalctl_64", "journalctl_69", "journalctl_74", "journalctl_75", "journalctl_76", "journalctl_80", "journalctl_86", "journalctl_87", "journalctl_95", "journalctl_100", "journalctl_101", "journalctl_103", "journalctl_120", "journalctl_126"], "matching_info": {"-f": [5, 9, 14, 15, 17, 19, 24, 40, 41, 42, 64, 69, 74, 75, 76, 80, 86, 87, 95, 100, 101, 103, 120, 126], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2025"} {"nl": "show all messages by a specific [u]nit", "cmd": "journalctl -u {{unit}}", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_7", "journalctl_9", "journalctl_10", "journalctl_24", "journalctl_29", "journalctl_34", "journalctl_41", "journalctl_43", "journalctl_59", "journalctl_61", "journalctl_74", "journalctl_77", "journalctl_81", "journalctl_85", "journalctl_86", "journalctl_93", "journalctl_118", "journalctl_126"], "matching_info": {"-u": [7, 9, 10, 24, 29, 34, 41, 43, 59, 61, 74, 77, 81, 85, 86, 93, 118, 126], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2026"} {"nl": "filter messages within a time range (either timestamp or placeholders like \"yesterday\")", "cmd": "journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3", "journalctl_24", "journalctl_74"], "matching_info": {"--since": [24, 74], "--until": [24, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2027"} {"nl": "show all messages by a specific process", "cmd": "journalctl _PID={{pid}}", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3"], "matching_info": {"_PID": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2028"} {"nl": "show all messages by a specific executable", "cmd": "journalctl {{path/to/executable}}", "tldr_cmd_name": "journalctl", "cmd_name": "journalctl", "manual_exist": true, "oracle_man": ["journalctl_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "2029"} {"nl": "listen for input on the specified port and write it to the specified file", "cmd": "ncat -l {{port}} > {{path/to/file}}", "tldr_cmd_name": "ncat", "cmd_name": "ncat", "manual_exist": true, "oracle_man": ["ncat_3", "ncat_4", "ncat_6", "ncat_7", "ncat_9", "ncat_10", "ncat_11"], "matching_info": {"-l": [4, 6, 7, 9, 10, 11], "|main|": [3, 4]}, "question_id": "2030"} {"nl": "accept multiple connections and keep ncat open after they have been closed", "cmd": "ncat -lk {{port}}", "tldr_cmd_name": "ncat", "cmd_name": "ncat", "manual_exist": true, "oracle_man": ["ncat_3"], "matching_info": {"-lk": [], "|main|": [3, 4]}, "question_id": "2031"} {"nl": "write output of specified file to the specified host on the specified port", "cmd": "ncat {{address}} {{port}} < {{path/to/file}}", "tldr_cmd_name": "ncat", "cmd_name": "ncat", "manual_exist": true, "oracle_man": ["ncat_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2032"} {"nl": "reboot the system", "cmd": "reboot", "tldr_cmd_name": "reboot", "cmd_name": "reboot", "manual_exist": true, "oracle_man": ["reboot_5"], "matching_info": {"|main|": [5]}, "question_id": "2098"} {"nl": "power off the system (same as `poweroff`)", "cmd": "reboot --poweroff", "tldr_cmd_name": "reboot", "cmd_name": "reboot", "manual_exist": true, "oracle_man": ["reboot_5", "reboot_9"], "matching_info": {"--poweroff": [9], "|main|": [5]}, "question_id": "2099"} {"nl": "halt the system (same as `halt`)", "cmd": "reboot --halt", "tldr_cmd_name": "reboot", "cmd_name": "reboot", "manual_exist": true, "oracle_man": ["reboot_5", "reboot_8"], "matching_info": {"--halt": [8], "|main|": [5]}, "question_id": "2100"} {"nl": "reboot immediately without contacting the system manager", "cmd": "reboot --force --force", "tldr_cmd_name": "reboot", "cmd_name": "reboot", "manual_exist": true, "oracle_man": ["reboot_5", "reboot_11"], "matching_info": {"--force": [11], "|main|": [5]}, "question_id": "2101"} {"nl": "write the wtmp shutdown entry without rebooting the system", "cmd": "reboot --wtmp-only", "tldr_cmd_name": "reboot", "cmd_name": "reboot", "manual_exist": true, "oracle_man": ["reboot_5", "reboot_12"], "matching_info": {"--wtmp-only": [12], "|main|": [5]}, "question_id": "2102"} {"nl": "display job id, job name, partition, account, number of allocated cpus, job state, and job exit codes for recent jobs", "cmd": "sacct", "tldr_cmd_name": "sacct", "cmd_name": "sacct", "manual_exist": true, "oracle_man": ["sacct_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2103"} {"nl": "display job id, job state, job exit code for recent jobs", "cmd": "sacct --brief", "tldr_cmd_name": "sacct", "cmd_name": "sacct", "manual_exist": true, "oracle_man": ["sacct_3", "sacct_14", "sacct_236"], "matching_info": {"--brief": [14, 236], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2104"} {"nl": "display the allocations of a job", "cmd": "sacct --jobs {{job_id}} --allocations", "tldr_cmd_name": "sacct", "cmd_name": "sacct", "manual_exist": true, "oracle_man": ["sacct_3", "sacct_22", "sacct_40", "sacct_80", "sacct_212", "sacct_213", "sacct_214", "sacct_217", "sacct_220", "sacct_223", "sacct_237"], "matching_info": {"--jobs": [22, 40, 212, 213, 214, 217, 220, 223], "--allocations": [80, 237], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2105"} {"nl": "display elapsed time, job name, number of requested cpus, and memory requested of a job", "cmd": "sacct --jobs {{job_id}} --format={{elapsed}},{{jobname}},{{reqcpus}},{{reqmem}}", "tldr_cmd_name": "sacct", "cmd_name": "sacct", "manual_exist": true, "oracle_man": ["sacct_3", "sacct_4", "sacct_22", "sacct_25", "sacct_40", "sacct_47", "sacct_54", "sacct_212", "sacct_213", "sacct_214", "sacct_217", "sacct_220", "sacct_223", "sacct_239"], "matching_info": {"--jobs": [22, 40, 212, 213, 214, 217, 220, 223], "--format": [4, 25, 47, 54, 239], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "2106"} {"nl": "list loop devices with detailed info", "cmd": "losetup -a", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_4", "losetup_14", "losetup_15", "losetup_19", "losetup_21", "losetup_25", "losetup_28", "losetup_34", "losetup_36"], "matching_info": {"-a": [4, 15, 19, 21, 25, 28, 34, 36], "|main|": [14, 15, 16, 17]}, "question_id": "2117"} {"nl": "attach a file to a given loop device", "cmd": "sudo losetup /dev/{{loop}} /{{path/to/file}}", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_14"], "matching_info": {"|main|": [14, 15, 16, 17]}, "question_id": "2118"} {"nl": "attach a file to a new free loop device and scan the device for partitions", "cmd": "sudo losetup --show --partscan -f /{{path/to/file}}", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_11", "losetup_14", "losetup_16", "losetup_17", "losetup_22", "losetup_23", "losetup_24", "losetup_30", "losetup_45"], "matching_info": {"--show": [11, 23, 45], "--partscan": [30], "-f": [11, 16, 17, 22, 23, 24, 45], "|main|": [14, 15, 16, 17]}, "question_id": "2119"} {"nl": "attach a file to a readonly loop device", "cmd": "sudo losetup --read-only /dev/{{loop}} /{{path/to/file}}", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_14", "losetup_31"], "matching_info": {"--read-only": [31], "|main|": [14, 15, 16, 17]}, "question_id": "2120"} {"nl": "detach all loop devices", "cmd": "sudo losetup -D", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_9", "losetup_14", "losetup_21"], "matching_info": {"-D": [9, 21], "|main|": [14, 15, 16, 17]}, "question_id": "2121"} {"nl": "detach a given loop device", "cmd": "sudo losetup -d /dev/{{loop}}", "tldr_cmd_name": "losetup", "cmd_name": "losetup", "manual_exist": true, "oracle_man": ["losetup_7", "losetup_14", "losetup_15", "losetup_20", "losetup_21", "losetup_32", "losetup_45"], "matching_info": {"-d": [7, 15, 20, 21, 32, 45], "|main|": [14, 15, 16, 17]}, "question_id": "2122"} {"nl": "get the current backlight value in percent", "cmd": "light", "tldr_cmd_name": "light", "cmd_name": "light", "manual_exist": true, "oracle_man": ["light_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "2195"} {"nl": "set the backlight value to 50 percent", "cmd": "light -S {{50}}", "tldr_cmd_name": "light", "cmd_name": "light", "manual_exist": true, "oracle_man": ["light_3", "light_11"], "matching_info": {"-S": [11], "|main|": [3, 4]}, "question_id": "2196"} {"nl": "reduce 20 percent from the current backlight value", "cmd": "light -U {{20}}", "tldr_cmd_name": "light", "cmd_name": "light", "manual_exist": true, "oracle_man": ["light_3", "light_10"], "matching_info": {"-U": [10], "|main|": [3, 4]}, "question_id": "2197"} {"nl": "add 20 percent to the current backlight value", "cmd": "light -A {{20}}", "tldr_cmd_name": "light", "cmd_name": "light", "manual_exist": true, "oracle_man": ["light_3", "light_9"], "matching_info": {"-A": [9], "|main|": [3, 4]}, "question_id": "2198"} {"nl": "list outdated processes", "cmd": "needrestart", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2"], "matching_info": {"|main|": [2]}, "question_id": "2285"} {"nl": "interactively restart services", "cmd": "sudo needrestart", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2"], "matching_info": {"|main|": [2]}, "question_id": "2286"} {"nl": "list outdated processes in [v]erbose or [q]uiet mode", "cmd": "needrestart -{{v|q}}", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2"], "matching_info": {"|main|": [2]}, "question_id": "2287"} {"nl": "check if the [k]ernel is outdated", "cmd": "needrestart -k", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2", "needrestart_4", "needrestart_22"], "matching_info": {"-k": [4, 22], "|main|": [2]}, "question_id": "2288"} {"nl": "check if the cpu microcode is outdated", "cmd": "needrestart -w", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2"], "matching_info": {"-w": [], "|main|": [2]}, "question_id": "2289"} {"nl": "list outdated processes in [b]atch mode", "cmd": "needrestart -b", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2", "needrestart_17"], "matching_info": {"-b": [17], "|main|": [2]}, "question_id": "2290"} {"nl": "list outdated processed using a specific [c]onfiguration file", "cmd": "needrestart -c {{path/to/config}}", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2", "needrestart_4", "needrestart_11"], "matching_info": {"-c": [4, 11], "|main|": [2]}, "question_id": "2291"} {"nl": "display help", "cmd": "needrestart --help", "tldr_cmd_name": "needrestart", "cmd_name": "needrestart", "manual_exist": true, "oracle_man": ["needrestart_2"], "matching_info": {"--help": [], "|main|": [2]}, "question_id": "2292"} {"nl": "rename files using a perl common regular expression (substitute 'foo' with 'bar' wherever found)", "cmd": "rename {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "perl-rename", "cmd_name": "perl-rename", "manual_exist": true, "oracle_man": ["perl-rename_1", "perl-rename_2", "perl-rename_3", "perl-rename_22", "perl-rename_23", "perl-rename_25", "perl-rename_27"], "matching_info": {"rename": [1, 2, 3, 22, 23, 25, 27], "|main|": [3, 4]}, "question_id": "2371"} {"nl": "dryrun display which renames would occur without performing them", "cmd": "rename -n {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "perl-rename", "cmd_name": "perl-rename", "manual_exist": true, "oracle_man": ["perl-rename_1", "perl-rename_2", "perl-rename_3", "perl-rename_9", "perl-rename_12", "perl-rename_22", "perl-rename_23", "perl-rename_25", "perl-rename_27"], "matching_info": {"rename": [1, 2, 3, 22, 23, 25, 27], "-n": [2, 3, 9, 12], "|main|": [3, 4]}, "question_id": "2372"} {"nl": "force renaming even if the operation would remove existing destination files", "cmd": "rename -f {{'s/foo/bar/'}} {{*}}", "tldr_cmd_name": "perl-rename", "cmd_name": "perl-rename", "manual_exist": true, "oracle_man": ["perl-rename_1", "perl-rename_2", "perl-rename_3", "perl-rename_4", "perl-rename_7", "perl-rename_22", "perl-rename_23", "perl-rename_25", "perl-rename_27"], "matching_info": {"rename": [1, 2, 3, 22, 23, 25, 27], "-f": [2, 4, 7], "|main|": [3, 4]}, "question_id": "2373"} {"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": "perl-rename", "cmd_name": "perl-rename", "manual_exist": true, "oracle_man": ["perl-rename_1", "perl-rename_2", "perl-rename_3", "perl-rename_22", "perl-rename_23", "perl-rename_25", "perl-rename_27"], "matching_info": {"rename": [1, 2, 3, 22, 23, 25, 27], "y/A-Z/a-z/": [], "|main|": [3, 4]}, "question_id": "2374"} {"nl": "replace whitespace with underscores", "cmd": "rename 's/\\s+/_/g' {{*}}", "tldr_cmd_name": "perl-rename", "cmd_name": "perl-rename", "manual_exist": true, "oracle_man": ["perl-rename_1", "perl-rename_2", "perl-rename_3", "perl-rename_22", "perl-rename_23", "perl-rename_25", "perl-rename_27"], "matching_info": {"rename": [1, 2, 3, 22, 23, 25, 27], "s/\\s+/_/g": [], "|main|": [3, 4]}, "question_id": "2375"} {"nl": "synchronize date and time", "cmd": "sudo htpdate {{host}}", "tldr_cmd_name": "htpdate", "cmd_name": "htpdate", "manual_exist": true, "oracle_man": ["htpdate_3"], "matching_info": {"|main|": [3]}, "question_id": "2480"} {"nl": "perform simulation of synchronization, without any action", "cmd": "htpdate -q {{host}}", "tldr_cmd_name": "htpdate", "cmd_name": "htpdate", "manual_exist": true, "oracle_man": ["htpdate_3", "htpdate_15", "htpdate_25", "htpdate_26", "htpdate_27"], "matching_info": {"-q": [15, 25, 26, 27], "|main|": [3]}, "question_id": "2481"} {"nl": "compensate the systematisch clock drift", "cmd": "sudo htpdate -x {{host}}", "tldr_cmd_name": "htpdate", "cmd_name": "htpdate", "manual_exist": true, "oracle_man": ["htpdate_3", "htpdate_19"], "matching_info": {"-x": [19], "|main|": [3]}, "question_id": "2482"} {"nl": "set time immediate after the synchronization", "cmd": "sudo htpdate -s {{host}}", "tldr_cmd_name": "htpdate", "cmd_name": "htpdate", "manual_exist": true, "oracle_man": ["htpdate_3", "htpdate_16"], "matching_info": {"-s": [16], "|main|": [3]}, "question_id": "2483"} {"nl": "enable ufw", "cmd": "ufw enable", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_3", "ufw_17"], "matching_info": {"enable": [3, 17], "|main|": [2]}, "question_id": "2526"} {"nl": "disable ufw", "cmd": "ufw disable", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_18", "ufw_71"], "matching_info": {"disable": [18, 71], "|main|": [2]}, "question_id": "2527"} {"nl": "show ufw rules, along with their numbers", "cmd": "ufw status numbered", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_7", "ufw_23", "ufw_25", "ufw_92"], "matching_info": {"status": [7, 23, 25, 92], "numbered": [92], "|main|": [2]}, "question_id": "2528"} {"nl": "allow incoming traffic on port 5432 on this host with a comment identifying the service", "cmd": "ufw allow {{5432}} comment \"{{Service}}\"", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_20", "ufw_24", "ufw_29", "ufw_39", "ufw_41", "ufw_42", "ufw_43", "ufw_45", "ufw_55", "ufw_56", "ufw_57", "ufw_64", "ufw_65", "ufw_66", "ufw_78", "ufw_94", "ufw_99", "ufw_101", "ufw_105", "ufw_107", "ufw_112", "ufw_114"], "matching_info": {"allow": [20, 24, 29, 39, 41, 42, 43, 45, 55, 56, 57, 64, 65, 66, 78, 94, 99, 101, 105, 107, 112, 114], "comment": [], "|main|": [2]}, "question_id": "2529"} {"nl": "allow only tcp traffic from 192.168.0.4 to any address on this host, on port 22", "cmd": "ufw allow proto {{tcp}} from {{192.168.0.4}} to {{any}} port {{22}}", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_20", "ufw_24", "ufw_29", "ufw_39", "ufw_41", "ufw_42", "ufw_43", "ufw_45", "ufw_47", "ufw_49", "ufw_51", "ufw_55", "ufw_56", "ufw_57", "ufw_64", "ufw_65", "ufw_66", "ufw_68", "ufw_78", "ufw_81", "ufw_88", "ufw_94", "ufw_99", "ufw_101", "ufw_102", "ufw_103", "ufw_104", "ufw_105", "ufw_107", "ufw_112", "ufw_114"], "matching_info": {"allow": [20, 24, 29, 39, 41, 42, 43, 45, 55, 56, 57, 64, 65, 66, 78, 94, 99, 101, 105, 107, 112, 114], "proto": [47, 49, 51, 57, 103, 105, 107], "from": [101, 114], "to": [68, 81, 88, 102, 104], "port": [], "|main|": [2]}, "question_id": "2530"} {"nl": "deny traffic on port 80 on this host", "cmd": "ufw deny {{80}}", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_20", "ufw_30", "ufw_47", "ufw_48", "ufw_49", "ufw_50", "ufw_51", "ufw_52", "ufw_53", "ufw_54", "ufw_80", "ufw_82", "ufw_89", "ufw_97", "ufw_103"], "matching_info": {"deny": [20, 30, 47, 48, 49, 50, 51, 52, 53, 54, 80, 82, 89, 97, 103], "|main|": [2]}, "question_id": "2531"} {"nl": "deny all udp traffic to port 22", "cmd": "ufw deny proto {{udp}} from {{any}} to {{any}} port {{22}}", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_20", "ufw_30", "ufw_47", "ufw_48", "ufw_49", "ufw_50", "ufw_51", "ufw_52", "ufw_53", "ufw_54", "ufw_57", "ufw_68", "ufw_80", "ufw_81", "ufw_82", "ufw_88", "ufw_89", "ufw_97", "ufw_101", "ufw_102", "ufw_103", "ufw_104", "ufw_105", "ufw_107", "ufw_114"], "matching_info": {"deny": [20, 30, 47, 48, 49, 50, 51, 52, 53, 54, 80, 82, 89, 97, 103], "proto": [47, 49, 51, 57, 103, 105, 107], "from": [101, 114], "to": [68, 81, 88, 102, 104], "port": [], "|main|": [2]}, "question_id": "2532"} {"nl": "delete a particular rule. the rule number can be retrieved from the `ufw status numbered` command", "cmd": "ufw delete {{rule_number}}", "tldr_cmd_name": "ufw", "cmd_name": "ufw", "manual_exist": true, "oracle_man": ["ufw_2", "ufw_9", "ufw_12", "ufw_33", "ufw_79", "ufw_82", "ufw_84"], "matching_info": {"delete": [9, 12, 33, 79, 82, 84], "|main|": [2]}, "question_id": "2533"} {"nl": "view an image", "cmd": "viewnior {{path/to/image.ext}}", "tldr_cmd_name": "viewnior", "cmd_name": "viewnior", "manual_exist": true, "oracle_man": ["viewnior_3"], "matching_info": {"|main|": [3]}, "question_id": "2583"} {"nl": "view in fullscreen mode", "cmd": "viewnior --fullscreen {{path/to/image.ext}}", "tldr_cmd_name": "viewnior", "cmd_name": "viewnior", "manual_exist": true, "oracle_man": ["viewnior_3", "viewnior_5"], "matching_info": {"--fullscreen": [5], "|main|": [3]}, "question_id": "2584"} {"nl": "view fullscreen in slideshow mode", "cmd": "viewnior --slideshow {{path/to/image.ext}}", "tldr_cmd_name": "viewnior", "cmd_name": "viewnior", "manual_exist": true, "oracle_man": ["viewnior_3", "viewnior_4"], "matching_info": {"--slideshow": [4], "|main|": [3]}, "question_id": "2585"} {"nl": "cancel a job using its id", "cmd": "scancel {{job_id}}", "tldr_cmd_name": "scancel", "cmd_name": "scancel", "manual_exist": true, "oracle_man": ["scancel_3"], "matching_info": {"|main|": [3]}, "question_id": "2586"} {"nl": "cancel all jobs from a user", "cmd": "scancel {{user_name}}", "tldr_cmd_name": "scancel", "cmd_name": "scancel", "manual_exist": true, "oracle_man": ["scancel_3"], "matching_info": {"|main|": [3]}, "question_id": "2587"} {"nl": "look for pattern in the database. note the database is recomputed periodically (usually weekly or daily)", "cmd": "locate {{pattern}}", "tldr_cmd_name": "locate", "cmd_name": "locate", "manual_exist": true, "oracle_man": ["locate_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2713"} {"nl": "look for a file by its exact filename (a pattern containing no globbing characters is interpreted as `*pattern*`)", "cmd": "locate */{{filename}}", "tldr_cmd_name": "locate", "cmd_name": "locate", "manual_exist": true, "oracle_man": ["locate_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "2714"} {"nl": "recompute the database. you need to do it if you want to find recently added files", "cmd": "sudo updatedb", "tldr_cmd_name": "locate", "cmd_name": "locate", "manual_exist": true, "oracle_man": ["locate_3"], "matching_info": {"updatedb": [], "|main|": [3, 4, 5]}, "question_id": "2715"} {"nl": "query the system information of a remote host using snmpv1 and a community string", "cmd": "snmpwalk -v1 -c {{community}} {{ip}}", "tldr_cmd_name": "snmpwalk", "cmd_name": "snmpwalk", "manual_exist": true, "oracle_man": ["snmpwalk_3", "snmpwalk_12", "snmpwalk_15", "snmpwalk_19"], "matching_info": {"-v1": [], "-c": [12, 15, 19], "|main|": [3, 4, 5, 6]}, "question_id": "2792"} {"nl": "query system information on a remote host by oid using snmpv2 on a specified port", "cmd": "snmpwalk -v2c -c {{community}} {{ip}}:{{port}} {{oid}}", "tldr_cmd_name": "snmpwalk", "cmd_name": "snmpwalk", "manual_exist": true, "oracle_man": ["snmpwalk_3", "snmpwalk_12", "snmpwalk_15", "snmpwalk_19"], "matching_info": {"-v2c": [12, 15, 19], "-c": [12, 15, 19], "|main|": [3, 4, 5, 6]}, "question_id": "2793"} {"nl": "query system information on a remote host by oid using snmpv3 and authentication without encryption", "cmd": "snmpwalk -v3 -l {{authNoPriv}} -u {{username}} -a {{MD5|SHA}} -A {{passphrase}} {{ip}} {{oid}}", "tldr_cmd_name": "snmpwalk", "cmd_name": "snmpwalk", "manual_exist": true, "oracle_man": ["snmpwalk_3"], "matching_info": {"-v3": [], "-l": [], "-u": [], "-a": [], "-A": [], "|main|": [3, 4, 5, 6]}, "question_id": "2794"} {"nl": "query system information on a remote host by oid using snmpv3, authentication, and encryption", "cmd": "snmpwalk -v3 -l {{authPriv}} -u {{username}} -a {{MD5|SHA}} -A {{auth_passphrase}} -x {{DES|AES}} -X {{enc_passphrase}} {{ip}} {{oid}}", "tldr_cmd_name": "snmpwalk", "cmd_name": "snmpwalk", "manual_exist": true, "oracle_man": ["snmpwalk_3"], "matching_info": {"-v3": [], "-l": [], "-u": [], "-a": [], "-A": [], "-x": [], "-X": [], "|main|": [3, 4, 5, 6]}, "question_id": "2795"} {"nl": "query system information on a remote host by oid using snmpv3 without authentication or encryption", "cmd": "snmpwalk -v3 -l {{noAuthNoPriv}} -u {{username}} {{ip}} {{oid}}", "tldr_cmd_name": "snmpwalk", "cmd_name": "snmpwalk", "manual_exist": true, "oracle_man": ["snmpwalk_3"], "matching_info": {"-v3": [], "-l": [], "-u": [], "|main|": [3, 4, 5, 6]}, "question_id": "2796"} {"nl": "update po files and documents according to the specified config file", "cmd": "po4a {{path/to/config_file}}", "tldr_cmd_name": "po4a", "cmd_name": "po4a", "manual_exist": true, "oracle_man": ["po4a_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "2842"} {"nl": "display the mime type of a file", "cmd": "xdg-mime query filetype {{path/to/file}}", "tldr_cmd_name": "xdg-mime", "cmd_name": "xdg-mime", "manual_exist": true, "oracle_man": ["xdg-mime_2", "xdg-mime_7", "xdg-mime_8", "xdg-mime_9", "xdg-mime_11", "xdg-mime_12", "xdg-mime_35", "xdg-mime_37"], "matching_info": {"query": [2, 8, 9, 11, 12, 35, 37], "filetype": [2, 11, 35], "|main|": [7]}, "question_id": "2847"} {"nl": "display the default application for opening pngs", "cmd": "xdg-mime query default {{image/png}}", "tldr_cmd_name": "xdg-mime", "cmd_name": "xdg-mime", "manual_exist": true, "oracle_man": ["xdg-mime_2", "xdg-mime_3", "xdg-mime_7", "xdg-mime_8", "xdg-mime_9", "xdg-mime_11", "xdg-mime_12", "xdg-mime_13", "xdg-mime_16", "xdg-mime_20", "xdg-mime_35", "xdg-mime_37"], "matching_info": {"query": [2, 8, 9, 11, 12, 35, 37], "default": [3, 12, 13, 16, 20, 37], "|main|": [7]}, "question_id": "2848"} {"nl": "display the default application for opening a specific file", "cmd": "xdg-mime query default $(xdg-mime query filetype {{path/to/file}})", "tldr_cmd_name": "xdg-mime", "cmd_name": "xdg-mime", "manual_exist": true, "oracle_man": ["xdg-mime_2", "xdg-mime_3", "xdg-mime_7", "xdg-mime_8", "xdg-mime_9", "xdg-mime_11", "xdg-mime_12", "xdg-mime_13", "xdg-mime_16", "xdg-mime_20", "xdg-mime_35", "xdg-mime_37"], "matching_info": {"query": [2, 8, 9, 11, 12, 35, 37], "default": [3, 12, 13, 16, 20, 37], "$(xdg-mime": [], "filetype": [2, 11, 35], "|main|": [7]}, "question_id": "2849"} {"nl": "set imv as the default application for opening png and jpeg images", "cmd": "xdg-mime default {{imv.desktop}} {{image/png}} {{image/jpeg}}", "tldr_cmd_name": "xdg-mime", "cmd_name": "xdg-mime", "manual_exist": true, "oracle_man": ["xdg-mime_3", "xdg-mime_7", "xdg-mime_12", "xdg-mime_13", "xdg-mime_16", "xdg-mime_20", "xdg-mime_37"], "matching_info": {"default": [3, 12, 13, 16, 20, 37], "|main|": [7]}, "question_id": "2850"} {"nl": "show pipe delimited cluster utilization data", "cmd": "sreport --parsable cluster utilization", "tldr_cmd_name": "sreport", "cmd_name": "sreport", "manual_exist": true, "oracle_man": ["sreport_3", "sreport_10", "sreport_11", "sreport_43", "sreport_48", "sreport_50", "sreport_51", "sreport_52", "sreport_62", "sreport_119", "sreport_122", "sreport_123"], "matching_info": {"--parsable": [10, 11], "cluster": [43, 48, 50, 51, 52, 62, 119, 122, 123], "utilization": [119], "|main|": [3]}, "question_id": "2891"} {"nl": "show number of jobs run", "cmd": "sreport job sizes printjobcount", "tldr_cmd_name": "sreport", "cmd_name": "sreport", "manual_exist": true, "oracle_man": ["sreport_3", "sreport_39", "sreport_44", "sreport_63", "sreport_64", "sreport_65", "sreport_118", "sreport_121"], "matching_info": {"job": [39, 44, 63, 64, 65, 118, 121], "sizes": [], "printjobcount": [], "|main|": [3]}, "question_id": "2892"} {"nl": "show users with the highest cpu time use", "cmd": "sreport user topuser", "tldr_cmd_name": "sreport", "cmd_name": "sreport", "manual_exist": true, "oracle_man": ["sreport_3", "sreport_41", "sreport_46", "sreport_67", "sreport_120", "sreport_124"], "matching_info": {"user": [41, 46, 67, 120, 124], "topuser": [], "|main|": [3]}, "question_id": "2893"} {"nl": "display packages whose support is limited, has already ended or will end earlier than the distribution's end of life", "cmd": "check-support-status", "tldr_cmd_name": "check-support-status", "cmd_name": "check-support-status", "manual_exist": true, "oracle_man": ["check-support-status_1"], "matching_info": {"|main|": [1]}, "question_id": "2912"} {"nl": "display only packages whose support has ended", "cmd": "check-support-status --type {{ended}}", "tldr_cmd_name": "check-support-status", "cmd_name": "check-support-status", "manual_exist": true, "oracle_man": ["check-support-status_1", "check-support-status_5", "check-support-status_7", "check-support-status_12", "check-support-status_17", "check-support-status_28"], "matching_info": {"--type": [5, 7, 12, 17, 28], "|main|": [1]}, "question_id": "2913"} {"nl": "skip printing a headline", "cmd": "check-support-status --no-heading", "tldr_cmd_name": "check-support-status", "cmd_name": "check-support-status", "manual_exist": true, "oracle_man": ["check-support-status_1", "check-support-status_23"], "matching_info": {"--no-heading": [23], "|main|": [1]}, "question_id": "2914"} {"nl": "toggle play", "cmd": "playerctl play-pause", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_20"], "matching_info": {"play-pause": [20], "|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]}, "question_id": "2949"} {"nl": "next media", "cmd": "playerctl next", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_22"], "matching_info": {"next": [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]}, "question_id": "2950"} {"nl": "previous media", "cmd": "playerctl previous", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_23"], "matching_info": {"previous": [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]}, "question_id": "2951"} {"nl": "list all players", "cmd": "playerctl --list-all", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_12"], "matching_info": {"--list-all": [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, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, "question_id": "2952"} {"nl": "send a command to a specific player", "cmd": "playerctl --player={{player_name}} {{command}}", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_13"], "matching_info": {"--player": [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]}, "question_id": "2953"} {"nl": "send a command to all players", "cmd": "playerctl --all-players {{command}}", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_3", "playerctl_7"], "matching_info": {"--all-players": [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]}, "question_id": "2954"} {"nl": "show now playing", "cmd": "playerctl metadata --format \"Now playing: {{artist}} - {{album}} - {{title}}\"", "tldr_cmd_name": "playerctl", "cmd_name": "playerctl", "manual_exist": true, "oracle_man": ["playerctl_2", "playerctl_3", "playerctl_7", "playerctl_8", "playerctl_9", "playerctl_10", "playerctl_11", "playerctl_12", "playerctl_13", "playerctl_14", "playerctl_15", "playerctl_20", "playerctl_24", "playerctl_25", "playerctl_26", "playerctl_52"], "matching_info": {"metadata": [26, 52], "--format": [9, 52], "Now": [], "playing:": [], "-": [2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 24, 25, 52], "|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]}, "question_id": "2955"} {"nl": "display power and battery information", "cmd": "upower --dump", "tldr_cmd_name": "upower", "cmd_name": "upower", "manual_exist": true, "oracle_man": ["upower_2", "upower_3"], "matching_info": {"--dump": [2], "|main|": [3]}, "question_id": "3017"} {"nl": "list all power devices", "cmd": "upower --enumerate", "tldr_cmd_name": "upower", "cmd_name": "upower", "manual_exist": true, "oracle_man": ["upower_2", "upower_3"], "matching_info": {"--enumerate": [2], "|main|": [3]}, "question_id": "3018"} {"nl": "watch for and print power status changes", "cmd": "upower --monitor", "tldr_cmd_name": "upower", "cmd_name": "upower", "manual_exist": true, "oracle_man": ["upower_2", "upower_3", "upower_4", "upower_5"], "matching_info": {"--monitor": [2, 4, 5], "|main|": [3]}, "question_id": "3019"} {"nl": "watch for and print detailed power status changes", "cmd": "upower --monitor-detail", "tldr_cmd_name": "upower", "cmd_name": "upower", "manual_exist": true, "oracle_man": ["upower_2", "upower_3", "upower_5"], "matching_info": {"--monitor-detail": [2, 5], "|main|": [3]}, "question_id": "3020"} {"nl": "display version", "cmd": "upower --version", "tldr_cmd_name": "upower", "cmd_name": "upower", "manual_exist": true, "oracle_man": ["upower_2", "upower_3"], "matching_info": {"--version": [2], "|main|": [3]}, "question_id": "3021"} {"nl": "create a new repository (if the repository name is not set, the default name will be the name of the current directory)", "cmd": "gh repo create {{name}}", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "create": [5], "|main|": [3]}, "question_id": "3115"} {"nl": "clone a repository", "cmd": "gh repo clone {{owner}}/{{repository}}", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "clone": [], "|main|": [3]}, "question_id": "3116"} {"nl": "fork and clone a repository", "cmd": "gh repo fork {{owner}}/{{repository}} --clone", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "fork": [], "--clone": [], "|main|": [3]}, "question_id": "3117"} {"nl": "view a repository in the web browser", "cmd": "gh repo view {{repository}} --web", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "view": [], "--web": [5], "|main|": [3]}, "question_id": "3118"} {"nl": "list repositories owned by a specific user or organization (if the owner is not set, the default owner will be the currently logged in user)", "cmd": "gh repo list {{owner}}", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "list": [], "|main|": [3]}, "question_id": "3119"} {"nl": "list only nonforks repositories", "cmd": "gh repo list {{owner}} --non-forks", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "list": [], "--non-forks": [], "|main|": [3]}, "question_id": "3120"} {"nl": "list repositories with a specific primary coding language", "cmd": "gh repo list {{owner}} --language {{language_name}}", "tldr_cmd_name": "gh-repo", "cmd_name": "gh-repo", "manual_exist": true, "oracle_man": ["gh-repo_0", "gh-repo_2", "gh-repo_3", "gh-repo_5"], "matching_info": {"gh": [0, 2, 5], "repo": [2, 5], "list": [], "--language": [], "|main|": [3]}, "question_id": "3121"} {"nl": "select full path and size from temporary or config files in a given directory", "cmd": "fselect size, path from {{path/to/directory}} where name = {{'*.cfg'}} or name = {{'*.tmp'}}", "tldr_cmd_name": "fselect", "cmd_name": "fselect", "manual_exist": true, "oracle_man": ["fselect_3", "fselect_12", "fselect_13", "fselect_16", "fselect_27", "fselect_28", "fselect_56", "fselect_57", "fselect_58", "fselect_59", "fselect_60", "fselect_61", "fselect_64", "fselect_65", "fselect_66", "fselect_82", "fselect_83", "fselect_84"], "matching_info": {"size,": [], "path": [13], "from": [], "where": [], "name": [12], "=": [], "or": [16, 27, 28, 56, 57, 58, 59, 60, 61, 64, 65, 66, 82, 83, 84], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3250"} {"nl": "find square images", "cmd": "fselect path from {{path/to/directory}} where width = height", "tldr_cmd_name": "fselect", "cmd_name": "fselect", "manual_exist": true, "oracle_man": ["fselect_3", "fselect_13", "fselect_53", "fselect_54"], "matching_info": {"path": [13], "from": [], "where": [], "width": [53], "=": [], "height": [54], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3251"} {"nl": "find oldschool rap 320kbps mp3 files", "cmd": "fselect path from {{path/to/directory}} where genre = {{Rap}} and bitrate = {{320}} and mp3_year lt {{2000}}", "tldr_cmd_name": "fselect", "cmd_name": "fselect", "manual_exist": true, "oracle_man": ["fselect_3", "fselect_13", "fselect_56", "fselect_61", "fselect_86"], "matching_info": {"path": [13], "from": [], "where": [], "genre": [61], "=": [], "and": [86], "bitrate": [56], "mp3_year": [], "lt": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3252"} {"nl": "select only the first 5 results and output as json", "cmd": "fselect size, path from {{path/to/directory}} limit {{5}} into json", "tldr_cmd_name": "fselect", "cmd_name": "fselect", "manual_exist": true, "oracle_man": ["fselect_3", "fselect_13"], "matching_info": {"size,": [], "path": [13], "from": [], "limit": [], "into": [], "json": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3253"} {"nl": "use sql aggregate functions to calculate minimum, maximum and average size of files in a directory", "cmd": "fselect \"{{MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)}} from {{path/to/directory}}\"", "tldr_cmd_name": "fselect", "cmd_name": "fselect", "manual_exist": true, "oracle_man": ["fselect_3"], "matching_info": {"from": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "3254"} {"nl": "visit a website", "cmd": "lynx {{example.com}}", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6"], "matching_info": {"|main|": [6, 7]}, "question_id": "3287"} {"nl": "apply restrictions for anonymous account", "cmd": "lynx -anonymous {{example.com}}", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_17", "lynx_140"], "matching_info": {"-anonymous": [17, 140], "|main|": [6, 7]}, "question_id": "3288"} {"nl": "turn on mouse support, if available", "cmd": "lynx -use_mouse {{example.com}}", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_216"], "matching_info": {"-use_mouse": [216], "|main|": [6, 7]}, "question_id": "3289"} {"nl": "force color mode on, if available", "cmd": "lynx -color {{example.com}}", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_39", "lynx_48", "lynx_91", "lynx_100"], "matching_info": {"-color": [39, 48, 91, 100], "|main|": [6, 7]}, "question_id": "3290"} {"nl": "open a link, using a specific file to read and write cookies", "cmd": "lynx -cookie_file={{path/to/file}} {{example.com}}", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_41", "lynx_42"], "matching_info": {"-cookie_file": [41, 42], "|main|": [6, 7]}, "question_id": "3291"} {"nl": "navigate forwards and backwards through the links on a page", "cmd": "Up arrow key, Down arrow key", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_36", "lynx_172", "lynx_227", "lynx_228"], "matching_info": {"Up": [227], "arrow": [172, 227, 228], "key,": [], "Down": [], "key": [36], "|main|": [6, 7]}, "question_id": "3292"} {"nl": "go back to the previously displayed page", "cmd": "Left arrow key or u", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6", "lynx_36", "lynx_172", "lynx_227", "lynx_228", "lynx_229", "lynx_230", "lynx_231"], "matching_info": {"Left": [229], "arrow": [172, 227, 228], "key": [36], "or": [228, 229, 230, 231], "u": [], "|main|": [6, 7]}, "question_id": "3293"} {"nl": "exit", "cmd": "q then y", "tldr_cmd_name": "lynx", "cmd_name": "lynx", "manual_exist": true, "oracle_man": ["lynx_6"], "matching_info": {"q": [], "then": [], "y": [], "|main|": [6, 7]}, "question_id": "3294"} {"nl": "assemble `source.asm` into a binary file `source`, in the (default) raw binary format", "cmd": "nasm {{source.asm}}", "tldr_cmd_name": "nasm", "cmd_name": "nasm", "manual_exist": true, "oracle_man": ["nasm_3"], "matching_info": {"|main|": [3]}, "question_id": "3301"} {"nl": "assemble `source.asm` into a binary file `output_file`, in the specified format", "cmd": "nasm -f {{format}} {{source.asm}} -o {{output_file}}", "tldr_cmd_name": "nasm", "cmd_name": "nasm", "manual_exist": true, "oracle_man": ["nasm_2", "nasm_3", "nasm_8", "nasm_9", "nasm_20", "nasm_27", "nasm_33", "nasm_34", "nasm_41", "nasm_43", "nasm_45", "nasm_63"], "matching_info": {"-f": [2, 8, 9, 63], "-o": [2, 20, 27, 33, 34, 41, 43, 45], "|main|": [3]}, "question_id": "3302"} {"nl": "list valid output formats (along with basic nasm help)", "cmd": "nasm -hf", "tldr_cmd_name": "nasm", "cmd_name": "nasm", "manual_exist": true, "oracle_man": ["nasm_3", "nasm_8", "nasm_13"], "matching_info": {"-hf": [8, 13], "|main|": [3]}, "question_id": "3303"} {"nl": "assemble and generate an assembly listing file", "cmd": "nasm -l {{list_file}} {{source.asm}}", "tldr_cmd_name": "nasm", "cmd_name": "nasm", "manual_exist": true, "oracle_man": ["nasm_2", "nasm_3", "nasm_6", "nasm_15", "nasm_31", "nasm_33", "nasm_57", "nasm_66", "nasm_67"], "matching_info": {"-l": [2, 6, 15, 31, 33, 57, 66, 67], "|main|": [3]}, "question_id": "3304"} {"nl": "add a directory (must be written with trailing slash) to the include file search path before assembling", "cmd": "nasm -i {{path/to/include_dir/}} {{source.asm}}", "tldr_cmd_name": "nasm", "cmd_name": "nasm", "manual_exist": true, "oracle_man": ["nasm_3", "nasm_14", "nasm_28", "nasm_66", "nasm_73"], "matching_info": {"-i": [14, 28, 66, 73], "|main|": [3]}, "question_id": "3305"} {"nl": "start a service", "cmd": "sudo sv up {{path/to/service}}", "tldr_cmd_name": "sv", "cmd_name": "sv", "manual_exist": true, "oracle_man": ["sv_4", "sv_9"], "matching_info": {"up": [9], "|main|": [4, 5, 6, 7]}, "question_id": "3348"} {"nl": "stop a service", "cmd": "sudo sv down {{path/to/service}}", "tldr_cmd_name": "sv", "cmd_name": "sv", "manual_exist": true, "oracle_man": ["sv_4", "sv_10"], "matching_info": {"down": [10], "|main|": [4, 5, 6, 7]}, "question_id": "3349"} {"nl": "get service status", "cmd": "sudo sv status {{path/to/service}}", "tldr_cmd_name": "sv", "cmd_name": "sv", "manual_exist": true, "oracle_man": ["sv_4", "sv_8"], "matching_info": {"status": [8], "|main|": [4, 5, 6, 7]}, "question_id": "3350"} {"nl": "reload a service", "cmd": "sudo sv reload {{path/to/service}}", "tldr_cmd_name": "sv", "cmd_name": "sv", "manual_exist": true, "oracle_man": ["sv_4", "sv_18"], "matching_info": {"reload": [18], "|main|": [4, 5, 6, 7]}, "question_id": "3351"} {"nl": "start a service, but only if it's not running and don't restart it if it stops", "cmd": "sudo sv once {{path/to/service}}", "tldr_cmd_name": "sv", "cmd_name": "sv", "manual_exist": true, "oracle_man": ["sv_4", "sv_11"], "matching_info": {"once": [11], "|main|": [4, 5, 6, 7]}, "question_id": "3352"} {"nl": "build a project with default build file `build.xml`", "cmd": "ant", "tldr_cmd_name": "ant", "cmd_name": "ant", "manual_exist": true, "oracle_man": ["ant_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]}, "question_id": "3414"} {"nl": "build a project using build file other than `build.xml`", "cmd": "ant -f {{buildfile.xml}}", "tldr_cmd_name": "ant", "cmd_name": "ant", "manual_exist": true, "oracle_man": ["ant_3", "ant_19", "ant_24"], "matching_info": {"-f": [19, 24], "|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": "3415"} {"nl": "print information on possible targets for this project", "cmd": "ant -p", "tldr_cmd_name": "ant", "cmd_name": "ant", "manual_exist": true, "oracle_man": ["ant_3", "ant_6", "ant_22"], "matching_info": {"-p": [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]}, "question_id": "3416"} {"nl": "print debugging information", "cmd": "ant -d", "tldr_cmd_name": "ant", "cmd_name": "ant", "manual_exist": true, "oracle_man": ["ant_3", "ant_8", "ant_12"], "matching_info": {"-d": [8, 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]}, "question_id": "3417"} {"nl": "execute all targets that do not depend on fail target(s)", "cmd": "ant -k", "tldr_cmd_name": "ant", "cmd_name": "ant", "manual_exist": true, "oracle_man": ["ant_3", "ant_21"], "matching_info": {"-k": [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]}, "question_id": "3418"} {"nl": "read an idx file for a git packfile and dump its contents to stdout", "cmd": "git show-index {{path/to/file.idx}}", "tldr_cmd_name": "git-show-index", "cmd_name": "git-show-index", "manual_exist": true, "oracle_man": ["git-show-index_2", "git-show-index_3"], "matching_info": {"git": [2], "show-index": [2], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3552"} {"nl": "specify the hash algorithm for the index file (experimental)", "cmd": "git show-index --object-format={{sha1|sha256}} {{path/to/file}}", "tldr_cmd_name": "git-show-index", "cmd_name": "git-show-index", "manual_exist": true, "oracle_man": ["git-show-index_2", "git-show-index_3", "git-show-index_9", "git-show-index_10"], "matching_info": {"git": [2], "show-index": [2], "--object-format": [2, 9, 10], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "3553"} {"nl": "show help", "cmd": "docker rmi", "tldr_cmd_name": "docker-rmi", "cmd_name": "docker-rmi", "manual_exist": true, "oracle_man": ["docker-rmi_2", "docker-rmi_3"], "matching_info": {"docker": [2, 3], "rmi": [2], "|main|": [3]}, "question_id": "3559"} {"nl": "remove one or more images given their names", "cmd": "docker rmi {{image1 image2 ...}}", "tldr_cmd_name": "docker-rmi", "cmd_name": "docker-rmi", "manual_exist": true, "oracle_man": ["docker-rmi_2", "docker-rmi_3"], "matching_info": {"docker": [2, 3], "rmi": [2], "|main|": [3]}, "question_id": "3560"} {"nl": "force remove an image", "cmd": "docker rmi --force {{image}}", "tldr_cmd_name": "docker-rmi", "cmd_name": "docker-rmi", "manual_exist": true, "oracle_man": ["docker-rmi_2", "docker-rmi_3", "docker-rmi_4"], "matching_info": {"docker": [2, 3], "rmi": [2], "--force": [4], "|main|": [3]}, "question_id": "3561"} {"nl": "remove an image without deleting untagged parents", "cmd": "docker rmi --no-prune {{image}}", "tldr_cmd_name": "docker-rmi", "cmd_name": "docker-rmi", "manual_exist": true, "oracle_man": ["docker-rmi_2", "docker-rmi_3", "docker-rmi_6"], "matching_info": {"docker": [2, 3], "rmi": [2], "--no-prune": [6], "|main|": [3]}, "question_id": "3562"} {"nl": "compile a source code file into an executable binary", "cmd": "clang++ {{path/to/source.cpp}} -o {{path/to/output_executable}}", "tldr_cmd_name": "clang++", "cmd_name": "clang++", "manual_exist": true, "oracle_man": ["clang++_2", "clang++_3", "clang++_15", "clang++_37", "clang++_41", "clang++_64", "clang++_74"], "matching_info": {"-o": [2, 15, 37, 41, 64, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3577"} {"nl": "display (almost) all errors and warnings", "cmd": "clang++ {{path/to/source.cpp}} -Wall -o {{path/to/output_executable}}", "tldr_cmd_name": "clang++", "cmd_name": "clang++", "manual_exist": true, "oracle_man": ["clang++_2", "clang++_3", "clang++_7", "clang++_15", "clang++_37", "clang++_41", "clang++_53", "clang++_64", "clang++_66", "clang++_74"], "matching_info": {"-Wall": [3, 7, 53, 66, 74], "-o": [2, 15, 37, 41, 64, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3578"} {"nl": "choose a language standard to compile with", "cmd": "clang++ {{path/to/source.cpp}} -std={{c++20}} -o {{path/to/output_executable}}", "tldr_cmd_name": "clang++", "cmd_name": "clang++", "manual_exist": true, "oracle_man": ["clang++_2", "clang++_3", "clang++_15", "clang++_21", "clang++_22", "clang++_23", "clang++_37", "clang++_41", "clang++_64", "clang++_74"], "matching_info": {"-std": [2, 21, 22, 23], "-o": [2, 15, 37, 41, 64, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3579"} {"nl": "include libraries located at a different path than the source file", "cmd": "clang++ {{path/to/source.cpp}} -o {{path/to/output_executable}} -I{{path/to/header_path}} -L{{path/to/library_path}} -l{{path/to/library_name}}", "tldr_cmd_name": "clang++", "cmd_name": "clang++", "manual_exist": true, "oracle_man": ["clang++_2", "clang++_3", "clang++_15", "clang++_37", "clang++_41", "clang++_64", "clang++_74"], "matching_info": {"-o": [2, 15, 37, 41, 64, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3580"} {"nl": "compile source code into llvm intermediate representation (ir)", "cmd": "clang++ -S -emit-llvm {{path/to/source.cpp}} -o {{path/to/output.ll}}", "tldr_cmd_name": "clang++", "cmd_name": "clang++", "manual_exist": true, "oracle_man": ["clang++_2", "clang++_3", "clang++_15", "clang++_16", "clang++_37", "clang++_41", "clang++_53", "clang++_64", "clang++_74"], "matching_info": {"-S": [2, 16, 53], "-emit-llvm": [53], "-o": [2, 15, 37, 41, 64, 74], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, "question_id": "3581"} {"nl": "insert an additional author to the last git commit", "cmd": "git coauthor {{name}} {{name@example.com}}", "tldr_cmd_name": "git-coauthor", "cmd_name": "git-coauthor", "manual_exist": true, "oracle_man": ["git-coauthor_3", "git-coauthor_8"], "matching_info": {"git": [8], "coauthor": [8], "|main|": [3]}, "question_id": "3600"} {"nl": "convert a shapefile into a geopackage", "cmd": "ogr2ogr -f GPKG {{output}}.gpkg {{input}}.shp", "tldr_cmd_name": "ogr2ogr", "cmd_name": "ogr2ogr", "manual_exist": true, "oracle_man": ["ogr2ogr_2", "ogr2ogr_3", "ogr2ogr_4", "ogr2ogr_5", "ogr2ogr_10", "ogr2ogr_35", "ogr2ogr_54", "ogr2ogr_55", "ogr2ogr_64", "ogr2ogr_65", "ogr2ogr_67", "ogr2ogr_83", "ogr2ogr_85", "ogr2ogr_87", "ogr2ogr_89", "ogr2ogr_91", "ogr2ogr_94", "ogr2ogr_95"], "matching_info": {"-f": [2, 3, 5, 10, 35, 54, 55, 64, 65, 67, 83, 85, 87, 89, 91, 94, 95], "GPKG": [83], "|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]}, "question_id": "3670"} {"nl": "change coordinate reference system of a geopackage from `epsg4326` to `epsg3857`", "cmd": "ogr2ogr -s_srs {{EPSG:4326}} -t_srs {{EPSG:3857}} -f GPKG {{output}}.gpkg {{input}}.gpkg", "tldr_cmd_name": "ogr2ogr", "cmd_name": "ogr2ogr", "manual_exist": true, "oracle_man": ["ogr2ogr_2", "ogr2ogr_3", "ogr2ogr_4", "ogr2ogr_5", "ogr2ogr_10", "ogr2ogr_25", "ogr2ogr_27", "ogr2ogr_28", "ogr2ogr_30", "ogr2ogr_35", "ogr2ogr_54", "ogr2ogr_55", "ogr2ogr_64", "ogr2ogr_65", "ogr2ogr_67", "ogr2ogr_83", "ogr2ogr_85", "ogr2ogr_87", "ogr2ogr_89", "ogr2ogr_91", "ogr2ogr_93", "ogr2ogr_94", "ogr2ogr_95"], "matching_info": {"-s_srs": [2, 28, 30, 85], "-t_srs": [2, 25, 27, 30, 85, 93], "-f": [2, 3, 5, 10, 35, 54, 55, 64, 65, 67, 83, 85, 87, 89, 91, 94, 95], "GPKG": [83], "|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]}, "question_id": "3671"} {"nl": "convert a csv file into a geopackage, specifying the names of the coordinate columns and assigning a coordinate reference system", "cmd": "ogr2ogr -f GPKG {{output}}.gpkg {{input}}.csv -oo X_POSSIBLE_NAMES={{longitude}} -oo Y_POSSIBLE_NAMES={{latitude}} -a_srs {{EPSG:4326}}", "tldr_cmd_name": "ogr2ogr", "cmd_name": "ogr2ogr", "manual_exist": true, "oracle_man": ["ogr2ogr_2", "ogr2ogr_3", "ogr2ogr_4", "ogr2ogr_5", "ogr2ogr_10", "ogr2ogr_25", "ogr2ogr_35", "ogr2ogr_37", "ogr2ogr_54", "ogr2ogr_55", "ogr2ogr_64", "ogr2ogr_65", "ogr2ogr_67", "ogr2ogr_83", "ogr2ogr_85", "ogr2ogr_87", "ogr2ogr_89", "ogr2ogr_91", "ogr2ogr_94", "ogr2ogr_95"], "matching_info": {"-f": [2, 3, 5, 10, 35, 54, 55, 64, 65, 67, 83, 85, 87, 89, 91, 94, 95], "GPKG": [83], "-oo": [3, 37], "X_POSSIBLE_NAMES": [], "Y_POSSIBLE_NAMES": [], "-a_srs": [2, 25], "|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]}, "question_id": "3672"} {"nl": "load a geopackage into a postgis database", "cmd": "ogr2ogr -f \"PostgreSQL\" PG:dbname=\"{{database_name}}\" {{input}}.gpkg", "tldr_cmd_name": "ogr2ogr", "cmd_name": "ogr2ogr", "manual_exist": true, "oracle_man": ["ogr2ogr_2", "ogr2ogr_3", "ogr2ogr_4", "ogr2ogr_5", "ogr2ogr_10", "ogr2ogr_35", "ogr2ogr_54", "ogr2ogr_55", "ogr2ogr_64", "ogr2ogr_65", "ogr2ogr_67", "ogr2ogr_79", "ogr2ogr_83", "ogr2ogr_85", "ogr2ogr_87", "ogr2ogr_89", "ogr2ogr_91", "ogr2ogr_94", "ogr2ogr_95"], "matching_info": {"-f": [2, 3, 5, 10, 35, 54, 55, 64, 65, 67, 83, 85, 87, 89, 91, 94, 95], "PostgreSQL": [79], "PG:dbname": [], "|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]}, "question_id": "3673"} {"nl": "clip layers of a geopackage file to the given bounding box", "cmd": "ogr2ogr -spat {{min_x}} {{min_y}} {{max_x}} {{max_y}} -f GPKG {{output}}.gpkg {{input}}.gpkg", "tldr_cmd_name": "ogr2ogr", "cmd_name": "ogr2ogr", "manual_exist": true, "oracle_man": ["ogr2ogr_2", "ogr2ogr_3", "ogr2ogr_4", "ogr2ogr_5", "ogr2ogr_10", "ogr2ogr_16", "ogr2ogr_17", "ogr2ogr_35", "ogr2ogr_54", "ogr2ogr_55", "ogr2ogr_64", "ogr2ogr_65", "ogr2ogr_67", "ogr2ogr_83", "ogr2ogr_85", "ogr2ogr_87", "ogr2ogr_89", "ogr2ogr_91", "ogr2ogr_94", "ogr2ogr_95"], "matching_info": {"-spat": [2, 16, 17, 89], "-f": [2, 3, 5, 10, 35, 54, 55, 64, 65, 67, 83, 85, 87, 89, 91, 94, 95], "GPKG": [83], "|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]}, "question_id": "3674"} {"nl": "display help about environment variables that can be used with `gh`", "cmd": "gh environment", "tldr_cmd_name": "gh-environment", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"environment": [], "|main|": [3]}, "question_id": "3740"} {"nl": "generate a build recipe in the current directory with `cmakelists.txt` from a project directory", "cmd": "cmake {{path/to/project_directory}}", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_10"], "matching_info": {"|main|": [10, 11, 12, 13, 14]}, "question_id": "3840"} {"nl": "generate a build recipe, with build type set to `release` with cmake variable", "cmd": "cmake {{path/to/project_directory}} -D {{CMAKE_BUILD_TYPE=Release}}", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_6", "cmake_10", "cmake_39", "cmake_42", "cmake_72", "cmake_129", "cmake_162", "cmake_163"], "matching_info": {"-D": [6, 39, 42, 72, 129, 162, 163], "|main|": [10, 11, 12, 13, 14]}, "question_id": "3841"} {"nl": "use a generated recipe in a given directory to build artifacts", "cmd": "cmake --build {{path/to/build_directory}}", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_3", "cmake_10", "cmake_132", "cmake_134", "cmake_147"], "matching_info": {"--build": [3, 132, 134, 147], "|main|": [10, 11, 12, 13, 14]}, "question_id": "3842"} {"nl": "install the build artifacts into `/usr/local/` and strip debugging symbols", "cmd": "cmake --install {{path/to/build_directory}} --strip", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_4", "cmake_10", "cmake_54", "cmake_149", "cmake_151", "cmake_156", "cmake_159"], "matching_info": {"--install": [4, 54, 149, 151, 159], "--strip": [156], "|main|": [10, 11, 12, 13, 14]}, "question_id": "3843"} {"nl": "install the build artifacts using the custom prefix for paths", "cmd": "cmake --install {{path/to/build_directory}} --strip --prefix {{path/to/directory}}", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_4", "cmake_10", "cmake_54", "cmake_149", "cmake_151", "cmake_155", "cmake_156", "cmake_159"], "matching_info": {"--install": [4, 54, 149, 151, 159], "--strip": [156], "--prefix": [155], "|main|": [10, 11, 12, 13, 14]}, "question_id": "3844"} {"nl": "run a custom build target", "cmd": "cmake --build {{path/to/build_directory}} --target {{target_name}}", "tldr_cmd_name": "cmake", "cmd_name": "cmake", "manual_exist": true, "oracle_man": ["cmake_3", "cmake_10", "cmake_132", "cmake_134", "cmake_140", "cmake_142", "cmake_147"], "matching_info": {"--build": [3, 132, 134, 147], "--target": [140, 142], "|main|": [10, 11, 12, 13, 14]}, "question_id": "3845"} {"nl": "scan the current local network", "cmd": "arp-scan --localnet", "tldr_cmd_name": "arp-scan", "cmd_name": "arp-scan", "manual_exist": true, "oracle_man": ["arp-scan_3", "arp-scan_6", "arp-scan_7", "arp-scan_40", "arp-scan_47", "arp-scan_83"], "matching_info": {"--localnet": [3, 7, 40, 47, 83], "|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]}, "question_id": "3882"} {"nl": "scan an ip network with a custom bitmask", "cmd": "arp-scan {{192.168.1.1}}/{{24}}", "tldr_cmd_name": "arp-scan", "cmd_name": "arp-scan", "manual_exist": true, "oracle_man": ["arp-scan_6"], "matching_info": {"|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]}, "question_id": "3883"} {"nl": "scan an ip network within a custom range", "cmd": "arp-scan {{127.0.0.0}}-{{127.0.0.31}}", "tldr_cmd_name": "arp-scan", "cmd_name": "arp-scan", "manual_exist": true, "oracle_man": ["arp-scan_6"], "matching_info": {"|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]}, "question_id": "3884"} {"nl": "scan an ip network with a custom net mask", "cmd": "arp-scan {{10.0.0.0}}:{{255.255.255.0}}", "tldr_cmd_name": "arp-scan", "cmd_name": "arp-scan", "manual_exist": true, "oracle_man": ["arp-scan_6"], "matching_info": {"|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]}, "question_id": "3885"} {"nl": "run an elixir file", "cmd": "elixir {{path/to/file}}", "tldr_cmd_name": "elixir", "cmd_name": "elixir", "manual_exist": true, "oracle_man": ["elixir_3"], "matching_info": {"|main|": [3]}, "question_id": "3938"} {"nl": "evaluate elixir code by passing it as an argument", "cmd": "elixir -e \"{{code}}\"", "tldr_cmd_name": "elixir", "cmd_name": "elixir", "manual_exist": true, "oracle_man": ["elixir_3", "elixir_7", "elixir_22", "elixir_23", "elixir_35"], "matching_info": {"-e": [7, 22, 23, 35], "|main|": [3]}, "question_id": "3939"} {"nl": "view documentation for the actual command", "cmd": "tldr bundle", "tldr_cmd_name": "bundler", "cmd_name": "bundler", "manual_exist": true, "oracle_man": ["bundler_1", "bundler_2", "bundler_3", "bundler_8", "bundler_9", "bundler_10", "bundler_11", "bundler_12", "bundler_13", "bundler_14", "bundler_15", "bundler_16", "bundler_17", "bundler_18", "bundler_19", "bundler_20", "bundler_21", "bundler_22", "bundler_23", "bundler_24", "bundler_25", "bundler_26", "bundler_27", "bundler_28", "bundler_29", "bundler_32", "bundler_33"], "matching_info": {"tldr": [], "bundle": [1, 2, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33], "|main|": [3, 4]}, "question_id": "3970"} {"nl": "apply a manifest", "cmd": "puppet apply {{path/to/manifest}}", "tldr_cmd_name": "puppet-apply", "cmd_name": "puppet-apply", "manual_exist": true, "oracle_man": ["puppet-apply_3", "puppet-apply_4", "puppet-apply_27"], "matching_info": {"puppet": [3, 27], "apply": [3, 27], "|main|": [4, 5, 6]}, "question_id": "3996"} {"nl": "execute puppet code", "cmd": "puppet apply --execute {{code}}", "tldr_cmd_name": "puppet-apply", "cmd_name": "puppet-apply", "manual_exist": true, "oracle_man": ["puppet-apply_3", "puppet-apply_4", "puppet-apply_22", "puppet-apply_27"], "matching_info": {"puppet": [3, 27], "apply": [3, 27], "--execute": [3, 22], "|main|": [4, 5, 6]}, "question_id": "3997"} {"nl": "use a specific module and hiera config file", "cmd": "puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}", "tldr_cmd_name": "puppet-apply", "cmd_name": "puppet-apply", "manual_exist": true, "oracle_man": ["puppet-apply_3", "puppet-apply_4", "puppet-apply_27"], "matching_info": {"puppet": [3, 27], "apply": [3, 27], "--modulepath": [27], "--hiera_config": [], "|main|": [4, 5, 6]}, "question_id": "3998"} {"nl": "open a file", "cmd": "openscad {{path/to/button.scad}}", "tldr_cmd_name": "openscad", "cmd_name": "openscad", "manual_exist": true, "oracle_man": ["openscad_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "4025"} {"nl": "convert a file to stl", "cmd": "openscad -o {{path/to/button.stl}} {{path/to/button.scad}}", "tldr_cmd_name": "openscad", "cmd_name": "openscad", "manual_exist": true, "oracle_man": ["openscad_3", "openscad_6", "openscad_9", "openscad_34", "openscad_36", "openscad_38"], "matching_info": {"-o": [6, 9, 34, 36, 38], "|main|": [3, 4, 5]}, "question_id": "4026"} {"nl": "render a file to png in a specific colorscheme", "cmd": "openscad -o {{path/to/button.png}} --colorscheme {{Sunset}} {{path/to/button.scad}}", "tldr_cmd_name": "openscad", "cmd_name": "openscad", "manual_exist": true, "oracle_man": ["openscad_3", "openscad_6", "openscad_9", "openscad_28", "openscad_34", "openscad_36", "openscad_38"], "matching_info": {"-o": [6, 9, 34, 36, 38], "--colorscheme": [28], "|main|": [3, 4, 5]}, "question_id": "4027"} {"nl": "diff the changes of two individual commits", "cmd": "git range-diff {{commit_1}}^! {{commit_2}}^!", "tldr_cmd_name": "git-range-diff", "cmd_name": "git-range-diff", "manual_exist": true, "oracle_man": ["git-range-diff_2", "git-range-diff_3", "git-range-diff_20", "git-range-diff_25"], "matching_info": {"git": [2, 20, 25], "range-diff": [2, 20, 25], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "4064"} {"nl": "diff the changes of ours and theirs from their common ancestor, e.g. after an interactive rebase", "cmd": "git range-diff {{theirs}}...{{ours}}", "tldr_cmd_name": "git-range-diff", "cmd_name": "git-range-diff", "manual_exist": true, "oracle_man": ["git-range-diff_2", "git-range-diff_3", "git-range-diff_20", "git-range-diff_25"], "matching_info": {"git": [2, 20, 25], "range-diff": [2, 20, 25], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "4065"} {"nl": "diff the changes of two commit ranges, e.g. to check whether conflicts have been resolved appropriately when rebasing commits from `base1` to `base2`", "cmd": "git range-diff {{base1}}..{{rev1}} {{base2}}..{{rev2}}", "tldr_cmd_name": "git-range-diff", "cmd_name": "git-range-diff", "manual_exist": true, "oracle_man": ["git-range-diff_2", "git-range-diff_3", "git-range-diff_20", "git-range-diff_25"], "matching_info": {"git": [2, 20, 25], "range-diff": [2, 20, 25], "|main|": [3, 4, 5, 6, 7, 8, 9]}, "question_id": "4066"} {"nl": "encode the contents of a file as base64 and write the result to stdout", "cmd": "base64 {{filename}}", "tldr_cmd_name": "base64", "cmd_name": "base64", "manual_exist": true, "oracle_man": ["base64_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4281"} {"nl": "decode the base64 contents of a file and write the result to stdout", "cmd": "base64 --decode {{filename}}", "tldr_cmd_name": "base64", "cmd_name": "base64", "manual_exist": true, "oracle_man": ["base64_3", "base64_6"], "matching_info": {"--decode": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4282"} {"nl": "encode from stdin", "cmd": "{{somecommand}} | base64", "tldr_cmd_name": "base64", "cmd_name": "base64", "manual_exist": true, "oracle_man": ["base64_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4283"} {"nl": "decode from stdin", "cmd": "{{somecommand}} | base64 --decode", "tldr_cmd_name": "base64", "cmd_name": "base64", "manual_exist": true, "oracle_man": ["base64_3", "base64_6"], "matching_info": {"--decode": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11]}, "question_id": "4284"} {"nl": "compile a dvi (device independent file) document from every source", "cmd": "latexmk", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4506"} {"nl": "compile a dvi document from a specific source file", "cmd": "latexmk {{source.tex}}", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4507"} {"nl": "compile a pdf document", "cmd": "latexmk -pdf {{source.tex}}", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3", "latexmk_17", "latexmk_93", "latexmk_96", "latexmk_112", "latexmk_113", "latexmk_114", "latexmk_115", "latexmk_116", "latexmk_117", "latexmk_120", "latexmk_122", "latexmk_136", "latexmk_174", "latexmk_384", "latexmk_497", "latexmk_501"], "matching_info": {"-pdf": [17, 93, 96, 112, 113, 114, 115, 116, 117, 120, 122, 136, 174, 384, 497, 501], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4508"} {"nl": "force the generation of a document even if there are errors", "cmd": "latexmk -f {{source.tex}}", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3", "latexmk_79", "latexmk_81", "latexmk_139", "latexmk_286", "latexmk_330", "latexmk_423", "latexmk_462", "latexmk_481"], "matching_info": {"-f": [79, 81, 139, 286, 330, 423, 462, 481], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4509"} {"nl": "clean up temporary tex files created for a specific tex file", "cmd": "latexmk -c {{source.tex}}", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3", "latexmk_30", "latexmk_36", "latexmk_37", "latexmk_41", "latexmk_46", "latexmk_48", "latexmk_49", "latexmk_101", "latexmk_138", "latexmk_141", "latexmk_176", "latexmk_180", "latexmk_259", "latexmk_283", "latexmk_284", "latexmk_291", "latexmk_308", "latexmk_332", "latexmk_361", "latexmk_362", "latexmk_400", "latexmk_401", "latexmk_405", "latexmk_434"], "matching_info": {"-c": [30, 36, 37, 41, 46, 48, 49, 101, 138, 141, 176, 180, 259, 283, 284, 291, 308, 332, 361, 362, 400, 401, 405, 434], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4510"} {"nl": "clean up all temporary tex files in the current directory", "cmd": "latexmk -c", "tldr_cmd_name": "latexmk", "cmd_name": "latexmk", "manual_exist": true, "oracle_man": ["latexmk_3", "latexmk_30", "latexmk_36", "latexmk_37", "latexmk_41", "latexmk_46", "latexmk_48", "latexmk_49", "latexmk_101", "latexmk_138", "latexmk_141", "latexmk_176", "latexmk_180", "latexmk_259", "latexmk_283", "latexmk_284", "latexmk_291", "latexmk_308", "latexmk_332", "latexmk_361", "latexmk_362", "latexmk_400", "latexmk_401", "latexmk_405", "latexmk_434"], "matching_info": {"-c": [30, 36, 37, 41, 46, 48, 49, 101, 138, 141, 176, 180, 259, 283, 284, 291, 308, 332, 361, 362, 400, 401, 405, 434], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4511"} {"nl": "convert an xls file to csv", "cmd": "in2csv {{data.xls}}", "tldr_cmd_name": "in2csv", "cmd_name": "in2csv", "manual_exist": true, "oracle_man": ["in2csv_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "4634"} {"nl": "convert a dbf file to a csv file", "cmd": "in2csv {{data.dbf}} > {{data.csv}}", "tldr_cmd_name": "in2csv", "cmd_name": "in2csv", "manual_exist": true, "oracle_man": ["in2csv_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "4635"} {"nl": "convert a specific sheet from an xlsx file to csv", "cmd": "in2csv --sheet={{sheet_name}} {{data.xlsx}}", "tldr_cmd_name": "in2csv", "cmd_name": "in2csv", "manual_exist": true, "oracle_man": ["in2csv_2", "in2csv_6", "in2csv_9"], "matching_info": {"--sheet": [6, 9], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "4636"} {"nl": "pipe a json file to in2csv", "cmd": "cat {{data.json}} | in2csv -f json > {{data.csv}}", "tldr_cmd_name": "in2csv", "cmd_name": "in2csv", "manual_exist": true, "oracle_man": ["in2csv_2", "in2csv_6", "in2csv_9", "in2csv_16", "in2csv_24"], "matching_info": {"cat": [], "-f": [6, 9, 16, 24], "json": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "4637"} {"nl": "compile resources referenced in `file.gresource.xml` to a .gresource binary", "cmd": "glib-compile-resources {{file.gresource.xml}}", "tldr_cmd_name": "glib-compile-resources", "cmd_name": "glib-compile-resources", "manual_exist": true, "oracle_man": ["glib-compile-resources_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4725"} {"nl": "compile resources referenced in `file.gresource.xml` to a c source file", "cmd": "glib-compile-resources --generate-source {{file.gresource.xml}}", "tldr_cmd_name": "glib-compile-resources", "cmd_name": "glib-compile-resources", "manual_exist": true, "oracle_man": ["glib-compile-resources_3", "glib-compile-resources_13", "glib-compile-resources_14", "glib-compile-resources_19", "glib-compile-resources_20", "glib-compile-resources_21", "glib-compile-resources_22"], "matching_info": {"--generate-source": [13, 14, 19, 20, 21, 22], "|main|": [3, 4]}, "question_id": "4726"} {"nl": "compile resources in `file.gresource.xml` to a chosen target file, with `.c`, `.h` or `.gresource` extension", "cmd": "glib-compile-resources --generate --target={{file.ext}} {{file.gresource.xml}}", "tldr_cmd_name": "glib-compile-resources", "cmd_name": "glib-compile-resources", "manual_exist": true, "oracle_man": ["glib-compile-resources_3", "glib-compile-resources_7", "glib-compile-resources_9", "glib-compile-resources_13", "glib-compile-resources_14", "glib-compile-resources_15", "glib-compile-resources_16", "glib-compile-resources_19", "glib-compile-resources_20", "glib-compile-resources_21", "glib-compile-resources_22", "glib-compile-resources_23", "glib-compile-resources_24"], "matching_info": {"--generate": [9, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24], "--target": [7], "|main|": [3, 4]}, "question_id": "4727"} {"nl": "print a list of resource files referenced in `file.gresource.xml`", "cmd": "glib-compile-resources --generate-dependencies {{file.gresource.xml}}", "tldr_cmd_name": "glib-compile-resources", "cmd_name": "glib-compile-resources", "manual_exist": true, "oracle_man": ["glib-compile-resources_3", "glib-compile-resources_15", "glib-compile-resources_16", "glib-compile-resources_23"], "matching_info": {"--generate-dependencies": [15, 16, 23], "|main|": [3, 4]}, "question_id": "4728"} {"nl": "display help about using `gh` with mintty", "cmd": "gh mintty", "tldr_cmd_name": "gh-mintty", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"mintty": [], "|main|": [3]}, "question_id": "4737"} {"nl": "convert file type", "cmd": "magick {{image.png}} {{image.jpg}}", "tldr_cmd_name": "magick", "cmd_name": "magick", "manual_exist": true, "oracle_man": ["magick_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4805"} {"nl": "resize an image, making a new copy", "cmd": "magick convert -resize {{100x100}} {{image.jpg}} {{image.jpg}}", "tldr_cmd_name": "magick", "cmd_name": "magick", "manual_exist": true, "oracle_man": ["magick_1", "magick_5", "magick_6"], "matching_info": {"convert": [1], "-resize": [6], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4806"} {"nl": "create a gif using images", "cmd": "magick {{*.jpg}} {{images.gif}}", "tldr_cmd_name": "magick", "cmd_name": "magick", "manual_exist": true, "oracle_man": ["magick_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4807"} {"nl": "create checkerboard pattern", "cmd": "magick -size {{640x480}} pattern:checkerboard {{checkerboard.png}}", "tldr_cmd_name": "magick", "cmd_name": "magick", "manual_exist": true, "oracle_man": ["magick_5", "magick_11"], "matching_info": {"-size": [5, 11], "pattern:checkerboard": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4808"} {"nl": "convert images to individual pdf pages", "cmd": "magick {{*.jpg}} +adjoin {{page-%d.pdf}}", "tldr_cmd_name": "magick", "cmd_name": "magick", "manual_exist": true, "oracle_man": ["magick_5"], "matching_info": {"+adjoin": [], "|main|": [5, 6, 7, 8, 9, 10, 11, 12]}, "question_id": "4809"} {"nl": "compress a png with default settings", "cmd": "optipng {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4835"} {"nl": "compress a png with the best compression", "cmd": "optipng -o{{7}} {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4836"} {"nl": "compress a png with the fastest compression", "cmd": "optipng -o{{0}} {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "4837"} {"nl": "compress a png and add interlacing", "cmd": "optipng -i {{1}} {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3", "optipng_23", "optipng_33", "optipng_35"], "matching_info": {"-i": [23, 33, 35], "|main|": [3, 4]}, "question_id": "4838"} {"nl": "compress a png and preserve all metadata (including file timestamps)", "cmd": "optipng -preserve {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3", "optipng_13"], "matching_info": {"-preserve": [13], "|main|": [3, 4]}, "question_id": "4839"} {"nl": "compress a png and remove all metadata", "cmd": "optipng -strip all {{path/to/file.png}}", "tldr_cmd_name": "optipng", "cmd_name": "optipng", "manual_exist": true, "oracle_man": ["optipng_3", "optipng_34", "optipng_43", "optipng_45"], "matching_info": {"-strip": [34], "all": [43, 45], "|main|": [3, 4]}, "question_id": "4840"} {"nl": "find broken links on https//example.com/", "cmd": "linkchecker {{https://example.com/}}", "tldr_cmd_name": "linkchecker", "cmd_name": "linkchecker", "manual_exist": true, "oracle_man": ["linkchecker_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "4949"} {"nl": "also check urls that point to external domains", "cmd": "linkchecker --check-extern {{https://example.com/}}", "tldr_cmd_name": "linkchecker", "cmd_name": "linkchecker", "manual_exist": true, "oracle_man": ["linkchecker_3", "linkchecker_46"], "matching_info": {"--check-extern": [46], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "4950"} {"nl": "ignore urls that match a specific regular expression", "cmd": "linkchecker --ignore-url {{regular_expression}} {{https://example.com/}}", "tldr_cmd_name": "linkchecker", "cmd_name": "linkchecker", "manual_exist": true, "oracle_man": ["linkchecker_3", "linkchecker_20", "linkchecker_47", "linkchecker_109"], "matching_info": {"--ignore-url": [20, 47, 109], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "4951"} {"nl": "output results to a csv file", "cmd": "linkchecker --file-output {{csv}}/{{path/to/file}} {{https://example.com/}}", "tldr_cmd_name": "linkchecker", "cmd_name": "linkchecker", "manual_exist": true, "oracle_man": ["linkchecker_3", "linkchecker_38"], "matching_info": {"--file-output": [38], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "4952"} {"nl": "parse the contents of a url or file", "cmd": "nokogiri {{url|path/to/file}}", "tldr_cmd_name": "nokogiri", "cmd_name": "nokogiri", "manual_exist": true, "oracle_man": ["nokogiri_2"], "matching_info": {"|main|": [2]}, "question_id": "4972"} {"nl": "parse as a specific type", "cmd": "nokogiri {{url|path/to/file}} --type {{xml|html}}", "tldr_cmd_name": "nokogiri", "cmd_name": "nokogiri", "manual_exist": true, "oracle_man": ["nokogiri_2", "nokogiri_4"], "matching_info": {"--type": [4], "|main|": [2]}, "question_id": "4973"} {"nl": "load a specific initialisation file before parsing", "cmd": "nokogiri {{url|path/to/file}} -C {{path/to/config_file}}", "tldr_cmd_name": "nokogiri", "cmd_name": "nokogiri", "manual_exist": true, "oracle_man": ["nokogiri_2"], "matching_info": {"-C": [], "|main|": [2]}, "question_id": "4974"} {"nl": "parse using a specific encoding", "cmd": "nokogiri {{url|path/to/file}} --encoding {{encoding}}", "tldr_cmd_name": "nokogiri", "cmd_name": "nokogiri", "manual_exist": true, "oracle_man": ["nokogiri_2", "nokogiri_5"], "matching_info": {"--encoding": [5], "|main|": [2]}, "question_id": "4975"} {"nl": "validate using a relax ng file", "cmd": "nokogiri {{url|path/to/file}} --rng {{url|path/to/file}}", "tldr_cmd_name": "nokogiri", "cmd_name": "nokogiri", "manual_exist": true, "oracle_man": ["nokogiri_2", "nokogiri_7"], "matching_info": {"--rng": [7], "|main|": [2]}, "question_id": "4976"} {"nl": "create vagrantfile in current directory with the base vagrant box", "cmd": "vagrant init", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_11"], "matching_info": {"init": [11], "|main|": [3, 4]}, "question_id": "5057"} {"nl": "create vagrantfile with the ubuntu 14.04 (trusty tahr) box from hashicorp atlas", "cmd": "vagrant init ubuntu/trusty32", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_11"], "matching_info": {"init": [11], "ubuntu/trusty32": [], "|main|": [3, 4]}, "question_id": "5058"} {"nl": "start and provision the vagrant environment", "cmd": "vagrant up", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_21"], "matching_info": {"up": [21], "|main|": [3, 4]}, "question_id": "5059"} {"nl": "suspend the machine", "cmd": "vagrant suspend", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_20"], "matching_info": {"suspend": [20], "|main|": [3, 4]}, "question_id": "5060"} {"nl": "halt the machine", "cmd": "vagrant halt", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_9"], "matching_info": {"halt": [9], "|main|": [3, 4]}, "question_id": "5061"} {"nl": "connect to machine via ssh", "cmd": "vagrant ssh", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_17"], "matching_info": {"ssh": [17], "|main|": [3, 4]}, "question_id": "5062"} {"nl": "output the ssh configuration file of the running vagrant machine", "cmd": "vagrant ssh-config", "tldr_cmd_name": "vagrant", "cmd_name": "vagrant", "manual_exist": true, "oracle_man": ["vagrant_3", "vagrant_18"], "matching_info": {"ssh-config": [18], "|main|": [3, 4]}, "question_id": "5063"} {"nl": "start an interactive shell session", "cmd": "rbash", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"|main|": [1]}, "question_id": "5098"} {"nl": "execute a command and then exit", "cmd": "rbash -c \"{{command}}\"", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"-c": [], "|main|": [1]}, "question_id": "5099"} {"nl": "execute a script", "cmd": "rbash {{path/to/script.sh}}", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"|main|": [1]}, "question_id": "5100"} {"nl": "execute a script, printing each command before executing it", "cmd": "rbash -x {{path/to/script.sh}}", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"-x": [], "|main|": [1]}, "question_id": "5101"} {"nl": "execute commands from a script, stopping at the first error", "cmd": "rbash -e {{path/to/script.sh}}", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"-e": [], "|main|": [1]}, "question_id": "5102"} {"nl": "read and execute commands from stdin", "cmd": "rbash -s", "tldr_cmd_name": "rbash", "cmd_name": "rbash", "manual_exist": true, "oracle_man": ["rbash_1"], "matching_info": {"-s": [], "|main|": [1]}, "question_id": "5103"} {"nl": "compress a file into a new file with the `.lzo` suffix", "cmd": "lzop {{file}}", "tldr_cmd_name": "lzop", "cmd_name": "lzop", "manual_exist": true, "oracle_man": ["lzop_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "5141"} {"nl": "decompress a file", "cmd": "lzop -d {{file}}.lzo", "tldr_cmd_name": "lzop", "cmd_name": "lzop", "manual_exist": true, "oracle_man": ["lzop_4", "lzop_5", "lzop_7", "lzop_8", "lzop_19", "lzop_20", "lzop_53", "lzop_72", "lzop_76", "lzop_77", "lzop_80", "lzop_81", "lzop_83"], "matching_info": {"-d": [4, 7, 8, 19, 20, 53, 72, 76, 77, 80, 81, 83], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "5142"} {"nl": "compress a file, while specifying the compression level. 0 = worst, 9 = best (default level is 3)", "cmd": "lzop -{{level}} {{file}}", "tldr_cmd_name": "lzop", "cmd_name": "lzop", "manual_exist": true, "oracle_man": ["lzop_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, "question_id": "5143"} {"nl": "extract strongly connected components of one or more directed graphs", "cmd": "sccmap -S {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}", "tldr_cmd_name": "sccmap", "cmd_name": "sccmap", "manual_exist": true, "oracle_man": ["sccmap_3", "sccmap_7"], "matching_info": {"-S": [7], "|main|": [3]}, "question_id": "5185"} {"nl": "print statistics about a graph, producing no output graph", "cmd": "sccmap -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}", "tldr_cmd_name": "sccmap", "cmd_name": "sccmap", "manual_exist": true, "oracle_man": ["sccmap_3", "sccmap_6", "sccmap_9"], "matching_info": {"-v": [9], "-s": [6], "|main|": [3]}, "question_id": "5186"} {"nl": "display help for `sccmap`", "cmd": "sccmap -?", "tldr_cmd_name": "sccmap", "cmd_name": "sccmap", "manual_exist": true, "oracle_man": ["sccmap_3"], "matching_info": {"-?": [], "|main|": [3]}, "question_id": "5187"} {"nl": "compile a source file into an executable", "cmd": "iverilog {{source.v}} -o {{executable}}", "tldr_cmd_name": "iverilog", "cmd_name": "iverilog", "manual_exist": true, "oracle_man": ["iverilog_2", "iverilog_3", "iverilog_32", "iverilog_100", "iverilog_102"], "matching_info": {"-o": [2, 32, 100, 102], "|main|": [3]}, "question_id": "5505"} {"nl": "also display all warnings", "cmd": "iverilog {{source.v}} -Wall -o {{executable}}", "tldr_cmd_name": "iverilog", "cmd_name": "iverilog", "manual_exist": true, "oracle_man": ["iverilog_2", "iverilog_3", "iverilog_32", "iverilog_52", "iverilog_60", "iverilog_100", "iverilog_102"], "matching_info": {"-Wall": [52, 60], "-o": [2, 32, 100, 102], "|main|": [3]}, "question_id": "5506"} {"nl": "compile and run explicitly using the vvp runtime", "cmd": "iverilog -o {{executable}} -tvvp {{source.v}}", "tldr_cmd_name": "iverilog", "cmd_name": "iverilog", "manual_exist": true, "oracle_man": ["iverilog_2", "iverilog_3", "iverilog_32", "iverilog_100", "iverilog_102"], "matching_info": {"-o": [2, 32, 100, 102], "-tvvp": [102], "|main|": [3]}, "question_id": "5507"} {"nl": "compile using verilog library files from a different path", "cmd": "iverilog {{source.v}} -o {{executable}} -I{{path/to/library_directory}}", "tldr_cmd_name": "iverilog", "cmd_name": "iverilog", "manual_exist": true, "oracle_man": ["iverilog_2", "iverilog_3", "iverilog_32", "iverilog_100", "iverilog_102"], "matching_info": {"-o": [2, 32, 100, 102], "|main|": [3]}, "question_id": "5508"} {"nl": "preprocess verilog code without compiling", "cmd": "iverilog -E {{source.v}}", "tldr_cmd_name": "iverilog", "cmd_name": "iverilog", "manual_exist": true, "oracle_man": ["iverilog_2", "iverilog_3", "iverilog_11"], "matching_info": {"-E": [2, 11], "|main|": [3]}, "question_id": "5509"} {"nl": "search for an exact string in a file", "cmd": "fgrep {{search_string}} {{path/to/file}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "5530"} {"nl": "search only lines that match entirely in files", "cmd": "fgrep -x {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3", "fgrep_17", "fgrep_18"], "matching_info": {"-x": [17, 18], "|main|": [3, 4, 5]}, "question_id": "5531"} {"nl": "count the number of lines that match the given string in a file", "cmd": "fgrep -c {{search_string}} {{path/to/file}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3", "fgrep_11", "fgrep_14", "fgrep_15", "fgrep_17", "fgrep_20", "fgrep_21", "fgrep_24", "fgrep_31", "fgrep_35", "fgrep_36", "fgrep_37", "fgrep_60", "fgrep_61", "fgrep_65", "fgrep_66", "fgrep_73"], "matching_info": {"-c": [11, 14, 15, 17, 20, 21, 24, 31, 35, 36, 37, 60, 61, 65, 66, 73], "|main|": [3, 4, 5]}, "question_id": "5532"} {"nl": "show the line number in the file along with the line matched", "cmd": "fgrep -n {{search_string}} {{path/to/file}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3", "fgrep_11", "fgrep_15", "fgrep_26", "fgrep_27", "fgrep_30", "fgrep_32", "fgrep_33", "fgrep_34", "fgrep_39", "fgrep_50", "fgrep_58", "fgrep_75", "fgrep_76"], "matching_info": {"-n": [11, 15, 26, 27, 30, 32, 33, 34, 39, 50, 58, 75, 76], "|main|": [3, 4, 5]}, "question_id": "5533"} {"nl": "display all lines except those that contain the search string", "cmd": "fgrep -v {{search_string}} {{path/to/file}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3", "fgrep_7", "fgrep_16", "fgrep_20", "fgrep_24"], "matching_info": {"-v": [7, 16, 20, 24], "|main|": [3, 4, 5]}, "question_id": "5534"} {"nl": "display filenames whose content matches the search string at least once", "cmd": "fgrep -l {{search_string}} {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "fgrep", "cmd_name": "fgrep", "manual_exist": true, "oracle_man": ["fgrep_3", "fgrep_18", "fgrep_23", "fgrep_31", "fgrep_32", "fgrep_34", "fgrep_42", "fgrep_49", "fgrep_51", "fgrep_56"], "matching_info": {"-l": [18, 23, 31, 32, 34, 42, 49, 51, 56], "|main|": [3, 4, 5]}, "question_id": "5535"} {"nl": "convert a specific `.adoc` file to html (the default output format)", "cmd": "asciidoctor {{path/to/file.adoc}}", "tldr_cmd_name": "asciidoctor", "cmd_name": "asciidoctor", "manual_exist": true, "oracle_man": ["asciidoctor_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "5579"} {"nl": "convert a specific `.adoc` file to html and link a css stylesheet", "cmd": "asciidoctor -a stylesheet={{path/to/stylesheet.css}} {{path/to/file.adoc}}", "tldr_cmd_name": "asciidoctor", "cmd_name": "asciidoctor", "manual_exist": true, "oracle_man": ["asciidoctor_3", "asciidoctor_8", "asciidoctor_17"], "matching_info": {"-a": [8, 17], "stylesheet": [], "|main|": [3, 4]}, "question_id": "5580"} {"nl": "convert a specific `.adoc` file to embeddable html, removing everything except the body", "cmd": "asciidoctor --embedded {{path/to/file.adoc}}", "tldr_cmd_name": "asciidoctor", "cmd_name": "asciidoctor", "manual_exist": true, "oracle_man": ["asciidoctor_3", "asciidoctor_15"], "matching_info": {"--embedded": [15], "|main|": [3, 4]}, "question_id": "5581"} {"nl": "convert a specific `.adoc` file to a pdf using the `asciidoctorpdf` library", "cmd": "asciidoctor --backend={{pdf}} --require={{asciidoctor-pdf}} {{path/to/file.adoc}}", "tldr_cmd_name": "asciidoctor", "cmd_name": "asciidoctor", "manual_exist": true, "oracle_man": ["asciidoctor_3", "asciidoctor_11", "asciidoctor_20"], "matching_info": {"--backend": [11], "--require": [20], "|main|": [3, 4]}, "question_id": "5582"} {"nl": "open the front page", "cmd": "/front", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"/front": [], "|main|": [3]}, "question_id": "5620"} {"nl": "open a subreddit", "cmd": "/r/{{subreddit_name}}", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"|main|": [3]}, "question_id": "5621"} {"nl": "expand/collapse comments", "cmd": "[space]", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"[space]": [], "|main|": [3]}, "question_id": "5622"} {"nl": "open link", "cmd": "o", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"o": [], "|main|": [3]}, "question_id": "5623"} {"nl": "log in", "cmd": "u", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"u": [], "|main|": [3]}, "question_id": "5624"} {"nl": "open the help screen", "cmd": "?", "tldr_cmd_name": "rtv", "cmd_name": "rtv", "manual_exist": true, "oracle_man": ["rtv_3"], "matching_info": {"?": [], "|main|": [3]}, "question_id": "5625"} {"nl": "convert file to pdf (the output format is determined by file extension)", "cmd": "pandoc {{input.md}} -o {{output.pdf}}", "tldr_cmd_name": "pandoc", "cmd_name": "pandoc", "manual_exist": true, "oracle_man": ["pandoc_3", "pandoc_8", "pandoc_9", "pandoc_11", "pandoc_18", "pandoc_20", "pandoc_26", "pandoc_29", "pandoc_132", "pandoc_134", "pandoc_144", "pandoc_184", "pandoc_186", "pandoc_191", "pandoc_192", "pandoc_199", "pandoc_216", "pandoc_221", "pandoc_228", "pandoc_269", "pandoc_277", "pandoc_287", "pandoc_293", "pandoc_306", "pandoc_307", "pandoc_309", "pandoc_311", "pandoc_330", "pandoc_333", "pandoc_336", "pandoc_343", "pandoc_536", "pandoc_560", "pandoc_589", "pandoc_616", "pandoc_620", "pandoc_685", "pandoc_686", "pandoc_693", "pandoc_916", "pandoc_1023", "pandoc_1216", "pandoc_1283", "pandoc_1288", "pandoc_1291", "pandoc_1325", "pandoc_1385", "pandoc_1386"], "matching_info": {"-o": [8, 9, 11, 18, 20, 26, 29, 132, 134, 144, 184, 186, 191, 192, 199, 216, 221, 228, 269, 277, 287, 293, 306, 307, 309, 311, 330, 333, 336, 343, 536, 560, 589, 616, 620, 685, 686, 693, 916, 1023, 1216, 1283, 1288, 1291, 1325, 1385, 1386], "|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]}, "question_id": "5733"} {"nl": "force conversion to use a specific format", "cmd": "pandoc {{input.docx}} --to {{gfm}} -o {{output.md}}", "tldr_cmd_name": "pandoc", "cmd_name": "pandoc", "manual_exist": true, "oracle_man": ["pandoc_3", "pandoc_4", "pandoc_8", "pandoc_9", "pandoc_11", "pandoc_14", "pandoc_18", "pandoc_20", "pandoc_26", "pandoc_29", "pandoc_74", "pandoc_132", "pandoc_134", "pandoc_144", "pandoc_184", "pandoc_186", "pandoc_191", "pandoc_192", "pandoc_193", "pandoc_199", "pandoc_214", "pandoc_216", "pandoc_221", "pandoc_228", "pandoc_269", "pandoc_277", "pandoc_287", "pandoc_288", "pandoc_293", "pandoc_306", "pandoc_307", "pandoc_309", "pandoc_311", "pandoc_330", "pandoc_333", "pandoc_336", "pandoc_343", "pandoc_536", "pandoc_560", "pandoc_589", "pandoc_616", "pandoc_620", "pandoc_685", "pandoc_686", "pandoc_693", "pandoc_916", "pandoc_1023", "pandoc_1216", "pandoc_1283", "pandoc_1288", "pandoc_1291", "pandoc_1325", "pandoc_1385", "pandoc_1386"], "matching_info": {"--to": [4, 14, 74, 191, 193, 214, 288, 536, 560, 589, 620, 1023], "-o": [8, 9, 11, 18, 20, 26, 29, 132, 134, 144, 184, 186, 191, 192, 199, 216, 221, 228, 269, 277, 287, 293, 306, 307, 309, 311, 330, 333, 336, 343, 536, 560, 589, 616, 620, 685, 686, 693, 916, 1023, 1216, 1283, 1288, 1291, 1325, 1385, 1386], "|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]}, "question_id": "5734"} {"nl": "convert to a standalone file with the appropriate headers/footers (for latex, html, etc.)", "cmd": "pandoc {{input.md}} -s -o {{output.tex}}", "tldr_cmd_name": "pandoc", "cmd_name": "pandoc", "manual_exist": true, "oracle_man": ["pandoc_3", "pandoc_8", "pandoc_9", "pandoc_10", "pandoc_11", "pandoc_13", "pandoc_18", "pandoc_20", "pandoc_24", "pandoc_26", "pandoc_29", "pandoc_132", "pandoc_134", "pandoc_144", "pandoc_147", "pandoc_150", "pandoc_151", "pandoc_152", "pandoc_155", "pandoc_177", "pandoc_178", "pandoc_181", "pandoc_182", "pandoc_184", "pandoc_186", "pandoc_191", "pandoc_192", "pandoc_194", "pandoc_196", "pandoc_198", "pandoc_199", "pandoc_200", "pandoc_201", "pandoc_202", "pandoc_203", "pandoc_207", "pandoc_210", "pandoc_212", "pandoc_215", "pandoc_216", "pandoc_219", "pandoc_220", "pandoc_221", "pandoc_223", "pandoc_228", "pandoc_269", "pandoc_277", "pandoc_284", "pandoc_286", "pandoc_287", "pandoc_293", "pandoc_306", "pandoc_307", "pandoc_309", "pandoc_311", "pandoc_325", "pandoc_330", "pandoc_333", "pandoc_334", "pandoc_336", "pandoc_337", "pandoc_339", "pandoc_343", "pandoc_356", "pandoc_357", "pandoc_474", "pandoc_483", "pandoc_491", "pandoc_521", "pandoc_524", "pandoc_536", "pandoc_540", "pandoc_560", "pandoc_583", "pandoc_589", "pandoc_616", "pandoc_620", "pandoc_623", "pandoc_641", "pandoc_642", "pandoc_685", "pandoc_686", "pandoc_689", "pandoc_692", "pandoc_693", "pandoc_706", "pandoc_758", "pandoc_777", "pandoc_785", "pandoc_831", "pandoc_907", "pandoc_916", "pandoc_920", "pandoc_978", "pandoc_1023", "pandoc_1209", "pandoc_1212", "pandoc_1214", "pandoc_1216", "pandoc_1247", "pandoc_1283", "pandoc_1285", "pandoc_1286", "pandoc_1288", "pandoc_1291", "pandoc_1292", "pandoc_1297", "pandoc_1325", "pandoc_1352", "pandoc_1353", "pandoc_1356", "pandoc_1382", "pandoc_1385", "pandoc_1386", "pandoc_1415", "pandoc_1417", "pandoc_1418", "pandoc_1419", "pandoc_1421", "pandoc_1422", "pandoc_1426", "pandoc_1427", "pandoc_1430", "pandoc_1433", "pandoc_1436", "pandoc_1437", "pandoc_1439", "pandoc_1443", "pandoc_1444", "pandoc_1445", "pandoc_1446", "pandoc_1453"], "matching_info": {"-s": [10, 11, 13, 24, 29, 147, 150, 151, 152, 155, 177, 178, 181, 182, 191, 194, 196, 198, 199, 200, 201, 202, 203, 207, 210, 212, 215, 216, 219, 220, 223, 284, 286, 306, 309, 311, 325, 330, 333, 334, 337, 339, 356, 357, 474, 483, 491, 521, 524, 540, 583, 616, 623, 641, 642, 685, 689, 692, 706, 758, 777, 785, 831, 907, 916, 920, 978, 1209, 1212, 1214, 1216, 1247, 1283, 1285, 1286, 1292, 1297, 1352, 1353, 1356, 1382, 1415, 1417, 1418, 1419, 1421, 1422, 1426, 1427, 1430, 1433, 1436, 1437, 1439, 1443, 1444, 1445, 1446, 1453], "-o": [8, 9, 11, 18, 20, 26, 29, 132, 134, 144, 184, 186, 191, 192, 199, 216, 221, 228, 269, 277, 287, 293, 306, 307, 309, 311, 330, 333, 336, 343, 536, 560, 589, 616, 620, 685, 686, 693, 916, 1023, 1216, 1283, 1288, 1291, 1325, 1385, 1386], "|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]}, "question_id": "5735"} {"nl": "list all supported input formats", "cmd": "pandoc --list-input-formats", "tldr_cmd_name": "pandoc", "cmd_name": "pandoc", "manual_exist": true, "oracle_man": ["pandoc_3", "pandoc_18", "pandoc_143"], "matching_info": {"--list-input-formats": [18, 143], "|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]}, "question_id": "5736"} {"nl": "list all supported output formats", "cmd": "pandoc --list-output-formats", "tldr_cmd_name": "pandoc", "cmd_name": "pandoc", "manual_exist": true, "oracle_man": ["pandoc_3", "pandoc_18", "pandoc_144", "pandoc_1023"], "matching_info": {"--list-output-formats": [18, 144, 1023], "|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]}, "question_id": "5737"} {"nl": "join all the lines into a single line, using tab as delimiter", "cmd": "paste -s {{file}}", "tldr_cmd_name": "paste", "cmd_name": "paste", "manual_exist": true, "oracle_man": ["paste_3", "paste_4", "paste_6", "paste_9", "paste_12", "paste_21", "paste_40", "paste_56"], "matching_info": {"-s": [3, 6, 9, 12, 21, 40, 56], "|main|": [4, 5, 6]}, "question_id": "5804"} {"nl": "join all the lines into a single line, using the specified delimiter", "cmd": "paste -s -d {{delimiter}} {{file}}", "tldr_cmd_name": "paste", "cmd_name": "paste", "manual_exist": true, "oracle_man": ["paste_3", "paste_4", "paste_6", "paste_9", "paste_12", "paste_21", "paste_33", "paste_40", "paste_47", "paste_49", "paste_51", "paste_56"], "matching_info": {"-s": [3, 6, 9, 12, 21, 40, 56], "-d": [3, 9, 21, 33, 47, 49, 51, 56], "|main|": [4, 5, 6]}, "question_id": "5805"} {"nl": "merge two files side by side, each in its column, using tab as delimiter", "cmd": "paste {{file1}} {{file2}}", "tldr_cmd_name": "paste", "cmd_name": "paste", "manual_exist": true, "oracle_man": ["paste_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "5806"} {"nl": "merge two files side by side, each in its column, using the specified delimiter", "cmd": "paste -d {{delimiter}} {{file1}} {{file2}}", "tldr_cmd_name": "paste", "cmd_name": "paste", "manual_exist": true, "oracle_man": ["paste_3", "paste_4", "paste_9", "paste_21", "paste_33", "paste_47", "paste_49", "paste_51", "paste_56"], "matching_info": {"-d": [3, 9, 21, 33, 47, 49, 51, 56], "|main|": [4, 5, 6]}, "question_id": "5807"} {"nl": "merge two files, with lines added alternatively", "cmd": "paste -d '\\n' {{file1}} {{file2}}", "tldr_cmd_name": "paste", "cmd_name": "paste", "manual_exist": true, "oracle_man": ["paste_3", "paste_4", "paste_9", "paste_21", "paste_33", "paste_47", "paste_49", "paste_51", "paste_56"], "matching_info": {"-d": [3, 9, 21, 33, 47, 49, 51, 56], "\\n": [], "|main|": [4, 5, 6]}, "question_id": "5808"} {"nl": "create a new p5 collection", "cmd": "p5 new {{collection_name}}", "tldr_cmd_name": "p5", "cmd_name": "p5", "manual_exist": true, "oracle_man": ["p5_2"], "matching_info": {"new": [], "|main|": [2, 3]}, "question_id": "5853"} {"nl": "generate a new p5 project (should be run from collection directory)", "cmd": "p5 generate {{project_name}}", "tldr_cmd_name": "p5", "cmd_name": "p5", "manual_exist": true, "oracle_man": ["p5_2"], "matching_info": {"generate": [], "|main|": [2, 3]}, "question_id": "5854"} {"nl": "run the p5 manager server", "cmd": "p5 server", "tldr_cmd_name": "p5", "cmd_name": "p5", "manual_exist": true, "oracle_man": ["p5_2"], "matching_info": {"server": [], "|main|": [2, 3]}, "question_id": "5855"} {"nl": "update libraries to their latest versions", "cmd": "p5 update", "tldr_cmd_name": "p5", "cmd_name": "p5", "manual_exist": true, "oracle_man": ["p5_2"], "matching_info": {"update": [], "|main|": [2, 3]}, "question_id": "5856"} {"nl": "decode a jwt", "cmd": "jwt decode {{jwt_string}}", "tldr_cmd_name": "jwt", "cmd_name": "jwt", "manual_exist": true, "oracle_man": ["jwt_3"], "matching_info": {"decode": [], "|main|": [3]}, "question_id": "5895"} {"nl": "decode a jwt as a json string", "cmd": "jwt decode -j {{jwt_string}}", "tldr_cmd_name": "jwt", "cmd_name": "jwt", "manual_exist": true, "oracle_man": ["jwt_3"], "matching_info": {"decode": [], "-j": [], "|main|": [3]}, "question_id": "5896"} {"nl": "encode a json string to a jwt", "cmd": "jwt encode --alg {{HS256}} --secret {{1234567890}} '{{json_string}}'", "tldr_cmd_name": "jwt", "cmd_name": "jwt", "manual_exist": true, "oracle_man": ["jwt_3", "jwt_8"], "matching_info": {"encode": [], "--alg": [8], "--secret": [], "|main|": [3]}, "question_id": "5897"} {"nl": "encode key pair payload to jwt", "cmd": "jwt encode --alg {{HS256}} --secret {{1234567890}} -P key=value", "tldr_cmd_name": "jwt", "cmd_name": "jwt", "manual_exist": true, "oracle_man": ["jwt_3", "jwt_8"], "matching_info": {"encode": [], "--alg": [8], "--secret": [], "-P": [], "key=value": [], "|main|": [3]}, "question_id": "5898"} {"nl": "launch tuir", "cmd": "tuir", "tldr_cmd_name": "tuir", "cmd_name": "tuir", "manual_exist": true, "oracle_man": ["tuir_3"], "matching_info": {"|main|": [3]}, "question_id": "6091"} {"nl": "open a subreddit", "cmd": "/{{subreddit_name}}", "tldr_cmd_name": "tuir", "cmd_name": "tuir", "manual_exist": true, "oracle_man": ["tuir_3"], "matching_info": {"|main|": [3]}, "question_id": "6092"} {"nl": "open a link", "cmd": "o", "tldr_cmd_name": "tuir", "cmd_name": "tuir", "manual_exist": true, "oracle_man": ["tuir_3"], "matching_info": {"o": [], "|main|": [3]}, "question_id": "6093"} {"nl": "open a specific subreddit on launch", "cmd": "tuir -s {{subreddit_name}}", "tldr_cmd_name": "tuir", "cmd_name": "tuir", "manual_exist": true, "oracle_man": ["tuir_2", "tuir_3", "tuir_6"], "matching_info": {"-s": [2, 6], "|main|": [3]}, "question_id": "6094"} {"nl": "open external links using programs defined in the mailcap config", "cmd": "tuir --enable-media", "tldr_cmd_name": "tuir", "cmd_name": "tuir", "manual_exist": true, "oracle_man": ["tuir_3", "tuir_18"], "matching_info": {"--enable-media": [18], "|main|": [3]}, "question_id": "6095"} {"nl": "initialise git lfs", "cmd": "git lfs install", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "install": [39], "|main|": [3, 4]}, "question_id": "6212"} {"nl": "track files that match a glob", "cmd": "git lfs track '{{*.bin}}'", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "track": [41], "|main|": [3, 4]}, "question_id": "6213"} {"nl": "change the git lfs endpoint url (useful if the lfs server is separate from the git server)", "cmd": "git config -f .lfsconfig lfs.url {{lfs_endpoint_url}}", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_10", "git-lfs_11", "git-lfs_16", "git-lfs_29", "git-lfs_36", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "config": [], "-f": [10, 11, 16, 29, 36], ".lfsconfig": [], "lfs.url": [], "|main|": [3, 4]}, "question_id": "6214"} {"nl": "list tracked patterns", "cmd": "git lfs track", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "track": [41], "|main|": [3, 4]}, "question_id": "6215"} {"nl": "list tracked files that have been committed", "cmd": "git lfs ls-files", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "ls-files": [], "|main|": [3, 4]}, "question_id": "6216"} {"nl": "push all git lfs objects to the remote server (useful if errors are encountered)", "cmd": "git lfs push --all {{remote_name}} {{branch_name}}", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_44", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "push": [44], "--all": [], "|main|": [3, 4]}, "question_id": "6217"} {"nl": "fetch all git lfs objects", "cmd": "git lfs fetch", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "fetch": [], "|main|": [3, 4]}, "question_id": "6218"} {"nl": "checkout all git lfs objects", "cmd": "git lfs checkout", "tldr_cmd_name": "git-lfs", "cmd_name": "git-lfs", "manual_exist": true, "oracle_man": ["git-lfs_2", "git-lfs_3", "git-lfs_39", "git-lfs_41", "git-lfs_43", "git-lfs_45"], "matching_info": {"git": [2, 39, 41, 43, 45], "lfs": [2, 39, 41], "checkout": [], "|main|": [3, 4]}, "question_id": "6219"} {"nl": "rename an existing git tag locally and remotely", "cmd": "git rename-tag {{old_tag_name}} {{new_tag_name}}", "tldr_cmd_name": "git-rename-tag", "cmd_name": "git-rename-tag", "manual_exist": true, "oracle_man": ["git-rename-tag_3", "git-rename-tag_8"], "matching_info": {"git": [8], "rename-tag": [], "|main|": [3]}, "question_id": "6241"} {"nl": "run a random screensaver", "cmd": "gh screensaver", "tldr_cmd_name": "gh-screensaver", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"screensaver": [], "|main|": [3]}, "question_id": "6301"} {"nl": "run a specific screensaver", "cmd": "gh screensaver --saver {{fireworks|marquee|pipes|pollock|starfield}}", "tldr_cmd_name": "gh-screensaver", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"screensaver": [], "--saver": [], "|main|": [3]}, "question_id": "6302"} {"nl": "run the \"marquee\" screensaver with a specific text and font", "cmd": "gh screensaver --saver {{marquee}} -- --message=\"{{message}}\" --font={{font_name}}", "tldr_cmd_name": "gh-screensaver", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_4", "gh_5"], "matching_info": {"screensaver": [], "--saver": [], "--": [4, 5], "--message": [], "--font": [], "|main|": [3]}, "question_id": "6303"} {"nl": "run the \"starfield\" screensaver with a specific density and speed", "cmd": "gh screensaver --saver {{starfield}} -- --density {{500}} --speed {{10}}", "tldr_cmd_name": "gh-screensaver", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_4", "gh_5"], "matching_info": {"screensaver": [], "--saver": [], "--": [4, 5], "--density": [], "--speed": [], "|main|": [3]}, "question_id": "6304"} {"nl": "list available screensavers", "cmd": "gh screensaver --list", "tldr_cmd_name": "gh-screensaver", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"screensaver": [], "--list": [], "|main|": [3]}, "question_id": "6305"} {"nl": "trim whitespace from a file", "cmd": "cat {{path/to/file}} | git stripspace", "tldr_cmd_name": "git-stripspace", "cmd_name": "git-stripspace", "manual_exist": true, "oracle_man": ["git-stripspace_2", "git-stripspace_3", "git-stripspace_15", "git-stripspace_17"], "matching_info": {"cat": [], "git": [2, 15, 17], "stripspace": [2, 15, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "6366"} {"nl": "trim whitespace and git comments from a file", "cmd": "cat {{path/to/file}} | git stripspace --strip-comments", "tldr_cmd_name": "git-stripspace", "cmd_name": "git-stripspace", "manual_exist": true, "oracle_man": ["git-stripspace_2", "git-stripspace_3", "git-stripspace_11", "git-stripspace_15", "git-stripspace_17"], "matching_info": {"cat": [], "git": [2, 15, 17], "stripspace": [2, 15, 17], "--strip-comments": [2, 11, 17], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "6367"} {"nl": "convert all lines in a file into git comments", "cmd": "git stripspace --comment-lines < {{path/to/file}}", "tldr_cmd_name": "git-stripspace", "cmd_name": "git-stripspace", "manual_exist": true, "oracle_man": ["git-stripspace_2", "git-stripspace_3", "git-stripspace_12", "git-stripspace_15", "git-stripspace_17"], "matching_info": {"git": [2, 15, 17], "stripspace": [2, 15, 17], "--comment-lines": [2, 12], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "6368"} {"nl": "initialize opam for first use", "cmd": "opam init", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_12"], "matching_info": {"init": [12], "|main|": [3, 4, 5]}, "question_id": "6384"} {"nl": "search for packages", "cmd": "opam search {{package_name}}", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_30"], "matching_info": {"search": [30], "|main|": [3, 4, 5]}, "question_id": "6385"} {"nl": "install a package and all of its dependencies", "cmd": "opam install {{package_name}}", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_13"], "matching_info": {"install": [13], "|main|": [3, 4, 5]}, "question_id": "6386"} {"nl": "display detailed information about a package", "cmd": "opam show {{package_name}}", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_22"], "matching_info": {"show": [22], "|main|": [3, 4, 5]}, "question_id": "6387"} {"nl": "list all installed packages", "cmd": "opam list", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_15"], "matching_info": {"list": [15], "|main|": [3, 4, 5]}, "question_id": "6388"} {"nl": "update the local package database", "cmd": "opam update", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_25"], "matching_info": {"update": [25], "|main|": [3, 4, 5]}, "question_id": "6389"} {"nl": "upgrade all installed packages", "cmd": "opam upgrade", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_26"], "matching_info": {"upgrade": [26], "|main|": [3, 4, 5]}, "question_id": "6390"} {"nl": "display all commands", "cmd": "opam help", "tldr_cmd_name": "opam", "cmd_name": "opam", "manual_exist": true, "oracle_man": ["opam_3", "opam_11"], "matching_info": {"help": [11], "|main|": [3, 4, 5]}, "question_id": "6391"} {"nl": "write a commitgraph file for the packed commits in the repository's local `.git` directory", "cmd": "git commit-graph write", "tldr_cmd_name": "git-commit-graph", "cmd_name": "git-commit-graph", "manual_exist": true, "oracle_man": ["git-commit-graph_2", "git-commit-graph_3", "git-commit-graph_6", "git-commit-graph_20", "git-commit-graph_21", "git-commit-graph_22", "git-commit-graph_23", "git-commit-graph_24", "git-commit-graph_25", "git-commit-graph_26", "git-commit-graph_27"], "matching_info": {"git": [2, 21, 23, 25, 27], "commit-graph": [2, 20, 21, 22, 24, 26], "write": [6, 21], "|main|": [3]}, "question_id": "6514"} {"nl": "write a commitgraph file containing all reachable commits", "cmd": "git show-ref --hash | git commit-graph write --stdin-commits", "tldr_cmd_name": "git-commit-graph", "cmd_name": "git-commit-graph", "manual_exist": true, "oracle_man": ["git-commit-graph_2", "git-commit-graph_3", "git-commit-graph_6", "git-commit-graph_7", "git-commit-graph_8", "git-commit-graph_9", "git-commit-graph_20", "git-commit-graph_21", "git-commit-graph_22", "git-commit-graph_23", "git-commit-graph_24", "git-commit-graph_25", "git-commit-graph_26", "git-commit-graph_27"], "matching_info": {"git": [2, 21, 23, 25, 27], "show-ref": [25], "--hash": [], "commit-graph": [2, 20, 21, 22, 24, 26], "write": [6, 21], "--stdin-commits": [7, 8, 9, 25, 27], "|main|": [3]}, "question_id": "6515"} {"nl": "write a commitgraph file containing all commits in the current commitgraph file along with those reachable from `head`", "cmd": "git rev-parse {{HEAD}} | git commit-graph write --stdin-commits --append", "tldr_cmd_name": "git-commit-graph", "cmd_name": "git-commit-graph", "manual_exist": true, "oracle_man": ["git-commit-graph_2", "git-commit-graph_3", "git-commit-graph_6", "git-commit-graph_7", "git-commit-graph_8", "git-commit-graph_9", "git-commit-graph_10", "git-commit-graph_20", "git-commit-graph_21", "git-commit-graph_22", "git-commit-graph_23", "git-commit-graph_24", "git-commit-graph_25", "git-commit-graph_26", "git-commit-graph_27"], "matching_info": {"git": [2, 21, 23, 25, 27], "rev-parse": [27], "commit-graph": [2, 20, 21, 22, 24, 26], "write": [6, 21], "--stdin-commits": [7, 8, 9, 25, 27], "--append": [10, 27], "|main|": [3]}, "question_id": "6516"} {"nl": "export a collection to stdout, formatted as json", "cmd": "mongoexport --uri={{connection_string}} --collection={{collection_name}}", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--uri": [], "--collection": [], "|main|": [3]}, "question_id": "6647"} {"nl": "export the documents in the specified collection that match a query to a json file", "cmd": "mongoexport --db={{database_name}} --collection={{collection_name}} --query=\"{{query_object}}\" --out={{path/to/file.json}}", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--db": [], "--collection": [], "--query": [], "--out": [], "|main|": [3]}, "question_id": "6648"} {"nl": "export documents as a json array instead of one object per line", "cmd": "mongoexport --collection={{collection_name}} --jsonArray", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--collection": [], "--jsonArray": [], "|main|": [3]}, "question_id": "6649"} {"nl": "export documents to a csv file", "cmd": "mongoexport --collection={{collection_name}} --type={{csv}} --fields=\"{{field1,field2,...}}\" --out={{path/to/file.csv}}", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--collection": [], "--type": [], "--fields": [], "--out": [], "|main|": [3]}, "question_id": "6650"} {"nl": "export documents that match the query in the specified file to a csv file, omitting the list of field names on the first line", "cmd": "mongoexport --collection={{collection_name}} --type={{csv}} --fields=\"{{field1,field2,...}}\" --queryFile={{path/to/file}} --noHeaderLine --out={{path/to/file.csv}}", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--collection": [], "--type": [], "--fields": [], "--queryFile": [], "--noHeaderLine": [], "--out": [], "|main|": [3]}, "question_id": "6651"} {"nl": "export documents to stdout, formatted as humanreadable json", "cmd": "mongoexport --uri={{mongodb_uri}} --collection={{collection_name}} --pretty", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3"], "matching_info": {"--uri": [], "--collection": [], "--pretty": [], "|main|": [3]}, "question_id": "6652"} {"nl": "display help", "cmd": "mongoexport --help", "tldr_cmd_name": "mongoexport", "cmd_name": "mongoexport", "manual_exist": true, "oracle_man": ["mongoexport_3", "mongoexport_4"], "matching_info": {"--help": [4], "|main|": [3]}, "question_id": "6653"} {"nl": "compile a lilypond file into a pdf", "cmd": "lilypond {{path/to/file}}", "tldr_cmd_name": "lilypond", "cmd_name": "lilypond", "manual_exist": true, "oracle_man": ["lilypond_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "6746"} {"nl": "compile into the specified format", "cmd": "lilypond --formats={{format_dump}} {{path/to/file}}", "tldr_cmd_name": "lilypond", "cmd_name": "lilypond", "manual_exist": true, "oracle_man": ["lilypond_3", "lilypond_5"], "matching_info": {"--formats": [5], "|main|": [3, 4]}, "question_id": "6747"} {"nl": "compile the specified file, suppressing progress updates", "cmd": "lilypond -s {{path/to/file}}", "tldr_cmd_name": "lilypond", "cmd_name": "lilypond", "manual_exist": true, "oracle_man": ["lilypond_3", "lilypond_7", "lilypond_22"], "matching_info": {"-s": [7, 22], "|main|": [3, 4]}, "question_id": "6748"} {"nl": "compile the specified file, and also specify the output filename", "cmd": "lilypond --output={{path/to/output_file}} {{path/to/input_file}}", "tldr_cmd_name": "lilypond", "cmd_name": "lilypond", "manual_exist": true, "oracle_man": ["lilypond_3", "lilypond_20"], "matching_info": {"--output": [20], "|main|": [3, 4]}, "question_id": "6749"} {"nl": "show the current version of lilypond", "cmd": "lilypond --version", "tldr_cmd_name": "lilypond", "cmd_name": "lilypond", "manual_exist": true, "oracle_man": ["lilypond_3", "lilypond_23"], "matching_info": {"--version": [23], "|main|": [3, 4]}, "question_id": "6750"} {"nl": "display the start and expiry dates for a domain's certificate", "cmd": "openssl s_client -connect {{host}}:{{port}} 2>/dev/null | openssl x509 -noout -dates", "tldr_cmd_name": "openssl-s_client", "cmd_name": "openssl-s_client", "manual_exist": true, "oracle_man": ["openssl-s_client_1", "openssl-s_client_2", "openssl-s_client_3", "openssl-s_client_6", "openssl-s_client_8", "openssl-s_client_12", "openssl-s_client_13", "openssl-s_client_15", "openssl-s_client_39", "openssl-s_client_41", "openssl-s_client_43", "openssl-s_client_45", "openssl-s_client_48", "openssl-s_client_49", "openssl-s_client_59", "openssl-s_client_61", "openssl-s_client_62", "openssl-s_client_66", "openssl-s_client_73", "openssl-s_client_75", "openssl-s_client_78", "openssl-s_client_79", "openssl-s_client_81", "openssl-s_client_82", "openssl-s_client_83", "openssl-s_client_84", "openssl-s_client_86", "openssl-s_client_87", "openssl-s_client_91", "openssl-s_client_92", "openssl-s_client_93", "openssl-s_client_100"], "matching_info": {"openssl": [2, 39, 75], "s_client": [], "-connect": [2, 6, 8, 12, 39, 79, 82, 100], "2": [], "/dev/null": [], "x509": [], "-noout": [2, 41, 48, 49, 59, 84, 93], "-dates": [1, 2, 12, 13, 15, 39, 41, 43, 45, 48, 59, 61, 62, 66, 73, 78, 79, 81, 82, 83, 86, 87, 91, 92, 93], "|main|": [3]}, "question_id": "6769"} {"nl": "display the certificate presented by an ssl/tls server", "cmd": "openssl s_client -connect {{host}}:{{port}} )", "cmd": "nix-shell -i {{interpreter}} --packages {{package_names}}", "tldr_cmd_name": "nix-shell", "cmd_name": "nix-shell", "manual_exist": true, "oracle_man": ["nix-shell_1", "nix-shell_2", "nix-shell_9", "nix-shell_11", "nix-shell_14", "nix-shell_15", "nix-shell_32", "nix-shell_33", "nix-shell_34", "nix-shell_35", "nix-shell_37", "nix-shell_41", "nix-shell_46", "nix-shell_51", "nix-shell_57"], "matching_info": {"-i": [9, 11, 15, 32, 33, 34, 35, 37, 41, 46, 51, 57], "--packages": [2, 14], "|main|": [1]}, "question_id": "6927"} {"nl": "interactively show the disk usage of the current directory", "cmd": "gdu", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "6928"} {"nl": "interactively show the disk usage of a given directory", "cmd": "gdu {{path/to/directory}}", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "6929"} {"nl": "interactively show the disk usage of all mounted disks", "cmd": "gdu --show-disks", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_17"], "matching_info": {"--show-disks": [17], "|main|": [3, 4]}, "question_id": "6930"} {"nl": "interactively show the disk usage of the current directory but ignore some subdirectories", "cmd": "gdu --ignore-dirs {{path/to/directory1,path/to/directory2,...}}", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_6", "gdu_7"], "matching_info": {"--ignore-dirs": [6, 7], "|main|": [3, 4]}, "question_id": "6931"} {"nl": "ignore paths by regular expression", "cmd": "gdu --ignore-dirs-pattern '{{.*[abc]+}}'", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_7"], "matching_info": {"--ignore-dirs-pattern": [7], "|main|": [3, 4]}, "question_id": "6932"} {"nl": "ignore hidden directories", "cmd": "gdu --no-hidden", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_13"], "matching_info": {"--no-hidden": [13], "|main|": [3, 4]}, "question_id": "6933"} {"nl": "only print the result, do not enter interactive mode", "cmd": "gdu --non-interactive {{path/to/directory}}", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_14"], "matching_info": {"--non-interactive": [14], "|main|": [3, 4]}, "question_id": "6934"} {"nl": "do not show the progress in noninteractive mode (useful in scripts)", "cmd": "gdu --no-progress {{path/to/directory}}", "tldr_cmd_name": "gdu", "cmd_name": "gdu", "manual_exist": true, "oracle_man": ["gdu_3", "gdu_15"], "matching_info": {"--no-progress": [15], "|main|": [3, 4]}, "question_id": "6935"} {"nl": "import a bson data dump from a directory to a mongodb database", "cmd": "mongorestore --db {{database_name}} {{path/to/directory}}", "tldr_cmd_name": "mongorestore", "cmd_name": "mongorestore", "manual_exist": true, "oracle_man": ["mongorestore_3"], "matching_info": {"--db": [], "|main|": [3]}, "question_id": "6978"} {"nl": "import a bson data dump from a directory to a given database in a mongodb server host, running at a given port, with user authentication (user will be prompted for password)", "cmd": "mongorestore --host {{database_host:port}} --db {{database_name}} --username {{username}} {{path/to/directory}} --password", "tldr_cmd_name": "mongorestore", "cmd_name": "mongorestore", "manual_exist": true, "oracle_man": ["mongorestore_3"], "matching_info": {"--host": [], "--db": [], "--username": [], "--password": [], "|main|": [3]}, "question_id": "6979"} {"nl": "import a collection from a bson file to a mongodb database", "cmd": "mongorestore --db {{database_name}} {{path/to/file}}", "tldr_cmd_name": "mongorestore", "cmd_name": "mongorestore", "manual_exist": true, "oracle_man": ["mongorestore_3"], "matching_info": {"--db": [], "|main|": [3]}, "question_id": "6980"} {"nl": "import a collection from a bson file to a given database in a mongodb server host, running at a given port, with user authentication (user will be prompted for password)", "cmd": "mongorestore --host {{database_host:port}} --db {{database_name}} --username {{username}} {{path/to/file}} --password", "tldr_cmd_name": "mongorestore", "cmd_name": "mongorestore", "manual_exist": true, "oracle_man": ["mongorestore_3"], "matching_info": {"--host": [], "--db": [], "--username": [], "--password": [], "|main|": [3]}, "question_id": "6981"} {"nl": "parse and execute a php script", "cmd": "php {{file}}", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "6995"} {"nl": "check syntax on (i.e. lint) a php script", "cmd": "php -l {{file}}", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10", "php_29"], "matching_info": {"-l": [29], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "6996"} {"nl": "run php interactively", "cmd": "php -a", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_8", "php_10", "php_16", "php_27"], "matching_info": {"-a": [8, 16, 27], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "6997"} {"nl": "run php code (notes don't use tags; escape double quotes with backslash)", "cmd": "php -r \"{{code}}\"", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_4", "php_10", "php_12", "php_13", "php_15", "php_31", "php_43", "php_44", "php_45", "php_46", "php_47", "php_49", "php_50"], "matching_info": {"-r": [4, 12, 13, 15, 31, 43, 44, 45, 46, 47, 49, 50], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "6998"} {"nl": "start a php builtin web server in the current directory", "cmd": "php -S {{host:port}}", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_9", "php_10", "php_14", "php_15", "php_37"], "matching_info": {"-S": [9, 14, 15, 37], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "6999"} {"nl": "get a list of installed php extensions", "cmd": "php -m", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10", "php_19", "php_30"], "matching_info": {"-m": [19, 30], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7000"} {"nl": "display information about the current php configuration", "cmd": "php -i", "tldr_cmd_name": "php", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10", "php_14", "php_16", "php_21", "php_22", "php_28", "php_37", "php_38", "php_48", "php_51"], "matching_info": {"-i": [14, 16, 21, 22, 28, 37, 38, 48, 51], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7001"} {"nl": "display a list of all available commands", "cmd": "php yii {{help}}", "tldr_cmd_name": "php-yii", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"yii": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7057"} {"nl": "start php's builtin web server for the current yii application", "cmd": "php yii {{serve}}", "tldr_cmd_name": "php-yii", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"yii": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7058"} {"nl": "generate a controller, views and related files for the crud actions on the specified model class", "cmd": "php yii {{gii/crud}} --modelClass={{ModelName}} --controllerClass={{ControllerName}}", "tldr_cmd_name": "php-yii", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"yii": [], "--modelClass": [], "--controllerClass": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7059"} {"nl": "remove a file after a singlepass overwriting with random data", "cmd": "srm -s {{path/to/file}}", "tldr_cmd_name": "srm", "cmd_name": "srm", "manual_exist": true, "oracle_man": ["srm_3", "srm_10", "srm_11"], "matching_info": {"-s": [10, 11], "|main|": [3, 4, 5]}, "question_id": "7149"} {"nl": "remove a file after seven passes of overwriting with random data", "cmd": "srm -m {{path/to/file}}", "tldr_cmd_name": "srm", "cmd_name": "srm", "manual_exist": true, "oracle_man": ["srm_3"], "matching_info": {"-m": [], "|main|": [3, 4, 5]}, "question_id": "7150"} {"nl": "recursively remove a directory and its contents overwriting each file with a singlepass of random data", "cmd": "srm -r -s {{path/to/directory}}", "tldr_cmd_name": "srm", "cmd_name": "srm", "manual_exist": true, "oracle_man": ["srm_3", "srm_9", "srm_10", "srm_11", "srm_16"], "matching_info": {"-r": [3, 9, 16], "-s": [10, 11], "|main|": [3, 4, 5]}, "question_id": "7151"} {"nl": "prompt before every removal", "cmd": "srm -i {{\\*}}", "tldr_cmd_name": "srm", "cmd_name": "srm", "manual_exist": true, "oracle_man": ["srm_3", "srm_8"], "matching_info": {"-i": [8], "|main|": [3, 4, 5]}, "question_id": "7152"} {"nl": "view documentation for the original command", "cmd": "tldr musescore", "tldr_cmd_name": "mscore", "cmd_name": "mscore", "manual_exist": true, "oracle_man": ["mscore_1", "mscore_3", "mscore_89"], "matching_info": {"tldr": [], "musescore": [1, 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]}, "question_id": "7251"} {"nl": "compile a `.java` file", "cmd": "javac {{file.java}}", "tldr_cmd_name": "javac", "cmd_name": "javac", "manual_exist": true, "oracle_man": ["javac_8"], "matching_info": {"|main|": [8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "7569"} {"nl": "compile several `.java` files", "cmd": "javac {{file1.java}} {{file2.java}} {{file3.java}}", "tldr_cmd_name": "javac", "cmd_name": "javac", "manual_exist": true, "oracle_man": ["javac_8"], "matching_info": {"|main|": [8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "7570"} {"nl": "compile all `.java` files in current directory", "cmd": "javac {{*.java}}", "tldr_cmd_name": "javac", "cmd_name": "javac", "manual_exist": true, "oracle_man": ["javac_8"], "matching_info": {"|main|": [8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "7571"} {"nl": "compile a `.java` file and place the resulting class file in a specific directory", "cmd": "javac -d {{path/to/some/directory}} {{file.java}}", "tldr_cmd_name": "javac", "cmd_name": "javac", "manual_exist": true, "oracle_man": ["javac_8", "javac_15", "javac_21", "javac_22", "javac_115", "javac_149", "javac_162", "javac_163"], "matching_info": {"-d": [15, 21, 22, 115, 149, 162, 163], "|main|": [8, 9, 10, 11, 12, 13, 14, 15]}, "question_id": "7572"} {"nl": "print the contents of a file to the standard output", "cmd": "bat {{file}}", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "7573"} {"nl": "concatenate several files into the target file", "cmd": "bat {{file1}} {{file2}} > {{target_file}}", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "7574"} {"nl": "append several files into the target file", "cmd": "bat {{file1}} {{file2}} >> {{target_file}}", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "7575"} {"nl": "number all output lines", "cmd": "bat -n {{file}}", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4", "bat_20", "bat_32", "bat_46"], "matching_info": {"-n": [20, 32, 46], "|main|": [4, 5, 6]}, "question_id": "7576"} {"nl": "syntax highlight a json file", "cmd": "bat --language json {{file.json}}", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4", "bat_7", "bat_12"], "matching_info": {"--language": [7, 12], "json": [], "|main|": [4, 5, 6]}, "question_id": "7577"} {"nl": "display all supported languages", "cmd": "bat --list-languages", "tldr_cmd_name": "bat", "cmd_name": "bat", "manual_exist": true, "oracle_man": ["bat_4", "bat_13", "bat_59"], "matching_info": {"--list-languages": [13, 59], "|main|": [4, 5, 6]}, "question_id": "7578"} {"nl": "list available action plugins (modules)", "cmd": "ansible-doc --list", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3", "ansible-doc_8", "ansible-doc_13"], "matching_info": {"--list": [8, 13], "|main|": [3]}, "question_id": "7628"} {"nl": "list available plugins of a specific type", "cmd": "ansible-doc --type {{plugin_type}} --list", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3", "ansible-doc_8", "ansible-doc_13", "ansible-doc_16"], "matching_info": {"--type": [16], "--list": [8, 13], "|main|": [3]}, "question_id": "7629"} {"nl": "show information about a specific action plugin (module)", "cmd": "ansible-doc {{plugin_name}}", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3"], "matching_info": {"|main|": [3]}, "question_id": "7630"} {"nl": "show information about a plugin with a specific type", "cmd": "ansible-doc --type {{plugin_type}} {{plugin_name}}", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3", "ansible-doc_16"], "matching_info": {"--type": [16], "|main|": [3]}, "question_id": "7631"} {"nl": "show the playbook snippet for action plugin (modules)", "cmd": "ansible-doc --snippet {{plugin_name}}", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3", "ansible-doc_15"], "matching_info": {"--snippet": [15], "|main|": [3]}, "question_id": "7632"} {"nl": "show information about an action plugin (module) as json", "cmd": "ansible-doc --json {{plugin_name}}", "tldr_cmd_name": "ansible-doc", "cmd_name": "ansible-doc", "manual_exist": true, "oracle_man": ["ansible-doc_3", "ansible-doc_12"], "matching_info": {"--json": [12], "|main|": [3]}, "question_id": "7633"} {"nl": "print a summary for an image (width, height, and color depth)", "cmd": "pngcheck {{image.png}}", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "7647"} {"nl": "print information for an image with [c]olorized output", "cmd": "pngcheck -c {{image.png}}", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_2", "pngcheck_3", "pngcheck_6"], "matching_info": {"-c": [2, 6], "|main|": [3, 4]}, "question_id": "7648"} {"nl": "print [v]erbose information for an image", "cmd": "pngcheck -cvt {{image.png}}", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_3", "pngcheck_10"], "matching_info": {"-cvt": [10], "|main|": [3, 4]}, "question_id": "7649"} {"nl": "receive an image from stdin and display detailed information", "cmd": "cat {{path/to/image.png}} | pngcheck -cvt", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_3", "pngcheck_10"], "matching_info": {"cat": [], "-cvt": [10], "|main|": [3, 4]}, "question_id": "7650"} {"nl": "[s]earch for pngs within a specific file and display information about them", "cmd": "pngcheck -s {{image.png}}", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_3", "pngcheck_9", "pngcheck_13"], "matching_info": {"-s": [9, 13], "|main|": [3, 4]}, "question_id": "7651"} {"nl": "search for pngs within another file and e[x]tract them", "cmd": "pngcheck -x {{image.png}}", "tldr_cmd_name": "pngcheck", "cmd_name": "pngcheck", "manual_exist": true, "oracle_man": ["pngcheck_3", "pngcheck_14"], "matching_info": {"-x": [14], "|main|": [3, 4]}, "question_id": "7652"} {"nl": "open a file", "cmd": "helix {{path/to/file}}", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {"|main|": [3]}, "question_id": "7706"} {"nl": "change the helix theme", "cmd": ":theme {{theme_name}}", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {":theme": [], "|main|": [3]}, "question_id": "7707"} {"nl": "save and quit", "cmd": ":wq", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {":wq": [], "Enter": [], "|main|": [3]}, "question_id": "7708"} {"nl": "forcequit without saving", "cmd": ":q!", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {":q!": [], "Enter": [], "|main|": [3]}, "question_id": "7709"} {"nl": "undo the last operation", "cmd": "u", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {"u": [], "|main|": [3]}, "question_id": "7710"} {"nl": "search for a pattern in the file (press `n`/`n` to go to next/previous match)", "cmd": "/{{search_pattern}}", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {"Enter": [], "|main|": [3]}, "question_id": "7711"} {"nl": "format the file", "cmd": ":format", "tldr_cmd_name": "helix", "cmd_name": "helix", "manual_exist": true, "oracle_man": ["helix_3"], "matching_info": {":format": [], "|main|": [3]}, "question_id": "7712"} {"nl": "copy standard input to each file, and also to standard output", "cmd": "echo \"example\" | tee {{path/to/file}}", "tldr_cmd_name": "tee", "cmd_name": "tee", "manual_exist": true, "oracle_man": ["tee_4"], "matching_info": {"echo": [], "example": [], "|main|": [4, 5]}, "question_id": "7767"} {"nl": "append to the given files, do not overwrite", "cmd": "echo \"example\" | tee -a {{path/to/file}}", "tldr_cmd_name": "tee", "cmd_name": "tee", "manual_exist": true, "oracle_man": ["tee_3", "tee_4", "tee_5", "tee_8"], "matching_info": {"echo": [], "example": [], "-a": [3, 5, 8], "|main|": [4, 5]}, "question_id": "7768"} {"nl": "print standard input to the terminal, and also pipe it into another program for further processing", "cmd": "echo \"example\" | tee {{/dev/tty}} | {{xargs printf \"[%s]\"}}", "tldr_cmd_name": "tee", "cmd_name": "tee", "manual_exist": true, "oracle_man": ["tee_4"], "matching_info": {"echo": [], "example": [], "|main|": [4, 5]}, "question_id": "7769"} {"nl": "create a directory called \"example\", count the number of characters in \"example\" and write \"example\" to the terminal", "cmd": "echo \"example\" | tee >(xargs mkdir) >(wc -c)", "tldr_cmd_name": "tee", "cmd_name": "tee", "manual_exist": true, "oracle_man": ["tee_4"], "matching_info": {"echo": [], "example": [], "(xargs": [], "mkdir)": [], "(wc": [], "-c)": [], "|main|": [4, 5]}, "question_id": "7770"} {"nl": "clone a github repository locally", "cmd": "gh repo clone {{owner}}/{{repository}}", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"repo": [], "clone": [], "|main|": [3]}, "question_id": "7963"} {"nl": "create a new issue", "cmd": "gh issue create", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_6"], "matching_info": {"issue": [6], "create": [6], "|main|": [3]}, "question_id": "7964"} {"nl": "view and filter the open issues of the current repository", "cmd": "gh issue list", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_6"], "matching_info": {"issue": [6], "list": [], "|main|": [3]}, "question_id": "7965"} {"nl": "view an issue in the browser", "cmd": "gh issue view --web {{issue_number}}", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_6"], "matching_info": {"issue": [6], "view": [], "--web": [], "|main|": [3]}, "question_id": "7966"} {"nl": "create a pull request", "cmd": "gh pr create", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_6"], "matching_info": {"pr": [], "create": [6], "|main|": [3]}, "question_id": "7967"} {"nl": "view a pull request in the browser", "cmd": "gh pr view --web {{pr_number}}", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"pr": [], "view": [], "--web": [], "|main|": [3]}, "question_id": "7968"} {"nl": "locally check out the branch of a pull request, given its number", "cmd": "gh pr checkout {{pr_number}}", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"pr": [], "checkout": [], "|main|": [3]}, "question_id": "7969"} {"nl": "check the status of a repository's pull requests", "cmd": "gh pr status", "tldr_cmd_name": "gh", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"pr": [], "status": [], "|main|": [3]}, "question_id": "7970"} {"nl": "display help about formatting json output from `gh` using `jq`", "cmd": "gh formatting", "tldr_cmd_name": "gh-formatting", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"formatting": [], "|main|": [3]}, "question_id": "8077"} {"nl": "find files by extension", "cmd": "find {{root_path}} -name '{{*.ext}}'", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_26", "find_76", "find_85", "find_133", "find_225", "find_236", "find_246", "find_261", "find_262", "find_272", "find_275", "find_276", "find_308", "find_320"], "matching_info": {"-name": [26, 76, 85, 133, 225, 236, 246, 261, 262, 272, 275, 276, 308, 320], "|main|": [3, 4]}, "question_id": "8257"} {"nl": "find files matching multiple path/name patterns", "cmd": "find {{root_path}} -path '{{**/path/**/*.ext}}' -or -name '{{*pattern*}}'", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_26", "find_76", "find_78", "find_85", "find_92", "find_123", "find_133", "find_224", "find_225", "find_234", "find_236", "find_246", "find_251", "find_261", "find_262", "find_272", "find_275", "find_276", "find_308", "find_311", "find_320"], "matching_info": {"-path": [78, 85, 92, 123, 224, 251], "-or": [234, 311], "-name": [26, 76, 85, 133, 225, 236, 246, 261, 262, 272, 275, 276, 308, 320], "|main|": [3, 4]}, "question_id": "8258"} {"nl": "find directories matching a given name, in caseinsensitive mode", "cmd": "find {{root_path}} -type d -iname '{{*lib*}}'", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_9", "find_27", "find_29", "find_40", "find_76", "find_110", "find_113", "find_125", "find_180", "find_195", "find_247", "find_272", "find_275", "find_276", "find_279", "find_316", "find_318"], "matching_info": {"-type": [9, 27, 29, 40, 110, 125, 247, 272, 275, 276, 279, 316, 318], "d": [113, 180, 195], "-iname": [76], "|main|": [3, 4]}, "question_id": "8259"} {"nl": "find files matching a given pattern, excluding specific paths", "cmd": "find {{root_path}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_26", "find_76", "find_78", "find_85", "find_92", "find_123", "find_133", "find_224", "find_225", "find_229", "find_236", "find_246", "find_251", "find_261", "find_262", "find_272", "find_275", "find_276", "find_308", "find_320"], "matching_info": {"-name": [26, 76, 85, 133, 225, 236, 246, 261, 262, 272, 275, 276, 308, 320], "-not": [229], "-path": [78, 85, 92, 123, 224, 251], "|main|": [3, 4]}, "question_id": "8260"} {"nl": "find files matching a given size range", "cmd": "find {{root_path}} -size {{+500k}} -size {{-10M}}", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_58", "find_100", "find_108", "find_251", "find_283"], "matching_info": {"-size": [58, 100, 108, 251, 283], "|main|": [3, 4]}, "question_id": "8261"} {"nl": "run a command for each file (use `{}` within the command to access the filename)", "cmd": "find {{root_path}} -name '{{*.ext}}' -exec {{wc -l {} }}\\;", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_16", "find_26", "find_36", "find_70", "find_76", "find_85", "find_130", "find_131", "find_132", "find_133", "find_139", "find_141", "find_225", "find_236", "find_246", "find_251", "find_261", "find_262", "find_265", "find_272", "find_275", "find_276", "find_279", "find_281", "find_289", "find_308", "find_311", "find_320", "find_324"], "matching_info": {"-name": [26, 76, 85, 133, 225, 236, 246, 261, 262, 272, 275, 276, 308, 320], "-exec": [16, 36, 70, 130, 131, 132, 133, 139, 141, 225, 251, 265, 279, 281, 289, 311, 324], "|main|": [3, 4]}, "question_id": "8262"} {"nl": "find files modified in the last 7 days and delete them", "cmd": "find {{root_path}} -daystart -mtime -{{7}} -delete", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_9", "find_36", "find_37", "find_39", "find_46", "find_49", "find_58", "find_84", "find_127", "find_128", "find_129", "find_224", "find_251", "find_286", "find_287"], "matching_info": {"-daystart": [39], "-mtime": [39, 58, 84, 251, 286, 287], "-delete": [9, 36, 37, 46, 49, 127, 128, 129, 224], "|main|": [3, 4]}, "question_id": "8263"} {"nl": "find empty (0 byte) files and delete them", "cmd": "find {{root_path}} -type {{f}} -empty -delete", "tldr_cmd_name": "find", "cmd_name": "find", "manual_exist": true, "oracle_man": ["find_3", "find_9", "find_27", "find_29", "find_31", "find_36", "find_37", "find_40", "find_46", "find_49", "find_69", "find_110", "find_125", "find_127", "find_128", "find_129", "find_224", "find_247", "find_260", "find_272", "find_275", "find_276", "find_279", "find_316", "find_318"], "matching_info": {"-type": [9, 27, 29, 40, 110, 125, 247, 272, 275, 276, 279, 316, 318], "-empty": [31, 69, 260], "-delete": [9, 36, 37, 46, 49, 127, 128, 129, 224], "|main|": [3, 4]}, "question_id": "8264"} {"nl": "read jpeg image from a file and print in ascii", "cmd": "jp2a {{path/to/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3"], "matching_info": {"|main|": [3]}, "question_id": "8289"} {"nl": "read jpeg image from a url and print in ascii", "cmd": "jp2a {{www.example.com/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3"], "matching_info": {"|main|": [3]}, "question_id": "8290"} {"nl": "colorize the ascii output", "cmd": "jp2a --colors {{path/to/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3", "jp2a_8", "jp2a_24"], "matching_info": {"--colors": [8, 24], "|main|": [3]}, "question_id": "8291"} {"nl": "specify characters to be used for the ascii output", "cmd": "jp2a --chars='{{..-ooxx@@}}' {{path/to/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3", "jp2a_7", "jp2a_49"], "matching_info": {"--chars": [7, 49], "|main|": [3]}, "question_id": "8292"} {"nl": "write the ascii output into a file", "cmd": "jp2a --output={{path/to/output_file.txt}} {{path/to/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3", "jp2a_16", "jp2a_18", "jp2a_33"], "matching_info": {"--output": [16, 18, 33], "|main|": [3]}, "question_id": "8293"} {"nl": "write the ascii output in html file format, suitable for viewing in web browsers", "cmd": "jp2a --html --output={{path/to/output_file.html}} {{path/to/image.jpeg}}", "tldr_cmd_name": "jp2a", "cmd_name": "jp2a", "manual_exist": true, "oracle_man": ["jp2a_3", "jp2a_15", "jp2a_16", "jp2a_18", "jp2a_24", "jp2a_25", "jp2a_26", "jp2a_28", "jp2a_29", "jp2a_30", "jp2a_31", "jp2a_32", "jp2a_33"], "matching_info": {"--html": [15, 16, 18, 24, 25, 26, 28, 29, 30, 31, 32], "--output": [16, 18, 33], "|main|": [3]}, "question_id": "8294"} {"nl": "list available templates", "cmd": "git ignore-io list", "tldr_cmd_name": "git-ignore-io", "cmd_name": "git-ignore-io", "manual_exist": true, "oracle_man": ["git-ignore-io_2", "git-ignore-io_3", "git-ignore-io_13", "git-ignore-io_17", "git-ignore-io_19", "git-ignore-io_22"], "matching_info": {"git": [2, 13, 17, 19, 22], "ignore-io": [2, 13, 17, 19, 22], "list": [], "|main|": [3]}, "question_id": "8295"} {"nl": "generate a .gitignore template", "cmd": "git ignore-io {{item_a,item_b,item_n}}", "tldr_cmd_name": "git-ignore-io", "cmd_name": "git-ignore-io", "manual_exist": true, "oracle_man": ["git-ignore-io_2", "git-ignore-io_3", "git-ignore-io_13", "git-ignore-io_17", "git-ignore-io_19", "git-ignore-io_22"], "matching_info": {"git": [2, 13, 17, 19, 22], "ignore-io": [2, 13, 17, 19, 22], "|main|": [3]}, "question_id": "8296"} {"nl": "search for a query on google(default provider)", "cmd": "s {{query}}", "tldr_cmd_name": "s", "cmd_name": "s", "manual_exist": true, "oracle_man": ["s_1"], "matching_info": {"|main|": [1]}, "question_id": "8491"} {"nl": "list all providers", "cmd": "s --list-providers", "tldr_cmd_name": "s", "cmd_name": "s", "manual_exist": true, "oracle_man": ["s_1"], "matching_info": {"--list-providers": [], "|main|": [1]}, "question_id": "8492"} {"nl": "search for a query with a given provider", "cmd": "s --provider {{provider}} {{query}}", "tldr_cmd_name": "s", "cmd_name": "s", "manual_exist": true, "oracle_man": ["s_1"], "matching_info": {"--provider": [], "|main|": [1]}, "question_id": "8493"} {"nl": "use a specified binary to perform the search query", "cmd": "s --binary \"{{binary}} {{arguments}}\" {{query}}", "tldr_cmd_name": "s", "cmd_name": "s", "manual_exist": true, "oracle_man": ["s_1"], "matching_info": {"--binary": [], "|main|": [1]}, "question_id": "8494"} {"nl": "list all tags", "cmd": "git tag", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_7", "git-tag_13", "git-tag_21", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8533"} {"nl": "create a tag with the given name pointing to the current commit", "cmd": "git tag {{tag_name}}", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_7", "git-tag_13", "git-tag_21", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8534"} {"nl": "create a tag with the given name pointing to a given commit", "cmd": "git tag {{tag_name}} {{commit}}", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_7", "git-tag_13", "git-tag_21", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8535"} {"nl": "create an annotated tag with the given message", "cmd": "git tag {{tag_name}} -m {{tag_message}}", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_5", "git-tag_6", "git-tag_7", "git-tag_9", "git-tag_12", "git-tag_13", "git-tag_21", "git-tag_30", "git-tag_31", "git-tag_33", "git-tag_35", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "-m": [2, 5, 6, 9, 12, 30, 31, 33, 35], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8536"} {"nl": "delete the tag with the given name", "cmd": "git tag -d {{tag_name}}", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_7", "git-tag_13", "git-tag_16", "git-tag_21", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "-d": [2, 3, 16, 41], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8537"} {"nl": "get updated tags from upstream", "cmd": "git fetch --tags", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_21", "git-tag_41"], "matching_info": {"git": [2, 21, 41], "fetch": [], "--tags": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8538"} {"nl": "list all tags whose ancestors include a given commit", "cmd": "git tag --contains {{commit}}", "tldr_cmd_name": "git-tag", "cmd_name": "git-tag", "manual_exist": true, "oracle_man": ["git-tag_2", "git-tag_3", "git-tag_7", "git-tag_13", "git-tag_21", "git-tag_22", "git-tag_28", "git-tag_41", "git-tag_43"], "matching_info": {"git": [2, 21, 41], "tag": [2, 3, 7, 13, 21, 43], "--contains": [2, 22, 28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "8539"} {"nl": "search a single directory", "cmd": "jdupes {{directory}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3"], "matching_info": {"|main|": [3]}, "question_id": "8588"} {"nl": "search multiple directories", "cmd": "jdupes {{directory1}} {{directory2}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3"], "matching_info": {"|main|": [3]}, "question_id": "8589"} {"nl": "search all directories recursively", "cmd": "jdupes --recurse {{directory}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3", "jdupes_27", "jdupes_28", "jdupes_50", "jdupes_51"], "matching_info": {"--recurse": [27, 28, 50, 51], "|main|": [3]}, "question_id": "8590"} {"nl": "search directory recursively and let user choose files to preserve", "cmd": "jdupes --delete --recurse {{directory}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3", "jdupes_11", "jdupes_20", "jdupes_27", "jdupes_28", "jdupes_50", "jdupes_51", "jdupes_54"], "matching_info": {"--delete": [11, 20, 54], "--recurse": [27, 28, 50, 51], "|main|": [3]}, "question_id": "8591"} {"nl": "search multiple directories and follow subdirectores under directory2, not directory1", "cmd": "jdupes {{directory1}} --recurse: {{directory2}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3", "jdupes_27", "jdupes_50"], "matching_info": {"--recurse:": [27, 50], "|main|": [3]}, "question_id": "8592"} {"nl": "search multiple directories and keep the directory order in result", "cmd": "jdupes -O {{directory1}} {{directory2}} {{directory3}}", "tldr_cmd_name": "jdupes", "cmd_name": "jdupes", "manual_exist": true, "oracle_man": ["jdupes_3", "jdupes_21", "jdupes_52", "jdupes_56"], "matching_info": {"-O": [21, 52, 56], "|main|": [3]}, "question_id": "8593"} {"nl": "search the path environment variable and display the location of any matching executables", "cmd": "which {{executable}}", "tldr_cmd_name": "which", "cmd_name": "which", "manual_exist": true, "oracle_man": ["which_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "8617"} {"nl": "if there are multiple executables which match, display all", "cmd": "which -a {{executable}}", "tldr_cmd_name": "which", "cmd_name": "which", "manual_exist": true, "oracle_man": ["which_3", "which_5", "which_6", "which_7", "which_20", "which_22"], "matching_info": {"-a": [5, 6, 7, 20, 22], "|main|": [3, 4]}, "question_id": "8618"} {"nl": "format a file and display the result to the console", "cmd": "gofmt {{source.go}}", "tldr_cmd_name": "gofmt", "cmd_name": "gofmt", "manual_exist": true, "oracle_man": ["gofmt_3"], "matching_info": {"|main|": [3]}, "question_id": "8649"} {"nl": "format a file, overwriting the original file inplace", "cmd": "gofmt -w {{source.go}}", "tldr_cmd_name": "gofmt", "cmd_name": "gofmt", "manual_exist": true, "oracle_man": ["gofmt_3"], "matching_info": {"-w": [], "|main|": [3]}, "question_id": "8650"} {"nl": "format a file, and then simplify the code, overwriting the original file", "cmd": "gofmt -s -w {{source.go}}", "tldr_cmd_name": "gofmt", "cmd_name": "gofmt", "manual_exist": true, "oracle_man": ["gofmt_3"], "matching_info": {"-s": [], "-w": [], "|main|": [3]}, "question_id": "8651"} {"nl": "print all (including spurious) errors", "cmd": "gofmt -e {{source.go}}", "tldr_cmd_name": "gofmt", "cmd_name": "gofmt", "manual_exist": true, "oracle_man": ["gofmt_3"], "matching_info": {"-e": [], "|main|": [3]}, "question_id": "8652"} {"nl": "list hosts belonging to a group", "cmd": "ansible {{group}} --list-hosts", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_10"], "matching_info": {"--list-hosts": [2, 10], "|main|": [3]}, "question_id": "8715"} {"nl": "ping a group of hosts by invoking the ping module", "cmd": "ansible {{group}} -m ping", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_6", "ansible_26", "ansible_38"], "matching_info": {"-m": [2, 6, 26, 38], "ping": [], "|main|": [3]}, "question_id": "8716"} {"nl": "display facts about a group of hosts by invoking the setup module", "cmd": "ansible {{group}} -m setup", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_6", "ansible_26", "ansible_38"], "matching_info": {"-m": [2, 6, 26, 38], "setup": [], "|main|": [3]}, "question_id": "8717"} {"nl": "execute a command on a group of hosts by invoking command module with arguments", "cmd": "ansible {{group}} -m command -a '{{my_command}}'", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_5", "ansible_6", "ansible_13", "ansible_14", "ansible_15", "ansible_16", "ansible_25", "ansible_26", "ansible_29", "ansible_36", "ansible_38"], "matching_info": {"-m": [2, 6, 26, 38], "command": [], "-a": [2, 5, 13, 14, 15, 16, 25, 29, 36], "|main|": [3]}, "question_id": "8718"} {"nl": "execute a command with administrative privileges", "cmd": "ansible {{group}} --become --ask-become-pass -m command -a '{{my_command}}'", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_5", "ansible_6", "ansible_7", "ansible_8", "ansible_13", "ansible_14", "ansible_15", "ansible_16", "ansible_25", "ansible_26", "ansible_29", "ansible_30", "ansible_36", "ansible_38"], "matching_info": {"--become": [2, 6, 7, 8, 30], "--ask-become-pass": [25], "-m": [2, 6, 26, 38], "command": [], "-a": [2, 5, 13, 14, 15, 16, 25, 29, 36], "|main|": [3]}, "question_id": "8719"} {"nl": "execute a command using a custom inventory file", "cmd": "ansible {{group}} -i {{inventory_file}} -m command -a '{{my_command}}'", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_5", "ansible_6", "ansible_13", "ansible_14", "ansible_15", "ansible_16", "ansible_19", "ansible_25", "ansible_26", "ansible_29", "ansible_35", "ansible_36", "ansible_38"], "matching_info": {"-i": [2, 19, 35], "-m": [2, 6, 26, 38], "command": [], "-a": [2, 5, 13, 14, 15, 16, 25, 29, 36], "|main|": [3]}, "question_id": "8720"} {"nl": "list the groups in an inventory", "cmd": "ansible localhost -m debug -a '{{var=groups.keys()}}'", "tldr_cmd_name": "ansible", "cmd_name": "ansible", "manual_exist": true, "oracle_man": ["ansible_2", "ansible_3", "ansible_5", "ansible_6", "ansible_13", "ansible_14", "ansible_15", "ansible_16", "ansible_25", "ansible_26", "ansible_29", "ansible_36", "ansible_38"], "matching_info": {"localhost": [], "-m": [2, 6, 26, 38], "debug": [], "-a": [2, 5, 13, 14, 15, 16, 25, 29, 36], "|main|": [3]}, "question_id": "8721"} {"nl": "unmount a fuse filesystem", "cmd": "fusermount -u {{path/to/mount_point}}", "tldr_cmd_name": "fusermount", "cmd_name": "fusermount", "manual_exist": true, "oracle_man": ["fusermount_3", "fusermount_8"], "matching_info": {"-u": [8], "|main|": [3, 4]}, "question_id": "8747"} {"nl": "unmount a fuse filesystem as soon as it becomes unused", "cmd": "fusermount -z {{path/to/mount_point}}", "tldr_cmd_name": "fusermount", "cmd_name": "fusermount", "manual_exist": true, "oracle_man": ["fusermount_3", "fusermount_10"], "matching_info": {"-z": [10], "|main|": [3, 4]}, "question_id": "8748"} {"nl": "display version", "cmd": "fusermount --version", "tldr_cmd_name": "fusermount", "cmd_name": "fusermount", "manual_exist": true, "oracle_man": ["fusermount_3"], "matching_info": {"--version": [], "|main|": [3, 4]}, "question_id": "8749"} {"nl": "list files and directories, one per line", "cmd": "lsd -1", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_17"], "matching_info": {"-1": [17], "|main|": [3]}, "question_id": "8790"} {"nl": "list all files and directories, including hidden ones, in the current directory", "cmd": "lsd -a", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_4", "lsd_5"], "matching_info": {"-a": [4, 5], "|main|": [3]}, "question_id": "8791"} {"nl": "list all files and directories with trailing `/` added to directory names", "cmd": "lsd -F", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_13"], "matching_info": {"-F": [13], "|main|": [3]}, "question_id": "8792"} {"nl": "list all files and directories in long format (permissions, ownership, size, and modification date)", "cmd": "lsd -la", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_39"], "matching_info": {"-la": [39], "|main|": [3]}, "question_id": "8793"} {"nl": "list all files and directories in long format with size displayed using humanreadable units (kib, mib, gib)", "cmd": "lsd -lh", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_10", "lsd_11"], "matching_info": {"-lh": [10, 11], "|main|": [3]}, "question_id": "8794"} {"nl": "list all files and directories in long format, sorted by size (descending)", "cmd": "lsd -lS", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_20"], "matching_info": {"-lS": [20], "|main|": [3]}, "question_id": "8795"} {"nl": "list all files and directories in long format, sorted by modification date (oldest first)", "cmd": "lsd -ltr", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_11", "lsd_18", "lsd_19"], "matching_info": {"-ltr": [11, 18, 19], "|main|": [3]}, "question_id": "8796"} {"nl": "only list directories", "cmd": "lsd -d {{*/}}", "tldr_cmd_name": "lsd", "cmd_name": "lsd", "manual_exist": true, "oracle_man": ["lsd_3", "lsd_7", "lsd_8", "lsd_28", "lsd_29", "lsd_30"], "matching_info": {"-d": [7, 8, 28, 29, 30], "|main|": [3]}, "question_id": "8797"} {"nl": "recursively search the current directory for a regular expression", "cmd": "rg {{regular_expression}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10"], "matching_info": {"|main|": [10, 11, 12, 13, 14]}, "question_id": "8827"} {"nl": "search for regular expressions recursively in the current directory, including hidden files and files listed in `.gitignore`", "cmd": "rg --no-ignore --hidden {{regular_expression}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10", "rg_21", "rg_108", "rg_117", "rg_168", "rg_169", "rg_170", "rg_172", "rg_173", "rg_175", "rg_177", "rg_179", "rg_181", "rg_183", "rg_185", "rg_299", "rg_335", "rg_336", "rg_340", "rg_341", "rg_342"], "matching_info": {"--no-ignore": [21, 117, 168, 169, 170, 172, 175, 177, 179, 181, 183, 185, 299, 335, 340, 341, 342], "--hidden": [108, 173, 299, 336, 341, 342], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8828"} {"nl": "search for a regular expression only in a certain filetype (e.g. html, css, etc.)", "cmd": "rg --type {{filetype}} {{regular_expression}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_6", "rg_10", "rg_284", "rg_285", "rg_286", "rg_289", "rg_290", "rg_291", "rg_292", "rg_293", "rg_295", "rg_297", "rg_298", "rg_355", "rg_357"], "matching_info": {"--type": [6, 284, 285, 286, 289, 290, 291, 292, 293, 295, 297, 298, 355, 357], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8829"} {"nl": "search for a regular expression only in a subset of directories", "cmd": "rg {{regular_expression}} {{set_of_subdirs}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10"], "matching_info": {"|main|": [10, 11, 12, 13, 14]}, "question_id": "8830"} {"nl": "search for a regular expression in files matching a glob (e.g. `readme.*`)", "cmd": "rg {{regular_expression}} --glob {{glob}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10", "rg_101", "rg_102", "rg_104", "rg_359", "rg_361", "rg_363"], "matching_info": {"--glob": [101, 102, 104, 359, 361, 363], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8831"} {"nl": "only list matched files (useful when piping to other commands)", "cmd": "rg --files-with-matches {{regular_expression}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10", "rg_93", "rg_95", "rg_96", "rg_128", "rg_206", "rg_276"], "matching_info": {"--files-with-matches": [93, 95, 96, 128, 206, 276], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8832"} {"nl": "show lines that do not match the given regular expression", "cmd": "rg --invert-match {{regular_expression}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_10", "rg_119"], "matching_info": {"--invert-match": [119], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8833"} {"nl": "search a literal string pattern", "cmd": "rg --fixed-strings -- {{string}}", "tldr_cmd_name": "rg", "cmd_name": "rg", "manual_exist": true, "oracle_man": ["rg_5", "rg_6", "rg_8", "rg_9", "rg_10", "rg_11", "rg_18", "rg_19", "rg_21", "rg_22", "rg_23", "rg_24", "rg_25", "rg_29", "rg_30", "rg_31", "rg_32", "rg_35", "rg_36", "rg_37", "rg_38", "rg_39", "rg_40", "rg_41", "rg_42", "rg_43", "rg_44", "rg_45", "rg_48", "rg_49", "rg_52", "rg_55", "rg_57", "rg_59", "rg_60", "rg_61", "rg_62", "rg_63", "rg_64", "rg_65", "rg_66", "rg_67", "rg_68", "rg_69", "rg_70", "rg_71", "rg_73", "rg_74", "rg_75", "rg_76", "rg_77", "rg_78", "rg_79", "rg_82", "rg_83", "rg_87", "rg_88", "rg_89", "rg_90", "rg_92", "rg_93", "rg_94", "rg_95", "rg_96", "rg_97", "rg_98", "rg_99", "rg_100", "rg_101", "rg_102", "rg_104", "rg_105", "rg_106", "rg_107", "rg_108", "rg_110", "rg_111", "rg_112", "rg_113", "rg_114", "rg_116", "rg_117", "rg_118", "rg_119", "rg_120", "rg_128", "rg_129", "rg_131", "rg_132", "rg_133", "rg_134", "rg_135", "rg_136", "rg_137", "rg_139", "rg_140", "rg_141", "rg_142", "rg_143", "rg_144", "rg_145", "rg_147", "rg_148", "rg_149", "rg_150", "rg_151", "rg_152", "rg_154", "rg_156", "rg_157", "rg_158", "rg_159", "rg_161", "rg_162", "rg_164", "rg_165", "rg_166", "rg_167", "rg_168", "rg_169", "rg_170", "rg_171", "rg_172", "rg_173", "rg_174", "rg_175", "rg_176", "rg_177", "rg_178", "rg_179", "rg_180", "rg_181", "rg_182", "rg_183", "rg_184", "rg_185", "rg_186", "rg_187", "rg_188", "rg_189", "rg_190", "rg_191", "rg_192", "rg_193", "rg_194", "rg_195", "rg_196", "rg_202", "rg_204", "rg_205", "rg_206", "rg_207", "rg_209", "rg_210", "rg_211", "rg_212", "rg_214", "rg_215", "rg_216", "rg_218", "rg_219", "rg_220", "rg_222", "rg_223", "rg_224", "rg_225", "rg_226", "rg_227", "rg_233", "rg_234", "rg_235", "rg_238", "rg_239", "rg_240", "rg_241", "rg_242", "rg_243", "rg_244", "rg_245", "rg_246", "rg_249", "rg_250", "rg_251", "rg_256", "rg_257", "rg_258", "rg_259", "rg_263", "rg_264", "rg_267", "rg_269", "rg_272", "rg_274", "rg_276", "rg_277", "rg_278", "rg_279", "rg_280", "rg_281", "rg_282", "rg_283", "rg_284", "rg_285", "rg_286", "rg_289", "rg_290", "rg_291", "rg_292", "rg_293", "rg_295", "rg_297", "rg_298", "rg_299", "rg_301", "rg_302", "rg_303", "rg_304", "rg_305", "rg_306", "rg_307", "rg_325", "rg_327", "rg_335", "rg_336", "rg_337", "rg_338", "rg_340", "rg_341", "rg_342", "rg_347", "rg_349", "rg_353", "rg_355", "rg_357", "rg_359", "rg_361", "rg_363", "rg_364", "rg_366", "rg_368", "rg_369", "rg_374"], "matching_info": {"--fixed-strings": [97], "--": [5, 6, 8, 9, 11, 18, 19, 21, 22, 23, 24, 25, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 49, 52, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 82, 83, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 128, 129, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 151, 152, 154, 156, 157, 158, 159, 161, 162, 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, 202, 204, 205, 206, 207, 209, 210, 211, 212, 214, 215, 216, 218, 219, 220, 222, 223, 224, 225, 226, 227, 233, 234, 235, 238, 239, 240, 241, 242, 243, 244, 245, 246, 249, 250, 251, 256, 257, 258, 259, 263, 264, 267, 269, 272, 274, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 289, 290, 291, 292, 293, 295, 297, 298, 299, 301, 302, 303, 304, 305, 306, 307, 325, 327, 335, 336, 337, 338, 340, 341, 342, 347, 349, 353, 355, 357, 359, 361, 363, 364, 366, 368, 369, 374], "|main|": [10, 11, 12, 13, 14]}, "question_id": "8834"} {"nl": "open a file in write mode without parsing the file format headers", "cmd": "radare2 -nw {{path/to/binary}}", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_3", "radare2_45"], "matching_info": {"-nw": [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, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, "question_id": "8886"} {"nl": "debug a program", "cmd": "radare2 -d {{path/to/binary}}", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_3", "radare2_16", "radare2_37"], "matching_info": {"-d": [16, 37], "|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]}, "question_id": "8887"} {"nl": "run a script before entering the interactive cli", "cmd": "radare2 -i {{path/to/script.r2}} {{path/to/binary}}", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_2", "radare2_3", "radare2_20", "radare2_31", "radare2_32"], "matching_info": {"-i": [2, 20, 31, 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, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, "question_id": "8888"} {"nl": "show help text for any command in the interactive cli", "cmd": "> {{radare2_command}}?", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_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]}, "question_id": "8889"} {"nl": "run a shell command from the interactive cli", "cmd": "> !{{shell_command}}", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_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]}, "question_id": "8890"} {"nl": "dump raw bytes of current block to a file", "cmd": "> pr > {{path/to/file.bin}}", "tldr_cmd_name": "radare2", "cmd_name": "radare2", "manual_exist": true, "oracle_man": ["radare2_3"], "matching_info": {"pr": [], "|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]}, "question_id": "8891"} {"nl": "calculate the sha256 checksum for a file", "cmd": "sha256sum {{path/to/file}}", "tldr_cmd_name": "sha256sum", "cmd_name": "sha256sum", "manual_exist": true, "oracle_man": ["sha256sum_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "8892"} {"nl": "calculate sha256 checksums for multiple files", "cmd": "sha256sum {{path/to/file1}} {{path/to/file2}}", "tldr_cmd_name": "sha256sum", "cmd_name": "sha256sum", "manual_exist": true, "oracle_man": ["sha256sum_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "8893"} {"nl": "calculate and save the list of sha256 checksums to a file", "cmd": "sha256sum {{path/to/file1}} {{path/to/file2}} > {{path/to/file.sha256}}", "tldr_cmd_name": "sha256sum", "cmd_name": "sha256sum", "manual_exist": true, "oracle_man": ["sha256sum_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "8894"} {"nl": "read a file of sha256 sums and verify all files have matching checksums", "cmd": "sha256sum --check {{path/to/file.sha256}}", "tldr_cmd_name": "sha256sum", "cmd_name": "sha256sum", "manual_exist": true, "oracle_man": ["sha256sum_3", "sha256sum_6"], "matching_info": {"--check": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "8895"} {"nl": "only show a message for files for which verification fails", "cmd": "sha256sum --check --quiet {{path/to/file.sha256}}", "tldr_cmd_name": "sha256sum", "cmd_name": "sha256sum", "manual_exist": true, "oracle_man": ["sha256sum_3", "sha256sum_6", "sha256sum_11"], "matching_info": {"--check": [6], "--quiet": [11], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, "question_id": "8896"} {"nl": "convert file to a specific encoding, and print to stdout", "cmd": "iconv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}", "tldr_cmd_name": "iconv", "cmd_name": "iconv", "manual_exist": true, "oracle_man": ["iconv_3", "iconv_4", "iconv_5", "iconv_7", "iconv_12", "iconv_18", "iconv_19", "iconv_20", "iconv_22", "iconv_46"], "matching_info": {"-f": [3, 4, 5, 12, 19, 20, 22, 46], "-t": [3, 4, 5, 18, 22, 46], "|main|": [7, 8]}, "question_id": "8945"} {"nl": "convert file to the current locale's encoding, and output to a file", "cmd": "iconv -f {{from_encoding}} {{input_file}} > {{output_file}}", "tldr_cmd_name": "iconv", "cmd_name": "iconv", "manual_exist": true, "oracle_man": ["iconv_3", "iconv_4", "iconv_5", "iconv_7", "iconv_12", "iconv_19", "iconv_20", "iconv_22", "iconv_46"], "matching_info": {"-f": [3, 4, 5, 12, 19, 20, 22, 46], "|main|": [7, 8]}, "question_id": "8946"} {"nl": "list supported encodings", "cmd": "iconv -l", "tldr_cmd_name": "iconv", "cmd_name": "iconv", "manual_exist": true, "oracle_man": ["iconv_6", "iconv_7", "iconv_16", "iconv_34", "iconv_35"], "matching_info": {"-l": [6, 16, 34, 35], "|main|": [7, 8]}, "question_id": "8947"} {"nl": "compress a file to the xz file format", "cmd": "xz {{file}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_5"], "matching_info": {"|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8952"} {"nl": "decompress a xz file", "cmd": "xz -d {{file.xz}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_3", "xz_4", "xz_5", "xz_22", "xz_33", "xz_34", "xz_35", "xz_43", "xz_47", "xz_55", "xz_108", "xz_109", "xz_164", "xz_236", "xz_240", "xz_250", "xz_269"], "matching_info": {"-d": [3, 4, 22, 33, 34, 35, 43, 47, 55, 108, 109, 164, 236, 240, 250, 269], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8953"} {"nl": "compress a file to the lzma file format", "cmd": "xz --format={{lzma}} {{file}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_3", "xz_5", "xz_23", "xz_43", "xz_51", "xz_54", "xz_55", "xz_58", "xz_101", "xz_110", "xz_117", "xz_150"], "matching_info": {"--format": [3, 23, 43, 51, 54, 55, 58, 101, 110, 117, 150], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8954"} {"nl": "decompress an lzma file", "cmd": "xz -d --format={{lzma}} {{file.lzma}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_3", "xz_4", "xz_5", "xz_22", "xz_23", "xz_33", "xz_34", "xz_35", "xz_43", "xz_47", "xz_51", "xz_54", "xz_55", "xz_58", "xz_101", "xz_108", "xz_109", "xz_110", "xz_117", "xz_150", "xz_164", "xz_236", "xz_240", "xz_250", "xz_269"], "matching_info": {"-d": [3, 4, 22, 33, 34, 35, 43, 47, 55, 108, 109, 164, 236, 240, 250, 269], "--format": [3, 23, 43, 51, 54, 55, 58, 101, 110, 117, 150], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8955"} {"nl": "decompress a file and write to stdout", "cmd": "xz -dc {{file.xz}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_4", "xz_5", "xz_240"], "matching_info": {"-dc": [4, 240], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8956"} {"nl": "compress a file, but don't delete the original", "cmd": "xz -k {{file}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_5", "xz_18", "xz_39", "xz_44"], "matching_info": {"-k": [18, 39, 44], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8957"} {"nl": "compress a file using the fastest compression", "cmd": "xz -0 {{file}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_5", "xz_70", "xz_72", "xz_77", "xz_83", "xz_85", "xz_87", "xz_114", "xz_123", "xz_221", "xz_223", "xz_242", "xz_252", "xz_253"], "matching_info": {"-0": [70, 72, 77, 83, 85, 87, 114, 123, 221, 223, 242, 252, 253], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8958"} {"nl": "compress a file using the best compression", "cmd": "xz -9 {{file}}", "tldr_cmd_name": "xz", "cmd_name": "xz", "manual_exist": true, "oracle_man": ["xz_5", "xz_20", "xz_23", "xz_70", "xz_71", "xz_72", "xz_74", "xz_77", "xz_79", "xz_80", "xz_83", "xz_85", "xz_87", "xz_114", "xz_123", "xz_144", "xz_221", "xz_223", "xz_252", "xz_257"], "matching_info": {"-9": [20, 23, 70, 71, 72, 74, 77, 79, 80, 83, 85, 87, 114, 123, 144, 221, 223, 252, 257], "|main|": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, "question_id": "8959"} {"nl": "apply a patch using a diff file (filenames must be included in the diff file)", "cmd": "patch < {{patch.diff}}", "tldr_cmd_name": "patch", "cmd_name": "patch", "manual_exist": true, "oracle_man": ["patch_5"], "matching_info": {"|main|": [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": "8987"} {"nl": "apply a patch to a specific file", "cmd": "patch {{path/to/file}} < {{patch.diff}}", "tldr_cmd_name": "patch", "cmd_name": "patch", "manual_exist": true, "oracle_man": ["patch_5"], "matching_info": {"|main|": [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": "8988"} {"nl": "patch a file writing the result to a different file", "cmd": "patch {{path/to/input_file}} -o {{path/to/output_file}} < {{patch.diff}}", "tldr_cmd_name": "patch", "cmd_name": "patch", "manual_exist": true, "oracle_man": ["patch_5", "patch_42", "patch_52", "patch_76", "patch_125"], "matching_info": {"-o": [42, 52, 76, 125], "|main|": [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": "8989"} {"nl": "apply a patch to the current directory", "cmd": "patch -p1 < {{patch.diff}}", "tldr_cmd_name": "patch", "cmd_name": "patch", "manual_exist": true, "oracle_man": ["patch_5", "patch_55", "patch_116"], "matching_info": {"-p1": [55, 116], "|main|": [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": "8990"} {"nl": "apply the reverse of a patch", "cmd": "patch -R < {{patch.diff}}", "tldr_cmd_name": "patch", "cmd_name": "patch", "manual_exist": true, "oracle_man": ["patch_5", "patch_51", "patch_74", "patch_75", "patch_125"], "matching_info": {"-R": [51, 74, 75, 125], "|main|": [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": "8991"} {"nl": "display the man page for a command", "cmd": "man {{command}}", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_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": "9011"} {"nl": "display the man page for a command from section 7", "cmd": "man {{7}} {{command}}", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_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": "9012"} {"nl": "display the path searched for manpages", "cmd": "man --path", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_3"], "matching_info": {"--path": [], "|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": "9013"} {"nl": "display the location of a manpage rather than the manpage itself", "cmd": "man -w {{command}}", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_3", "man_12", "man_20"], "matching_info": {"-w": [12, 20], "|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": "9014"} {"nl": "display the man page using a specific locale", "cmd": "man {{command}} --locale={{locale}}", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_3"], "matching_info": {"--locale": [], "|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": "9015"} {"nl": "search for manpages containing a search string", "cmd": "man -k \"{{search_string}}\"", "tldr_cmd_name": "man", "cmd_name": "man", "manual_exist": true, "oracle_man": ["man_3", "man_11"], "matching_info": {"-k": [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": "9016"} {"nl": "convert tabs in each file to spaces, writing to standard output", "cmd": "expand {{file}}", "tldr_cmd_name": "expand", "cmd_name": "expand", "manual_exist": true, "oracle_man": ["expand_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "9049"} {"nl": "convert tabs to spaces, reading from standard input", "cmd": "expand", "tldr_cmd_name": "expand", "cmd_name": "expand", "manual_exist": true, "oracle_man": ["expand_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "9050"} {"nl": "do not convert tabs after non blanks", "cmd": "expand -i {{file}}", "tldr_cmd_name": "expand", "cmd_name": "expand", "manual_exist": true, "oracle_man": ["expand_3", "expand_6"], "matching_info": {"-i": [6], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "9051"} {"nl": "have tabs a certain number of characters apart, not 8", "cmd": "expand -t={{number}} {{file}}", "tldr_cmd_name": "expand", "cmd_name": "expand", "manual_exist": true, "oracle_man": ["expand_3", "expand_7", "expand_8"], "matching_info": {"-t": [7, 8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "9052"} {"nl": "use a comma separated list of explicit tab positions", "cmd": "expand -t={{1,4,6}}", "tldr_cmd_name": "expand", "cmd_name": "expand", "manual_exist": true, "oracle_man": ["expand_3", "expand_7", "expand_8"], "matching_info": {"-t": [7, 8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "9053"} {"nl": "unlock the bootloader", "cmd": "fastboot oem unlock", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_28", "fastboot_30"], "matching_info": {"oem": [], "unlock": [28, 30], "|main|": [3, 4]}, "question_id": "9106"} {"nl": "relock the bootloader", "cmd": "fastboot oem lock", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_27", "fastboot_29"], "matching_info": {"oem": [], "lock": [27, 29], "|main|": [3, 4]}, "question_id": "9107"} {"nl": "reboot the device from fastboot mode into fastboot mode again", "cmd": "fastboot reboot bootloader", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_40"], "matching_info": {"reboot": [40], "bootloader": [40], "|main|": [3, 4]}, "question_id": "9108"} {"nl": "flash a given image", "cmd": "fastboot flash {{file.zip}}", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_26", "fastboot_37"], "matching_info": {"flash": [26, 37], "|main|": [3, 4]}, "question_id": "9109"} {"nl": "flash a custom recovery image", "cmd": "fastboot flash recovery {{file.img}}", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_26", "fastboot_37"], "matching_info": {"flash": [26, 37], "recovery": [], "|main|": [3, 4]}, "question_id": "9110"} {"nl": "display connected devices", "cmd": "fastboot devices", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_8", "fastboot_20", "fastboot_38"], "matching_info": {"devices": [8, 20, 38], "|main|": [3, 4]}, "question_id": "9111"} {"nl": "display all information of a device", "cmd": "fastboot getvar all", "tldr_cmd_name": "fastboot", "cmd_name": "fastboot", "manual_exist": true, "oracle_man": ["fastboot_3", "fastboot_34"], "matching_info": {"getvar": [34], "all": [], "|main|": [3, 4]}, "question_id": "9112"} {"nl": "identify all duplicates in a given directory and output a summary", "cmd": "rdfind -dryrun true {{path/to/directory}}", "tldr_cmd_name": "rdfind", "cmd_name": "rdfind", "manual_exist": true, "oracle_man": ["rdfind_3", "rdfind_13", "rdfind_16", "rdfind_17", "rdfind_19", "rdfind_21", "rdfind_22", "rdfind_23", "rdfind_25", "rdfind_28"], "matching_info": {"-dryrun": [23, 28], "true": [13, 16, 17, 19, 21, 22, 23, 25, 28], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9113"} {"nl": "replace all duplicates with hardlinks", "cmd": "rdfind -makehardlinks true {{path/to/directory}}", "tldr_cmd_name": "rdfind", "cmd_name": "rdfind", "manual_exist": true, "oracle_man": ["rdfind_3", "rdfind_13", "rdfind_16", "rdfind_17", "rdfind_19", "rdfind_21", "rdfind_22", "rdfind_23", "rdfind_25", "rdfind_28"], "matching_info": {"-makehardlinks": [22], "true": [13, 16, 17, 19, 21, 22, 23, 25, 28], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9114"} {"nl": "replace all duplicates with symlinks/soft links", "cmd": "rdfind -makesymlinks true {{path/to/directory}}", "tldr_cmd_name": "rdfind", "cmd_name": "rdfind", "manual_exist": true, "oracle_man": ["rdfind_3", "rdfind_13", "rdfind_16", "rdfind_17", "rdfind_19", "rdfind_21", "rdfind_22", "rdfind_23", "rdfind_25", "rdfind_28"], "matching_info": {"-makesymlinks": [21], "true": [13, 16, 17, 19, 21, 22, 23, 25, 28], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9115"} {"nl": "delete all duplicates and do not ignore empty files", "cmd": "rdfind -deleteduplicates true -ignoreempty false {{path/to/directory}}", "tldr_cmd_name": "rdfind", "cmd_name": "rdfind", "manual_exist": true, "oracle_man": ["rdfind_3", "rdfind_13", "rdfind_16", "rdfind_17", "rdfind_19", "rdfind_21", "rdfind_22", "rdfind_23", "rdfind_25", "rdfind_28", "rdfind_32"], "matching_info": {"-deleteduplicates": [25, 32], "true": [13, 16, 17, 19, 21, 22, 23, 25, 28], "-ignoreempty": [13], "false": [13, 16, 17, 19, 21, 22, 23, 25], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9116"} {"nl": "open a file", "cmd": "less {{source_file}}", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "9119"} {"nl": "page down / up", "cmd": " (down), b (up)", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"Space": [], "(down),": [], "b": [], "(up)": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9120"} {"nl": "go to end / start of file", "cmd": "G (end), g (start)", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"G": [], "(end),": [], "g": [], "(start)": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9121"} {"nl": "forward search for a string (press `n`/`n` to go to next/previous match)", "cmd": "/{{something}}", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "9122"} {"nl": "backward search for a string (press `n`/`n` to go to next/previous match)", "cmd": "?{{something}}", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "9123"} {"nl": "follow the output of the currently opened file", "cmd": "F", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"F": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9124"} {"nl": "open the current file in an editor", "cmd": "v", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"v": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9125"} {"nl": "exit", "cmd": "q", "tldr_cmd_name": "less", "cmd_name": "less", "manual_exist": true, "oracle_man": ["less_3"], "matching_info": {"q": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "9126"} {"nl": "open a pdf on the first page", "cmd": "mupdf {{filename}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3"], "matching_info": {"|main|": [3]}, "question_id": "9292"} {"nl": "open a pdf on page 3", "cmd": "mupdf {{filename}} {{3}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3"], "matching_info": {"|main|": [3]}, "question_id": "9293"} {"nl": "open a password secured pdf", "cmd": "mupdf -p {{password}} {{filename}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3", "mupdf_5", "mupdf_8", "mupdf_47", "mupdf_51"], "matching_info": {"-p": [5, 8, 47, 51], "|main|": [3]}, "question_id": "9294"} {"nl": "open a pdf with an initial zoom level, specified as dpi, of 72", "cmd": "mupdf -r {{72}} {{filename}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3", "mupdf_6"], "matching_info": {"-r": [6], "|main|": [3]}, "question_id": "9295"} {"nl": "open a pdf with inverted color", "cmd": "mupdf -I {{filename}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3"], "matching_info": {"-I": [], "|main|": [3]}, "question_id": "9296"} {"nl": "open a pdf tinted red #ff0000 (hexadecimal color syntax rrggbb)", "cmd": "mupdf -C {{FF0000}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3", "mupdf_8"], "matching_info": {"-C": [8], "|main|": [3]}, "question_id": "9297"} {"nl": "open a pdf without antialiasing (0 = off, 8 = best)", "cmd": "mupdf -A {{0}}", "tldr_cmd_name": "mupdf", "cmd_name": "mupdf", "manual_exist": true, "oracle_man": ["mupdf_3", "mupdf_7"], "matching_info": {"-A": [7], "|main|": [3]}, "question_id": "9298"} {"nl": "switch to superuser (requires the root password)", "cmd": "su", "tldr_cmd_name": "su", "cmd_name": "su", "manual_exist": true, "oracle_man": ["su_1"], "matching_info": {"|main|": [1]}, "question_id": "9304"} {"nl": "switch to a given user (requires the user's password)", "cmd": "su {{username}}", "tldr_cmd_name": "su", "cmd_name": "su", "manual_exist": true, "oracle_man": ["su_1"], "matching_info": {"|main|": [1]}, "question_id": "9305"} {"nl": "switch to a given user and simulate a full login shell", "cmd": "su - {{username}}", "tldr_cmd_name": "su", "cmd_name": "su", "manual_exist": true, "oracle_man": ["su_1", "su_2", "su_3", "su_4", "su_9", "su_12"], "matching_info": {"-": [1, 2, 3, 4, 9, 12], "|main|": [1]}, "question_id": "9306"} {"nl": "execute a command as another user", "cmd": "su - {{username}} -c \"{{command}}\"", "tldr_cmd_name": "su", "cmd_name": "su", "manual_exist": true, "oracle_man": ["su_1", "su_2", "su_3", "su_4", "su_9", "su_12"], "matching_info": {"-": [1, 2, 3, 4, 9, 12], "-c": [4], "|main|": [1]}, "question_id": "9307"} {"nl": "generate a c project with a given name and version", "cmd": "meson init --language={{c}} --name={{myproject}} --version={{0.1}}", "tldr_cmd_name": "meson", "cmd_name": "meson", "manual_exist": true, "oracle_man": ["meson_2", "meson_12"], "matching_info": {"init": [], "--language": [], "--name": [], "--version": [12], "|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]}, "question_id": "9439"} {"nl": "configure the `builddir` with default values", "cmd": "meson setup {{build_dir}}", "tldr_cmd_name": "meson", "cmd_name": "meson", "manual_exist": true, "oracle_man": ["meson_2", "meson_4", "meson_5", "meson_10"], "matching_info": {"setup": [4, 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, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "9440"} {"nl": "build the project", "cmd": "meson compile -C {{path/to/build_dir}}", "tldr_cmd_name": "meson", "cmd_name": "meson", "manual_exist": true, "oracle_man": ["meson_2", "meson_32", "meson_37"], "matching_info": {"compile": [], "-C": [32, 37], "|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]}, "question_id": "9441"} {"nl": "show the help", "cmd": "meson --help", "tldr_cmd_name": "meson", "cmd_name": "meson", "manual_exist": true, "oracle_man": ["meson_2", "meson_13", "meson_27"], "matching_info": {"--help": [13, 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, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, "question_id": "9442"} {"nl": "show version info", "cmd": "meson --version", "tldr_cmd_name": "meson", "cmd_name": "meson", "manual_exist": true, "oracle_man": ["meson_2", "meson_12"], "matching_info": {"--version": [12], "|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]}, "question_id": "9443"} {"nl": "interactively select a workflow to view the latest jobs for", "cmd": "gh workflow view", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "view": [3], "|main|": [3]}, "question_id": "9488"} {"nl": "view a specific workflow in the default browser", "cmd": "gh workflow view {{id|workflow_name|filename.yml}} --web", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "view": [3], "--web": [], "|main|": [3]}, "question_id": "9489"} {"nl": "display the yaml definition of a specific workflow", "cmd": "gh workflow view {{id|workflow_name|filename.yml}} --yaml", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "view": [3], "--yaml": [], "|main|": [3]}, "question_id": "9490"} {"nl": "display the yaml definition for a specific git branch or tag", "cmd": "gh workflow view {{id|workflow_name|filename.yml}} --ref {{branch_or_tag_name}} --yaml", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "view": [3], "--ref": [], "--yaml": [], "|main|": [3]}, "question_id": "9491"} {"nl": "list workflow files (use `all` to include disabled workflows)", "cmd": "gh workflow list", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "list": [], "|main|": [3]}, "question_id": "9492"} {"nl": "run a manual workflow with parameters", "cmd": "gh workflow run {{id|workflow_name|filename.yml}} --raw-field {{param1}}={{value1}} --raw-field {{param2}}={{value2}}", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "run": [], "--raw-field": [], "|main|": [3]}, "question_id": "9493"} {"nl": "run a manual workflow using a specific branch or tag with json parameters from stdin", "cmd": "echo '{{{\"param1\":\"value1\", \"param2\":\"value2\"}}}' | gh workflow run {{id|workflow_name|filename.yml}} --ref {{branch_or_tag_name}}", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"echo": [], "gh": [0, 2], "workflow": [2], "run": [], "--ref": [], "|main|": [3]}, "question_id": "9494"} {"nl": "enable or disable a specific workflow", "cmd": "gh workflow {{enable|disable}} {{id|workflow_name|filename.yml}}", "tldr_cmd_name": "gh-workflow", "cmd_name": "gh-workflow", "manual_exist": true, "oracle_man": ["gh-workflow_0", "gh-workflow_2", "gh-workflow_3"], "matching_info": {"gh": [0, 2], "workflow": [2], "|main|": [3]}, "question_id": "9495"} {"nl": "display general help", "cmd": "gh help", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"help": [], "|main|": [3]}, "question_id": "9527"} {"nl": "display help for the `gh help` subcommand", "cmd": "gh help --help", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3", "gh_4"], "matching_info": {"help": [], "--help": [4], "|main|": [3]}, "question_id": "9528"} {"nl": "display help about environment variables that can be used with `gh`", "cmd": "gh environment", "tldr_cmd_name": "gh-environment", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"environment": [], "|main|": [3]}, "question_id": "3740"} {"nl": "display a markdown reference of all `gh` commands", "cmd": "gh help reference", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"help": [], "reference": [], "|main|": [3]}, "question_id": "9530"} {"nl": "display help about formatting json output from `gh` using `jq`", "cmd": "gh formatting", "tldr_cmd_name": "gh-formatting", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"formatting": [], "|main|": [3]}, "question_id": "8077"} {"nl": "display help about using `gh` with mintty", "cmd": "gh mintty", "tldr_cmd_name": "gh-mintty", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"mintty": [], "|main|": [3]}, "question_id": "4737"} {"nl": "display help for a subcommand", "cmd": "gh help {{subcommand}}", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"help": [], "|main|": [3]}, "question_id": "9533"} {"nl": "display help for a subcommand action", "cmd": "gh help {{pr}} {{create}}", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"help": [], "|main|": [3]}, "question_id": "9534"} {"nl": "download a torrent", "cmd": "deluge {{url|magnet|path/to/file}}", "tldr_cmd_name": "deluge", "cmd_name": "deluge", "manual_exist": true, "oracle_man": ["deluge_3"], "matching_info": {"|main|": [3, 4]}, "question_id": "9548"} {"nl": "download a torrent using a specific configuration file", "cmd": "deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}", "tldr_cmd_name": "deluge", "cmd_name": "deluge", "manual_exist": true, "oracle_man": ["deluge_3", "deluge_5"], "matching_info": {"-c": [5], "|main|": [3, 4]}, "question_id": "9549"} {"nl": "download a torrent and launch the specified user interface", "cmd": "deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}", "tldr_cmd_name": "deluge", "cmd_name": "deluge", "manual_exist": true, "oracle_man": ["deluge_3", "deluge_8"], "matching_info": {"-u": [8], "|main|": [3, 4]}, "question_id": "9550"} {"nl": "download a torrent and output the log to a file", "cmd": "deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}", "tldr_cmd_name": "deluge", "cmd_name": "deluge", "manual_exist": true, "oracle_man": ["deluge_3", "deluge_9", "deluge_10", "deluge_12"], "matching_info": {"-l": [9, 10, 12], "|main|": [3, 4]}, "question_id": "9551"} {"nl": "copy a local file to a remote host", "cmd": "scp {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_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]}, "question_id": "9586"} {"nl": "use a specific port when connecting to the remote host", "cmd": "scp -P {{port}} {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_2", "scp_3", "scp_24"], "matching_info": {"-P": [2, 24], "|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": "9587"} {"nl": "copy a file from a remote host to a local directory", "cmd": "scp {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_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]}, "question_id": "9588"} {"nl": "recursively copy the contents of a directory from a remote host to a local directory", "cmd": "scp -r {{remote_host}}:{{path/to/remote_directory}} {{path/to/local_directory}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_3", "scp_28"], "matching_info": {"-r": [28], "|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": "9589"} {"nl": "copy a file between two remote hosts transferring through the local host", "cmd": "scp -3 {{host1}}:{{path/to/remote_file}} {{host2}}:{{path/to/remote_directory}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_2", "scp_3", "scp_9"], "matching_info": {"-3": [2, 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]}, "question_id": "9590"} {"nl": "use a specific username when connecting to the remote host", "cmd": "scp {{path/to/local_file}} {{remote_username}}@{{remote_host}}:{{path/to/remote_directory}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_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]}, "question_id": "9591"} {"nl": "use a specific ssh private key for authentication with the remote host", "cmd": "scp -i {{~/.ssh/private_key}} {{local_file}} {{remote_host}}:{{/path/remote_file}}", "tldr_cmd_name": "scp", "cmd_name": "scp", "manual_exist": true, "oracle_man": ["scp_2", "scp_3", "scp_18"], "matching_info": {"-i": [2, 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]}, "question_id": "9592"} {"nl": "view security context of a file", "cmd": "ls -lZ {{path/to/file}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_3"], "matching_info": {"ls": [], "-lZ": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9605"} {"nl": "change the security context of a target file, using a reference file", "cmd": "chcon --reference={{reference_file}} {{target_file}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_2", "chcon_3", "chcon_13"], "matching_info": {"--reference": [2, 3, 13], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9606"} {"nl": "change the full selinux security context of a file", "cmd": "chcon {{user}}:{{role}}:{{type}}:{{range/level}} {{filename}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9607"} {"nl": "change only the user part of selinux security context", "cmd": "chcon -u {{user}} {{filename}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_2", "chcon_3", "chcon_7"], "matching_info": {"-u": [2, 7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9608"} {"nl": "change only the role part of selinux security context", "cmd": "chcon -r {{role}} {{filename}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_2", "chcon_3", "chcon_8", "chcon_10", "chcon_11", "chcon_12", "chcon_13", "chcon_14"], "matching_info": {"-r": [2, 3, 8, 10, 11, 12, 13, 14], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9609"} {"nl": "change only the type part of selinux security context", "cmd": "chcon -t {{type}} {{filename}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_2", "chcon_3", "chcon_9"], "matching_info": {"-t": [2, 9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9610"} {"nl": "change only the range/level part of selinux security context", "cmd": "chcon -l {{range/level}} {{filename}}", "tldr_cmd_name": "chcon", "cmd_name": "chcon", "manual_exist": true, "oracle_man": ["chcon_2", "chcon_3", "chcon_10"], "matching_info": {"-l": [2, 10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, "question_id": "9611"} {"nl": "print the value of a git logical variable", "cmd": "git var {{GIT_AUTHOR_IDENT|GIT_COMMITTER_IDENT|GIT_EDITOR|GIT_PAGER}}", "tldr_cmd_name": "git-var", "cmd_name": "git-var", "manual_exist": true, "oracle_man": ["git-var_2", "git-var_3", "git-var_5"], "matching_info": {"git": [2, 5], "var": [2, 5], "|main|": [3]}, "question_id": "9882"} {"nl": "[l]ist all git logical variables", "cmd": "git var -l", "tldr_cmd_name": "git-var", "cmd_name": "git-var", "manual_exist": true, "oracle_man": ["git-var_2", "git-var_3", "git-var_4", "git-var_5"], "matching_info": {"git": [2, 5], "var": [2, 5], "-l": [2, 4], "|main|": [3]}, "question_id": "9883"} {"nl": "print the hexadecimal representation of a file", "cmd": "hexyl {{path/to/file}}", "tldr_cmd_name": "hexyl", "cmd_name": "hexyl", "manual_exist": true, "oracle_man": ["hexyl_2"], "matching_info": {"|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9961"} {"nl": "print the hexadecimal representation of the first n bytes of a file", "cmd": "hexyl -n {{n}} {{path/to/file}}", "tldr_cmd_name": "hexyl", "cmd_name": "hexyl", "manual_exist": true, "oracle_man": ["hexyl_2", "hexyl_4", "hexyl_5", "hexyl_8"], "matching_info": {"-n": [4, 5, 8], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9962"} {"nl": "print bytes 512 through 1024 of a file", "cmd": "hexyl -r {{512}}:{{1024}} {{path/to/file}}", "tldr_cmd_name": "hexyl", "cmd_name": "hexyl", "manual_exist": true, "oracle_man": ["hexyl_2"], "matching_info": {"-r": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9963"} {"nl": "print 512 bytes starting at the 1024th byte", "cmd": "hexyl -r {{1024}}:+{{512}} {{path/to/file}}", "tldr_cmd_name": "hexyl", "cmd_name": "hexyl", "manual_exist": true, "oracle_man": ["hexyl_2"], "matching_info": {"-r": [], "|main|": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9964"} {"nl": "compile a source file", "cmd": "ocamlopt -o {{path/to/binary}} {{path/to/source_file.ml}}", "tldr_cmd_name": "ocamlopt", "cmd_name": "ocamlopt", "manual_exist": true, "oracle_man": ["ocamlopt_4", "ocamlopt_16", "ocamlopt_40", "ocamlopt_63", "ocamlopt_64", "ocamlopt_65", "ocamlopt_66", "ocamlopt_67", "ocamlopt_68", "ocamlopt_79", "ocamlopt_80"], "matching_info": {"-o": [16, 40, 63, 64, 65, 66, 67, 68, 79, 80], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9972"} {"nl": "compile with debugging enabled", "cmd": "ocamlopt -g -o {{path/to/binary}} {{path/to/source_file.ml}}", "tldr_cmd_name": "ocamlopt", "cmd_name": "ocamlopt", "manual_exist": true, "oracle_man": ["ocamlopt_4", "ocamlopt_16", "ocamlopt_40", "ocamlopt_41", "ocamlopt_63", "ocamlopt_64", "ocamlopt_65", "ocamlopt_66", "ocamlopt_67", "ocamlopt_68", "ocamlopt_79", "ocamlopt_80"], "matching_info": {"-g": [41], "-o": [16, 40, 63, 64, 65, 66, 67, 68, 79, 80], "|main|": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "9973"} {"nl": "display credential information, retrieving the username and password from configuration files", "cmd": "echo \"{{url=http://example.com}}\" | git credential fill", "tldr_cmd_name": "git-credential", "cmd_name": "git-credential", "manual_exist": true, "oracle_man": ["git-credential_2", "git-credential_3", "git-credential_16", "git-credential_20", "git-credential_27", "git-credential_28"], "matching_info": {"echo": [], "git": [2, 16], "credential": [2, 20, 27, 28], "fill": [2], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10017"} {"nl": "send credential information to all configured credential helpers to store for later use", "cmd": "echo \"{{url=http://example.com}}\" | git credential approve", "tldr_cmd_name": "git-credential", "cmd_name": "git-credential", "manual_exist": true, "oracle_man": ["git-credential_2", "git-credential_3", "git-credential_16", "git-credential_20", "git-credential_27", "git-credential_28"], "matching_info": {"echo": [], "git": [2, 16], "credential": [2, 20, 27, 28], "approve": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10018"} {"nl": "erase the specified credential information from all the configured credential helpers", "cmd": "echo \"{{url=http://example.com}}\" | git credential reject", "tldr_cmd_name": "git-credential", "cmd_name": "git-credential", "manual_exist": true, "oracle_man": ["git-credential_2", "git-credential_3", "git-credential_16", "git-credential_20", "git-credential_27", "git-credential_28"], "matching_info": {"echo": [], "git": [2, 16], "credential": [2, 20, 27, 28], "reject": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10019"} {"nl": "list currently running docker containers", "cmd": "docker ps", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"ps": [], "|main|": [4, 5, 6]}, "question_id": "10151"} {"nl": "list all docker containers (running and stopped)", "cmd": "docker ps -a", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"ps": [], "-a": [], "|main|": [4, 5, 6]}, "question_id": "10152"} {"nl": "start a container from an image, with a custom name", "cmd": "docker run --name {{container_name}} {{image}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"run": [], "--name": [], "|main|": [4, 5, 6]}, "question_id": "10153"} {"nl": "start or stop an existing container", "cmd": "docker {{start|stop}} {{container_name}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"|main|": [4, 5, 6]}, "question_id": "10154"} {"nl": "pull an image from a docker registry", "cmd": "docker pull {{image}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"pull": [], "|main|": [4, 5, 6]}, "question_id": "10155"} {"nl": "open a shell inside a running container", "cmd": "docker exec -it {{container_name}} {{sh}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4", "docker_10", "docker_12", "docker_13", "docker_14", "docker_15", "docker_16"], "matching_info": {"exec": [], "-it": [10, 12, 13, 14, 15, 16], "|main|": [4, 5, 6]}, "question_id": "10156"} {"nl": "remove a stopped container", "cmd": "docker rm {{container_name}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"rm": [], "|main|": [4, 5, 6]}, "question_id": "10157"} {"nl": "fetch and follow the logs of a container", "cmd": "docker logs -f {{container_name}}", "tldr_cmd_name": "docker", "cmd_name": "docker", "manual_exist": true, "oracle_man": ["docker_4"], "matching_info": {"logs": [], "-f": [], "|main|": [4, 5, 6]}, "question_id": "10158"} {"nl": "configure for first use", "cmd": "notmuch setup", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3", "notmuch_13"], "matching_info": {"setup": [13], "|main|": [3, 4, 5]}, "question_id": "10240"} {"nl": "add a tag for all messages matching a search term", "cmd": "notmuch tag +{{custom_tag}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"tag": [], "|main|": [3, 4, 5]}, "question_id": "10241"} {"nl": "remove a tag for all messages matching a search term", "cmd": "notmuch tag -{{custom_tag}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"tag": [], "|main|": [3, 4, 5]}, "question_id": "10242"} {"nl": "count messages matching the given search term", "cmd": "notmuch count --output={{messages|threads}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"count": [], "--output": [], "|main|": [3, 4, 5]}, "question_id": "10243"} {"nl": "search for messages matching the given search term", "cmd": "notmuch search --format={{json|text}} --output={{summary|threads|messages|files|tags}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"search": [], "--format": [], "--output": [], "|main|": [3, 4, 5]}, "question_id": "10244"} {"nl": "limit the number of search results to x", "cmd": "notmuch search --format={{json|text}} --output={{summary|threads|messages|files|tags}} --limit={{X}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"search": [], "--format": [], "--output": [], "--limit": [], "|main|": [3, 4, 5]}, "question_id": "10245"} {"nl": "create a reply template for a set of messages", "cmd": "notmuch reply --format={{default|headers-only}} --reply-to={{sender|all}} \"{{search_term}}\"", "tldr_cmd_name": "notmuch", "cmd_name": "notmuch", "manual_exist": true, "oracle_man": ["notmuch_3"], "matching_info": {"reply": [], "--format": [], "--reply-to": [], "|main|": [3, 4, 5]}, "question_id": "10246"} {"nl": "move file inside the repo and add the movement to the next commit", "cmd": "git mv {{path/to/file}} {{new/path/to/file}}", "tldr_cmd_name": "git-mv", "cmd_name": "git-mv", "manual_exist": true, "oracle_man": ["git-mv_2", "git-mv_3", "git-mv_4"], "matching_info": {"git": [2, 4], "mv": [2, 4], "|main|": [3, 4, 5, 6]}, "question_id": "10247"} {"nl": "rename file and add renaming to the next commit", "cmd": "git mv {{filename}} {{new_filename}}", "tldr_cmd_name": "git-mv", "cmd_name": "git-mv", "manual_exist": true, "oracle_man": ["git-mv_2", "git-mv_3", "git-mv_4"], "matching_info": {"git": [2, 4], "mv": [2, 4], "|main|": [3, 4, 5, 6]}, "question_id": "10248"} {"nl": "overwrite the file in the target path if it exists", "cmd": "git mv --force {{file}} {{target}}", "tldr_cmd_name": "git-mv", "cmd_name": "git-mv", "manual_exist": true, "oracle_man": ["git-mv_2", "git-mv_3", "git-mv_4", "git-mv_7"], "matching_info": {"git": [2, 4], "mv": [2, 4], "--force": [7], "|main|": [3, 4, 5, 6]}, "question_id": "10249"} {"nl": "start an ssh agent for the current shell", "cmd": "eval $(ssh-agent)", "tldr_cmd_name": "ssh-agent", "cmd_name": "ssh-agent", "manual_exist": true, "oracle_man": ["ssh-agent_3"], "matching_info": {"eval": [], "$(ssh-agent)": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "10257"} {"nl": "kill the currently running agent", "cmd": "ssh-agent -k", "tldr_cmd_name": "ssh-agent", "cmd_name": "ssh-agent", "manual_exist": true, "oracle_man": ["ssh-agent_2", "ssh-agent_3", "ssh-agent_10"], "matching_info": {"-k": [2, 10], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, "question_id": "10258"} {"nl": "show detailed configuration of all mounted zfs zpools", "cmd": "zdb", "tldr_cmd_name": "zdb", "cmd_name": "zdb", "manual_exist": true, "oracle_man": ["zdb_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "10322"} {"nl": "show detailed configuration for a specific zfs pool", "cmd": "zdb -C {{poolname}}", "tldr_cmd_name": "zdb", "cmd_name": "zdb", "manual_exist": true, "oracle_man": ["zdb_2", "zdb_3", "zdb_11", "zdb_68"], "matching_info": {"-C": [2, 11, 68], "|main|": [3, 4, 5, 6]}, "question_id": "10323"} {"nl": "show statistics about number, size and deduplication of blocks", "cmd": "zdb -b {{poolname}}", "tldr_cmd_name": "zdb", "cmd_name": "zdb", "manual_exist": true, "oracle_man": ["zdb_3", "zdb_8", "zdb_9", "zdb_52", "zdb_56"], "matching_info": {"-b": [8, 9, 52, 56], "|main|": [3, 4, 5, 6]}, "question_id": "10324"} {"nl": "start an interactive `yacas` session", "cmd": "yacas", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "10478"} {"nl": "while in a `yacas` session, execute a statement", "cmd": "{{Integrate(x)Cos(x)}};", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "10479"} {"nl": "while in a `yacas` session, display an example", "cmd": "{{Example()}};", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "10480"} {"nl": "quit from a `yacas` session", "cmd": "{{quit}}", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_3"], "matching_info": {"|main|": [3, 4, 5]}, "question_id": "10481"} {"nl": "execute one or more `yacas` scripts (without terminal or prompts), then exit", "cmd": "yacas -p -c {{path/to/script1}} {{path/to/script2}}", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_1", "yacas_3", "yacas_4", "yacas_7", "yacas_9", "yacas_15", "yacas_17"], "matching_info": {"-p": [1, 4, 9, 15], "-c": [7, 17], "|main|": [3, 4, 5]}, "question_id": "10482"} {"nl": "execute and print the result of one statement, then exit", "cmd": "echo \"{{Echo( Deriv(x)Cos(1/x) );}}\" | yacas -p -c /dev/stdin", "tldr_cmd_name": "yacas", "cmd_name": "yacas", "manual_exist": true, "oracle_man": ["yacas_1", "yacas_3", "yacas_4", "yacas_7", "yacas_9", "yacas_15", "yacas_17", "yacas_21"], "matching_info": {"echo": [21], "-p": [1, 4, 9, 15], "-c": [7, 17], "/dev/stdin": [], "|main|": [3, 4, 5]}, "question_id": "10483"} {"nl": "start php's builtin web server for the current laravel application", "cmd": "php artisan serve", "tldr_cmd_name": "php-artisan", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"artisan": [], "serve": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "10539"} {"nl": "start an interactive php commandline interface", "cmd": "php artisan tinker", "tldr_cmd_name": "php-artisan", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"artisan": [], "tinker": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "10540"} {"nl": "generate a new eloquent model class with a migration, factory and resource controller", "cmd": "php artisan make:model {{ModelName}} --all", "tldr_cmd_name": "php-artisan", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"artisan": [], "make:model": [], "--all": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "10541"} {"nl": "display a list of all available commands", "cmd": "php yii {{help}}", "tldr_cmd_name": "php-yii", "cmd_name": "php", "manual_exist": true, "oracle_man": ["php_10"], "matching_info": {"yii": [], "|main|": [10, 11, 12, 13, 14, 15]}, "question_id": "7057"} {"nl": "rename the branch you are currently on", "cmd": "git rename-branch {{new_branch_name}}", "tldr_cmd_name": "git-rename-branch", "cmd_name": "git-rename-branch", "manual_exist": true, "oracle_man": ["git-rename-branch_3", "git-rename-branch_8", "git-rename-branch_9"], "matching_info": {"git": [8, 9], "rename-branch": [8, 9], "|main|": [3]}, "question_id": "10587"} {"nl": "rename a specific branch", "cmd": "git rename-branch {{old_branch_name}} {{new_branch_name}}", "tldr_cmd_name": "git-rename-branch", "cmd_name": "git-rename-branch", "manual_exist": true, "oracle_man": ["git-rename-branch_3", "git-rename-branch_8", "git-rename-branch_9"], "matching_info": {"git": [8, 9], "rename-branch": [8, 9], "|main|": [3]}, "question_id": "10588"} {"nl": "prettyprint a csv file in a tabular format", "cmd": "mlr --icsv --opprint cat {{example.csv}}", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_4", "mlr_19", "mlr_20", "mlr_21", "mlr_22", "mlr_23", "mlr_28", "mlr_50", "mlr_52", "mlr_66", "mlr_105", "mlr_144", "mlr_353"], "matching_info": {"--icsv": [19, 20, 21, 22, 66, 105, 144], "--opprint": [4, 23, 28, 50, 66, 105, 144, 353], "cat": [52], "|main|": [3]}, "question_id": "10637"} {"nl": "receive json data and pretty print the output", "cmd": "echo '{\"hello\":\"world\"}' | mlr --ijson --opprint cat", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_4", "mlr_23", "mlr_26", "mlr_28", "mlr_50", "mlr_52", "mlr_66", "mlr_105", "mlr_144", "mlr_353"], "matching_info": {"echo": [], "{hello:world}": [], "--ijson": [26], "--opprint": [4, 23, 28, 50, 66, 105, 144, 353], "cat": [52], "|main|": [3]}, "question_id": "10638"} {"nl": "sort alphabetically on a field", "cmd": "mlr --icsv --opprint sort -f {{field}} {{example.csv}}", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_4", "mlr_13", "mlr_14", "mlr_16", "mlr_18", "mlr_19", "mlr_20", "mlr_21", "mlr_22", "mlr_23", "mlr_26", "mlr_27", "mlr_28", "mlr_29", "mlr_33", "mlr_35", "mlr_37", "mlr_40", "mlr_41", "mlr_42", "mlr_45", "mlr_50", "mlr_53", "mlr_59", "mlr_60", "mlr_61", "mlr_62", "mlr_63", "mlr_66", "mlr_67", "mlr_74", "mlr_78", "mlr_81", "mlr_85", "mlr_86", "mlr_87", "mlr_88", "mlr_90", "mlr_91", "mlr_93", "mlr_94", "mlr_95", "mlr_97", "mlr_98", "mlr_99", "mlr_100", "mlr_101", "mlr_105", "mlr_106", "mlr_114", "mlr_118", "mlr_119", "mlr_120", "mlr_127", "mlr_130", "mlr_133", "mlr_134", "mlr_136", "mlr_137", "mlr_139", "mlr_140", "mlr_143", "mlr_144", "mlr_145", "mlr_146", "mlr_147", "mlr_148", "mlr_149", "mlr_331", "mlr_332", "mlr_334", "mlr_339", "mlr_340", "mlr_341", "mlr_345", "mlr_346", "mlr_347", "mlr_351", "mlr_352", "mlr_353", "mlr_356", "mlr_357", "mlr_360", "mlr_362", "mlr_371", "mlr_372", "mlr_379", "mlr_380", "mlr_382", "mlr_385"], "matching_info": {"--icsv": [19, 20, 21, 22, 66, 105, 144], "--opprint": [4, 23, 28, 50, 66, 105, 144, 353], "sort": [133, 134], "-f": [4, 13, 14, 16, 18, 19, 20, 21, 22, 26, 27, 28, 29, 33, 35, 37, 40, 41, 42, 45, 50, 53, 59, 60, 61, 62, 63, 66, 67, 74, 78, 81, 85, 86, 87, 88, 90, 91, 93, 94, 95, 97, 98, 99, 100, 101, 105, 106, 114, 118, 119, 120, 127, 130, 133, 134, 136, 137, 139, 140, 143, 144, 145, 146, 147, 148, 149, 331, 332, 334, 339, 340, 341, 345, 346, 347, 351, 352, 353, 356, 357, 360, 362, 371, 372, 379, 380, 382, 385], "|main|": [3]}, "question_id": "10639"} {"nl": "sort in descending numerical order on a field", "cmd": "mlr --icsv --opprint sort -nr {{field}} {{example.csv}}", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_4", "mlr_19", "mlr_20", "mlr_21", "mlr_22", "mlr_23", "mlr_28", "mlr_41", "mlr_50", "mlr_66", "mlr_105", "mlr_133", "mlr_134", "mlr_144", "mlr_353"], "matching_info": {"--icsv": [19, 20, 21, 22, 66, 105, 144], "--opprint": [4, 23, 28, 50, 66, 105, 144, 353], "sort": [133, 134], "-nr": [41, 133, 134], "|main|": [3]}, "question_id": "10640"} {"nl": "convert csv to json, performing calculations and display those calculations", "cmd": "mlr --icsv --ojson put '${{newField1}} = ${{oldFieldA}}/${{oldFieldB}}' {{example.csv}}", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_19", "mlr_20", "mlr_21", "mlr_22", "mlr_26", "mlr_66", "mlr_103", "mlr_105", "mlr_112", "mlr_144", "mlr_341", "mlr_361", "mlr_382"], "matching_info": {"--icsv": [19, 20, 21, 22, 66, 105, 144], "--ojson": [26, 66, 105, 144, 341, 382], "put": [103, 112, 361], "=": [], "|main|": [3]}, "question_id": "10641"} {"nl": "receive json and format the output as vertical json", "cmd": "echo '{\"hello\":\"world\", \"foo\":\"bar\"}' | mlr --ijson --ojson --jvstack cat", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_26", "mlr_52", "mlr_66", "mlr_105", "mlr_144", "mlr_341", "mlr_382"], "matching_info": {"echo": [], "{hello:world,": [], "foo:bar}": [], "--ijson": [26], "--ojson": [26, 66, 105, 144, 341, 382], "--jvstack": [26], "cat": [52], "|main|": [3]}, "question_id": "10642"} {"nl": "filter lines of a compressed csv file treating numbers as strings", "cmd": "mlr --prepipe 'gunzip' --csv filter -S '${{fieldName}} =~ \"{{regular_expression}}\"' {{example.csv.gz}}", "tldr_cmd_name": "mlr", "cmd_name": "mlr", "manual_exist": true, "oracle_man": ["mlr_3", "mlr_4", "mlr_19", "mlr_20", "mlr_21", "mlr_22", "mlr_28", "mlr_31", "mlr_32", "mlr_33", "mlr_34", "mlr_38", "mlr_44", "mlr_64", "mlr_65", "mlr_68", "mlr_73", "mlr_88", "mlr_104", "mlr_107", "mlr_359"], "matching_info": {"--prepipe": [32, 33, 34, 88], "gunzip": [], "--csv": [4, 19, 20, 21, 22, 28, 44], "filter": [64, 73, 359], "-S": [31, 38, 65, 68, 104, 107], "=~": [], "|main|": [3]}, "question_id": "10643"} {"nl": "download the contents of a url to a file (named \"foo\" in this case)", "cmd": "wget {{https://example.com/foo}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3"], "matching_info": {"|main|": [3, 4, 5, 6]}, "question_id": "10720"} {"nl": "download the contents of a url to a file (named \"bar\" in this case)", "cmd": "wget --output-document {{bar}} {{https://example.com/foo}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_52", "wget_62"], "matching_info": {"--output-document": [52, 62], "|main|": [3, 4, 5, 6]}, "question_id": "10721"} {"nl": "download a single web page and all its resources with 3second intervals between requests (scripts, stylesheets, images, etc.)", "cmd": "wget --page-requisites --convert-links --wait=3 {{https://example.com/somepage.html}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_302", "wget_303", "wget_316", "wget_347"], "matching_info": {"--page-requisites": [316, 347], "--convert-links": [302, 303], "--wait=3": [], "|main|": [3, 4, 5, 6]}, "question_id": "10722"} {"nl": "download all listed files within a directory and its subdirectories (does not download embedded page elements)", "cmd": "wget --mirror --no-parent {{https://example.com/somepath/}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_315", "wget_353"], "matching_info": {"--mirror": [315], "--no-parent": [353], "|main|": [3, 4, 5, 6]}, "question_id": "10723"} {"nl": "limit the download speed and the number of connection retries", "cmd": "wget --limit-rate={{300k}} --tries={{100}} {{https://example.com/somepath/}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_8", "wget_51", "wget_107", "wget_108"], "matching_info": {"--limit-rate": [107, 108], "--tries": [8, 51], "|main|": [3, 4, 5, 6]}, "question_id": "10724"} {"nl": "download a file from an http server using basic auth (also works for ftp)", "cmd": "wget --user={{username}} --password={{password}} {{https://example.com}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_138", "wget_139", "wget_204", "wget_207"], "matching_info": {"--user": [138, 204, 207], "--password": [138, 139], "|main|": [3, 4, 5, 6]}, "question_id": "10725"} {"nl": "continue an incomplete download", "cmd": "wget --continue {{https://example.com}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_66", "wget_78"], "matching_info": {"--continue": [66, 78], "|main|": [3, 4, 5, 6]}, "question_id": "10726"} {"nl": "download all urls stored in a text file to a specific directory", "cmd": "wget --directory-prefix {{path/to/directory}} --input-file {{URLs.txt}}", "tldr_cmd_name": "wget", "cmd_name": "wget", "manual_exist": true, "oracle_man": ["wget_3", "wget_32", "wget_44", "wget_160"], "matching_info": {"--directory-prefix": [160], "--input-file": [32, 44], "|main|": [3, 4, 5, 6]}, "question_id": "10727"} {"nl": "transform a raw html file into a cleaned, indented, and colored format", "cmd": "cat {{index.html}} | pup --color", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "--color": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10728"} {"nl": "filter html by element tag name", "cmd": "cat {{index.html}} | pup '{{tag}}'", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10729"} {"nl": "filter html by id", "cmd": "cat {{index.html}} | pup '{{div#id}}'", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10730"} {"nl": "filter html by attribute value", "cmd": "cat {{index.html}} | pup '{{input[type=\"text\"]}}'", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10731"} {"nl": "print all text from the filtered html elements and their children", "cmd": "cat {{index.html}} | pup '{{div}} text{}'", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "text{}": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10732"} {"nl": "print html as json", "cmd": "cat {{index.html}} | pup '{{div}} json{}'", "tldr_cmd_name": "pup", "cmd_name": "pup", "manual_exist": true, "oracle_man": ["pup_3"], "matching_info": {"cat": [], "json{}": [], "|main|": [3, 4, 5, 6, 7, 8]}, "question_id": "10733"} {"nl": "view documentation for the original command", "cmd": "tldr pio debug", "tldr_cmd_name": "piodebuggdb", "cmd_name": "piodebuggdb", "manual_exist": true, "oracle_man": ["piodebuggdb_1", "piodebuggdb_194", "piodebuggdb_198", "piodebuggdb_308", "piodebuggdb_309", "piodebuggdb_320", "piodebuggdb_506", "piodebuggdb_507", "piodebuggdb_512", "piodebuggdb_530", "piodebuggdb_533", "piodebuggdb_536", "piodebuggdb_588", "piodebuggdb_1100", "piodebuggdb_1114", "piodebuggdb_1115", "piodebuggdb_1116", "piodebuggdb_1117", "piodebuggdb_1355", "piodebuggdb_1435", "piodebuggdb_1588", "piodebuggdb_1761", "piodebuggdb_1779", "piodebuggdb_2071", "piodebuggdb_2501", "piodebuggdb_2505", "piodebuggdb_2613", "piodebuggdb_2616", "piodebuggdb_2953", "piodebuggdb_2954", "piodebuggdb_2955", "piodebuggdb_2956", "piodebuggdb_2957", "piodebuggdb_2958", "piodebuggdb_2959", "piodebuggdb_2960", "piodebuggdb_2961", "piodebuggdb_2962", "piodebuggdb_2963", "piodebuggdb_2967", "piodebuggdb_2968", "piodebuggdb_2973", "piodebuggdb_2976", "piodebuggdb_2983", "piodebuggdb_2988", "piodebuggdb_2992", "piodebuggdb_2993", "piodebuggdb_2995", "piodebuggdb_2998", "piodebuggdb_3004", "piodebuggdb_3007", "piodebuggdb_3008", "piodebuggdb_3013", "piodebuggdb_3019", "piodebuggdb_3020", "piodebuggdb_3026", "piodebuggdb_3036", "piodebuggdb_3044", "piodebuggdb_3048", "piodebuggdb_3089", "piodebuggdb_3214", "piodebuggdb_3296", "piodebuggdb_3302", "piodebuggdb_3394", "piodebuggdb_3398", "piodebuggdb_3441", "piodebuggdb_3442", "piodebuggdb_3443", "piodebuggdb_4044", "piodebuggdb_26264", "piodebuggdb_26266", "piodebuggdb_26436", "piodebuggdb_26437", "piodebuggdb_26816", "piodebuggdb_26817", "piodebuggdb_26818", "piodebuggdb_26819", "piodebuggdb_26822", "piodebuggdb_26829", "piodebuggdb_26831", "piodebuggdb_26834", "piodebuggdb_27080", "piodebuggdb_27081", "piodebuggdb_27087", "piodebuggdb_27107", "piodebuggdb_27108", "piodebuggdb_27148", "piodebuggdb_27149", "piodebuggdb_27156", "piodebuggdb_27162", "piodebuggdb_27166", "piodebuggdb_27170", "piodebuggdb_27174", "piodebuggdb_27176", "piodebuggdb_27178", "piodebuggdb_27203", "piodebuggdb_27204", "piodebuggdb_27210", "piodebuggdb_27212", "piodebuggdb_27214", "piodebuggdb_28075", "piodebuggdb_28077", "piodebuggdb_28078", "piodebuggdb_28079", "piodebuggdb_28080", "piodebuggdb_28081", "piodebuggdb_28350", "piodebuggdb_28376", "piodebuggdb_28533", "piodebuggdb_29041", "piodebuggdb_29357", "piodebuggdb_29360", "piodebuggdb_29364", "piodebuggdb_29369", "piodebuggdb_29373"], "matching_info": {"tldr": [], "pio": [194, 198, 308, 309, 320, 536, 1100, 1114, 1115, 1116, 1117, 1355, 1761, 1779, 3296, 3302, 3441, 3442, 3443, 4044, 27080, 27081, 27087, 27107, 27108, 27148, 27149, 27156, 27162, 27166, 27170, 27174, 27176, 27178, 27203, 27204, 27210, 27212, 27214, 28075, 28077, 28078, 28079, 28080, 28081, 28350, 28376, 29041], "debug": [506, 507, 512, 530, 533, 588, 1435, 1588, 2071, 2501, 2505, 2613, 2616, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2967, 2968, 2973, 2976, 2983, 2988, 2992, 2993, 2995, 2998, 3004, 3007, 3008, 3013, 3019, 3020, 3026, 3036, 3044, 3048, 3089, 3214, 3394, 3398, 26264, 26266, 26436, 26437, 26816, 26817, 26818, 26819, 26822, 26829, 26831, 26834, 28533, 29357, 29360, 29364, 29369, 29373], "|main|": [1, 2, 3, 4, 5, 6, 7, 8]}, "question_id": "10745"} {"nl": "initialize an elm project, generates an elm.json file", "cmd": "elm init", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"init": [], "|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": "10795"} {"nl": "start interactive elm shell", "cmd": "elm repl", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"repl": [], "|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": "10796"} {"nl": "compile an elm file, output the result to an `index.html` file", "cmd": "elm make {{source}}", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"make": [], "|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": "10797"} {"nl": "compile an elm file, output the result to a javascript file", "cmd": "elm make {{source}} --output={{destination}}.js", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"make": [], "--output": [], "|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": "10798"} {"nl": "start local web server that compiles elm files on page load", "cmd": "elm reactor", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"reactor": [], "|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": "10799"} {"nl": "install elm package from https//package.elmlang.org", "cmd": "elm install {{author}}/{{package}}", "tldr_cmd_name": "elm", "cmd_name": "elm", "manual_exist": true, "oracle_man": ["elm_3"], "matching_info": {"install": [], "|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": "10800"} {"nl": "query an ldap server for all items that are a member of the given group and return the object's displayname value", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} -b {{base_ou}} '{{memberOf=group1}}' displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_19", "ldapsearch_27", "ldapsearch_29", "ldapsearch_63", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "-b": [2, 19, 63], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10868"} {"nl": "query an ldap server with a nonewline password file for all items that are a member of the given group and return the object's displayname value", "cmd": "ldapsearch -D '{{admin_DN}}' -y '{{password_file}}' -h {{ldap_host}} -b {{base_ou}} '{{memberOf=group1}}' displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_19", "ldapsearch_27", "ldapsearch_30", "ldapsearch_63", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-y": [2, 30], "-h": [], "-b": [2, 19, 63], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10869"} {"nl": "return 5 items that match the given filter", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} -b {{base_ou}} '{{memberOf=group1}}' -z 5 displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_19", "ldapsearch_23", "ldapsearch_27", "ldapsearch_29", "ldapsearch_63", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "-b": [2, 19, 63], "-z": [2, 23], "5": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10870"} {"nl": "wait up to 7 seconds for a response", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} -b {{base_ou}} '{{memberOf=group1}}' -l 7 displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_18", "ldapsearch_19", "ldapsearch_20", "ldapsearch_22", "ldapsearch_27", "ldapsearch_29", "ldapsearch_63", "ldapsearch_64", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "-b": [2, 19, 63], "-l": [2, 18, 20, 22, 64], "7": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10871"} {"nl": "invert the filter", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} -b {{base_ou}} '(!(memberOf={{group1}}))' displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_19", "ldapsearch_27", "ldapsearch_29", "ldapsearch_63", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "-b": [2, 19, 63], "(!(memberOf": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10872"} {"nl": "return all items that are part of multiple groups, returning the display name for each item", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} '(&({{memberOf=group1}})({{memberOf=group2}})({{memberOf=group3}}))' \"displayName\"", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_27", "ldapsearch_29", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10873"} {"nl": "return all items that are members of at least 1 of the specified groups", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} '(|({{memberOf=group1}})({{memberOf=group1}})({{memberOf=group3}}))' displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_27", "ldapsearch_29", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "(": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10874"} {"nl": "combine multiple boolean logic filters", "cmd": "ldapsearch -D '{{admin_DN}}' -w '{{password}}' -h {{ldap_host}} '(&({{memberOf=group1}})({{memberOf=group2}})(!({{memberOf=group3}})))' displayName", "tldr_cmd_name": "ldapsearch", "cmd_name": "ldapsearch", "manual_exist": true, "oracle_man": ["ldapsearch_2", "ldapsearch_3", "ldapsearch_27", "ldapsearch_29", "ldapsearch_67"], "matching_info": {"-D": [2, 27, 67], "-w": [2, 29], "-h": [], "displayName": [], "|main|": [3, 4, 5, 6]}, "question_id": "10875"} {"nl": "display the subcommand help", "cmd": "gh api --help", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_28"], "matching_info": {"gh": [0, 2], "api": [2], "--help": [28], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10907"} {"nl": "display the releases for the current repository in json format", "cmd": "gh api repos/:owner/:repo/releases", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3"], "matching_info": {"gh": [0, 2], "api": [2], "repos/:owner/:repo/releases": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10908"} {"nl": "create a reaction for a specific issue", "cmd": "gh api --header {{Accept:application/vnd.github.squirrel-girl-preview+json}} --raw-field '{{content=+1}}' {{repos/:owner/:repo/issues/123/reactions}}", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_7", "gh-api_17", "gh-api_25"], "matching_info": {"gh": [0, 2], "api": [2], "--header": [17], "--raw-field": [7, 25], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10909"} {"nl": "display the result of a graphql query in json format", "cmd": "gh api graphql --field {{name=':repo'}} --raw-field '{{query}}'", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_7", "gh-api_8", "gh-api_13", "gh-api_16", "gh-api_25"], "matching_info": {"gh": [0, 2], "api": [2], "graphql": [], "--field": [7, 8, 13, 16], "--raw-field": [7, 25], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10910"} {"nl": "send a request using a custom http method", "cmd": "gh api --method {{POST}} {{endpoint}}", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_6", "gh-api_7", "gh-api_22"], "matching_info": {"gh": [0, 2], "api": [2], "--method": [6, 7, 22], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10911"} {"nl": "include the http response headers in the output", "cmd": "gh api --include {{endpoint}}", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_19"], "matching_info": {"gh": [0, 2], "api": [2], "--include": [19], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10912"} {"nl": "do not print the response body", "cmd": "gh api --silent {{endpoint}}", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_26"], "matching_info": {"gh": [0, 2], "api": [2], "--silent": [26], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10913"} {"nl": "send a request to a specific github enterprise server", "cmd": "gh api --hostname {{github.example.com}} {{endpoint}}", "tldr_cmd_name": "gh-api", "cmd_name": "gh-api", "manual_exist": true, "oracle_man": ["gh-api_0", "gh-api_2", "gh-api_3", "gh-api_18"], "matching_info": {"gh": [0, 2], "api": [2], "--hostname": [18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "10914"} {"nl": "list all docker images", "cmd": "docker images", "tldr_cmd_name": "docker-images", "cmd_name": "docker-images", "manual_exist": true, "oracle_man": ["docker-images_2", "docker-images_3", "docker-images_7"], "matching_info": {"docker": [2, 3], "images": [2, 7], "|main|": [3]}, "question_id": "10915"} {"nl": "list all docker images including intermediates", "cmd": "docker images --all", "tldr_cmd_name": "docker-images", "cmd_name": "docker-images", "manual_exist": true, "oracle_man": ["docker-images_2", "docker-images_3", "docker-images_4", "docker-images_7"], "matching_info": {"docker": [2, 3], "images": [2, 7], "--all": [4], "|main|": [3]}, "question_id": "10916"} {"nl": "list the output in quiet mode (only numeric ids)", "cmd": "docker images --quiet", "tldr_cmd_name": "docker-images", "cmd_name": "docker-images", "manual_exist": true, "oracle_man": ["docker-images_2", "docker-images_3", "docker-images_7", "docker-images_10"], "matching_info": {"docker": [2, 3], "images": [2, 7], "--quiet": [10], "|main|": [3]}, "question_id": "10917"} {"nl": "list all docker images not used by any container", "cmd": "docker images --filter dangling=true", "tldr_cmd_name": "docker-images", "cmd_name": "docker-images", "manual_exist": true, "oracle_man": ["docker-images_2", "docker-images_3", "docker-images_6", "docker-images_7"], "matching_info": {"docker": [2, 3], "images": [2, 7], "--filter": [6], "dangling=true": [], "|main|": [3]}, "question_id": "10918"} {"nl": "list images that contain a substring in their name", "cmd": "docker images \"{{*name*}}\"", "tldr_cmd_name": "docker-images", "cmd_name": "docker-images", "manual_exist": true, "oracle_man": ["docker-images_2", "docker-images_3", "docker-images_7"], "matching_info": {"docker": [2, 3], "images": [2, 7], "|main|": [3]}, "question_id": "10919"} {"nl": "start the interactive console interface", "cmd": "deluge-console", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7]}, "question_id": "11031"} {"nl": "connect to a deluge daemon instance", "cmd": "connect {{hostname}}:{{port}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"connect": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11032"} {"nl": "add a torrent to the daemon", "cmd": "add {{url|magnet|path/to/file}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3", "deluge-console_5", "deluge-console_7"], "matching_info": {"add": [5, 7], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11033"} {"nl": "display information about all torrents", "cmd": "info", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"info": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11034"} {"nl": "display information about a specific torrent", "cmd": "info {{torrent_id}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"info": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11035"} {"nl": "pause a torrent", "cmd": "pause {{torrent_id}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"pause": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11036"} {"nl": "resume a torrent", "cmd": "resume {{torrent_id}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"resume": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11037"} {"nl": "remove a torrent from the daemon", "cmd": "rm {{torrent_id}}", "tldr_cmd_name": "deluge-console", "cmd_name": "deluge-console", "manual_exist": true, "oracle_man": ["deluge-console_3"], "matching_info": {"rm": [], "|main|": [3, 4, 5, 6, 7]}, "question_id": "11038"} {"nl": "delete a ref, useful for soft resetting the first commit", "cmd": "git update-ref -d {{HEAD}}", "tldr_cmd_name": "git-update-ref", "cmd_name": "git-update-ref", "manual_exist": true, "oracle_man": ["git-update-ref_2", "git-update-ref_3", "git-update-ref_7", "git-update-ref_9", "git-update-ref_13", "git-update-ref_14", "git-update-ref_16", "git-update-ref_26"], "matching_info": {"git": [2, 9], "update-ref": [2, 9, 14, 16], "-d": [2, 7, 13, 26], "|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": "11065"} {"nl": "update ref with a message", "cmd": "git update-ref -m {{message}} {{HEAD}} {{4e95e05}}", "tldr_cmd_name": "git-update-ref", "cmd_name": "git-update-ref", "manual_exist": true, "oracle_man": ["git-update-ref_2", "git-update-ref_3", "git-update-ref_9", "git-update-ref_14", "git-update-ref_16", "git-update-ref_35", "git-update-ref_37"], "matching_info": {"git": [2, 9], "update-ref": [2, 9, 14, 16], "-m": [2, 35, 37], "|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": "11066"} {"nl": "list layers of a geopackage", "cmd": "ogrinfo {{input}}.gpkg", "tldr_cmd_name": "ogrinfo", "cmd_name": "ogrinfo", "manual_exist": true, "oracle_man": ["ogrinfo_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]}, "question_id": "11119"} {"nl": "get detailed information about a specific layer of a geopackage", "cmd": "ogrinfo {{input}}.gpkg {{layer_name}}", "tldr_cmd_name": "ogrinfo", "cmd_name": "ogrinfo", "manual_exist": true, "oracle_man": ["ogrinfo_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]}, "question_id": "11120"} {"nl": "only show summary information about a specific layer of a geopackage", "cmd": "ogrinfo -so {{input}}.gpkg {{layer_name}}", "tldr_cmd_name": "ogrinfo", "cmd_name": "ogrinfo", "manual_exist": true, "oracle_man": ["ogrinfo_2", "ogrinfo_3", "ogrinfo_8", "ogrinfo_41", "ogrinfo_42"], "matching_info": {"-so": [2, 8, 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, 34, 35, 36, 37]}, "question_id": "11121"} {"nl": "display a markdown reference of all `gh` commands", "cmd": "gh help reference", "tldr_cmd_name": "gh-help", "cmd_name": "gh", "manual_exist": true, "oracle_man": ["gh_3"], "matching_info": {"help": [], "reference": [], "|main|": [3]}, "question_id": "9530"} {"nl": "open the specified mailbox", "cmd": "mutt -f {{mailbox}}", "tldr_cmd_name": "mutt", "cmd_name": "mutt", "manual_exist": true, "oracle_man": ["mutt_2", "mutt_10", "mutt_22", "mutt_37"], "matching_info": {"-f": [2, 22, 37], "|main|": [10, 11]}, "question_id": "11208"} {"nl": "send an email and specify a subject and a cc recipient", "cmd": "mutt -s {{subject}} -c {{cc@example.com}} {{recipient@example.com}}", "tldr_cmd_name": "mutt", "cmd_name": "mutt", "manual_exist": true, "oracle_man": ["mutt_3", "mutt_4", "mutt_10", "mutt_17", "mutt_32"], "matching_info": {"-s": [3, 4, 32], "-c": [3, 4, 17], "|main|": [10, 11]}, "question_id": "11209"} {"nl": "send an email with files attached", "cmd": "mutt -a {{file1}} {{file2}} -- {{recipient@example.com}}", "tldr_cmd_name": "mutt", "cmd_name": "mutt", "manual_exist": true, "oracle_man": ["mutt_3", "mutt_4", "mutt_10", "mutt_13", "mutt_14", "mutt_15", "mutt_16", "mutt_17", "mutt_39"], "matching_info": {"-a": [3, 4, 13, 14, 15, 16, 17, 39], "--": [3, 4, 13, 14, 39], "|main|": [10, 11]}, "question_id": "11210"} {"nl": "specify a file to include as the message body", "cmd": "mutt -i {{file}} {{recipient@example.com}}", "tldr_cmd_name": "mutt", "cmd_name": "mutt", "manual_exist": true, "oracle_man": ["mutt_3", "mutt_10", "mutt_20", "mutt_26"], "matching_info": {"-i": [3, 20, 26], "|main|": [10, 11]}, "question_id": "11211"} {"nl": "specify a draft file containing the header and the body of the message, in rfc 5322 format", "cmd": "mutt -H {{file}} {{recipient@example.com}}", "tldr_cmd_name": "mutt", "cmd_name": "mutt", "manual_exist": true, "oracle_man": ["mutt_3", "mutt_10", "mutt_20", "mutt_25", "mutt_26"], "matching_info": {"-H": [3, 20, 25, 26], "|main|": [10, 11]}, "question_id": "11212"} {"nl": "list all available plugins", "cmd": "asdf plugin-list-all", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"plugin-list-all": [], "|main|": [3]}, "question_id": "11233"} {"nl": "install a plugin", "cmd": "asdf plugin-add {{name}}", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"plugin-add": [], "|main|": [3]}, "question_id": "11234"} {"nl": "list all available versions for a package", "cmd": "asdf list-all {{name}}", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"list-all": [], "|main|": [3]}, "question_id": "11235"} {"nl": "install a specific version of a package", "cmd": "asdf install {{name}} {{version}}", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"install": [], "|main|": [3]}, "question_id": "11236"} {"nl": "set global version for a package", "cmd": "asdf global {{name}} {{version}}", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"global": [], "|main|": [3]}, "question_id": "11237"} {"nl": "set local version for a package", "cmd": "asdf local {{name}} {{version}}", "tldr_cmd_name": "asdf", "cmd_name": "asdf", "manual_exist": true, "oracle_man": ["asdf_3"], "matching_info": {"local": [], "|main|": [3]}, "question_id": "11238"} {"nl": "check for typos in all text files in the current directory, recursively", "cmd": "codespell", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3"], "matching_info": {"|main|": [3]}, "question_id": "11457"} {"nl": "correct all typos found inplace", "cmd": "codespell --write-changes", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_8"], "matching_info": {"--write-changes": [8], "|main|": [3]}, "question_id": "11458"} {"nl": "skip files with names that match the specified pattern (accepts a commaseparated list of patterns using wildcards)", "cmd": "codespell --skip \"{{pattern}}\"", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_14"], "matching_info": {"--skip": [14], "|main|": [3]}, "question_id": "11459"} {"nl": "use a custom dictionary file when checking (`dictionary` can be used multiple times)", "cmd": "codespell --dictionary {{path/to/file.txt}}", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_9"], "matching_info": {"--dictionary": [9], "|main|": [3]}, "question_id": "11460"} {"nl": "do not check words that are listed in the specified file", "cmd": "codespell --ignore-words {{path/to/file.txt}}", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_10", "codespell_11"], "matching_info": {"--ignore-words": [10, 11], "|main|": [3]}, "question_id": "11461"} {"nl": "do not check the specified words", "cmd": "codespell --ignore-words-list {{words,to,ignore}}", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_11"], "matching_info": {"--ignore-words-list": [11], "|main|": [3]}, "question_id": "11462"} {"nl": "print 3 lines of context around, before or after each match", "cmd": "codespell --{{context|before-context|after-context}} {{3}}", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3"], "matching_info": {"|main|": [3]}, "question_id": "11463"} {"nl": "check file names for typos, in addition to file contents", "cmd": "codespell --check-filenames", "tldr_cmd_name": "codespell", "cmd_name": "codespell", "manual_exist": true, "oracle_man": ["codespell_3", "codespell_19"], "matching_info": {"--check-filenames": [19], "|main|": [3]}, "question_id": "11464"} {"nl": "play a midi file", "cmd": "timidity {{path/to/file.mid}}", "tldr_cmd_name": "timidity", "cmd_name": "timidity", "manual_exist": true, "oracle_man": ["timidity_3"], "matching_info": {"|main|": [3]}, "question_id": "11480"} {"nl": "play a midi file in a loop", "cmd": "timidity --loop {{path/to/file.mid}}", "tldr_cmd_name": "timidity", "cmd_name": "timidity", "manual_exist": true, "oracle_man": ["timidity_3"], "matching_info": {"--loop": [], "|main|": [3]}, "question_id": "11481"} {"nl": "play a midi file in a specific key (0 = c major/a minor, 1 = f major/d minor, +1 = g major/e minor, etc.)", "cmd": "timidity --force-keysig={{-flats|+sharps}} {{path/to/file.mid}}", "tldr_cmd_name": "timidity", "cmd_name": "timidity", "manual_exist": true, "oracle_man": ["timidity_3", "timidity_121"], "matching_info": {"--force-keysig": [121], "|main|": [3]}, "question_id": "11482"} {"nl": "convert a midi file to pcm (wav) audio", "cmd": "timidity --output-mode={{w}} --output-file={{path/to/file.wav}} {{path/to/file.mid}}", "tldr_cmd_name": "timidity", "cmd_name": "timidity", "manual_exist": true, "oracle_man": ["timidity_3", "timidity_162", "timidity_196"], "matching_info": {"--output-mode": [162], "--output-file": [196], "|main|": [3]}, "question_id": "11483"} {"nl": "convert a midi file to flac audio", "cmd": "timidity --output-mode={{F}} --output-file={{path/to/file.flac}} {{path/to/file.mid}}", "tldr_cmd_name": "timidity", "cmd_name": "timidity", "manual_exist": true, "oracle_man": ["timidity_3", "timidity_162", "timidity_196"], "matching_info": {"--output-mode": [162], "--output-file": [196], "|main|": [3]}, "question_id": "11484"} {"nl": "convert a file to a c source file and header and display it to the console", "cmd": "wasm2c {{file.wasm}}", "tldr_cmd_name": "wasm2c", "cmd_name": "wasm2c", "manual_exist": true, "oracle_man": ["wasm2c_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "11513"} {"nl": "write the output to a given file (`file.h` gets additionally generated)", "cmd": "wasm2c {{file.wasm}} -o {{file.c}}", "tldr_cmd_name": "wasm2c", "cmd_name": "wasm2c", "manual_exist": true, "oracle_man": ["wasm2c_3", "wasm2c_7", "wasm2c_16", "wasm2c_18"], "matching_info": {"-o": [7, 16, 18], "|main|": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "question_id": "11514"} {"nl": "display information about an existing mp4 file", "cmd": "mp4box -info {{filename}}", "tldr_cmd_name": "mp4box", "cmd_name": "mp4box", "manual_exist": true, "oracle_man": ["mp4box_1", "mp4box_105", "mp4box_151", "mp4box_152", "mp4box_197"], "matching_info": {"-info": [105, 151, 152, 197], "|main|": [1]}, "question_id": "11706"} {"nl": "add an srt subtitle file into an mp4 file", "cmd": "mp4box -add {{input_subs.srt}}:lang=eng -add {{input.mp4}} {{output.mp4}}", "tldr_cmd_name": "mp4box", "cmd_name": "mp4box", "manual_exist": true, "oracle_man": ["mp4box_1", "mp4box_54", "mp4box_202", "mp4box_291", "mp4box_319", "mp4box_352", "mp4box_353"], "matching_info": {"-add": [54, 202, 291, 319, 352, 353], "|main|": [1]}, "question_id": "11707"} {"nl": "combine audio from one file and video from another", "cmd": "mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}}", "tldr_cmd_name": "mp4box", "cmd_name": "mp4box", "manual_exist": true, "oracle_man": ["mp4box_1", "mp4box_54", "mp4box_202", "mp4box_291", "mp4box_319", "mp4box_352", "mp4box_353"], "matching_info": {"-add": [54, 202, 291, 319, 352, 353], "|main|": [1]}, "question_id": "11708"} {"nl": "bundle the edges of one or more graph layouts (that already have layout information)", "cmd": "mingle {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}", "tldr_cmd_name": "mingle", "cmd_name": "mingle", "manual_exist": true, "oracle_man": ["mingle_3"], "matching_info": {"|main|": [3]}, "question_id": "11762"} {"nl": "perform layout, bundling, and output to a picture with one command", "cmd": "dot {{path/to/input.gv}} | mingle | dot -T {{png}} > {{path/to/output.png}}", "tldr_cmd_name": "mingle", "cmd_name": "mingle", "manual_exist": true, "oracle_man": ["mingle_3", "mingle_14"], "matching_info": {"dot": [], "-T": [14], "|main|": [3]}, "question_id": "11763"} {"nl": "display help for `mingle`", "cmd": "mingle -?", "tldr_cmd_name": "mingle", "cmd_name": "mingle", "manual_exist": true, "oracle_man": ["mingle_3", "mingle_16"], "matching_info": {"-?": [16], "|main|": [3]}, "question_id": "11764"} {"nl": "log in to your lastpass account, by entering your master password when prompted", "cmd": "lpass login {{username}}", "tldr_cmd_name": "lpass", "cmd_name": "lpass", "manual_exist": true, "oracle_man": ["lpass_3", "lpass_4", "lpass_67"], "matching_info": {"login": [4, 67], "|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]}, "question_id": "11773"} {"nl": "show login status", "cmd": "lpass status", "tldr_cmd_name": "lpass", "cmd_name": "lpass", "manual_exist": true, "oracle_man": ["lpass_3"], "matching_info": {"status": [], "|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]}, "question_id": "11774"} {"nl": "list all sites grouped by category", "cmd": "lpass ls", "tldr_cmd_name": "lpass", "cmd_name": "lpass", "manual_exist": true, "oracle_man": ["lpass_3", "lpass_19", "lpass_53"], "matching_info": {"ls": [19, 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, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56]}, "question_id": "11775"} {"nl": "generate a new password for gmail.com with the identifier `myinbox` and add to lastpass", "cmd": "lpass generate --username {{username}} --url {{gmail.com}} {{myinbox}} {{password_length}}", "tldr_cmd_name": "lpass", "cmd_name": "lpass", "manual_exist": true, "oracle_man": ["lpass_3", "lpass_4", "lpass_36", "lpass_67"], "matching_info": {"generate": [36, 67], "--username": [4], "--url": [4], "|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]}, "question_id": "11776"} {"nl": "show password for a specified entry", "cmd": "lpass show {{myinbox}} --password", "tldr_cmd_name": "lpass", "cmd_name": "lpass", "manual_exist": true, "oracle_man": ["lpass_3", "lpass_4", "lpass_16", "lpass_55", "lpass_70"], "matching_info": {"show": [16, 55, 70], "--password": [4, 55], "|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]}, "question_id": "11777"} {"nl": "start a tetris game", "cmd": "bastet", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"|main|": [3]}, "question_id": "11882"} {"nl": "navigate the piece horizontally", "cmd": "{{Left|Right}} arrow key", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"arrow": [], "key": [], "|main|": [3]}, "question_id": "11883"} {"nl": "rotate the piece clockwise or counterclockwise", "cmd": "{{Spacebar|Up arrow key}}", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"|main|": [3]}, "question_id": "11884"} {"nl": "soft drop the piece", "cmd": "Down arrow key", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"Down": [], "arrow": [], "key": [], "|main|": [3]}, "question_id": "11885"} {"nl": "hard drop the piece", "cmd": "Enter", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"Enter": [], "|main|": [3]}, "question_id": "11886"} {"nl": "pause the game", "cmd": "p", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3"], "matching_info": {"p": [], "|main|": [3]}, "question_id": "11887"} {"nl": "quit the game", "cmd": "Ctrl + C", "tldr_cmd_name": "bastet", "cmd_name": "bastet", "manual_exist": true, "oracle_man": ["bastet_3", "bastet_12"], "matching_info": {"Ctrl": [], "+": [], "C": [12], "|main|": [3]}, "question_id": "11888"} {"nl": "print an ascii cow saying \"hello, world\"", "cmd": "cowsay \"{{hello, world}}\"", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_3"], "matching_info": {"|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11906"} {"nl": "print an ascii cow saying text from stdin", "cmd": "echo \"{{hello, world}}\" | cowsay", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_3"], "matching_info": {"echo": [], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11907"} {"nl": "list all available art types", "cmd": "cowsay -l", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_2", "cowsay_3", "cowsay_6", "cowsay_9"], "matching_info": {"-l": [2, 6, 9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11908"} {"nl": "print the specified ascii art saying \"hello, world\"", "cmd": "cowsay -f {{art}} \"{{hello, world}}\"", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_2", "cowsay_3", "cowsay_9"], "matching_info": {"-f": [2, 9], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11909"} {"nl": "print a dead thinking ascii cow", "cmd": "cowthink -d \"{{I'm just a cow, not a great thinker...}}\"", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_1", "cowsay_3", "cowsay_7"], "matching_info": {"cowthink": [1], "-d": [7], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11910"} {"nl": "print an ascii cow with custom eyes saying \"hello, world\"", "cmd": "cowsay -e {{characters}} \"{{hello, world}}\"", "tldr_cmd_name": "cowsay", "cmd_name": "cowsay", "manual_exist": true, "oracle_man": ["cowsay_2", "cowsay_3", "cowsay_8"], "matching_info": {"-e": [2, 8], "|main|": [3, 4, 5, 6, 7, 8, 9, 10]}, "question_id": "11911"}