View Single Post
Old 03-01-2012, 06:31 PM   #21
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
They're probably not putting the folders on the reader. Who knows.

Listing too long names in Linux, for example assuming that 200 is too long:

Code:
cd /mnt/SDCARD # or where ever you mounted it
find | grep -E .{200}
If you have long folder names also, best to abbreviate those first as that makes paths for all files inside shorter in one go.
frostschutz is offline   Reply With Quote