Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • Monitor Long Running Job Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • Find Command Linux/Unix
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • create user with unlimited quota Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • Read CSV File using Python Python/PySpark
  • eplan.sql Oracle
  • logminer and my_lbu Oracle
  • Flowers Resize datafiles Oracle
  • get_vmstat.ksh for Solaris Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • Find_stale_dr.sql finding stale physical DR.. 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

  • backspace in SQL Plus not working then..? Linux/Unix
  • Sending email with file attachment. Linux/Unix
  • scp with ssh2 Linux/Unix
  • catall.sh Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • Generate SSH without password authentication. 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Jai Shree Ram Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • metalink all dynamic view reference notes. Oracle
  • Histogram Overview Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • Good Link from metalink 1 Oracle
  • find_string_in_database.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme