|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
New to shell scripting
Hi,
I am very new to shell scripting, infact I have never used it before. Now for one of my projects I need to do the following using a shell script: 1. Look for a file 'xxx-todaysdate.csv' in a particular directory. 2. Rename the file to xxx.csv 3. Call an oracle package. Can someone give me some tips on writing this script? Thanks, Harsh |
|
#2
|
|||
|
|||
|
Look for a file - use the find command ... man find
Rename a file - use the mv command ... man mv Call an Oracle Package - there are several dozen examples on this forum on how to invoke Oracle. Search for 'oracle script' in this forum. |
|
#3
|
|||
|
|||
|
Thanks!
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > New to shell scripting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|