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

DHCP lease time on a Zyxel P-660R-D1 router
Published February 16, 2010

DHCP lease time on a Zyxel P-660R-D1 router

To change the DHCP lease period for a Zyxel P-660R-D1 router, telnet into the router and at the command line type “ip […]

Published November 28, 2019

Sending Email via Telnet using auth login

The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]

Mount a Windows share in Centos 6
Published March 31, 2014

Mount a Windows share in Centos 6

mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit the /etc/fstab file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0

Anti-Virus scanning exclusions should be considered for systems and servers
Published July 20, 2009

Anti-Virus scanning exclusions should be considered for systems and servers

Will’s Note: I am not the orginal author.  I have updated some of the info:file scanning exceptions for your Anti-Virus software where applicable: […]

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