Hello,
Instead of
cp -a /usr/fileexample/* /usr/3rdparty/fileexample
I did
cp -a /usr/fileexample/* /usr/3rdparty
Is there a way to delete all the files that I copyed into /usr/3rdparty? I want to keep everything intact except the files I just copyed, and those can be deleted.
Thanks in advance!!



LinkBack URL
About LinkBacks
Reply With Quote




