GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Abinitio

 Print  |  
Question:  Hi
If want to run the graph in unix !what command i need to use ?
correct me if im wrong :-
run




February 02, 2007 04:18:10 #3
 mahendra patnaik   Member Since: Visitor    Total Comments: N/A 

RE: Hi If want to run the graph in unix !what co...
 
if you want to execute the graph through shell script then you need to deploy the graph first then it will create a shell script in the run directory of your sandbox with .ksh extension.now open your Unix and goto the run directory where your deployed graph shell script is saved i.e the run directory of your SANDBOX. then execute the ksh by using the following command ./.ksh
     

 

Back To Question