E ai Fabricio, tudo bem?

Que tal um man find? :D


---> trecho do manual do find <---
      -size n[cwbkMG]
             File uses n units of space.  The following suffixes can be
used:

             `b'    for 512-byte blocks (this is the default if no suffix
is used)

             `c'    for bytes

             `w'    for two-byte words

             `k'    for Kilobytes (units of 1024 bytes)

             `M'    for Megabytes (units of 1048576 bytes)

             `G'    for Gigabytes (units of 1073741824 bytes)

             The size does not count indirect blocks, but it does count
blocks in sparse files that are not actually allocated.  Bear in  mind
that  the
             `%k' and `%b' format specifiers of -printf handle sparse files
differently.  The `b' suffix always denotes 512-byte blocks and never 1
Kilo-
             byte blocks, which is different to the behaviour of -ls.

___FIM___

Tente:

find /diretorio -size +1000b


Atenciosamente,
Bruno Criado.


Em 11/05/07, Fabricio Soares da Silva <[EMAIL PROTECTED]> escreveu:

  Gente,

Eu estava precisando listar os arquivos de um diretório cujo tamanho
excedam 1000bytes. Como devo proceder?

Atenciosamente,

Fabricio

Responder a