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

Adding a USB backup drive to SBS backup
Published October 18, 2016

Adding a USB backup drive to SBS backup

Add a new disk to the backup schedule by running the wbadmin command from an elevated command prompt. Run the following command […]

TCPDUMP to sniff headers
Published October 11, 2013

TCPDUMP to sniff headers

This tcpdump command will grab the first 1024 bytes (vs. smaller 68 or so) and line buffer the output for all packets […]

Copy a folder using CLI in Linux
Published February 17, 2010

Copy a folder using CLI in Linux

Copy folder using command line This is an example how to copy a  folder using the command line. i.e I want to […]

Stop and Start VM’s in ESXi 4.0 using vim-cmd and Putty
Published April 13, 2010

Stop and Start VM’s in ESXi 4.0 using vim-cmd and Putty

Here I am going to explain how to stop and start VM’s that are ruuning under ESXi 4.0 server, first you have […]

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