Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to see which patches are applied. Oracle
  • Kill a session dynanically using execute immediate Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • send attachment from unix-shell script Linux/Unix
  • process id based files and processes Linux/Unix
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • find_cons.sql Oracle
  • How to analyze statspack or AWR report. Oracle
  • Temporary tablespace explaination Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • How to check current redo log progress redo_progress.sql Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? 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

  • cold backup scripts to copy locally Linux/Unix
  • purge_trc.sh Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Some OS level threshold for performance. 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Good links for x$ tables in oracle. Oracle
  • Identical Dblink Issue… Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Removing Blank lines from file using grep Linux/Unix
  • Restoring a user’s original password 1051962.101 Oracle
  • currwait.sql Oracle
  • Implementing Listener Security Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme