You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/14 21:07:02 UTC

[Commons Wiki] Trivial Update of "ExtractAndDecompressGzipFiles" by KenTanaka

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by KenTanaka:
http://wiki.apache.org/commons/ExtractAndDecompressGzipFiles

------------------------------------------------------------------------------
  = Sample data file =
  Create this sample {{{archive.tar}}} file with some (unix) commands along the lines of:
  {{{
- ls -l > context.txt
+ ls -l > content.txt
  gzip content.txt
  ls -l > non-gzip.txt
  mkdir tardir

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org