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  >  Interview Questions  >  Operating System  >  Shell Scripting

 Print  |  
Question:  Shell Scripting Commands

Answer: In shell scripting How to indentify that the previous command was run successfully?


June 06, 2009 10:11:13 #4
 khadsesunil   Member Since: September 2008    Total Comments: 1 

RE: Shell Scripting Commands
 
as per my knowledge, if any person executing any command on unix prompt,definately either it will the output or syntax error.If you are executing any script and you want to check the whether it completed successfully or not.Then execute the script in debugging mode.
                                                           If anybody have a better answer then please forward me on khadsesunil@gmail.com  
     

 

Back To Question