Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • find_longsql.sql Oracle
  • sqlnet.ora paramters Oracle
  • Sending email with file attachment. Linux/Unix
  • export import with parameter file. Oracle
  • Oracle Metalink useful notes Oracle
  • Changing the Global Database Name Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • Generating XML from SQLPLUS Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • Locktree.sql Oracle
  • online_ts_bkup.sql Oracle
  • Find Stale DR Physical Standby Oracle
  • TRUNCATE Privs Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle

find_du.ksh to find # of files, their sizes in current folder and its subdolder

Posted on 10-Oct-2006 By Admin No Comments on find_du.ksh to find # of files, their sizes in current folder and its subdolder

#!/usr/bin/ksh

for dirname in `find . -type “d”`

do

#print “dirname is $dirname”;

tot_files=`ls -rlt $dirname| grep -i “^-” | wc -l`

tot_file_size=`ls -rlt $dirname| grep -i “^-” | awk ‘{tot+=$5} END {print tot/1024/1024}’`

echo “Folder : $dirname, Total Files : $tot_files, Total File Sizes : $tot_file_size MB”

done

Linux/Unix, shell

Post navigation

Previous Post: Looping for remote servers and find its database from oratab file.
Next Post: Some OS level threshold for performance.

Related Posts

  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • process id based files and processes Linux/Unix
  • catting.sh Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • backspace in SQL Plus not working then..? Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • SQLPLUS COPY command Precautions. Oracle
  • create user with unlimited quota Oracle
  • xargs use Linux/Unix
  • My Test Case On 21-OCT-2005 Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • How to start CRS manually Oracle
  • Virtual Indexes in Oracle Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme