From 2d04b474526642e807fb94037a2ea2e33df32103 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:15:24 +0200 Subject: [PATCH] tqdm: add page (#15259) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/tqdm.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/tqdm.md 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`