From: Uno on
$ locate gfortran.pdf
/home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf
$

How do I get this file back?
--
Uno
From: Harald Meyer on
Uno wrote:

> $ locate gfortran.pdf
> /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf
>
> How do I get this file back?

cp /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf ~/

and it will be copied to your home directory.

From: Sidney Lambe on
On comp.os.linux.misc, Uno <merrilljensen(a)q.com> wrote:
> $ locate gfortran.pdf
> /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf
> $
>
> How do I get this file back?
> --
> Uno

Are you serious?
(Must be a KDE/Gnome user.)

Back where?

mv /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf \
<destination dir>

Sid
From: Sidney Lambe on
On comp.os.linux.misc, Harald Meyer <meyersharald(a)googlemail.com> wrote:
> Uno wrote:
>
>> $ locate gfortran.pdf
>> /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf
>>
>> How do I get this file back?
>
> cp /home/dan/.local/share/Trash/files/gfortran/doc/gfortran.pdf ~/
>
> and it will be copied to your home directory.
>

Why bother leaving a copy in .../Trash/....?

Sid

From: Deinonychus Antirrhopus on
On Sun, 11 Apr 2010 02:29:46 +0200, Sidney Lambe wrote:

> (Must be a KDE/Gnome user.)

Otherwise he would have much more trouble recovering his file.

SCNR