unix/ssh question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex79
    Confirmed User
    • Jun 2002
    • 996

    #1

    unix/ssh question

    I run df and have one logical volume getting full.

    Is there a way to use the find command to search for files with a size GREATER than a specified value?
  • bringer
    i have man boobies
    • Jul 2003
    • 13082

    #2
    find / -size +10c -print
    10c=10bytes
    333-765-551

    Comment

    Working...