[ILUG] tar...

Wesley Darlington wesley at yelsew.com
Sun Nov 18 11:23:36 GMT 2001


On Sun, Nov 18, 2001 at 11:15:17AM +0000, Ronan Waide wrote:
> ln -s foo foo-1.0.0
> tar cvfh foo-1.0.0.tar.gz foo-1.0.0

Won't that dereference any soft links under foo though?

How about...
    mv foo foo-1.0.0
    tar cf foo-1.0.0.tar foo-1.0.0
    mv foo-1.0.0 foo
;-)

Wesley.




More information about the ILUG mailing list