In the Linux terminal, the method used to remove files is usually the rm script.
The shortcoming of that script is that if you remove something by accident,
recovering the files can be difficult.
Using this new script named 'garbage_bin', files can be automatically moved to the
'~/garbage_bin' folder in the linux terminal and thereby decreasing the danger of
destroying files by accident.

The script is available here.