> Is there a way to search my server by file size? > I want to only find files over a certain size. > Command line only, no X server. > Thanks, find / -type=f -size=+XM -print > /tmp/flist will record files greater than X Megabytes in the file /tmp/flist. -- Peter Blake <peter@xxxxxxxxxxxx> Blake Measurement Ltd