Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • dbinv.sql Oracle
  • standard Monitoring – 1 Oracle
  • Getting started with notebook Python/PySpark
  • move_arch_files.ksh Linux/Unix
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • cif crons Linux/Unix
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • Restoring a user’s original password 1051962.101 Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • Good Doc 28-JUN-2006 Oracle
  • Handling LOB data in Oracle Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix

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
  • Implementation of key based authentications Linux/Unix
  • Remove DOS CR/LFs (^M) Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • secure crt settings Linux/Unix
  • proper cpu stats 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Multiple listeners Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Insert cause enqueue locks Oracle
  • Space padding in korn shell Linux/Unix
  • how to find VIP from ifconfig Linux/Unix
  • ORACLE_SID in sqlplus Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme