GitHub

8_the_Zip_function.py

# result = zip(iterator1, iterator2, iterator3) # the code will run according to the smallest item, if iterator2 has 3 elements, then it will be executed 3 times only ...
I've been wondering if there is a way in bash (or ksh, or zsh) to work with parallel lists of files, like python's zip function.<BR><BR>For example, something like ...