资讯

Following up from last week's article on reading zip archives, we show you how you can create your own archives using Python.
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.For example, something like:for a in *.txt; b in *.txt.bak; do echo ...