View Single Post
rcull's Avatar
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#15
Im running this:-

/usr/bin/updatedb
Code:
find / -print > /media/mmc1/ldb
and /usr/bin/locate
Code:
grep $1 /medis/mmc1/ldb|more
works well for me.

Rick