Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • chk_space_SID.ksh Linux/Unix
  • Index Range Scan Oracle
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • rm_backup_arch_file.ksh Linux/Unix
  • Oracle 10g Wait Model Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • upload.html PHP/MYSQL/Wordpress
  • Temporary tablespace explaination Oracle
  • Order by with ROWNUM Oracle
  • Implementation of key based authentications Linux/Unix
  • Good notes on Oracle Events Oracle
  • Find sort details from Db find_sort.sql Oracle
  • adding new line after specific pattern using sed Linux/Unix
  • How to stop OCSSD Daemon Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.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

  • fuser to check who is using diretory Linux/Unix
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • note id 373303.1 Linux/Unix
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • send email from unix mailx with attachment. Linux/Unix
  • good linux notes 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
  • How to know Number of CPUs on Sun Box Linux/Unix
  • Mutating Table Error while using database trigger Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • Another export with Query Oracle
  • Search and replace pattern Linux/Unix
  • Convert multiple rows to single column Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • To see how much time or progress of long transaction Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme