On Thu, 27 May 2004 14:29:01 +1200 Don Gould <[EMAIL PROTECTED]> wrote:
> Afternoon All, > > Well after a morning of fun I'm back on line with new issues and some > feedback... > Don, there are too much different subjects for one message, you're exceeding threading capability ... I suggest to read excellent Sacha's message about it: From: Sascha Beaumont <[EMAIL PROTECTED]> Subject: GnuPG / Threading / Server side vs client side filtering etc Date: Wed, 26 May 2004 16:32:58 +1200 > > 2. tar > > The man for tar sux. I eventually figured out how to create a tar with Yes, but as long as you expect man to be a tutorial, but it doesn't mean that. 1) tar cf x.tar y ==> c to command to "go" to tar, f (always at last) indicates that next comes the "tar-red" file's name, here x.tar, and then: y is the name of the dir you want to tar. 2) tar xf x.tar: x to command to "back" from tar, f again indicates that next comes x.tar (tarred file's name). 3) Other arguments: a) t instead of x: look contents, b) adding z before: compress/uncompress with gzip/gunzip (usually this files are named x.tgz or x.tar.gz, and are winzip compat.) c) adding j before: the same but with bzip2 bunzip2.(I think it's not winzip compat.) > the content of a folder (\home\don) so that I could restore my email. Don't to use that path's convention, you ain't go so far that way! (-:. -juan
