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

Server 2008 R2 BSOD after Bare Metal Restore
Published February 5, 2018

Server 2008 R2 BSOD after Bare Metal Restore

After completing the BMR process don’t restart. Select Command Prompt. regedt32<CR> Highlight HKEY_LOCAL_MACHINE, File>Load Hive>[restored volume]:\Windows\System32\Config\SYSTEM>Open>Key Name = Restored_HKLM>OK. Expand Restored_HKLM\ControlSet001\services and […]

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

WiFi disconnects when an ethernet cable is connected.
Published September 30, 2020

WiFi disconnects when an ethernet cable is connected.

Try these steps to use both WiFi and Ethernet as same time: Open Registry Editor. Go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WcmSvc\Local. Create/change the fMinimizeConnections registry […]

Published September 22, 2010

Postfix Email Queue

To check how many emails have been queuing in Postfix (an email server for Linux) and for what period of time you can […]

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