The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 05-08-2007
Helmi Helmi is offline
Registered User
 

Join Date: Apr 2007
Posts: 15
thanks all!
i try to think that if the script to edit the sqlplus is running, it will also edit the all the variables that set in that editing scripts. Hence, if being executed for the second time, nothing will changed, right?

using:
Code:
find . -type f -exec grep -l sqlplus.*\@ {} \;
will result:
Code:
./sql
./editor.sh
where editor.sh contained those variable of sqlplus. how to avoid this editor.sh also being edited? But, anyway, it is okay since i have to run this jus t once. Thanks again

Regards,
Helmi
Reply With Quote