Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • scripts to take listener.log backup Linux/Unix
  • Display the top 5 salaries for each department using single SQL Oracle
  • Sending email with file attachment. Linux/Unix
  • Wait Based Tuning Step by step with SQL statement Oracle
  • eplan9i.sql Oracle
  • Search and replace editor command in vi Linux/Unix
  • Read CSV file using PySpark Python/PySpark
  • Drop all SPM baselines for SQL handle Oracle
  • SYSOPER Mystery Oracle
  • Oracle 10g Wait Model Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle

Find Command

Posted on 06-Oct-2005 By Admin No Comments on Find Command

Following command gives, all files that are modified in last 4 days.

find /IOTTOARCH/*.arc -mtime -4 -exec ls -rlt {} ;

Following command gives, all files that are modified before last 4 days.

find /IOTTOARCH/*.arc -mtime +4 -exec ls -rlt {} ;

Linux/Unix, shell

Post navigation

Previous Post: SAN
Next Post: Implementation of key based authentications

Related Posts

  • copying/removing directory with all its subdirectory Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • oracle_env_10g_CADEV Linux/Unix
  • telnet listening Linux/Unix

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Implementing Listener Security Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • Pending Transaction Neighbors Script Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • How can I tell if ASO is installed ? Oracle
  • useful dg links Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • EXTPROC Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme