Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Read CSV File using Python Python/PySpark
  • Remove DOS CR/LFs (^M) Linux/Unix
  • AWR settings- MMON is not taking snapshot. Oracle
  • scripts to take listener.log backup Linux/Unix
  • good linux notes Linux/Unix
  • Find long Running Transaction Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • DBMS_SQL for alter session. Oracle
  • USE_NL and INDEX hints example Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Temporary Tablespace Information and restriction. Oracle
  • compile_inv.sql Oracle
  • Jai Shree Ram Oracle
  • database trigger failing Oracle
  • grep multuple patterns 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 see only files and/or folders using LS command Linux/Unix
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • plan10g.sql good1 Oracle
  • eplan9i.sql Oracle
  • alter database backup controlfile to trace Oracle
  • Alter procedure auditing Oracle
  • find_pk.sql /* Find Primary Key */ Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme