[SlugLUG] Help Me Choose
Rick Moen
rick at linuxmafia.com
Fri Sep 29 17:41:11 PDT 2006
Quoting Rick Moen (rick at linuxmafia.com):
> $ touch bar
>
> $ ls -al foo.tar.bz2
> -rw-r--r-- 1 rick rick 114 2006-09-29 17:33 foo.tar.bz2
>
> $ tar xvjf foo.tar.bz2
> bar
>
> $ cat /etc/debian_version
> testing/unstable
>
> $
Copied and pasted individually, in order to remove messy lines in the
middle -- and inadvertantly placed out of order, above, and accidentally
omitting the "c"-option step. Correct command sequence of course was:
$ touch bar
$ tar cvjf foo.tar.bz2 bar
bar
$ ls -al foo.tar.bz2
-rw-r--r-- 1 rick rick 114 2006-09-29 17:33 foo.tar.bz2
$ tar xvjf foo.tar.bz2
bar
$ cat /etc/debian_version
testing/unstable
$
More information about the Sluglug
mailing list