'h' flag in du


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers 'h' flag in du
# 1  
Old 07-22-2012
'h' flag in du

Hey, all!
Why is the "human readable" flag changing the behavior of du? And while I'm at it, can you make du only look at files, not directories. I often find myself wanting to find the largest file(s) in a dir or vol. Using 'find' itself, it seems you have to at least be able to guess the size of the files you're looking for, so you can specify what sized files 'find' should ignore. Or, is there an app for that? : )

Code:
-bash $ du -a /Volumes/GARMIN | sort -n -r | head -n 10
7483232	/Volumes/GARMIN
5791224	/Volumes/GARMIN/.System
3154048	/Volumes/GARMIN/.System/gmapprom.img
914128	/Volumes/GARMIN/.System/JCV
914112	/Volumes/GARMIN/.System/JCV/D3191020A.JCV
847256	/Volumes/GARMIN/Voice
779856	/Volumes/GARMIN/.System/SID
779848	/Volumes/GARMIN/.System/SID/D2656040A.sid
481400	/Volumes/GARMIN/.Trashes
481392	/Volumes/GARMIN/.Trashes/501

-bash $ du -a -h /Volumes/GARMIN | sort -n -r | head -n 10
1004K	/Volumes/GARMIN/Voice/Catala__.vpm
1000K	/Volumes/GARMIN/Voice/Russkiy__.vpm
1000K	/Volumes/GARMIN/Voice/Cesky__.vpm
992K	/Volumes/GARMIN/Voice/Slovenscina__.vpm
980K	/Volumes/GARMIN/Voice/Ellinika__.vpm
976K	/Volumes/GARMIN/Voice/Magyar__.vpm
976K	/Volumes/GARMIN/Voice/Arabic__.vpm
968K	/Volumes/GARMIN/Voice/Deutsch__.vpm
964K	/Volumes/GARMIN/Voice/Srpski__.vpm
924K	/Volumes/GARMIN/.Spotlight-V100/Store-V1/Stores/5938D254-6028-451A-9B7E-03556D7B82A0/0.indexPostings

---------- Post updated at 11:15 AM ---------- Previous update was at 10:55 AM ----------

Oh wait, I think I get it - 'sort' sees 1004k as larger than 3GB because it's a bigger number, right? *sigh*

Last edited by sudon't; 07-22-2012 at 01:23 PM..
# 2  
Old 07-22-2012
Quote:
Originally Posted by sudon't
Hey, all!
Why is the "human readable" flag changing the behavior of du?
It isn't.

Quote:
Oh wait, I think I get it - 'sort' sees 1004k as larger than 3GB because it's a bigger number, right? *sigh*
Yep.

But try sort -h -r, instead of sort -n -r


From the man:

Quote:
-h, --human-numeric-sort
compare human readable numbers (e.g., 2K 1G)
--
Bye
# 3  
Old 07-22-2012
"But try sort -h -r, instead of sort -n -r"

That didn't work for me. (Mac OS X / BSD)

Code:
-bash $ du -a /Volumes/GARMIN | sort -h -r | head -n 10sort: 

invalid option -- h

I did look at sort's man page earlier, and didn't see the 'h' flag option. I guess I have a different sort of sort.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Get the id with specify flag

.... means multi line ddd,bug fgdrg dfdfsdfdfsd fsdfdfdfd fdfdsfdsfsd ....... flag2 ...... aaa,bug sfsfsfsfs dfdfsdfdfsd fsdfdfdfd fdfdsfdsfsd ...... flag1 ...... ddd,bug fgdrg dfdfsdfdfsd (9 Replies)
Discussion started by: yanglei_fage
9 Replies

2. AIX

Flag issue

Hi all, We dont have access to aix source code and i have a doubt. The flag SC_NO_RESERVE, is it got to do anything with the failover? If the flag is set the paths are going to failed state. If flag is not set everything comes up fine after failover. Thanks in advance for helping ... (2 Replies)
Discussion started by: gnakul
2 Replies

3. Shell Programming and Scripting

Add the flag

#!/bin/bash while : do ./abc.sh PB sleep 60 ./abc.sh RA sleep 60 ./abc.sh GS sleep 68400 done Instead of making the script sleep for sometime, it doesn't work all the time as time may shift over a period. How to make a script wake up every 30 seconds and check the current time, if... (2 Replies)
Discussion started by: sandy1028
2 Replies

4. AIX

du flag -x

Hi, I would like to know if there's any option to use with the du command so that I can list only the files/directories on the current filesystem... I usually use du -gs *But I'd like to see only the directories in the filesystem I am on, and not the mount point directory of other fss... ... (6 Replies)
Discussion started by: Casey
6 Replies

5. Shell Programming and Scripting

Date Time of FLAG

Hi, I am first sorry to ask for that, but I am in trouble so I hope you will be agreed to help me on this. I am solaris (ksh). I have a lots of file but I only need to get the date and time of the flag files. Here is the "ls -lrt" view : ls -lrt | grep Flag_Saturne_R*Return ... (3 Replies)
Discussion started by: Aswex
3 Replies

6. Red Hat

-ansi flag support for g++

I have been compiling a cpp program using following command: g++ -c -ansi a.cpp with g++ version 4.1.2. I want to know the significance of the -ansi flag and which other higher g++ version supports this flag by default Dhiraj (1 Reply)
Discussion started by: dhiraj kurhade
1 Replies

7. Shell Programming and Scripting

checking for a flag in a subscript?

I want to incorportae a subscript in a job script which is used for loading purposes. What i require is that before a job runs it should check for a flag ,if flag is not present then create it and the loading should start. Once loading finishes it should delete the flag. So if any other load... (2 Replies)
Discussion started by: bathla
2 Replies

8. AIX

Checking for flag in a subscript?

I want to incorportae a subscript in a job script which is used for loading purposes. What i require is that before a job runs it should check for a flag ,if flag is not present then create it and the loading should start. Once loading finishes it should delete the flag. So if any other load... (1 Reply)
Discussion started by: bathla
1 Replies

9. Shell Programming and Scripting

find and size flag

Hello everyone, I would like to filter and search for files in my curr dir where the blocks used by those files are over a certain number (i.e. 30), when I try this command find . -name "c*" -size +30 -exec ls -ls {} \; I get a list of files, the first column is the block size, right? ... (1 Reply)
Discussion started by: gio001
1 Replies

10. Shell Programming and Scripting

the flag -c in sh command

I need your help please. In a production system, i've seen many running process as follow: sh -c ./pathname/shellname what exactly the flag option -c is used for? ive tried to look at the man page, but it doesnt say much. ill appreciate yor help. Thanks (4 Replies)
Discussion started by: alexcol
4 Replies
Login or Register to Ask a Question