Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-18-2004, 06:05 PM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2004

Posts: 2

iheart2act

Default File Sizes

I have about 600 megs on my web server which is cluttering up fast. I need to know two things.

1) How do I view all files that are over a certain size, say 1 megabyte?

2) How do I view duplicate files, which show up on the server more than once?

Thanks,
Jeremy
iheart2act is offline  
Old 06-19-2004, 12:36 AM   #2 (permalink)
 
Newb Techie

Join Date: Jun 2004

Posts: 2

iheart2act

Default bash

I am using FreeBSD 4.4 using bash. The find command didn't work, here's what I got.

vasudeva:~$ find -size +1024k > bigfiles
find: illegal option -- i
find: illegal option -- z
find: illegal option -- e
find: +1024k: No such file or directory

Thanks,
Jeremy
iheart2act is offline  
Old 06-19-2004, 11:36 AM   #3 (permalink)
 
Banned

Join Date: Jan 2004

Posts: 471

subdivizion

Default

i think it's locate instead of find. try locate
subdivizion is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On