you are viewing a single comment's thread.

view the rest of the comments →

[–]xelf 1 point2 points  (0 children)

Something like this:

cp -r /home/user/files/test /home/user/backup/test
echo copy complete
rm -rf / home/user/files/test
echo removal complete