
: Finding the home screen's most recent books on Linux Sony PRS-650 shows the three most recent books on its home screen. How can I modify this top three and how can I list the current ones
Sony PRS-650 shows the three most recent books on its home screen. How can I modify this top three and how can I list the current ones when the device is connected to a PC running Linux?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Becky

: How do I shop for only DRM free books on Amazon? I know how to tell if a book on Amazon is DRM free. There are lots of ways to sort, and filter books to just ones I am interested in

: I have a dumb phone LG840G, is there an ebook reader available for it? I have Tracfone LG840G it is a dumb phone (as opposed to a smart phone). I looked around at Tracfone, and did not
1 Comments
Sorted by latest first Latest Oldest Best
Use the following shell command for listing the last three files:
find database/media/books -type f -exec stat --format '%Y :%y %n' {} ;
| sort -nr | cut -d: -f2- | head -3
For putting a book at the top of the list use touch:
touch database/media/books/mybook.epub
Free books android app tbrJar TBR JAR Read Free books online gutenberg