[TUHS] moving directories in svr2
    Clem Cole 
    clemc at ccc.com
       
    Thu Dec 30 02:17:22 AEST 2021
    
    
  
Where and when did mvdir(1) appear?  It's not in Research or BSD.
FWIW: in the old days, I just used  tar cf - . | (cd some_place_else; tar
xvpf - )  preserving permissions.  The hardlink scheme of cpio was the one
thing it could do that the original tar did not.
Clem
On Wed, Dec 29, 2021 at 10:46 AM Richard Salz <rich.salz at gmail.com> wrote:
> Wasn't some of that handled by the mvdir command?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20211229/48ae402f/attachment.htm>
    
    
More information about the TUHS
mailing list