> When uncompressing a download, some stuff I've seen says to use:
> tar -zxvf (filename) like the APC booklet
> but other places say use
> tar zxvf (filename)
> 
> What's the difference? Thanks

none.  Some tar's don't like the "-" (like solaris)
others don't care (like linux).
(the "z" doesn't work on solaris either)

Dave.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to