![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Combine a datafile with Master datafile, emergent! | onthetopo | Shell Programming and Scripting | 6 | 05-12-2007 07:36 AM |
| Append current date to filename | gigigi | UNIX for Dummies Questions & Answers | 3 | 07-20-2006 06:10 PM |
| Append date to filename | hshapiro | UNIX for Dummies Questions & Answers | 5 | 04-03-2006 10:52 AM |
| oracle datafile *dbf | tt155 | SUN Solaris | 3 | 12-17-2005 07:38 PM |
| replace one section in a datafile | Paprika | Shell Programming and Scripting | 4 | 06-17-2005 09:48 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Append filename to datafile
I am working on an shell script which checks for all the file starting with abc*.*
and if file found then the filelines need to append the file name in begining can some one help with the filename appending... for i in `ls $filename*.csv` do echo $i --- NEED to append file name befor calling the loader sqlldr #mv $i $destdir/ done exit 0 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|