View Single Post
Old 01-19-2013, 12:47 PM   #50
paolog
Zealot
paolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five wordspaolog can name that ebook in five words
 
paolog's Avatar
 
Posts: 117
Karma: 37584
Join Date: Nov 2012
Location: Milan / Italy
Device: pocketbook touch 622
thanks rkmoar
the interaction could be useful in case one would save annotations and highlights that sometimes became complex


i use this this script named clean.app at the moment to delete empty dir

i cd to the directory because with busybox once i deleted anything!

#!/bin/sh

cd /mnt/ext1/system/state

path to find/find -depth -type d -epty - exec rmdir {} \;

cd /mnt/ext1/system/config/Active\ Contents

path to find/find -depth -type d -epty - exec rmdir {} \;

i've to study more to compare paths as you suggested

paolog is offline   Reply With Quote