Date: | Mon Apr 12 11:24:01 2001 | |
Subject: | Re: Tuning linux-poplog # correction | |
From: | Stephen Isard | |
Volume-ID: | 1010412.03 |
cglur@onwe.co.za wrote: > This format: > drwxr-xr-x axs/90 0 2000-02-21 12:44:56 linuxterm/ <snip> > I only know how to get this format from *.tar. > And the way I get from *.tar.gz to *.tar deletes the *.tar.gz (hence must > first backup). A 'v' flag to tar gets you that format. So zcat <file>.tar.gz | tar tvf - will get you a long listing without deleting <file>.tar.gz. Stephen Isard |