trash-cli 0.1.10.r41 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News trash-cli 0.1.10.r41 (Default branch)
# 1  
Old 07-13-2008
trash-cli 0.1.10.r41 (Default branch)

trash-cli is a command line interface to the FreeDesktop.org trashcan. It implements the FreeDesktop.org trash specification. For each trashed file, it will remember the name, original path, date of deletion, and permissions. It interoperates with KDE Trash, and is CLI compatible with the rm command. License: GNU General Public License (GPL) Changes:
Bugs which occurred when trashing in volumes other than the one that contains $HOME were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gvfs-trash(1)							   User Commands						     gvfs-trash(1)

NAME
gvfs-trash - move a directory entry to the trash using the VFS system SYNOPSIS
gvfs-trash URI DESCRIPTION
gvfs-trash moves a directory entry to the trash using the VFS system. OPERANDS
The following operands are supported: URI Specifies the file location in standard URI format. EXAMPLES
Example 1: Move a local file to the trash example% gvfs-trash file:///tmp/example Example 2: Move a remote object to the trash example% gvfs-trash smb://server/dir/example ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: NLSPATH. EXIT STATUS
The exit value 0 is returned regardless of success or failure. FILES
The following files are used by this application: /usr/bin/gvfs-trash Executable to move a directory entry to the trash using the VFS system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-gvfs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gvfs-copy(1), gvfs-info(1), gvfs-less(1), gvfs-ls(1), gvfs-mkdir(1) gvfs-monitor-dir(1), gvfs-monitor-file(1), gvfs-mount(1), gvfs-move(1), gvfs-rename(1), gvfs-open(1), gvfs-cat(1), gvfs-save(1), gvfs-trash(1), gvfs-tree(1), attributes(5), environ(5) NOTES
Written by Alvaro Lopez Ortega, Sun Microsystems Inc., 2008. SunOS 5.11 25 Mar 2008 gvfs-trash(1)