On Wed, 28 Jul 2021 11:10:06 -0700, Lizette Koehler wrote:
>
>What I do not know is how to copy everything (paths etc. ) from
>/tmppath/path/path1 to /newpath1
> 
pax?:
    ( cd /tmppath/path/path1 && pax -w . ) | ( cd  /newpath1  && pax 
-rv  )

Options for pax could collapse this to a single command, but RTFM gives
me information overload.

>I tried searching the internet and got information over load on USS.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to