Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • create trigger syntax Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • create PLAN_TABLE command. Oracle
  • Reading parameter file and printing Linux/Unix
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • This is im telling Kishore Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • scripts to take listener.log backup Linux/Unix
  • executing Function from SQLPLUS prompt Oracle
  • S3 Basic info AWS
  • pvm_pre_change.sql Oracle
  • Another export with Query Oracle

catting.sh

Posted on 07-Jun-200602-Jun-2023 By Admin No Comments on catting.sh

This is the script used for merging multiple text files in single large text(ASCII) file.

for i in `ls *sql *sh`
{
echo "****************************************************" >> myfile
echo File Name : $i >> myfile
echo "****************************************************" >> myfile
cat $i >> myfile
echo " " >> myfile
}


Linux/Unix, shell

Post navigation

Previous Post: how to find OS block size
Next Post: For Perl DBI installation and testing program

Related Posts

  • move_arch_files.ksh Linux/Unix
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Transfer SQL Profiles from One database to other database. Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Looping for remote servers and find its database from oratab file. 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • 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

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Error Handling in Proc Oracle
  • Implementing Listener Security Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Sending SQLPLUS output in HTML format Oracle
  • Absolute file number and relative file number Oracle
  • RAC 11g with vmware Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • ORA-3136 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme