Hi,

 I am looking for a option to add description about archive . I create huge
number of tar archives. If another guy wants to know a description about the
tar archive he cannot get it.

 Is there a option using which I can just add a description about a archive
in a file say description.txt and it should be viewable when I use a syntax

cat description.txt
This tar is created for test purpose.

tar -czvf test.tar.gz mydir

for example:
tar --view-desc test.tar.gz
 This tar is created for test purpose.

Reply via email to