mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tqdm: add page (#15259)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
5a92f25963
commit
2d04b47452
1 changed files with 8 additions and 0 deletions
8
pages/common/tqdm.md
Normal file
8
pages/common/tqdm.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# tqdm
|
||||
|
||||
> Create a progress bar.
|
||||
> More information: <https://tqdm.github.io/>.
|
||||
|
||||
- Create a progress bar:
|
||||
|
||||
`seq 10000000 | tqdm --total 10000000 --null`
|
Loading…
Add table
Reference in a new issue