aMule Forum
English => aMule Help => Topic started by: matt me on June 04, 2005, 04:04:10 PM
-
if in a search one of the results i have download before, it is highlighted green. thus amule must log my downloads. where is this log? i lost some files on another hard-drive, and i can't remember what they were. thanks matt
-
check .aMule/known.met
-
thanks. trying it, it's in no known recognise character encoding. i saw readable.rar files amongst some crazy stuff, but then it broke my shell :(
is there a command i can run to get it into smoething readalbe.
i also have known2.met
-
No, not really. It's a binnary file.
-
You can try using the strings command on that file. Something like:
strings -10 ~/.aMule/known.met
Obviously, there will still be stuff in the output besides file names, but it should all be printable and so shouldn't mess up your shell. I don't know how smart or stupid strings is about locales and encodings.
You might also try od or hexdump.
-
strings -10 ~/.aMule/known.met > downloads.txt
genius! thanks very much. fouhnd the files i wanted!