# $Id: README,v 1.1 2010/12/06 18:14:37 ksb Exp $ The tar program has no good way to delete member files from the aggregate archive. Tart inspects each member file in an input tar file (from stdin) coping any unrecognized members to stdout and diverting the specified members to another archive file. This allows meta processing of tar files in a pipeline. I use it in my local software build structure: see the manual page. --ksb