Bash Scripting program

#! /bin/bash

# program to creat a backup copy for every deleted file or dierctores




mv -t  /home/$USER/.local/share/Trash/files $1


rsync -a /home/$USER/.local/share/Trash/files /usr/share/trash

didn't work

What *exactly* are you trying to do? Goals and objectives?

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.