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’ »
Molecular modeling in Materials Sciences Web development Programming IT
Archive for 19th August 2009
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’ »