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

Set AD Attributes
Published February 7, 2017

Set AD Attributes

You can also view and set these values with PowerShell, provided you have the ActiveDirectory module installed. View: Get-ADUser <username> -Properties extensionattribute1 […]

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 […]

Trouble Shoot Network connections in XP
Published July 11, 2008

Trouble Shoot Network connections in XP

1) Do a TCPIP fix first TCPIP fixes reset NIC and TCPIP What I like to do on any network problem….Is to […]

How to install VMware tools in a Centos 5.x guest
Published April 15, 2010

How to install VMware tools in a Centos 5.x guest

On your VM host you need to initiate installing the VMware tools into your guest. Once this has been done the remaining […]

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