News

Let's play around with `zip ()` a little more. There is no *unzip* function for doing the reverse of what `zip ()` does. We can, however, reverse what has been `zip`ped together by using `zip ()` with ...
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 ...