Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • DBMS_UTILITY PACKAGE Oracle
  • Insert cause enqueue locks Oracle
  • Goog notes on X$ tables Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Goldengate document from Porus Oracle
  • adding new line after specific pattern using sed Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • sqlnet.ora paramters Oracle
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • move_arch_files.ksh Linux/Unix
  • dbinv.sql Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • standard Monitoring – 1 Oracle

xargs use

Posted on 29-Nov-2006 By Admin No Comments on xargs use

Remove all files that are generated in OCT

ls -rlt | grep -i “oct” | awk ‘{print $9}’ | xargs rm

Remove files that has number 3200 to 3699.

ls -rlt arch1_573748961_3[2-6][0-9][0-9]* | awk ‘{print $9}’ | xargs rm

Linux/Unix, shell

Post navigation

Previous Post: oradebug ipcrm ipcs
Next Post: Order by with ROWNUM

Related Posts

  • Sort with ASCII order and Numeric Order Linux/Unix
  • Paste command syntax Linux/Unix
  • purge_trc.sh Linux/Unix
  • catting.sh Linux/Unix
  • process id based files and processes Linux/Unix
  • fdisk -l explaination about Primary-Logical-Extended Partitions 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • temp_use.sql diplays usage of temp ts Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • age_alert.ksh aging out alert.log Linux/Unix
  • Getting started with notebook Python/PySpark
  • USER_TABLES.Freelists Oracle
  • exp syntax in oracle 10g Oracle
  • Another Tuning Article for subheap of shared pool Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme