Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • OEM-Commnds Oracle
  • backspace in SQL Plus not working then..? Linux/Unix
  • Jai Shree Ram Linux/Unix
  • Transfer SQL Profiles from One database to other database. Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • grep multuple patterns Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Facts about SCN and Rollback Segment Oracle
  • Composite Index creation tip from Vivek Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Absolute file number and relative file number Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • For Search and replace unix command. Linux/Unix
  • tblwopk.sql /* Find Tables Without PK */ 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

  • Generate SSH without password authentication. Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • grep multuple patterns Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • oracle_env_10g_CADEV 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
  • login.sql Oracle
  • DBMS_SQL for alter session. Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Read CSV File using Python Python/PySpark
  • Drop specific SQL plan baseline – spm Oracle
  • USE_NL and INDEX hints example Oracle
  • load SPM baseline from cursor cache Oracle
  • cp_filesystem.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme