Del - trash - restore CSH commands!!

Anyone who could help me with those three commands, i'm really new in cshell script so please be understandable..

Need to demostrate those three commands
del

trash (incl -ai) i that you will be asked to confirmed that they can be deleted
a to move all those files from dustbin

and to restore the files that have ben deleted and trash ... used (-n) should restore the file to the original directory.

  1. start a shell to creat a file
  2. delete that file
  3. creat another file
  4. trash that file
  5. restore deleted and trash files

Hope anyone can help me with those three commands

If you are new to shell scripting, learn the POSIX shell (e.g., bash, ksh); csh is not recommended for scripting:

Top Ten Reasons not to use the C shell
Csh problems
Csh Programming Considered Harmful

These are not standard UNIX commands.

Or are you trying to write scripts that perform these functions?

That looks suspiciously like homework.

it's kind of homework but where can i get some help around this topic, if they are not Unix Commands,
which command do i have to use to perform these functions?

THanks for that fast reply ..