The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
what is wrong with this find command
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
what is wrong with this find command
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-25-2009
methyl
Registered User
Join Date: Mar 2008
Posts: 1,184
It's finding the directory file.
Confine the search to files only.
Code:
find /lola/loaded -type f -size +10240 -mtime -10 -print | xargs ls -ltr
methyl
View Public Profile
Find all posts by methyl
Find methyl's past nominations received
Find methyl's present nominations given