Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • newupload.html PHP/MYSQL/Wordpress
  • good note for shared pool tunnig Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • Very clear article about oracle dataguard Oracle
  • Removing first line Linux/Unix
  • Proc code Oracle
  • Removing Blank lines from file using grep Linux/Unix
  • find_err.sql for finding errors from dba_errors. Oracle
  • Jai Shree Ram Oracle
  • shutdown linux Linux/Unix
  • AWR settings- MMON is not taking snapshot. Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • Passing from Unix to PLSQL using bind variables 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

  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • find the files that are 1 day old. Linux/Unix
  • Search and Replace vi editor command. 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
  • on IBM-AIX for display Linux/Unix
  • move_arch_files.ksh 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Add new columns in dataframe Python/PySpark
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Sample WW22 listener.ora Oracle
  • grep multuple patterns Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle
  • Session_info.ksh Linux/Unix
  • checking connectivity between two servers Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme