
January 9th, 2002, 11:29 AM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: Svizzera
Posts: 69
Time spent in forums: 1 h 15 m 20 sec
Reputation Power: 12
|
|
|
find command
i use the command:
find /home/ -type d -mtime -10
and it prints out e.g
/home/john
/home/john/kde
my Question
what do i have to do that it dont shows tha line with kde?
I mean i wanna find the directories that are newer then 10 days but i dont wanna get the result with the kde-directory in it
|