Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • The most important Tuning Notes Oracle
  • crontab syntax Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • Removing first line Linux/Unix
  • Python class import from different folders Python/PySpark
  • sesswait.sql Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Jai Shree Ram Linux/Unix
  • reset Sequence Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • Good Doc 28-JUN-2006 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

  • catall.sh Linux/Unix
  • To see only files and/or folders using LS command Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • scp with ssh2 Linux/Unix
  • Find Command Linux/Unix
  • Search and replace pattern 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
  • Library cahe Latches and internal explaination Oracle
  • chk_space_SID.ksh Linux/Unix
  • Pending Distributed Transations Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Korn Shell Arithmatic Linux/Unix
  • Proc Compilation Oracle
  • Find_table_size.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme