Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • Rman Notes -1 Oracle
  • CPU speed on solaris Linux/Unix
  • Specify the Rollback segment to use in Transaction Oracle
  • ipcs -l Linux/Unix
  • Updated LCK.SQL file. Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • useful dg links Oracle
  • move_arch_files.ksh Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Drop database in Oracle 10g Oracle
  • Rename Tablespace Oracle
  • Generate SSH without password authentication. Linux/Unix
  • GSQ.sql Oracle
  • Wait time tuning research 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

  • get_vmstat.ksh Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • .profile Linux/Unix
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • proper cpu stats Linux/Unix
  • tuning commmand for cpu, ip and memory stats 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
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • Jai Shree Ram Oracle
  • Proc code Oracle
  • v$backup.status information Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • restarting network in linux Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme