LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   View trash folder items by order date trashed on. (https://www.linuxquestions.org/questions/linux-software-2/view-trash-folder-items-by-order-date-trashed-on-4175587856/)

linustalman 08-24-2016 08:56 AM

View trash folder items by order date trashed on.
 
1 Attachment(s)
Hi fellow Linuxers. :)

Is it possible to view items in the trash by order of trash date (and time) like in Caja but via another way?

Thanks.

hydrurga 08-24-2016 10:53 PM

Quote:

Originally Posted by LinusStallman (Post 5595345)
Hi fellow Linuxers. :)

Is it possible to view items in the trash by order of trash date (and time) like in Caja but via another way?

Thanks.

Can you rephrase your question, LS? Yes, in Caja you can order files in the trash by trash timestamp, as your attachment shows. What kind of other way do you mean?

linustalman 08-25-2016 01:14 PM

Hi hydrurga.

Yes. I mean is there another way - be it a terminal command or other GUI app (not Nemo).

hydrurga 08-25-2016 03:20 PM

You could try out trash-cli (it should be in the Mint repo).

Mitt Green 08-25-2016 03:34 PM

Code:

ls -lc

linustalman 08-26-2016 03:56 AM

Quote:

Originally Posted by hydrurga (Post 5596031)
You could try out trash-cli (it should be in the Mint repo).

Quote:

Originally Posted by Mitt Green (Post 5596040)
Code:

ls -lc

How to sort by date files were deleted? From most recent to oldest.

Mitt Green 08-26-2016 05:02 AM

Quote:

Originally Posted by LinusStallman (Post 5596264)
How to sort by date files were deleted? From most recent to oldest.

Code:

ls -ltc
will sort files by time of last modification of file status, from newest to oldest.

linustalman 08-26-2016 05:07 AM

Quote:

Originally Posted by Mitt Green (Post 5596279)
Code:

ls -ltc
will sort files by time of last modification of file status, from newest to oldest.

Cheers Mitt.

So I ran this. Excellent.

Code:

cd ~/.local/share/Trash/files; ls -ltc


All times are GMT -5. The time now is 05:17 AM.