--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # tqdm > Create a progress bar. > More information: . - Create a progress bar: `seq 10000000 | tqdm --total 10000000 --null`