Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • export import with parameter file. Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Oracle Material from OTN Oracle
  • create database link syntax Oracle
  • Backup and Recovery Scenarios Oracle
  • To Find Orphan OS processes. Linux/Unix
  • Jai Shree Ram Oracle
  • Sample WW22 listener.ora Oracle
  • Jai Shree Ram Oracle
  • Error Handling in Proc Oracle
  • Implementing Listener Security Oracle
  • V$ROLLSTAT status is Full Oracle
  • Very clear article about oracle dataguard Oracle
  • age_alert.ksh aging out alert.log Linux/Unix

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

  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Search and replace editor command in vi Linux/Unix
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Unix split command to split files Linux/Unix
  • xargs use 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • DBMS_JOB all example Oracle
  • column level grant syntax Oracle
  • myfile Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • Reading config file from other folder inside class Python/PySpark
  • scripts to take listener.log backup Linux/Unix
  • Find nth max and min. Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme