Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » find large files in linux
Technical

find large files in linux

by William Rendell|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/

  • Linux

You may also like

Cloud computing failure
Published July 1, 2012

Cloud computing failure

The outage to Instagram and other major sites shows that —despite massive hype and momentum in the Internet world —cloud computing isn’t […]

Published May 10, 2010

How to delete an email from a postfix queue

The below is what I do to delete an email from a Postfix queue. First we need to locate the email that […]

Published July 7, 2012

Reboot Zyxel P660 router from Telnet

If you are able to log into your Zyxel ADSL router from telnet, you can use the following command to restart it. […]

Add Webmin to FirewallD
Published April 15, 2020

Add Webmin to FirewallD

The below will open tcp port 10000 on FirewallD to get access to webmin firewall-cmd –permanent –zone=public –add-port=10000/tcp A reload of FirwwallD […]

Post navigation

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

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme