Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

${item}

How to zip all files in a directory
Thursday, 30 September 2010 17:04
// description of your code here


for item in *; do zip -m "${item}.zip" "${item}"; done

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/yy4jELIyyZ8/12335

 


Taxonomy by Zaragoza Online