The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Cp files (>5 Mb size) from one directory to another
.
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
:
Cp files (>5 Mb size) from one directory to another
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
05-14-2008
era
Herder of Useless Cats (On Sabbatical)
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
There are various variants of the
find
command, but see if the following finds the files you want for a start.
Code:
find path/to/directory -type f -size +5000
These forums are full of examples of how to use find; search for
find
mv
for some good examples.
era
View Public Profile
Visit era's homepage!
Find all posts by era
Find era's past nominations received
Find era's present nominations given