Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
Festplatten speicher im terminal
azak_azkaran
follow
0
3-22-2008 2:57 AM
39 views
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
I DO NOT
This dog needed a hero – and got one!
How the US Funds the Taliban
Intelligent Jokes
Marine reservist attacks Greek priest with tire iron, says "He's a terrorist!"
Colorization
Israel continues to destroy olive trees
If Men Got Pregnant?
Winter Woolies
Shark Bite Caesarean Saves Shark Babies in New Zealand
visit the
Top Clips page
View the Top Clips from
March 22, 2008
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/dafa88f0-b6b4-46a1-9d88-95aac2386e4a/DF285C63-5991-415B-82CB-048F5A1DD1E8/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/" href="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/" style="font-size: 11px;">schimana.net</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><H3>Linux / Unix / MAC / Windows - Console - du</H3></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Einen schnellen Überblick über die Verzeichnisgröße von z.B. den gesamtem Home des Users:</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><PRE>du -hs ~</PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Dabei steht <CODE>-h</CODE> für human readable, also der automatischen Umrechnung von Bytes nach KB und MB. <CODE>-s</CODE> bedeutet summarize und gibt nur eine einzige Gesamtgröße als Ergebnis aus.</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Wenn ich einen Überblick meiner größten Hauptverzeichnise haben möchte, dann verwendet ich:</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><PRE>du -h --max-depth=1 ~ | sort -n -r</PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Parameter kann man beim jeweiligen Befehl mit z.B. <CODE>man sort</CODE> nachsehen. <CODE>--max-depth=1</CODE> besagt, dass nur eine Verzeichnistiefe nachgesehen werden soll. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Wenn man nun einen Überblick über die Größe z.B. aller Bilder haben möchte, dann kann dies so aussehen:</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><PRE>du -ah ~/Bilder | sort -n -r</PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Die Option <CODE>-a</CODE> zeigt nicht nur Verzeichnisse an, sondern auch je jeweiligen Dateien darin.</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Natürlich bietet der <STRONG>Mac</STRONG> über die Applikation <CODE>Terminal</CODE> auch Zugriff auf den Befehl <CODE>du</CODE>. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://schimana.net/2008/01/it/verzeichnisse-und-dateien-aufspueren-die-festplattenspeicher-verschwenden/"><P>Unter <STRONG>Windows</STRONG>, kann <CODE>du</CODE> über <A href="http://www.cygwin.com">Cygwin</A> installiert werden.</P></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/DF285C63-5991-415B-82CB-048F5A1DD1E8/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK