The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-26-2006
gthokala9 gthokala9 is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 5
I receive different files with different filenames daily. These files needs to be loaded using sqlldr utility.
The filename in the control file is set to 'testing.csv'. Instead of changing the control file everyday, I am trying to set the filename as variable through a shell script and pass that filename as variable to replace the string in control file from testing.csv to the variable which is nothing but the filename.