Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Jai Shree Ram Oracle
  • sess_server.sql Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • To Find Orphan OS processes. Linux/Unix
  • standard Monitoring – 1 Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Rollback force for distributed transactions Oracle
  • Difference between SYNC and AFFIRM Oracle
  • Flowers Resize datafiles Oracle
  • Oracle Statspack survival Guide Oracle
  • DBA_HIST_SQLSTAT contents 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

  • cif crons Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • Some OS level threshold for performance. Linux/Unix
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • MYSQL for Oracle DBA MYSQL
  • Pending Distributed Transations Oracle
  • Find nth max and min. Oracle
  • column level grant syntax Oracle
  • CPU speed on solaris Linux/Unix
  • Roles and Stored Procs II Oracle
  • Goldengate document from Porus Oracle
  • Sample WW22 listener.ora Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme