please help me


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting please help me
# 1  
Old 02-10-2006
please help me

i want search the currently working directory and all its sub-directories for all the files with the .dat extension
# 2  
Old 02-10-2006
cd to the directory you want to search

find ./ -name "*.dat"
# 3  
Old 02-10-2006
plase help again..

Thank you!

and also need to detect which of them are bigger than 10 Mb and i want the write the fullpath of the all files bigger than 10 MB to a text file.

please help..
# 4  
Old 02-10-2006
Have you even looked at the man page for find? Try it - there are examples which should get you the other pieces you need.
# 5  
Old 02-10-2006
still need help

yes I tried manuel but i am new at unix. can you help me again?

thanks for your advice I will look at man again but stil I need help..
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question