Thread: Library Manager
View Single Post
Old 04-06-2024, 01:23 AM   #14
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,743
Karma: 16196313
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by danicca View Post
Have no idea where to type the code,sorry.
That's in ADB shell. Something that you should become conversant with in any case.
Code:
C:\>adb shell
$ su
# ls -l /sdcard/Books
(Don't worry if you don't have Magisk or su.)
You can also do single line commands:
Code:
C:\>adb shell 'ls -l /sdcard/Books'
Renate is offline   Reply With Quote