Options (2)
-r, --recurse-pathsbooleanCreate an archive out of a directory and use the file count of that directory to create a progress bar
Example:
zip {{[-r|--recurse-paths]}} {{path/to/archive.zip}} {{path/to/directory}} | tqdm --total $(find {{path/to/directory}} | wc {{[-l|--lines]}}) --unit files --null-l, --linesbooleanCreate an archive out of a directory and use the file count of that directory to create a progress bar
Example:
zip {{[-r|--recurse-paths]}} {{path/to/archive.zip}} {{path/to/directory}} | tqdm --total $(find {{path/to/directory}} | wc {{[-l|--lines]}}) --unit files --nullExamples (4)
Create an archive out of a directory and use the file count of that directory to create a progress bar
made by @shridhargupta | data from tldr-pages