Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • CPU speed on solaris Linux/Unix
  • Display the top 5 salaries for each department using single SQL Oracle
  • Database logon trigger issue Oracle
  • .profile Linux/Unix
  • Unix split command to split files Linux/Unix
  • Vivek Tuning for Row Locks. Oracle
  • oracle 10g on linux Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Checking SQL Server Version SQL Server
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • good linux notes Linux/Unix
  • switchover for primary database Oracle
  • TRUNCATE table and disabling referential constraints. 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

  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • process id based files and processes Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • send attachment from unix-shell script Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh 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
  • Privilege to describe the table. Oracle
  • eplan9i.sql Oracle
  • To see only files and/or folders using LS command Linux/Unix
  • reset Sequence Oracle
  • Temporary tablespace explaination Oracle
  • oracle 10g on linux Linux/Unix
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme