1
2
3
4
5
6
7
8
9ptrash(1) General Commands Manual ptrash(1)
10
11
12
13ptrash-v1.0 - move file(s) to ~/.trash directory
14
16 ptrash [Option] file-name-1 [file-name-2 ...]
17
19 ptrash is a console based simple application. ptrash moves the named
20 file(s) to trash directory located under the home directory of a user.
21 In case if ~/.trash is non-existent, ptrash creates it for you and then
22 moves the file(s) to this directory. By default, ptrash runs in non-
23 interactive mode, which means it does not ask user if she is sure to
24 move the file to ~/.trash even when the named file already exists in
25 trash and proceeds with overwriting that file.
26
28 ptrash supports the following options
29
30 -d --delete
31 Delete file(s) from trash
32
33 -h --help
34 Prints this short usage help
35
36 -i Enables an interactive moving of files to trash, that is ask for
37 confirmation before over writing an existing file in trash
38
39 -r --restore
40 Restore a file from trash to it's original location
41
42 -v --verbose
43 Verbose operation mode
44
45 -V --version
46 Displays the version information
47
49 cp(1) mv(1) rm(1) shred(1)
50
52 If you think you have found a bug in ptrash-v1.0, send an email to
53 <pj.pandit AT yahoo.co.in>, and while doing so please include the
54 ptrash-<version> string in the subject line, and describe precisely
55 about the behaviour of ptrash.
56
58 ptrash does not facilitate moving of symbolic links to/from ~/.trash.
59
61 Prasad J Pandit <pj.pandit AT yahoo.co.in>
62
63
64
65 ptrash(1)