bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

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


Load Full (1)

Login to follow story

More posts by @Becky

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah

10% popularity   0 Reactions

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


Load Full (0)

 

Back to top