View Single Post
Old 08-03-2020, 04:42 PM   #24
haertig
Wizard
haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.
 
Posts: 1,898
Karma: 31522252
Join Date: Sep 2017
Device: PW3, Fire HD8 Gen7, Moto G7, Sansa Clip v2, Ruizu X26
Quote:
Originally Posted by droopy View Post
haertig, is your code for use on a linux computer?
Yes, that is Linux command line.

Edit:
The way the commands are written, means that you have to be in the root directory of your Calibre library when you run them.

e.g., execute "cd /var/opt/calibre" (or wherever you put your library) before you run the commands as listed. Otherwise you will have to put the pathname to the library in every command instead of using '.' like I did.

i.e., "find . -name blah, blah, blah" means "find from the current directory". That '.' in the command means "current directory".

Last edited by haertig; 08-03-2020 at 04:50 PM.
haertig is offline   Reply With Quote