![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sort files by date, delete oldest, if total size bigger than | scarfake | Shell Programming and Scripting | 2 | 05-21-2008 08:02 AM |
| Help with finding files | bbbngowc | Shell Programming and Scripting | 1 | 12-10-2007 07:36 PM |
| finding duplicate files by size and finding pattern matching and its count | jerome Sukumar | Shell Programming and Scripting | 2 | 12-01-2006 04:20 AM |
| How to tar a files that bigger than 2 gig in AIX 5.2? | owangecounty | AIX | 6 | 06-14-2006 06:01 AM |
| Finding files with UTF-8 BOM | kotoponus | UNIX for Dummies Questions & Answers | 0 | 05-20-2005 09:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
finding files bigger than 2G
find /base/directory -size +2048M > /tmp/tempfile
1] is there an option to specify the size in Gb 2] the output lists files with size such as: 1152157 (doing ls -l so I guess it is in bytes) So I am missing something here because this file has a size below 2 Gb. Any hints?? thx. |
|
||||
|
Quote:
My version of find can specify -size in Gb, as stated in my man page. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|