--
*the above was probably written by-
Burt Henry
(registered Linux-user 521,886)
Contact Info: *email, GTalk&AIM-
(burt1...@gmail.com)
*Follow Me on Twitter-
@BurtHenry
*and I�m on Facebook*
*and I’m on Facebook*
--
You received this message because you are subscribed to the Google Groups "The Vinux Support Forum" group.
To post to this group, send email to vinux-...@googlegroups.com.
To unsubscribe from this group, send email to vinux-suppor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vinux-support?hl=en.
Vinux Home Page: http://vinux.org.uk/
Vinux Wiki Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
--
*the above was probably written by-
Burt Henry
(registered Linux-user 521,886)
Contact Info: *email, GTalk&AIM-
(burt1...@gmail.com)
*Follow Me on Twitter-
@BurtHenry
*and I�m on Facebook*
*and I’m on Facebook*
--
alex M
>> You received this message because you are subscribed to the Google Groups
>> "The Vinux Support Forum" group.
>> To post to this group, send email to vinux-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> vinux-suppor...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/vinux-support?hl=en.
>>
>> Vinux Home Page: http://vinux.org.uk/
>> Vinux Wiki
>> Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
>>
--
>>> *and I’m on Facebook*
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "The Vinux Support Forum" group.
>>> To post to this group, send email to vinux-...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> vinux-suppor...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/vinux-support?hl=en.
>>>
>>> Vinux Home Page: http://vinux.org.uk/
>>> Vinux Wiki
>>> Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
>>>
>
> --
> *the above was probably written by-
> Burt Henry
> (registered Linux-user 521,886)
> Contact Info: *email, GTalk&AIM-
> (burt1...@gmail.com)
> *Follow Me on Twitter-
> @BurtHenry
> *and I’m on Facebook*
>
> --
> You received this message because you are subscribed to the Google Groups
> "The Vinux Support Forum" group.
> To post to this group, send email to vinux-...@googlegroups.com.
> To unsubscribe from this group, send email to
> vinux-suppor...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/vinux-support?hl=en.
>
> Vinux Home Page: http://vinux.org.uk/
> Vinux Wiki
> Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
>
--
drbongo
Dig that crazy beat on the drums: <http://vinux.org.uk> The best is
getting better!
For me the best command I've found to copy stuff is pax a gnu-ish kind of cp
with a clear detailed manual.
The Pax (latin for peace) got its name because it also archives, and was
supposed to make peace between all the disparate archiving utilities out
there, because it supposedly supported them all. However, I usually use tar
to archive and pax to copy huge numbers of files:
To use the pax copy (not archive nor compress) mode:
cd into the source directory
Ensure the destination directory exists; if it doesn't, use mkdir to create
it
Issue this command: pax -rw . destination_directory
Note that you don't include the f switch in copy mode, as an archive file
doesn't
get created. Instead, the old directory structure is directly recreated into
the
new directory structure. This can be much easier to remember than the tar
equivalent:
tar cf - . | (cd
destination_directory; tar vpxf -)
Pax seems to be included automatically with most distros.
--Debee
>>>> You received this message because you are subscribed to the Google Groups
>>>> "The Vinux Support Forum" group.
>>>> To post to this group, send email to vinux-...@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> vinux-suppor...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/vinux-support?hl=en.
>>>>
>>>> Vinux Home Page: http://vinux.org.uk/
>>>> Vinux Wiki
>>>> Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
>>>>
>> --
>> *the above was probably written by-
>> Burt Henry
>> (registered Linux-user 521,886)
>> Contact Info: *email, GTalk&AIM-
>> (burt1...@gmail.com)
>> *Follow Me on Twitter-
>> @BurtHenry
>> *and I�m on Facebook*
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "The Vinux Support Forum" group.
>> To post to this group, send email to vinux-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> vinux-suppor...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/vinux-support?hl=en.
>>
>> Vinux Home Page: http://vinux.org.uk/
>> Vinux Wiki
>> Documentation:http://wiki.vinuxvirtual.org.uk/index.php?title=Main_Page
>>
>
--
*the above was probably written by-
Burt Henry
(registered Linux-user 521,886)
Contact Info: *email, GTalk&AIM-
(burt1...@gmail.com)
*Follow Me on Twitter-
@BurtHenry
*and I�m on Facebook*