Active Topics

 


Reply
Thread Tools
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#1
i want to find some .dae files on my n900.but i could not find them manually( i used winscp)

and find command is useless because it only find in the folder (we are working on)

i want to find in the whole system files (including My Docs and and all the hidden files)
can u guide me plz?

Last edited by hathoda; 2011-03-27 at 17:16.
 
Posts: 289 | Thanked: 49 times | Joined on Jun 2010
#2
I will suggest you to try filebox, it is in apps manager
 

The Following User Says Thank You to shardul For This Useful Post:
Posts: 105 | Thanked: 99 times | Joined on Feb 2011 @ India
#3
find command can search the whole system.

find / -name *filename*
Keep the stars in the above command, they act as wildcard.

Use this command to search for .dae files:
find / -name *.dae
 

The Following 2 Users Say Thank You to niloy For This Useful Post:
Posts: 53 | Thanked: 3 times | Joined on Dec 2009
#4
You can also cd .. all the way to the root folder and use find | grep 'string' (find | grep .dae in your case).
 

The Following User Says Thank You to Metalov For This Useful Post:
Posts: 225 | Thanked: 105 times | Joined on May 2010
#5
or try "sudo find -iname '*.dae' /"
 

The Following User Says Thank You to Pillum For This Useful Post:
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#6
Use locate.

Code:
root
apt-get install locate
gupdatedb
glocate .dae
 

The Following User Says Thank You to 9000 For This Useful Post:
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#7
what when permission denied ??????
 
casketizer's Avatar
Posts: 566 | Thanked: 282 times | Joined on Sep 2010 @ Lower Saxony
#8
gupdatedb (not glocate) needs to be run as root and IIRC you have to edit the updatedb script to use gnu find (gfind) instead of busybox's find.
But then it works great. I use it all the time.
 
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#9
Originally Posted by casketizer View Post
gupdatedb (not glocate) needs to be run as root and IIRC you have to edit the updatedb script to use gnu find (gfind) instead of busybox's find.
But then it works great. I use it all the time.
i tried .dae and also *.dae
any help now?
Attached Images
 
 
Posts: 54 | Thanked: 14 times | Joined on Oct 2010
#10
Originally Posted by niloy View Post
find command can search the whole system.

Keep the stars in the above command, they act as wildcard.

Use this command to search for .dae files:
find / -name *.dae
that thing does not find all hidden files or system files
for xample i search for *.wav files in result there are too many files shown but not system files which is in /usr/share/sounds ui-charging_started

but it shows other .wav files which are in same folder but not all files
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:52.