-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
66 lines (31 loc) · 1.67 KB
/
README
File metadata and controls
66 lines (31 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Ptrash-1.0.1
Hello all,
I am pleased to release this version 1.0.1 of Ptrash.
Ptrash is a small console based utility program. Ptrash is
intended to move file(s) to ~/.trash. Where, trash is
nothing but a ’~/.trash’ directory under home directory of a
user. Ptrash facilitates moving of all types of files to
trash, as well as restoring those files and/or directories
to their original location.
I took upon writing Ptrash, when I deleted(using rm)
few files and found my self badly desperate to retrieve them
back, but just could not do so.
Installation:
Installing Ptrash is quite easy and straight forward, do
’cd’ to the directory (ptrash-1.0.1) containing all sources
and follow these steps...
$ ./configure
$ make
# make install
That’s all, you have Ptrash installed. For more information
about usage and general options try...
$ ptrash --help
$ man ptrash
$ info ptrash
Problems:
Please send any bug reports/problems to <pj.pandit at
yahoo.co.in>. While doing so do include "ptrash-1.0.1"
string in subject line and also describe precisely the
behaviour of ptrash. Sending actual command, which caused
that behaviour would be even more helpful while debugging.
Thank you!