![]() |
2008-08-19
, 17:18
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#1
|
![]() |
2008-08-19
, 17:28
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#2
|
~ $ find --help BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) multi-call binary Usage: find [PATH...] [EXPRESSION]
![]() |
2008-08-19
, 18:29
|
|
Posts: 221 |
Thanked: 182 times |
Joined on Jul 2007
@ Central Illinois
|
#3
|
Catalog name: debfarm Web address: http://p.quinput.eu/debfarm/ Distribution: chinook Components: user
![]() |
2008-08-19
, 19:12
|
|
Posts: 197 |
Thanked: 39 times |
Joined on Jan 2008
@ Long Island
|
#4
|
find / -print > /media/mmc2/db/locate.db
## script to find file from database created with updatedb.sh grep "$1" /media/mmc2/db/locate.db | more
The Following User Says Thank You to bluesubaru For This Useful Post: | ||
![]() |
2008-08-19
, 19:57
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
![]() |
2008-08-19
, 23:57
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#6
|
![]() |
2008-08-20
, 02:13
|
|
Posts: 197 |
Thanked: 39 times |
Joined on Jan 2008
@ Long Island
|
#7
|
Well, I tried bluesubaru's method and got errors about too many files open. As for terrencegf, I'll have to give that a spin later.