Skip to main content
added 58 characters in body
Source Link
bmike
  • 245.5k
  • 80
  • 442
  • 1k

Hows about aA simple function could let you trash files by moving them to the user's .Trash folder:

trash() { mv $1 ~/.Trash } 

Hows about a simple function.

trash() { mv $1 ~/.Trash } 

A simple function could let you trash files by moving them to the user's .Trash folder:

trash() { mv $1 ~/.Trash } 
Source Link

Hows about a simple function.

trash() { mv $1 ~/.Trash }