Unfortunately I could not find any useful alternative.
Now I want to delete approx. 5.000 directories named .@__twonky this crappy software has generated. Entered this on the console:
Code: Select all
find / -name ".@__thumb" -exec rm -R {} \;
This does not work, looks like -exec is not supported, all I get is this:
Code: Select all
usyBox v1.01 (2013.06.23-18:42+0000) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files in a directory hierarchy. The default PATH is
the current directory; default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symbolic links.
-name PATTERN File name (leading directories removed) matches PATTERN.
-print Print (default and assumed).
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
-perm PERMS Permissions match any of (+NNN); all of (-NNN);
or exactly (NNN)
-mtime TIME Modified time is greater than (+N); less than (-N);
or exactly (N) days
Also tried to
- remove the folders in QS 4.02 file station, but it does not list the files because they are hidden
- use FileZilla which finds all folders, but it is not possible to delete folders in different locations.
Any help is appreciated.