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

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

Mount a Windows share from Centos using the CLI
Published February 17, 2010

Mount a Windows share from Centos using the CLI

OK, we live in the wonderful world of Linux. BUT, for many of us, having to deal with Windows is a fact […]

Published November 8, 2020

Function of the Mikrotik Firewall

Stop unathorised access Block unwanted ports Classify and mark connections and packets for QOS or Routing Policy Firewall Functions: Filter packets using […]

Published December 12, 2016

Mikrotik VPN place rule before dummy rule

/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0

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