known bugs
----------

Trash -r "a b" doesn't work.
(Trash -r "a*" does).

Without a lot of complexity, it's a choice between:
  using "ls"	Trash -r "a b" doesn't work
  using "find"	Trash -r "nofile" works ok, but fails to report that 
		"nofile" doesn't exist.
