Archive for 19th August 2009

zip files from stdin

Zip command in bash can read file list from stdin or from pipe.
e.g.

1
tar *.txt|zip file.zip -

Continue reading ‘zip files from stdin’ »

How to exclude files from wildcard matches in bash

Just make a note:  http://oss.bestsolution.at/bash/exclude_files.html.en