View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#376
Originally Posted by _invisible_ View Post
Hy thanks for the help
this is the output for the command


/home/user/MyDocs/.maps/OpenStreetMap I # find . | head -n 20
.
./14
./14/9356
./14/9355
./14/9357
./14/9358
./14/9359
./14/9360
./0
./0/0
./1
./1/1
./1/0
./2
./2/2
./2/3
./2/1
./2/0
./4
./4/9
/home/user/MyDocs/.maps/OpenStreetMap I # 2
There doesn't look to be any actual files in there, just directories (that or there's a level missed out). Can you try "find . -type f | head -n 20"?
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post: