Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 991 Bytes

trash.pod

File metadata and controls

53 lines (26 loc) · 991 Bytes

NAME

trash -- move files/folders to the trash

SYNOPSIS

trash

[-vlesy] file ...

DESCRIPTION

trash moves the specified files and/or folders to the system trash.

The options are as follows:

-v

Be verbose when moving items to the trash, showing them as they are moved.

-l

List items currently in the trash. If this argument is used, no files need to be specified.

-e

Empty the trash. trash asks for confirmation before executing this action. If this argument is used, no files need to be specified.

-s

Securely empty the trash. trash asks for confirmation before executing this action. If this argument is used, no files need to be specified.

-y

Skips the confirmation prompt for -e and -s. CAUTION: Deletes permanently instantly.

SEE ALSO

rm(1)

AUTHORS

This man page has been written by Ali Rantakari (http://hasseg.org)