Skip to content
Back home
The home of William Rendell
  • Home
  • Family
  • Health and Fitness
  • Technical
    • Mikrotik
  • Privacy Policy
    • Cookie policy (UK)
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
  • Health and Fitness
  • Technical
    • Mikrotik
  • Privacy Policy
    • Cookie policy (UK)
  • Contact
Home » Technical » find large files in linux
Technical

find large files in linux

by admin|Published November 27, 2009

find <path> -size +10000k -print0 | xargs -0 ls -l

http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/

Was this post helpful?

Let us know if you liked the post. That’s the only way we can improve.
Total Page Visits: 1586 - Today Page Visits: 2
  • Linux

You may also like

301 Redirect using PHP
Published September 15, 2010

301 Redirect using PHP

Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]

Published September 30, 2010

Google Android apps found to be sharing data

Some of the most popular apps written for Google’s Android phones do not tell users what data they are gathering, says a […]

Time Keeping in Linux
Published July 21, 2008

Time Keeping in Linux

Setting System Time To set the system clock under Linux, use the date command. As an example, to set the current time […]

Published October 1, 2010

Your phone is up to date

Yet another day has passed and still no upgrade for my HTC Desire on Orange to Android 2.2. When cheking this morning, […]

Post navigation

  • Previous post Gloucester Premier League
  • Back to post list
  • Next post Tewkesbury RFC V Spartans(Gloucester) RFC

© 2021  – All rights reserved

Powered by WP – Designed with the Customizr Theme