Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Jai Shree Ram Linux/Unix
  • Restoring a user’s original password 1051962.101 Oracle
  • How to calculate PROCESSES parameter Oracle
  • get_vmstat_linux Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Clean up Oracle
  • switchlogfile.sh Linux/Unix
  • setting prompt display with .profile Linux/Unix
  • How to know Number of CPUs on Sun Box Linux/Unix
  • How to remove blank lines using vi editor command Linux/Unix
  • Rownum with Order by Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • replace alphabets using sed Linux/Unix
  • TNSNAMES entries details 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

  • oracle_env_10g_CADEV Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • CPU Core related projections AWS
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • runsql_once.ksh 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)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Very clear article about oracle dataguard Oracle
  • How to find password change date for user Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Some useful Unix Commands Linux/Unix
  • ext#.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme