The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Find command -size option limitation ?
.
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
:
Find command -size option limitation ?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-28-2009
scottn
VIP Member
Join Date: Jun 2009
Location: Zürich, CH
Posts: 1,119
I don't know why there would be such a limit.
You could try
Code:
MAX_FILE_LIMIT=1024
find $FILE_SYSTEM -type f -size +"$MAX_FILE_LIMIT"G -ls -xdev 2>/dev/null
scottn
View Public Profile
Find all posts by scottn
Find scottn's past nominations received
Find scottn's present nominations given