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

Batch file needs UAC
Published April 30, 2012

Batch file needs UAC

I have a few batch files that run on a schedule, I have found though that they are not running properly? If […]

VM Ware Virutual Machine location in Centos and Windows
Published February 16, 2010

VM Ware Virutual Machine location in Centos and Windows

The virtual machines default store is located in;- \var\lib\vmware\Virtual Machines This is for Centos. The position of the default store on Windows […]

Published May 13, 2011

winload error on server 2008

The other day one of my Server 2008’s failed to boot. The error on screen was winload.exe was missing or corrupt. After […]

install Proxmox guest agent in Debaim
Published February 11, 2026

install Proxmox guest agent in Debaim

Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]

Post navigation

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

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme