Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • create PLAN_TABLE command. Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • catting.sh Linux/Unix
  • DBMS_UTILITY PACKAGE Oracle
  • Convert multiple rows to single column Oracle
  • Reading config file from other folder inside class Python/PySpark
  • Roles and Stored Procs II Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • cache buffer chain latch Oracle
  • To see only files and/or folders using LS command Linux/Unix
  • This is from Temi Oracle
  • Find_table_size.sql Oracle
  • Temporary Tablespace Information and restriction. Oracle
  • longtx.sql 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

  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • How to know Number of CPUs on Sun Box Linux/Unix
  • Guide to Linux System Command Mastery Linux/Unix
  • replace alphabets using sed Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder 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)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • To see only files and/or folders using LS command Linux/Unix
  • When to rebuld B-tree index Oracle
  • Rman Notes -1 Oracle
  • Nice notes on wait events Oracle
  • RAC 11g with vmware Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • cur_sql.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme