diff --git a/pages/common/tqdm.md b/pages/common/tqdm.md new file mode 100644 index 0000000000..e12a5ca473 --- /dev/null +++ b/pages/common/tqdm.md @@ -0,0 +1,8 @@ +# tqdm + +> Create a progress bar. +> More information: . + +- Create a progress bar: + +`seq 10000000 | tqdm --total 10000000 --null`