Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle Support Metalink ID 161818.1 Oracle
  • Space padding in korn shell Linux/Unix
  • Parallel DML Oracle
  • longtx.sql Oracle
  • Histogram information Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • Find long Running Transaction Linux/Unix
  • Oracle 11g Environment Setup Oracle
  • Implementing Listener Security Oracle
  • Search and Replace vi editor command. Linux/Unix
  • To see how much time or progress of long transaction Oracle
  • catting.sh Linux/Unix
  • Recovering lost SYS password Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • sid_wise_sql.sql 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

  • copying/removing directory with all its subdirectory Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • Find total file sizes Linux/Unix
  • SAN 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 (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
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Oracle Metalink useful notes Oracle
  • This is im telling Kishore Oracle
  • pvm_pre_change.sql Oracle
  • sess1.sql Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • TNSNAMES entries details Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme